(dired-move-to-filename-regexp): Fixed for the case
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
16b5e8e6
KH
12000-12-13 Kenichi Handa <handa@etl.go.jp>
2
3b53d876
KH
3 * dired.el (dired-move-to-filename-regexp): Fixed for the case
4 that a Japanese character is not appended after day and year.
5
16b5e8e6
KH
6 * info.el (Info-suffix-list): Change format for a command that
7 requires arguments.
8 (info-insert-file-contents): Adjusted for the above change.
9
1df1c518
AS
102000-12-12 Andreas Schwab <schwab@suse.de>
11
12 * tar-mode.el (tar-extract): Base the name of the subfile buffer
13 on the name of the tar buffer. Verify that the existing buffer is
14 visiting the same subfile.
15
a7a07b98
DL
162000-12-12 Dave Love <fx@gnu.org>
17
18 * subdirs.el: Add obsolete.
19
4fdbd809
GM
202000-12-12 Gerd Moellmann <gerd@gnu.org>
21
bfdb75ee
GM
22 * mail/rmailsum.el (rmail-summary-expunge)
23 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
24 instead of rmail-confirm-expunge.
25
4fdbd809
GM
26 * replace.el (perform-replace): Don't use an empty match adjacent
27 to a non-empty match when computing the next match before the
28 replacement is performed.
29
e9a59cad
GM
302000-12-12 Milan Zamazal <pdm@freesoft.cz>
31
32 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
33 definition (patch by Stefan Monnier).
34 (glasses-mode): Use jit-lock instead of `after-change-functions'
35 (patch by Stefan Monnier).
36
c2def7a0
MB
372000-12-12 Miles Bader <miles@gnu.org>
38
39 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
40 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
41
591b63b4
AC
422000-12-12 Andrew Choi <akochoi@i-cable.com>
43
44 * term/mac-win.el: Remove load for ls-lisp.
45
46 * loadup.el: Load ls-lisp for system-type macos.
47
5ff4ba3d
MB
482000-12-12 Miles Bader <miles@gnu.org>
49
50 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
51 Respect field end too.
52 (just-one-space): Respect fields as `delete-horizontal-space'.
53 (newline-and-indent, reindent-then-newline-and-indent): Use
54 `delete-horizontal-space'.
55
d0c679bc
SM
562000-12-11 Stefan Monnier <monnier@cs.yale.edu>
57
adf9c994
SM
58 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
59 (so as to obey the field property in the minibuffer).
60
4b0cd42d
SM
61 * obsolete/c-mode.el: Moved from lisp/progmodes.
62 * obsolete/auto-show.el: Moved from lisp.
63 * obsolete/ooutline.el: Moved from lisp/textmodes.
d0c679bc 64
89f85863
CD
652000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
66
67 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
68 changes to list them here.
69
70 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7. Too
71 many changes to list them here.
72
73 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7. Too
74 many changes to list them here.
75
76 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
77
3e0d35ce
GM
782000-12-11 Gerd Moellmann <gerd@gnu.org>
79
d990421f
GM
80 * simple.el (kill-new): Don't try to setcar kill-ring if it is
81 nil.
82
fda514f7
GM
83 * cus-edit.el (custom-save-variables, custom-save-faces):
84 Comment fix.
85
3e0d35ce
GM
86 * hscroll.el: Moved to `obsolete' subdir.
87
ff904dd6
MB
882000-12-11 Miles Bader <miles@gnu.org>
89
90 * window.el (window-text-height): Function removed (now in C).
91
fb97d87f
SM
922000-12-10 Stefan Monnier <monnier@cs.yale.edu>
93
94 * log-edit.el (log-edit-parent-buffer): New var.
95 (log-edit): Set it. Add BUFFER argument.
96 (log-edit-done): Use char-before.
97 Don't bother checking validity of vc-comment-ring.
98 Only bury the buffer if log-edit popped it up.
99
100 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
101 (cvs-mode-diff-help): Remove.
102 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
802cf66c 103 (cvs-mode-marked): Set up the default for CMD manually.
fb97d87f
SM
104
105 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
106 Remove binding for ? now made unnecessary.
107
7de77417
CD
1082000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
109
110 * textmodes/reftex.el (reftex-scanning-info-available-p): New
111 function
112 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
113
114 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
115 when master file is not open.
116
4efa209f
SM
1172000-12-09 Stefan Monnier <monnier@cs.yale.edu>
118
119 * progmodes/ada-stmt.el: Update `maintainer'.
120
0a8052bd
GM
1212000-12-09 Stephen Gildea <gildea@alum.mit.edu>
122
123 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
124 choices to match documentation string.
125
a12167c5
MB
1262000-12-09 Miles Bader <miles@gnu.org>
127
2161605d
MB
128 * minibuf-eldef.el: New file.
129
a12167c5
MB
130 * window.el (fit-window-to-buffer): Don't pass last argument to
131 pos-visible-in-window-p, now that its meaning is inverted.
132
9ea8de1b
EZ
1332000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
134
135 * image.el (create-image): Doc fix; spotted by Per Cederqvist
136 <ceder@lysator.liu.se>.
137
5002ddbb
SM
1382000-12-08 Stefan Monnier <monnier@cs.yale.edu>
139
b6114d80
SM
140 * autoinsert.el (auto-insert-alist): Add missing final \n.
141
ee8d23ee
SM
142 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
143 (cvs-menu-map): Remove.
144 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
145 (cvs-mode-quit): Turn it back into a plain function.
146
5002ddbb 147 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
ee8d23ee 148 (texinfo-filter): Remove (move to texinfo.el).
5002ddbb
SM
149
150 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
151 file where it's more visible.
152 (texinfo-filter, texinfo-chapter-level-regexp): New variables
153 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
154 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
155 (texinfo-inside-macro-p): Only catch `scan-error's.
156 (texinfo-inside-env-p): Make better use of the match info.
157 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
158 (texinfo-insert-@end): Slight re-organization.
159 Also remove useless `looking-at' call.
160
30cd075d
AI
1612000-12-08 Andrew Innes <andrewi@gnu.org>
162
163 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
164 accessible in -nw mode.
165
166 * term/w32-win.el: Remove stuff about selection timeout, which is
167 irrelevant on Windows. Move clipboard support to w32-fns.el, so
168 it is accessible in -nw mode.
169
01b91009
DL
1702000-12-08 Dave Love <fx@gnu.org>
171
172 * emacs-lisp/lisp-mode.el (lisp-mode): Set
173 font-lock-keywords-case-fold-search.
174
842b2a94
GM
1752000-12-08 Gerd Moellmann <gerd@gnu.org>
176
177 * textmodes/ispell.el (ispell): Doc fix.
178
f9d5f611
KH
1792000-12-08 Kenichi Handa <handa@etl.go.jp>
180
181 * international/quail.el (quail-insert-decode-map): Check the
182 frame width of a window displaying the current buffer, not that of
183 the selected frame.
184 (quail-help): Make sure that the help buffer has window before
185 inserting text in it.
186
e04d21aa
SS
1872000-12-07 Sam Steingold <sds@gnu.org>
188
189 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
190 Backquote is used in isearch.el, so autoloading saves nothing.
191
fc3e23a4
EZ
1922000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
193
137cad7c
EZ
194 * startup.el (normal-top-level-add-subdirs-to-load-path): Ignore
195 the CVS and RCS subdirectories case-insensitively.
196
fc3e23a4
EZ
197 * dired.el (dired-insert-directory): If file-system-info is
198 fboundp, call it instead of invoking dired-free-space-program.
199
796ecd10
GM
2002000-12-07 Gerd Moellmann <gerd@gnu.org>
201
0f5f7c3e
GM
202 * server.el (server-visit-files): Push files on file-name-history.
203
3764ba49
GM
204 * progmodes/cc-langs.el: Update copyright.
205
8e7931da
GM
206 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
207
ae0d7485 208 * bindings.el (mode-line-mode-menu): Add glasses-mode.
e04d21aa 209
796ecd10
GM
210 * bindings.el (mode-line-mode-menu): Reverse the order
211 of define-keys so that the menu appears in alphabetical order.
212
ae0d7485
GM
2132000-12-07 Milan Zamazal <pdm@freesoft.cz>
214
215 * progmodes/glasses.el (glasses-mode): Update mode line at the end
216 of the function.
217
e2849090
DL
2182000-12-07 Dave Love <fx@gnu.org>
219
220 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
221
222 * facemenu.el (facemenu-unlisted-faces): Fix value.
223
5c7f629c
SM
2242000-12-07 Stefan Monnier <monnier@cs.yale.edu>
225
226 * font-lock.el (font-lock-default-fontify-region):
227 Include the terminating \n (off-by-one error).
228 (font-lock-set-defaults): Use dolist.
229
230 * derived.el (define-derived-mode): Don't use combine-run-hooks.
231
73481ae3
KH
2322000-12-07 Kenichi Handa <handa@etl.go.jp>
233
ffbaa122
KH
234 * international/mule-cmds.el (describe-language-environment): Fix
235 for the case that an input method title is not string but a list.
236
73481ae3
KH
237 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
238 of wrong SIZE record.
239
e2896b22
DL
2402000-12-06 Dave Love <fx@gnu.org>
241
67292061
DL
242 * newcomment.el (comment-region, comment-dwim): Doc fix.
243
244 * textmodes/texinfo.el: Require tex-mode when compiling.
245 (texinfo-update-node): Doc fix.
246 (texinfo-imenu-generic-expression): Add @anchor.
247 (texinfo-font-lock-keywords): Add @uref.
248 (texinfo-inside-macro-p): Don't use ignore-errors.
249 (texinfo-insert-quote): Match more contexts.
250
e76938e7
DL
251 * international/mule.el (decode-char, encode-char): Doc fix.
252 (auto-coding-alist): Customize.
253
254 * files.el (load-file): Fix change of 2000-03-12.
255
e2896b22
DL
256 * wid-edit.el (widget-text-keymap): Doc fix.
257
6610f4b2
AI
2582000-12-06 Andrew Innes <andrewi@gnu.org>
259
260 * makefile.w32-in (lisp): Set to an absolute directory, namely
261 $(CURDIR).
262
9e3366e4
EZ
2632000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
264
265 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
266 read generated-autoload-file, and set buffer-file-coding-system to
267 raw-text-unix after reading the file.
268
269 * international/mule-conf.el (file-coding-system-alist): Use
270 raw-text for reading loaddefs.el and raw-text-unix for writing
271 it.
272
d94d636f
GM
2732000-12-06 Gerd Moellmann <gerd@gnu.org>
274
384333ee
GM
275 * replace.el (occur): Make line-number-width 1 smaller for the
276 colon following the line number.
277
347d0813
GM
278 * startup.el (fancy-splash-text, command-line-1): Use
279 `File' for the menu name instead of `Files'.
e04d21aa 280
d4b72d58
GM
281 * tmm.el: Update copyright.
282
d94d636f
GM
283 * cus-start.el: Add entry for even-window-heights.
284
6e424019
MB
2852000-12-06 Miles Bader <miles@gnu.org>
286
287 * faces.el (frame-set-background-mode): Avoid stomping on
288 locally modified faces.
289
e6477b58
KH
2902000-12-06 Kenichi Handa <handa@etl.go.jp>
291
292 * international/fontset.el: Correct the font registries for
293 japanese-jisx0213-1 and japanese-jisx0213-2.
294
21999ab9
GM
2952000-12-05 Gerd Moellmann <gerd@gnu.org>
296
57d6e381
GM
297 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
298
21999ab9
GM
299 * iswitchb.el: Update customization commentary.
300
7422819c
GM
3012000-12-05 Rob Riepel <riepel@Stanford.EDU>
302
303 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
304 (tpu-search-highlight): Fixed comparison of overlay end positions.
305 (tpu-trim-line-ends): Implemented trimming logic locally.
306
307 * emulation/tpu-extras.el (tpu-write-file-hook)
308 (tpu-set-cursor-bound): Replaced picture-clean with
309 tpu-trim-line-ends.
310
73daff18
KH
3112000-12-05 Kenichi Handa <handa@etl.go.jp>
312
313 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
314 to cn-gb.
315 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
316
6a4cd002
DL
3172000-12-04 Dave Love <fx@gnu.org>
318
319 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
320
6452929e
GM
3212000-12-04 Gerd Moellmann <gerd@gnu.org>
322
e04d21aa 323 * mail/rmailsum.el (rmail-summary-expunge)
6452929e
GM
324 (rmail-summary-expunge-and-save): Ask for confirmation with
325 rmail-expunge-confirmed.
326
327 * mail/rmail.el (rmail-expunge-confirmed): New function.
328 (rmail-expunge): Use it.
329
0c68ce6f
GM
330 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
331 (etags-recognize-tags-table, find-tag-in-order): New
332 functionality: interpret file names as tags.
e04d21aa 333
7a53d8c8
EZ
3342000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
335
336 * info.el (Info-scroll-prefer-subnodes): New defcustom.
337 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't
338 visit the first subnode until the bottom of the current node is
339 visible.
340
caa15ef7
GM
3412000-12-04 Gerd Moellmann <gerd@gnu.org>
342
343 * format.el (format-decode): Don't change buffer's undo list.
344
e225faa7
KH
3452000-12-04 Kenichi Handa <handa@etl.go.jp>
346
347 * faces.el (face-font-registry-alternatives): Add entries for CJK
348 fonts. Doc-string adjusted for the actual usage of this data.
349
350 * international/fontset.el: Change the font registries for CJK
351 fonts in the default fontset. Don't append '*' to registries.
352
8b262a65
SM
3532000-12-03 Stefan Monnier <monnier@cs.yale.edu>
354
e04d21aa 355 * emacs-lisp/easy-mmode.el (define-derived-mode)
8b262a65
SM
356 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
357
358 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
359 (derived-mode-p): New function.
360 (derived-mode-make-docstring): Add `docstring' argument.
361 Use it if available and complete it if necessary.
362
33c4460b
AS
3632000-12-03 Andreas Schwab <schwab@suse.de>
364
365 * type-break.el (type-break): Don't make parent of itself.
366
5c9b3fac
MB
3672000-12-03 Miles Bader <miles@gnu.org>
368
369 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
370
27ce741e
SM
3712000-12-02 Stefan Monnier <monnier@cs.yale.edu>
372
07c16ec4
SM
373 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
374 (tex-main-file, tex-file): Simplify.
375 (tex-generate-zap-file-name): Use subst-char-in-string.
376 (tex-strip-dots): Remove.
377
c19cc275
SM
378 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
379
27ce741e
SM
380 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
381 to check if the match succeeded.
382
285991dc
GM
3832000-12-02 Gerd Moellmann <gerd@gnu.org>
384
385 * startup.el (use-fancy-splash-screens-p): New function.
386 (command-line-1): Use it to determine whether or not to use
387 a fancy splash screen.
388
52dca1b2
AS
3892000-12-02 Andreas Schwab <schwab@suse.de>
390
391 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
392
d3e7e7cf
EZ
3932000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
394
2dce2360
EZ
395 * international/mule.el (make-char): Fix last change.
396
9768eaa7
EZ
397 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
398 New defcustoms.
399 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
400 autoloading tex-mode; instead, do the same manually. Use
401 texinfo-open-quote and texinfo-close-quote. Insert literal quote
402 with numeric argument. Docstring fix.
403 (toplevel): Require cl when compiling.
e04d21aa 404
285991dc 405 * international/mule.el (make-char): Doc fix.
d3e7e7cf 406
0dd5e255
JR
4072000-12-02 Jason Rumney <jasonr@gnu.org>
408
409 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
410 the Emacs Lisp manual)
411
fbb87147
EZ
4122000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
413
5cbb3e93
EZ
414 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
415
fbb87147
EZ
416 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
417 the Emacs Lisp manual).
418
1636ca09
GM
4192000-12-02 Gerd Moellmann <gerd@gnu.org>
420
421 * simple.el (next-line-add-newlines): Change default to nil.
422
68875f0e
EZ
4232000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
424
425 * files.el (revert-buffer, recover-file): Bind
426 coding-system-for-read to emacs-mule-unix, not to no-conversion.
427
fd9ac94c
GM
4282000-12-01 Gerd Moellmann <gerd@gnu.org>
429
430 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
431
e04d21aa 432 * play/5x5.el (5x5-play-solution):
fd9ac94c 433
45450dd5
MB
4342000-12-01 Miles Bader <miles@gnu.org>
435
436 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
437
09df8881
KH
4382000-12-01 Kenichi Handa <handa@etl.go.jp>
439
440 * international/mule-diag.el (describe-char-after): Fix typo.
441 (describe-character-set, non-iso-charset-alist): Fix typo.
442
dea0a87d
MB
4432000-12-01 Miles Bader <miles@gnu.org>
444
b170205b
MB
445 * image-file.el (image-file-name-regexp): Automatically add
446 upper-case variants of each filename extension in
447 `image-file-name-extensions', since they seem to be common.
448
e04d21aa 449 * simple.el (minibuffer-contents)
dea0a87d
MB
450 (minibuffer-contents-no-properties, delete-minibuffer-contents):
451 New functions.
452 * filecache.el (file-cache-directory-name)
453 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
454
2b69bc11 4552000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
e04d21aa 456
dea0a87d
MB
457 * filecache.el (file-cache-minibuffer-complete): Don't try to
458 delete the minibuffer prompt.
459
a8a1b05d
DL
4602000-11-30 Dave Love <fx@gnu.org>
461
462 * cus-start.el: Fix read-buffer-function type.
463
693c4692
GM
4642000-11-30 Gerd Moellmann <gerd@gnu.org>
465
466 * md5.el: Removed. There's a built-in function, now.
467
2c0b1898
GM
4682000-11-30 Markus Rost <rost@math.ohio-state.edu>
469
470 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
471 as dummy 0-th char of rmail-deleted-vector.
472
63dfcf4b
EZ
4732000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
474
475 * ps-print.el (ps-end-job): Bind case-fold-search only after
476 switching to ps-spool-buffer.
477
4782000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
479
480 * ps-print.el: Line number font customization. PostScript: Lines and
481 PageCount are initialized on each page. Doc Fix.
482 (ps-print-version): New version number (6.3.2).
483 (ps-lpr-switches, ps-font-info-database, ps-font-size)
484 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
485 (ps-right-header): Customization fix.
486 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
487 Fix code.
488 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
489 New vars.
490
df3aedcf
GM
4912000-11-30 Gerd Moellmann <gerd@gnu.org>
492
edfb795e
GM
493 * bs.el: Fix typos and spelling errors.
494 (bs-appearance) <defgroup>: Renamed from bs-appearence.
495 (bs-configuration): Doc fix.
e04d21aa 496
df3aedcf
GM
497 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
498
8b8a7f01
GM
4992000-11-30 Rob Riepel <riepel@Stanford.EDU>
500
501 * emulation/tpu-edt.el (tpu-version): New version.
502 (tpu-search-overlay, tpu-replace-overlay): New initial range.
503 (tpu-original-mode-line): Variable deleted.
504 (tpu-mark-flag): New initial value.
505 (tpu-set-mode-line): Don't redefine mode-line-format. Add
506 tpu-mark-flag to minor-mode-alist.
507 (tpu-update-mode-line): New mark flag logic.
508 (tpu-get): Use find-file-wildcards.
509 (tpu-search-highlight): Move overlay less, reset overlay properly.
510 (tpu-unselect): Deactivate mark.
511 (tpu-lm-replace): Reset overlay properly.
512 (tpu-forward-line): Use forward-visible-line.
513 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
514
515 * emulation/tpu-extras.el (tpu-forward-line): Use
516 forward-visible-line.
e04d21aa 517
c069a9d3
GM
5182000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
519
520 * cus-edit.el (custom-face-value-create): Always emphasize tag.
521
b02cd40b
GM
5222000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
523
524 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
525 and skip whitespace and newlines.
e04d21aa 526
b7a90344
SM
5272000-11-30 Stefan Monnier <monnier@cs.yale.edu>
528
529 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
530
be6bbb55
GM
5312000-11-29 Gerd Moellmann <gerd@gnu.org>
532
0383ed60
GM
533 * help.el (describe-function-1): Regexp-quote function name
534 when used as part of a regexp.
535
c7957947
GM
536 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Use
537 face-attribute instead of face-foreground and face-background.
538 (tool-bar-add-item): Likewise, and handle unspecified colors.
539
540 * enriched.el (enriched-face-ans): Use face-attribute instead
541 of face-foreground and face-background.
542
543 * faces.el (face-foreground, face-background, face-stipple):
544 Return nil if attribute is unspecified, for backward
545 compatibility.
546
7423978d
GM
547 * files.el (auto-mode-alist): Add an entry for antlr-mode.
548
ef128c78
GM
549 * play/5x5.el: Remove version info.
550
a81fc510
GM
551 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
552
be6bbb55
GM
553 * frame.el (blink-cursor-mode): Doc fix.
554
f9396e03
GM
5552000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
556
557 * antlr-mode.el: New commands to run ANTLR from within Emacs and
558 to create Makefile rules.
559 (antlr-tool-command): New user option.
560 (antlr-ask-about-save): New user option.
561 (antlr-makefile-specification): New user option.
562 (antlr-file-formats-alist): New variable.
563 (antlr-special-file-formats): New variable.
564 (antlr-unknown-file-formats): New user option.
565 (antlr-help-unknown-file-text): New variable.
566 (antlr-help-rules-intro): New variable.
567 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
568 (antlr-mode-menu): Add entries.
569 (antlr-file-dependencies): New function.
570 (antlr-directory-dependencies): New function.
571 (antlr-superclasses-glibs): New function.
572 (antlr-run-tool): New command.
573 (antlr-makefile-insert-variable): New function.
574 (antlr-insert-makefile-rules): New function.
575 (antlr-show-makefile-rules): New command.
576
577 * antlr-mode.el: More Emacs/XEmacs stuff.
578 (antlr-no-action-keywords): New constant with value nil.
579 (antlr-font-lock-keywords-alist): Use it. Old value would break
580 syntax highlighting in Emacs-21.0.
581 (antlr-default-directory): Emacs/XEmacs dependend function.
582 (antlr-read-shell-command): Ditto.
583 (antlr-with-displaying-help-buffer): Ditto.
584
5852000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
586
587 * antlr-mode.el: imenu, parsing and highlighting changes.
588 (antlr-imenu-create-index-function): Don't create extra submenus
589 for definitions in different grammar classes. It is not necessary
590 for the menu and would make command `imenu' awkward to use.
591 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
592 header actions and more than one.
593 (antlr-font-lock-tokendef-face): Changed color.
594 (antlr-font-lock-tokenref-face): Changed color.
595 (antlr-font-lock-additional-keywords): Also highlight lowercase.
596 (antlr-mode-syntax-table): New variable.
597 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
598 (antlr-with-syntax-table): Don't copy syntax table.
599
6002000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
601
602 * antlr-mode.el: Minor changes: language setting.
603 (antlr-language-alist): The value for file option "language" can
604 be both an identifier and a string.
605 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
606 (antlr-language-limit-n-regexp): Change accordingly.
607
6082000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
609
610 * antlr-mode.el: Minor changes: tabs, hiding.
611 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
612 (antlr-action-visibility): Also allow value nil to also hide the
613 braces. Renamed from `antlr-tiny-action-length'.
614 Suggested by Jay@aol.com.
615 (antlr-hide-actions): Change accordingly. Hide line if completely
616 hidden action is on a line of its own.
e04d21aa 617
6ad948eb
SM
6182000-11-29 Stefan Monnier <monnier@cs.yale.edu>
619
620 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
621
622 * sort.el (sort-columns): Don't concat strings with numbers.
623
9c6a4107
DL
6242000-11-29 Dave Love <fx@gnu.org>
625
626 * cus-edit.el (face): Fix :format.
627
628 * mail/feedmail.el: Require smtpmail when compiling.
629 (mail-do-fcc): Autoload.
630 (feedmail) <defgroup>: Fix :link.
631 (feedmail-nuke-body-in-fcc): Fix :type.
632 (feedmail-send-it): Add autoload cookie.
633
053b8d35
SM
6342000-11-29 Stefan Monnier <monnier@cs.yale.edu>
635
636 * newcomment.el (comment-indent): Save excursion around call to
637 comment-indent-function.
638
242c13e8
MB
6392000-11-29 Miles Bader <miles@gnu.org>
640
641 * subr.el (member-ignore-case): Return the tail of the list who's
642 car matches, like `member', not the matching element itself.
643
8f4b5f28
KH
6442000-11-29 Kenichi Handa <handa@etl.go.jp>
645
646 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
647 should not contain `\n'.
648
bebe4a2c
GM
6492000-11-28 Gerd Moellmann <gerd@gnu.org>
650
fd9ac94c 651 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
99879a40 652
ba7e40eb
GM
653 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
654
75ab0c79
GM
655 * dired-aux.el (dired-do-create-files): Construct default file
656 name for dired-mark-read-file-name so that when the user enters
657 just RET, the target file will end up in the target directory.
658
bebe4a2c
GM
659 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
660 local-abbrev-table before changing buffers because it might
661 have a buffer-local binding.
662
fa6d1ca8
MB
6632000-11-28 Miles Bader <miles@gnu.org>
664
665 * simple.el (delete-horizontal-space): Handle fields more generally.
666
8d2c2642
GM
6672000-11-28 Gerd Moellmann <gerd@gnu.org>
668
669 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
670
8b31236d
DL
6712000-11-28 Dave Love <fx@gnu.org>
672
3cbd02d2
DL
673 * progmodes/ps-mode.el (ps-mode): Set comment-start and
674 comment-start-skip locally.
675
8b31236d
DL
676 * progmodes/fortran.el (fortran-mode): Don't set
677 fortran-comment-line-start-skip. Set comment-start to
678 fortran-comment-line-start.
679 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
680 (fortran-comment-line-start-skip): Simplify slightly.
681
ae4bf56d
GM
6822000-11-28 Gerd Moellmann <gerd@gnu.org>
683
17ef7534
GM
684 * play/5x5.el: Remove RCS keyword.
685
fd9ac94c 686 * bs.el: Mistaken commit, undone 2000-11-30.
ae4bf56d 687
665b27a6
GM
6882000-11-28 Milan Zamazal <pdm@freesoft.cz>
689
690 * textmodes/tildify.el (tildify-string-alist): Add
691 `plain-tex-mode' here.
692
fe3c2ae3
GM
6932000-11-28 Colin Walters <walters@cis.ohio-state.edu>
694
695 * chistory.el (Command-history-setup): Remove extraneous `keymap'
696 reference.
697
d970106b
MB
6982000-11-28 Miles Bader <miles@gnu.org>
699
36b80a0d
MB
700 * cus-face.el (custom-face-attributes): Add post-filter function
701 for :box. Make pre-filter function for :box handle all cases.
702
d970106b
MB
703 * wid-edit.el (widget-choose): Make sure pop-up window is large
704 enough to display all the choices, as there's no way to scroll it.
705
5a2bae6c
KH
7062000-11-28 Kenichi Handa <handa@etl.go.jp>
707
708 * international/mule-conf.el: Make the coding system no-conversion
709 safe for all characters.
710
9e836e23
DL
7112000-11-27 Dave Love <fx@gnu.org>
712
8b31236d
DL
713 * net/ldap.el (ldap) <defgroup>: Add :version.
714
9e836e23
DL
715 * tooltip.el (tooltip-use-echo-area): Doc fix.
716
717 * cus-start.el <minibuffer-prompt-properties>: Add version.
718 <read-buffer-function>: Add.
719
720 * apropos.el (apropos-print): Add help-echo to active text.
721
722 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
723
4a74d071
GM
7242000-11-27 Gerd Moellmann <gerd@gnu.org>
725
726 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
727 type, group and version.
728
76058c27
EZ
7292000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
730
4a74d071 731 * select.el (x-get-selection): Docstring fix.
76058c27 732
fd9ac94c 7332000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
26a8d08d 734
fd9ac94c 735 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
26a8d08d 736
49060c51
AI
7372000-11-27 Andrew Innes <andrewi@gnu.org>
738
739 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
740
741 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
742
b2a8e429
MB
7432000-11-27 Miles Bader <miles@gnu.org>
744
745 * dired.el (dired-get-filename): Return filename verbatim if
746 LOCALP is `verbatim'.
747 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
748 `verbatim' so that we don't inadvertently delete a non-existant
749 directory name.
750
5ac0366d
KH
7512000-11-27 Kenichi Handa <handa@etl.go.jp>
752
753 * international/characters.el: Specify cases and syntaxes for
754 mule-unicode-0100-24ff.
755
67f1cf4c
GM
7562000-11-27 Gerd Moellmann <gerd@gnu.org>
757
758 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
759 that foreground and/or background colors of the face `tool-bar'
760 are unspecified.
761
46c56972
MB
7622000-11-27 Miles Bader <miles@gnu.org>
763
e04d21aa 764 * wid-edit.el (widget-field-buffer, widget-field-start)
ec725166
MB
765 (widget-field-end): Handle widget field `pseudo-overlays'.
766 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
767 if it's there instead of in `widget-field-list'.
768
46c56972 769 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
a2e6f426
MB
770 (help-make-xrefs): Delete extraneous newlines at the end of the
771 docstring.
46c56972 772
640a9cdd
JR
7732000-11-25 Jason Rumney <jasonr@gnu.org>
774
775 * startup.el (command-line): Call set-locale-environment after
776 Window System init file is read, as it can result in a call to
777 redraw-frame.
778
0b3f96d4
EZ
7792000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
780
781 * simple.el (shell-command): Mention the effect of the prefix
782 argument in the doc string.
783
8da6e2a1
MB
7842000-11-25 Miles Bader <miles@gnu.org>
785
a658d039
MB
786 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
787
8da6e2a1 788 * wid-edit.el (widget-field-value-delete): Don't try to delete
a2e6f426 789 overlay when it's the `pseudo-overlay' that exists at some points.
8da6e2a1 790
d3416cca
JR
7912000-11-24 Jason Rumney <jasonr@gnu.org>
792
793 * international/mule-cmds.el (locale-language-names): Add "jp" as
794 a non-standard alternative for Japanese.
795
17e37f53
AS
7962000-11-24 Andre Spiegel <spiegel@gnu.org>
797
798 * vc-hooks.el: Require 'cl during compilation.
799
9aa5f148
GM
8002000-11-24 Gerd Moellmann <gerd@gnu.org>
801
ba193890
GM
802 * faces.el (face-set-after-frame-default): Let face attributes
803 specified for new frames override frame parameters.
804
9aa5f148
GM
805 * startup.el (command-line): Fix computation of the source file
806 for user-init-file when user-init-file is a compiled file.
807
51a1edab
MB
8082000-11-24 Miles Bader <miles@gnu.org>
809
e04d21aa 810 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
51a1edab
MB
811 (custom-post-filter-face-spec): New functions.
812 (custom-face-set, custom-face-value-create): Filter the face spec
813 before and after customization.
814 (custom-face-set): If VALUE specifies a null face, pass a
815 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
816 * cus-face.el (custom-face-attributes): Remove SET and GET
817 functions. Add some IN-FILTER and OUT-FILTER functions in the few
818 cases they're needed.
819
1ed74431
MB
820 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
821 that it's distinguishable from the :off-glyph on dark-background
822 displays. Set its background color too.
823
67ee1125
MB
824 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
825 so that people can easily turn it off.
826
7d027816 8272000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
e04d21aa 828
7d027816 829 * ediff-diff.el: Moved variables around to have it compile under NT.
e04d21aa 830
9aa5f148 831 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
e04d21aa 832
9aa5f148 833 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
e04d21aa 834
9aa5f148 835 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
7d027816 836 redundant skip-small-frames test.
e04d21aa 837
9aa5f148 838 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
7d027816 839 (viper-downgrade-to-insert): protect against errors in hooks.
e04d21aa 840
9aa5f148
GM
841 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
842 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
843 (viper-restore-cursor-type,viper-set-insert-cursor-type): New
7d027816 844 functions.
e04d21aa 845
9aa5f148 846 * viper-util.el (viper-memq-char): Bug fixes.
e04d21aa 847
9aa5f148 848 * viper.el (viper-mode): Fix cursor handling.
e04d21aa 849
f07fa1b8
KH
8502000-11-24 Kenichi Handa <handa@etl.go.jp>
851
852 * international/mule-diag.el (list-iso-charset-chars): For
853 two-byte charset, fix the `while' condition.
854 (list-non-iso-charset-chars): Fix the `while' condition.
855
ba8299ff
SM
8562000-11-23 Stefan Monnier <monnier@cs.yale.edu>
857
79372165
SM
858 * subr.el (add-hook, remove-hook): Don't call make-local-hook
859 if the variable is make-variable-buffer-local.
860
ba8299ff
SM
861 * progmodes/ada-stmt.el (ada-template-map): Initialize
862 and bind it to C-c t in ada-mode-map.
863 (ada-stmt-mode-hook): New function extracted from old code.
864 Only change the buffer-local side of skeleton-*.
865 (ada-mode-hook): Use it.
866
68a887fa
EZ
8672000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
868
869 * iswitchb.el (iswitchb-minibuf-depth): New variable.
870 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
871 we expect to be returned by minibuffer-depth once we prompt the
872 user in the minibuffer.
873 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
874 as recorded in iswitchb-minibuf-depth, return non-nil.
875
3b345582
EZ
8762000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
877
878 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
879 (hscroll-window-maybe): Docstring fix.
880
595dead2
DL
8812000-11-23 Dave Love <fx@gnu.org>
882
883 * rect.el (string-rectangle): Don't test delete-selection-mode.
884
1e66b27a
GM
8852000-11-23 Gerd Moellmann <gerd@gnu.org>
886
02790ce2
GM
887 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
888 is in the tool bar.
889
1e66b27a
GM
890 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
891 with `no-dir'; we want the directory part to be able to remove
892 it.
893
a4caa65d
SM
8942000-11-22 Stefan Monnier <monnier@cs.yale.edu>
895
896 * textmodes/outline.el (outline-flag-region):
897 Don't bind inhibit-read-only since we don't modify the buffer.
898 (outline-isearch-open-invisible): Don't jump to overlay-start
899 since we're trying to unhide text around point.
900 (outline-discard-overlays): Use dolist.
901
902 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
903
03e757c1
GM
9042000-11-22 Gerd Moellmann <gerd@gnu.org>
905
e04d21aa 906 * mail/rmail.el (rmail-confirm-expunge): Default to
03e757c1 907 y-or-n-p.
e04d21aa 908
1598a961
SM
9092000-11-22 Stefan Monnier <monnier@cs.yale.edu>
910
911 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
912 Fix ARG regexp to skip quoted braces.
913 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
914 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
915 are (correctly) handled separately).
916 Remove `caption' and `footnote' from `citations': they contain text.
917 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
918 (latex-skeleton-end-hook): New function.
919 (latex-mode): Use it.
920 (tex-start-tex-marker): Remove.
921 (tex-send-tex-command): Don't set tex-start-tex-marker.
922 (tex-error-parse-syntax-table): New var.
923 (tex-compilation-parse-errors): Use it.
924 Ignore tex-start-tex-marker. Don't bother with marker-position.
925 (tex-validate-buffer): Don't bother with marker-position.
926
927 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
bd7e01a3 928 (flyspell-generic-progmode-verify): Use it.
1598a961 929
eaae8106
SS
9302000-11-22 Sam Steingold <sds@gnu.org>
931
03e757c1
GM
932 * simple.el (delete-trailing-whitespace): New interactive
933 function.
e04d21aa 934
eaae8106 935 * progmodes/ada-mode.el (ada-mode): Use it instead of
bd7e01a3 936 `ada-remove-trailing-spaces'.
eaae8106 937 (ada-remove-trailing-spaces): Removed.
e04d21aa 938
eaae8106 939 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
e04d21aa 940
1598a961
SM
941 * textmodes/picture.el (picture-clean): Removed.
942 (picture-mode-exit): Call it instead of `picture-clean'.
eaae8106 943
a41d49e9
GM
9442000-11-22 Gerd Moellmann <gerd@gnu.org>
945
e053c60f
GM
946 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
947
a41d49e9
GM
948 * hi-lock.el (hi-lock-refontify): Don't call non-existent
949 jit-lock-fontify-buffer; it should anyway be unneccessary to
4c4a541d 950 do anything special when jit-lock is active.
a41d49e9
GM
951 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
952
197615f3
DL
9532000-11-22 Dave Love <fx@gnu.org>
954
ddbfaa9f
DL
955 * calendar/todo-mode.el (todo-top-priorities): Use
956 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
957
ddc3c695
DL
958 * language/chinese.el, language/cyrillic.el:
959 * language/devanagari.el, language/ethiopic.el, language/greek.el:
960 * language/hebrew.el, language/indian.el, language/japanese.el:
961 * language/korean.el, language/lao.el, language/misc-lang.el:
962 * language/thai.el, language/tibetan.el, language/vietnamese.el:
963 Use provide.
964
fb9fa98d
DL
965 * cus-edit.el (custom-buffer-create-internal): Save some consing.
966 (custom-variable-set): Improve validation error mesage.
967
197615f3
DL
968 * rect.el (string-rectangle): Revert last change.
969 (string-rectangle-line): New arg DELETE.
970 (string-rectangle): Check delete-selection-mode.
971
972 * emacs-lisp/edebug.el (edebug-version)
973 (edebug-maintainer-address): Deleted.
974 (edebug-submit-bug-report): Just alias to report-emacs-bug.
975 (edebug-read-function): Account for other `'#' read forms.
976 (edebug-mode-menus): Make some items toggles.
977 (edebug-outside-unread-command-event, unread-command-event):
978 Remove these to avoid warnings.
979
f4117c4d
GM
9802000-11-22 David Ponce <david@dponce.com>
981
982 * recentf.el (recentf-menu-items-for-commands)
983 (recentf-make-menu-items, recentf-make-menu-item)
4c4a541d 984 (recentf-filter-changer): Added :help and :active menu-item properties.
eaae8106 985
f4117c4d
GM
986 (recentf-build-dir-rules, recentf-dump-variable)
987 (recentf-edit-list, recentf-open-files-item)
988 (recentf-open-files): Replaced unnecessary `mapcar' with new
989 built-in `mapc'.
eaae8106 990
f8e2f3f2
MB
9912000-11-23 Miles Bader <miles@gnu.org>
992
993 * faces.el (menu): Make inverse-video on ttys too.
994
4c4a541d
SM
9952000-11-22 Stefan Monnier <monnier@cs.yale.edu>
996
997 * simple.el (comment-line-break-function): Use the new name
998 indent-new-comment-line -> comment-indent-new-line.
999 (clone-indirect-buffer): Don't ignore NORECORD.
1000 (next-completion): Properly handle the case where items are adjacent.
1001
1002 * mouse.el (popup-menu): Stupid typo.
1003
980d836e
GM
10042000-11-22 Gerd Moellmann <gerd@gnu.org>
1005
60e8e0a5
GM
1006 * emacs-lisp/authors.el: Remove autoload cookies, add author,
1007 maintainer, keywords tags.
1008
980d836e
GM
1009 * rect.el (replace-rectangle): Don't call string-rectangle-line
1010 with too many arguments.
1011
e08b2069
AS
10122000-11-22 Andre Spiegel <spiegel@gnu.org>
1013
60e8e0a5 1014 * ediff-util.el (ediff-file-checked-out-p)
eaae8106 1015 (ediff-file-checked-in-p): Call vc-state instead of
e08b2069
AS
1016 vc-locking-user, which no longer exists.
1017
1018 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
1019
c6779d8d
DL
10202000-11-22 Dave Love <fx@gnu.org>
1021
1022 * md5.el (md5): Provide.
1023 (md5): Fix error call.
1024
e672fdce
MB
10252000-11-22 Miles Bader <miles@gnu.org>
1026
eaae8106 1027 * textmodes/refill.el (refill-adjust-ignorable-overlay)
d9fdcdb5
MB
1028 (refill-fill-paragraph-at): Remove debugging code.
1029
80e24c04
MB
1030 * calendar/calendar.el (generate-calendar-window): When we don't
1031 call `fit-window-to-buffer', make sure the top line is fully visible.
1032
3a17d6cc
MB
1033 * image-file.el (insert-image-file): Don't make `read-only'
1034 property rear-nonsticky.
1035
ae1a21c6
MB
1036 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
1037 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
1038 stashing away its original value.
1039 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
1040 in the recursive edit.
1041 Bind `isearch-original-minibuffer-message-timeout' to protect it.
1042 (isearch-done): Restore `minibuffer-message-timeout'.
1043
e672fdce
MB
1044 * cus-start.el: Remove entry for `mode-line-inverse-video'.
1045
3ea79df8
SM
10462000-11-21 Stefan Monnier <monnier@cs.yale.edu>
1047
1048 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
1049
1050 * find-lisp.el (find-lisp-find-files-internal):
1051 Use dolist, when and file-name-as-directory.
1052
980d836e 1053 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
3ea79df8
SM
1054 (define-derived-mode, define-minor-mode): Add specs.
1055
1056 * window.el: General comment and spacing fixes.
1057 (save-selected-window): Use backquotes.
1058 (window-safely-shrinkable-p): New function.
1059 (shrink-window-if-larger-than-buffer): Use it.
1060
1061 * subr.el (make-local-hook): Docstring fix.
1062
1063 * shell.el (shell-mode): Use define-derived-mode.
1064
1065 * newcomment.el (comment-indent): Insert comment before calling
1066 comment-indent-function. Don't insert in column 0.
1067 (comment-dwim): Indent before inserting comment.
1068
1069 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
1070 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
1071 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
1072 Use mapc rather than map.
1073
1074 * files.el (find-buffer-visiting): Compare all attributes before
1075 declaring two files identical (rather than just their inode-no).
1076 (auto-mode-alist): Use \' rather than $.
1077
1078 * which-func.el: Update maintainer line.
1079
1080 * pcvs.el (uniquify-buffer-file-name): Remove advice.
1081 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
1082 (uniquify-buffer-file-name): Use it.
1083
8f62f2b8
MB
10842000-11-22 Miles Bader <miles@gnu.org>
1085
1086 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
1087 * simple.el (minibuffer-avoid-prompt): New function.
1088
fb279a6d
GM
10892000-11-21 Gerd Moellmann <gerd@gnu.org>
1090
1091 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
1092
867092e9
MB
10932000-11-21 Miles Bader <miles@gnu.org>
1094
ef860850
MB
1095 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
1096 inclusion of `track-mouse'.
1097
867092e9
MB
1098 * textmodes/refill.el (refill-ignorable-overlay): New variable.
1099 (refill-adjust-ignorable-overlay): New function.
1100 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
1101 only the paragraph's tail if possible.
1102 Update `refill-ignorable-overlay'.
1103 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
1104
1105 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
1106 point inside the fill-prefix.
1107
1108 * textmodes/refill.el (refill-post-command-function): Don't reset
1109 refill-doit in the case where a self-insertion command doesn't
1110 case a refill. Use `refill-fill-paragraph-at', getting position
1111 from `refill-doit'.
1112 (refill-after-change-function): Set `refill-doit' to END.
1113 (refill-fill-paragraph-at): New function, mostly from old
1114 refill-fill-paragraph.
1115 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
1116 (refill-pre-command-function): New function.
1117 (refill-mode): Add it to `pre-command-hook'.
1118
ff9ab414
GM
11192000-11-20 Gerd Moellmann <gerd@gnu.org>
1120
29a01b72
GM
1121 * textmodes/artist.el (artist-mode): Fix autoload cookie.
1122
ff9ab414
GM
1123 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
1124 javadoc tags.
eaae8106 1125
885b211b
AS
11262000-11-20 Andre Spiegel <spiegel@gnu.org>
1127
1128 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
1129 vc.el).
1130
eaae8106 1131 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
885b211b 1132 require vc.
eaae8106
SS
1133
1134 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
885b211b 1135 checkouts.
eaae8106 1136
d1838556
DL
11372000-11-20 Dave Love <fx@gnu.org>
1138
1139 * Makefile.in (DONTCOMPILE): Omit bindings.el.
1140
2b69bc11 11412000-11-20 Eli Barzilay <eli@www.barzilay.org>
56c13ae6 1142
2b69bc11
GM
1143 * calculator.el (calculator-paste): Use `if' instead of `and'
1144 and `or'.
1145 (calculator-help): Don't use electric-describe-mode for XEmacs.
56c13ae6 1146
b95b34e5
GM
11472000-11-19 Gerd Moellmann <gerd@gnu.org>
1148
030de92f
GM
1149 * info.el (info-menu-5): Doc fix.
1150
b95b34e5
GM
1151 * textmodes/artist.el: New file.
1152
54970452
AS
11532000-11-19 Andre Spiegel <spiegel@gnu.org>
1154
eaae8106 1155 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
54970452
AS
1156 and differentiate according to checkout model.
1157 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
1158 since this function is only concerned with master state.
1159
eaae8106 1160 * vc-hooks.el (vc-workfile-unchanged-p,
54970452
AS
1161 vc-default-workfile-unchanged-p): Moved here from vc.el.
1162
eaae8106 1163 * vc.el (vc-workfile-unchanged-p,
54970452
AS
1164 vc-default-workfile-unchanged-p): See above.
1165
e5a9dabf
MB
11662000-11-19 Miles Bader <miles@gnu.org>
1167
1168 * image-file.el (insert-image-file): Make `intangible' and
1169 `read-only' properties rear-nonsticky too.
1170
24127af0
GM
11712000-11-18 Gerd Moellmann <gerd@gnu.org>
1172
d392e9c5 1173 * ps-print.el: Update copyright notice.
eaae8106 1174
d392e9c5
GM
1175 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
1176 (tooltip-show): Use the offsets.
1177
24127af0 1178 * bindings.el (mode-line-modified): Fix a typo.
eaae8106 1179 (mode-line-toggle-modified, mode-line-widen)
24127af0
GM
1180 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
1181
2b69bc11 11822000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
08ea6f17 1183
2b69bc11
GM
1184 * ps-print.el (toplevel): Test for find-coding-system being
1185 fboundp before calling ps-x-find-coding-system.
08ea6f17 1186
66321b2f
SM
11872000-11-16 Stefan Monnier <monnier@cs.yale.edu>
1188
1189 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
1190 (vc-version-backup-file): Docstring fix.
1191
046110c6
GM
11922000-11-16 Gerd Moellmann <gerd@gnu.org>
1193
4104194e
GM
1194 * files.el (basic-save-buffer): Don't add a newline if
1195 find-file-literally is non-nil.
1196 (find-file-literally): Extend doc string.
1197
046110c6
GM
1198 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
1199 sort(1) with the `-f' argument.
1200
6505c16e
AS
12012000-11-16 Andre Spiegel <spiegel@gnu.org>
1202
fd063975
AS
1203 * vc.el: Updated backend documentation.
1204 (vc-default-check-headers): New function.
1205
3d02dd81 1206 * vc-{cvs,rcs,sccs}.el: Functions reordered.
eaae8106
SS
1207
1208 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
8791d617 1209 up-to-date.
eaae8106 1210 (vc-do-command): In the asynchronous case, output messages only if
9dd94743 1211 the minibuffer is not active.
fd063975 1212
eaae8106 1213 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
8791d617 1214 `vc-cvs-use-edit' is on.
eaae8106
SS
1215 (vc-cvs-checkout): When this is used for reverting the workfile,
1216 make a backup of the original contents and revert to that in case
8791d617 1217 of error.
eaae8106 1218 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
9dd94743 1219 remote repositories.
eaae8106 1220
6505c16e
AS
1221 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
1222 for both version and ratio in the minibuffer.
fd063975 1223
eaae8106 1224 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
8791d617 1225 Use vc-do-command to perform the annotation, not call-process.
6505c16e 1226
a13f0660
KH
12272000-11-16 Kenichi Handa <handa@etl.go.jp>
1228
1229 * international/quail.el (quail-start-translation): Don't call
1230 `message' before reading key sequence.
1231
1389a414
MB
12322000-11-16 Miles Bader <miles@lsi.nec.co.jp>
1233
1234 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
1235
9256a532
KH
12362000-11-16 Kenichi Handa <handa@etl.go.jp>
1237
1238 * window.el (fit-window-to-buffer): Be sure to acquire at least
1239 one text line even if the buffer is empty.
1240
0e14fe9f
GM
12412000-11-16 Gerd Moellmann <gerd@gnu.org>
1242
eaae8106 1243 * net/ange-ftp.el (ange-ftp-file-writable-p)
0e14fe9f
GM
1244 (ange-ftp-file-readable-p, ange-ftp-file-executable-p): Bind
1245 ange-ftp-process-verbose to nil.
1246
da645c53
DL
12472000-11-15 Dave Love <fx@gnu.org>
1248
233d5cde
DL
1249 * wid-edit.el (widget-specify-field, widget-specify-button): If
1250 :help-echo is a function, set help-echo of overlay to
1251 widget-mouse-help.
1252 (widget-mouse-help): New function.
1253 (widget-echo-help): Rewritten for :help-echo functions only taking
1254 a widget arg.
1255
b12057b9
DL
1256 * net/eudc-bob.el (eudc-bob-can-display-inline-images): Use
1257 display-graphic-p.
1258 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
1259 and that JPEG is available.
1260 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
1261
da645c53
DL
1262 * international/mule-cmds.el (locale-charset-language-names):
1263 Match @euro.
1264
6d133d1f
GM
12652000-11-15 Gerd Moellmann <gerd@gnu.org>
1266
1267 * faces.el (face-set-after-frame-default): If
0e14fe9f 1268 `inhibit-default-face-x-resources' is bound, don't intialize the
6d133d1f
GM
1269 default face from X resources.
1270
49ac2ac5
EZ
12712000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
1272
1273 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
1274 Don't set EMACSLOADPATH.
1275
4fb0a34c
EZ
12762000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
1277
1278 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
1279 texinfo-insert-@url.
1280 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
1281 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
1282
bb304a7a
SM
12832000-11-14 Stefan Monnier <monnier@cs.yale.edu>
1284
82bc80bf
SM
1285 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
1286 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
1287 (checkdoc-minor-keymap): Backward compatibility.
1288 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
1289 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
1290 (checkdoc-this-string-valid-engine): Be a bit more strict
1291 to avoid matching substrings of `...' quoted vars/funs.
1292 (checkdoc-defun-info): Only look for `interactive' if alone.
1293 (debug-ignored-errors): Add "arg doesn't appear in docstring".
1294
e8c87124
SM
1295 * progmodes/compile.el (grep): `tag-default' can be nil.
1296
bb304a7a
SM
1297 * newcomment.el (comment-indent): Paren typo.
1298
8628686a
DL
12992000-11-14 Dave Love <fx@gnu.org>
1300
25c269ef
DL
1301 * calculator.el: New maintainer version.
1302
66321b2f 1303 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
25c269ef 1304
8628686a
DL
1305 * cmuscheme.el: Doc fixes.
1306 (cmuscheme) <defgroup>: Use `scheme' as parent.
1307 (cmuscheme-program-name): Remove. Change uses to
1308 scheme-program-name.
1309
1310 * xscheme.el (scheme-program-name): Don't define here.
1311
1312 * progmodes/scheme.el (scheme-program-name): New variable
1313 (originally in cmuscheme).
1314
88f0a1eb
MB
13152000-11-14 Miles Bader <miles@gnu.org>
1316
1317 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
1318 Handle header-lines. Don't loop forever if we can't enlarge the
1319 window anymore. Simplify a bit.
1320
cd9a000c
KH
13212000-11-14 Kenichi Handa <handa@etl.go.jp>
1322
1323 * window.el (fit-window-to-buffer): Don't check
1324 window-text-height. Assure that the last line is fully visible.
1325
1326 * international/quail.el (quail-show-guidance-buf): Call
1327 fit-window-to-buffer to assure the enough height of the guidance
1328 buffer.
1329 (quail-update-guidance): Avoid making the guidance buffer shorter.
1330
d3fcda22
SM
13312000-11-14 Stefan Monnier <monnier@cs.yale.edu>
1332
bdbd9606
SM
1333 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
1334 rather than `prepend' and add an interesting comment.
1335 (tex-math-face, tex-font-lock-syntactic-face-function):
1336 New face and function to use it.
1337 (tex-define-common-keys, tex-mode-map): Use menu-item rather
1338 than `menu-enable' symbol property.
1339 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
1340 (tex-mode): Add some latex-mode commands for auto-selection.
1341 Use tex-font-lock-syntactic-face-function.
1342 (tex-insert-quote): Simplify.
1343 (tex-shell): New mode.
1344 (tex-start-shell): Use it.
1345 (tex-shell-proc, tex-shell-buf): New functions.
1346 (tex-send-command): Use it.
1347 (tex-main-file): Fix the meaning of the new arg REALFILE.
1348 (tex-send-tex-command): New function split from `tex-start-tex'.
1349 Set compilation-last-buffer and compilation-parsing-end.
1350
d3fcda22
SM
1351 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
1352 when it follows non-comment text on the line.
1353
1354 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
1355 Set font-lock-defaults.
1356 (lisp-mode-shared-map): Init inside the defvar.
1357 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
1358 Use define-derived-mode.
1359
bdab1d43
MB
13602000-11-14 Miles Bader <miles@lsi.nec.co.jp>
1361
1362 * faces.el (header-line): Use `:box nil' for color/gs displays too.
1363
936ae731
GM
13642000-11-14 Gerd Moellmann <gerd@gnu.org>
1365
1366 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda): Don't
1367 recursively optimize body because that can lead to infinite
1368 recursion; see comment there.
1369
1695ca2b
EZ
13702000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
1371
1372 * faces.el (face-spec-set-match-display): Revert the change from
1373 2000-10-24. Add a FIXME for after v21.1.
1374
9d348294
MB
13752000-11-13 Miles Bader <miles@gnu.org>
1376
1377 * textmodes/fill.el (skip-line-prefix): New function.
1378 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
1379 (fill-paragraph): Don't leave point inside the fill-prefix.
88f0a1eb
MB
1380 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
1381 point inside the fill-prefix.
9d348294 1382
b85fa13c
MB
13832000-11-13 Miles Bader <miles@lsi.nec.co.jp>
1384
1385 * calendar/calendar.el (generate-calendar-window): Use
1386 `fit-window-to-buffer'.
1387
a0b47716
SM
13882000-11-12 Stefan Monnier <monnier@cs.yale.edu>
1389
1390 * gud.el (gud-minor-mode): New var.
1391 (gud-symbol, gud-val): New functions.
1392 (gud-find-file): Copy gud-minor-mode to the new buffer.
1393 (gud-menu-map): Include entries for commands that are not always
1394 available, using :enable to (de)activate them.
1395 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
1396 (gud-mode-map): New map.
eaae8106 1397 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
a0b47716
SM
1398 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
1399 Don't set up gud's menu (it's done by the minor-mode).
1400 (gud-minibuffer-local-map): New.
1401 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
1402 (gud-query-cmdline): New function.
1403 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
1404 (gud-mode): Use define-derived-mode.
1405 Don't set up gud's menu (it's done by the minor-mode).
1406 (gud-chop-words): Remove.
1407 (gud-common-init): Use split-string instead.
1408 (gud-new-keymap, gud-make-debug-menu): Eradicate.
1409
1410 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
1411 Add keyword arg :name.
1412
1413 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
1414 (diff-count-matches, diff-split-hunk): New functions.
1415 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
1416
1417 * pcvs-info.el (cvs-fi-conflict-face): New var.
1418
1419 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
1420 Make it into a simple syntax-table, shared among all submodes.
1421 (sh-heredoc-face): Re-introduce.
1422 (sh-font-lock-syntactic-face-function): New function.
1423 (sh-mode): Use it. Also use define-derived-mode.
1424 Remove old bogus setting of indent-region-function.
1425 (sh-set-shell): Don't set the syntax-table any more.
1426 (sh-mode-syntax-table) <defun>: Remove.
1427
f5ed37df
MB
14282000-11-12 Miles Bader <miles@gnu.org>
1429
1430 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
1431 message if interactive.
1432
0b074c2f
DL
14332000-11-12 Dave Love <fx@gnu.org>
1434
1435 * mail/feedmail.el: Fix header,
1436 (feedmail) <defgroup>: Add :link.
1437
1438 * view.el: Use local-map property, not keymap on mode-line string.
1439
1440 * scroll-all.el (scroll-all-mode): Customize variable. Add
1441 autoload cookie to function.
1442
1443 * lazy-lock.el: Remove compatibility code.
1444
1445 * finder.el (finder-known-keywords): Add `files', remove `vms'.
1446 (finder-help-echo): New variable.
1447 (finder-mouse-face-on-line): Add help-echo stuff.
1448 (finder-list-keywords, finder-list-matches): Use mapc.
1449
1450 * faces.el (face-font-registry-alternatives): Add :version.
1451
1452 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
1453 tags-table-list.
1454
a0b47716 1455 * net/browse-url.el (browse-url-browser-function): Update :version.
0b074c2f 1456
a0b47716 1457 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
0b074c2f
DL
1458 (mail-mode): Use [:alnum:] in some regexps.
1459
6d502396
DL
14602000-11-10 Dave Love <fx@gnu.org>
1461
1462 * ediff.el (ediff-regions-internal, ediff-documentation):
1463 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
1464 fundamental mode.
1465
1466 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
1467 buffer into fundamental mode.
1468 (ediff-set-difference): Use copy-sequence if available.
1469
1470 * ediff-ptch.el (ediff-dispatch-file-patching-job): Check
1471 ediff-patch-map non-nil.
1472 (ediff-fixup-patch-map, ediff-fixup-patch-map)
1473 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
1474 buffer into fundamental mode.
1475
1476 * ediff-merg.el (state-or-merge): Defvar when compiling.
1477
a82fe213
JR
14782000-11-10 Jason Rumney <jasonr@gnu.org>
1479
1480 * w32-fns.el (w32-add-charset-info): New function.
1481 (w32-charset-info-alist): Use it.
1482
52d89894
GM
14832000-11-10 Gerd Moellmann <gerd@gnu.org>
1484
1485 * faces.el (face-font-registry-alternatives): New user-option.
1486
178932de
SM
14872000-11-10 Stefan Monnier <monnier@cs.yale.edu>
1488
d7fa3319
SM
1489 * textmodes/texinfo.el (texinfo-block-default): New var.
1490 (texinfo-insert-block): Use it. Insert a newline if needed.
1491
178932de
SM
1492 * textmodes/fill.el (fill-indent-according-to-mode): New var.
1493 (fill-region-as-paragraph): Use it.
1494
1495 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
1496 (latex-mode): Tweak tex-*-(head|trail)er regexps.
1497 Tweak paragraph regexps to allow a leading [ \t]*.
1498 (tex-latex-block): Insert a newline if necessary.
1499 (latex-insert-item): Only insert a newline if necessary.
1500 (tex-guess-main-file): New function.
1501 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
1502 Set tex-main-file if TeX-master is provided.
1503 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
1504
bd02b8e0
GM
15052000-11-10 Gerd Moellmann <gerd@gnu.org>
1506
1507 * startup.el (command-line): Set the default tooltip-mode
1508 to t for graphical displays which implement x-show-tip.
1509
1510 * tooltip.el (tooltip-mode): Add a comment about startup.el
1511 setting the default value of this user-option.
1512
b29b03eb
SM
15132000-11-09 Stefan Monnier <monnier@cs.yale.edu>
1514
1515 * font-lock.el (font-lock-*-face) <defvar>: Move.
1516 (font-lock-defaults-alist): Mark obsolete.
1517 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
1518 (font-lock-mode): Use define-minor-mode.
1519 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
1520 (font-lock-turn-off-thing-lock): Be more explicit.
1521 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
1522 (font-lock-syntactic-face-function): New var.
1523 (font-lock-fontify-syntactically-region): Use it.
1524 (font-lock-doc-face): New.
1525
1526 * pcvs.el (cvs-enabledp): Ignore errors.
1527 (cvs-commit-filelist): Never query.
1528 (cvs-mode-insert): Always add a terminating / in the initial prompt.
1529 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
1530 (cvs-do-removal): Use cvs-partition rather than delete-if.
1531 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
1532 cvs-bury-buffer.
1533
1534 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
1535 Allow `next' to jump to after the end of the last match.
1536
778fbc46
GM
15372000-11-09 Gerd Moellmann <gerd@gnu.org>
1538
730c746c
GM
1539 * simple.el (byte-compiling-files-p): New function.
1540
1541 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
1542 if it is there.
1543
1544 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
1545 nil again.
1546
778fbc46
GM
1547 * textmodes/ispell.el (ispell-library-path): Don't call
1548 check-ispell-version when byte-compiling because that starts
1549 an ispell process, and ispell might not be installed.
1550 (toplevel): Don't set up a menu when byte-compiling.
1551
1552 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
1553 it, so that a boundp test can be used to determine if we're
1554 currently byte-compiling.
1555
5912c5bb
DL
15562000-11-09 Dave Love <fx@gnu.org>
1557
1558 * pcvs.el (uniquify-buffer-file-name): Wrap advice in
1559 eval-after-load.
1560
7bb054a5
GM
15612000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1562
1563 * ps-print.el: Patch for variable initialization when spooling. Doc
1564 fix.
1565 (ps-output-list): Fun eliminated.
1566 (ps-begin-file, ps-begin-job): Code fix.
1567
9db2706e
DL
15682000-11-08 Dave Love <fx@gnu.org>
1569
1570 * ediff-wind.el (ediff-control-frame-parameters): Zero
1571 tool-bar-lines.
1572
f7eb32aa
GM
15732000-11-08 Gerd Moellmann <gerd@gnu.org>
1574
1575 * simple.el (shell-command, display-message-or-buffer)
1576 (shell-command-on-region): Mention resize-mini-windows in the doc
1577 string.
1578 (display-message-or-buffer): Take the value of resize-mini-windows
1579 into account.
1580
7b01b08c
GM
15812000-11-07 Gerd Moellmann <gerd@gnu.org>
1582
acad3c0b
GM
1583 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
1584
7b01b08c
GM
1585 * dired.el (dired-between-files): Add `^. find' as an alternative
1586 to the regular expression, for find-dired.
1587
6f602bd0
SM
15882000-11-06 Stefan Monnier <monnier@cs.yale.edu>
1589
1590 * textmodes/texnfo-upd.el: Require texinfo.
1591 (defmacro, defgroup): Remove.
1592 (texinfo-section-to-generic-alist): Remove.
1593 Use texinfo-section-list instead (i.e. level is changed string->int).
1594 (texinfo-filter): New function.
1595 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
1596 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
1597 Use it. And use regexp-opt.
1598 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
1599 (texinfo-update-menu-region-beginning)
1600 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
1601 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
1602 (texinfo-update-menu-same-level-regexps): Update.
eaae8106 1603 (texinfo-update-node, texinfo-every-node-update)
6f602bd0
SM
1604 (texinfo-sequential-node-update): Remove autoload cookie.
1605
1606 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
1607 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
1608 (texinfo-chapter-level-regexp): Remove.
1609 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
1610
bb216218
DL
16112000-11-06 Dave Love <fx@gnu.org>
1612
6f602bd0 1613 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
b04f7626 1614
6f602bd0
SM
1615 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
1616 Match defun*.
bb216218 1617
ff8dd5d5
KH
16182000-11-06 Kenichi Handa <handa@etl.go.jp>
1619
1620 * composite.el (composition-function-table): Variable declaration
1621 moved to src/composite.c.
1622 (compose-chars-after): New optional arg object.
1623
e9da51a1
GM
16242000-11-06 Gerd Moellmann <gerd@gnu.org>
1625
e0c12c68
GM
1626 * bindings.el (mode-line-toggle-read-only)
1627 (mode-line-toggle-modified, mode-line-widen)
1628 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
1629 (make-mode-line-mouse2-map): Rewritten.
1630 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
1631 functions so that C-h k can show something with a doc string.
eaae8106 1632
e9da51a1
GM
1633 * startup.el (fancy-splash-delay): Set to 10 seconds.
1634 (fancy-splash-max-time): New user-option.
1635 (fancy-splash-stop-time): New variable.
1636 (fancy-splash-screens): Set it. Catch `stop-splashing'.
1637 (fancy-splash-screens-1): Throw `stop-splashing' when current
1638 time is greater than fancy-splash-stop-time.
1639
611dbdf0
SM
16402000-11-06 Stefan Monnier <monnier@cs.yale.edu>
1641
4d2806e2
SM
1642 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
1643
611dbdf0
SM
1644 * pcvs.el (cvs-mode-marked): New arg `noquery'.
1645 Prompt user for a file rather than raising an error.
1646 (cvs-enabledp): Fix call to cvs-mode-marked.
1647 (cvs-insert-file): New function (extracted from cvs-mode-insert).
1648 (cvs-mode-insert): Use it. Change the init prompt' value.
1649 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
1650
1651 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
1652 Don't pass default arg to ewoc-locate.
1653 (ewoc-collect): Return result in the right order.
1654
1655 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
1656
1657 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
1658 (cvs-status-get-tags): Fix regexp.
1659 (cvs-status-trees, cvs-status-cvstrees):
1660 Combine after change hooks and don't sit-for.
4d2806e2
SM
1661 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
1662 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
611dbdf0
SM
1663 Use make-char rather than hard-coded cryptic data.
1664 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
1665
1666 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
1667
1668 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
1669 (cvs-insert-strings): New function.
1670
937b2877
MB
16712000-11-06 Miles Bader <miles@lsi.nec.co.jp>
1672
1673 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
1674 `mwheel-scroll-amount'.
1675 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
1676 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
1677 string-matching against the version string.
1678
c6c97763
KH
16792000-11-06 Kenichi Handa <handa@etl.go.jp>
1680
6eaec747
KH
1681 * language/thai.el ("Thai"): Set a lisp form that produces
1682 composed string in `sample-text' language info.
1683
1684 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
1685 composed string in `sample-text' language info.
1686
1687 * international/mule-cmds.el (describe-language-environment): Eval
1688 `sample-text' data and insert the result.
1689
c6c97763
KH
1690 * international/mule-conf.el (compound-text): Define this coding
1691 system here. Make x-ctext and ctext aliases of it.
1692
1693 * language/european.el (compound-text, ctext): Moved to
1694 international/mule-conf.el.
1695
d1145f85
AI
16962000-11-05 Andrew Innes <andrewi@gnu.org>
1697
1698 * w32-fns.el (w32-version): New function.
1699
178a6a45
SM
17002000-11-05 Stefan Monnier <monnier@cs.yale.edu>
1701
1702 * progmodes/awk-mode.el: Update copyright.
1703 (awk-mode-abbrev-table): Remove.
1704 (awk-font-lock-keywords): Use regexp-opt.
1705 (awk-mode): Use define-derived-mode.
1706
1707 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
1708 when extracting a suffix.
1709
1ba90166
AS
17102000-11-04 Andre Spiegel <spiegel@gnu.org>
1711
1712 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
1713 auto-save-mode.
1714
546790cb
JR
17152000-11-04 Jason Rumney <jasonr@gnu.org>
1716
1717 * language/european.el (decode-mac-roman): Test against r1 not r0.
1718
d247e32d
SM
17192000-11-03 Stefan Monnier <monnier@cs.yale.edu>
1720
fbf44f44
SM
1721 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
1722 (icon-mode): Define indent-line-function.
1723 (icon-comment-indent): Simplify.
1724 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
1725
1726 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
1727
1728 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
1729 Bind change-log-default-mode to defeat the caching done on it.
1730 Don't bother saving excursion any more.
1731
1732 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
1733
1734 * frame.el (after-setting-font-hook): Rename hooks -> hook.
1735 (set-frame-font): Use the new name (and the old for compatibility).
1736
eaae8106
SS
1737 * toolbar/tool-bar.el (tool-bar-mode):
1738 * time.el (display-time-mode):
1739 * recentf.el (recentf-mode):
1740 * paren.el (show-paren-mode):
1741 * mwheel.el (mouse-wheel-mode):
1742 * msb.el (msb-mode):
1743 * jka-compr.el (auto-compression-mode):
1744 * image-file.el (auto-image-file-mode):
1745 * hl-line.el (hl-line-mode):
1746 * delsel.el (delete-selection-mode):
1747 * autoinsert.el (auto-insert-mode):
fbf44f44
SM
1748 * complete.el (partial-completion-mode): Drop unneeded positional args.
1749
eaae8106 1750 * info.el (Info-mode):
79372165 1751 * comint.el (comint-mode): Don't bother with make-local-hook.
fbf44f44 1752
d247e32d
SM
1753 * log-edit.el (log-edit-menu): New menu.
1754
4921558e
MB
17552000-11-03 Miles Bader <miles@gnu.org>
1756
1757 * wid-edit.el (widget-end-of-line): Reinstate, with a new
1758 definition, so that trailing spaces are handled properly.
1759 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
1760
1fc02b3c
GM
17612000-11-03 Gerd Moellmann <gerd@gnu.org>
1762
1763 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
1764 tab character.
1765 (fancy-splash-screens): Set tab-width to 20.
1766
51d001f7
DL
17672000-11-03 Dave Love <fx@gnu.org>
1768
1769 * comint.el (comint-completion-addsuffix): Fix custom type.
1770
ba22aeff
SM
17712000-11-02 Stefan Monnier <monnier@cs.yale.edu>
1772
1773 * font-lock.el (font-lock-buffers): Remove.
1774 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
1775 (font-lock-change-major-mode): Remove.
1776 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
1777 (font-lock-default-fontify-region): Extend the multiline
1778 fontification to whole lines.
1779 (font-lock-fontify-anchored-keywords)
1780 (font-lock-fontify-keywords-region): If matching just one
1781 line (with \n) only mark the \n as multiline.
1782
1783 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
1784 Correctly handle the case where several :group args are supplied.
1785 Allow :extra-args.
1786 (easy-mmode-define-global-mode): Allow :extra-args.
1787 Correctly handle the case where several :group args are supplied.
1788
9c887ada
MB
17892000-11-02 Miles Bader <miles@gnu.org>
1790
eaae8106 1791 * calendar/calendar.el (diary-face, calendar-today-face)
9c887ada
MB
1792 (holiday-face): Remove dependency on `window-system'.
1793
7f25090d
KR
17942000-11-02 Ken Raeburn <raeburn@gnu.org>
1795
1796 * Makefile.in (emacs): Set EMACSLOADPATH always.
1797 (update-authors, .el.elc, compile-files): Don't do it explicitly
1798 here.
9b911107 1799 (compile-files): Bomb out if compilation of a file fails.
7f25090d 1800
7dd6009c
DL
18012000-11-02 Dave Love <fx@gnu.org>
1802
1803 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
1804
94821e4f
EZ
18052000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
1806
1807 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
1808 punctuation in the warning inserted into the *mail* buffer.
1809
1ac3fc42
GM
18102000-11-02 Gerd Moellmann <gerd@gnu.org>
1811
57731876
GM
1812 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
1813 (authors-public-domain-p): New function.
1814 (authors-print): Use it.
1815
975f82c9
GM
1816 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
1817
1ac3fc42
GM
1818 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
1819
4b3eb10f
GM
18202000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1821
975f82c9 1822 * ps-print.el: Extension for even/odd printing. Doc fix.
4b3eb10f
GM
1823 (ps-print-version): New version number (6.3.1).
1824 (ps-even-or-odd-pages): Customization fix.
1825 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
1826 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
1827 (ps-page-count): Var replaced by `ps-page-column'.
1828 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
1829 (ps-print-sheet-p): New fun.
1830
7da794df
MB
18312000-11-02 Miles Bader <miles@lsi.nec.co.jp>
1832
1833 * tooltip.el (tooltip-gud-tips-setup): New function.
1834 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
1835 (tooltip-mode): Call tooltip-gud-tips-setup.
1836 (tooltip-gud-tips): Use `gud-basic-call' instead of
1837 process-send-string, so the prompt gets frobbed appropriately.
1838 Handle nil return value from `tooltip-gud-print-command'.
1839
0e40b809
EL
18402000-11-01 Eric M. Ludlam <zappo@ultranet.com>
1841
1842 * comint.el (comint-add-to-input-history): New function.
1843 (comint-send-input): Use `comint-add-to-input-history'.
1844
50ada0db
MB
18452000-11-02 Miles Bader <miles@lsi.nec.co.jp>
1846
973a3104
MB
1847 * info.el (info-menu-header): New face.
1848 (Info-fontify-menu-headers): New function.
1849 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
1850
50ada0db
MB
1851 * info.el (Info-insert-dir): Don't include blank lines at
1852 beginning of additional dir files (one is added automatically).
1853
bff53411
SM
18542000-11-01 Stefan Monnier <monnier@cs.yale.edu>
1855
1856 * emacs-lisp/easy-mmode.el (define-minor-mode):
1857 Revert the latest changes.
1858 Allow the three positional arguments to be skipped and replaced
1859 by keyword arguments.
1860 Add a :toggle argument to determine whether a nil arg means toggle
1861 or means turn-on. The default is unchanged.
1862 Add a call to force-mode-line-update.
1863
6b8a0b2d
DL
18642000-11-01 Dave Love <fx@gnu.org>
1865
1866 * emacs-lisp/elp.el (elp-restore-function): Remove autoload
1867 cookie.
1868
5bf99100
MB
18692000-11-01 Miles Bader <miles@lsi.nec.co.jp>
1870
1871 * calendar/calendar.el (diary-face, holiday-face): Add
1872 dark-background variants.
1873
a4032611
SS
18742000-10-31 Sam Steingold <sds@gnu.org>
1875
1876 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
1877 `tex-main-file' does not have directory in it.
1878
c286608e
SM
18792000-10-31 Stefan Monnier <monnier@cs.yale.edu>
1880
1881 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
1882
4836835a
TTN
18832000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
1884
1885 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
1886 functional change.
1887
26dcb81b
GM
18882000-10-31 Gerd Moellmann <gerd@gnu.org>
1889
1890 * files.el (find-file-noselect): When we expand a wildcard, return
1891 a list of buffers, as we should do according to the doc string.
1892
49fc4500
KR
18932000-10-31 Ken Raeburn <raeburn@gnu.org>
1894
1895 * loadup.el (top level): Adjust load path if program name is
1896 "../src/bootstrap-emacs", in case it's not dumped and thus the
1897 load path adjustment hasn't already been done.
1898
ea0c615d
GM
18992000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1900
1901 * ps-print.el: Fix bug on selected pages for printing. Use
1902 `color-values' for Emacs 21. Ensure fontification when jit-lock
1903 is on. Try to avoid warning messages when compiling. Doc Fix.
1904 (ps-print-version): New version number (6.3).
1905 (ps-color-device): Use `color-values' to determine if device
1906 supports color.
1907 (ps-color-values): Try to use `x-color-values' when using XEmacs.
1908 (ps-print-page-p): Changed from defsubst to defun.
1909 (ps-page-number): Changed from defmacro to defun.
1910 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
1911 printing.
c286608e 1912 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
ea0c615d
GM
1913 (ps-end-file, ps-dummy-page): Funs eliminated.
1914 (ps-print-color-scale): Changed default value.
1915 (ps-page-n-up, ps-print-page-p): New internal vars.
1916 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
1917 (ps-plot-region, ps-generate, ps-end-job): Code fix.
1918
9e20722f
GM
1919 * delim-col.el: Little programming improvement.
1920 (delimit-columns-str): New macro.
1921 (delimit-columns-region, delimit-columns-rectangle): Code fix.
1922
d7a0fd00
KH
19232000-10-31 Kenichi Handa <handa@etl.go.jp>
1924
c286608e
SM
1925 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
1926 Moved to european.el.
d7a0fd00
KH
1927 (ccl-encode-mac-roman-font, fontset-mac): Modified for
1928 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
c286608e
SM
1929 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
1930 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
d7a0fd00 1931
234be340
DL
19322000-10-30 Dave Love <fx@gnu.org>
1933
1934 * progmodes/cc-menus.el (imenu-generic-expression)
1935 (imenu-progress-message): Only defvar when compiling.
1936
4edc4a39
DL
1937 * emacs-lisp/elp.el (elp-unload-hook): New function.
1938
1939 * loadhist.el (unload-feature): Call elp-restore-function,
1940 checking for symbols; don't use elp-restore-all.
1941 (loadhist-hook-functions): Doc fix.
1942
70c825df
SM
19432000-10-30 Stefan Monnier <monnier@cs.yale.edu>
1944
1945 * log-edit.el (log-edit-confirm): Fix the default.
1946
1d3baf74
GM
19472000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1948
1949 * delim-col.el: Little fix: replace delimit-columns-align-columns by
1950 delimit-columns-format.
1951 (delimit-columns-region, delimit-columns-rectangle): Code fix.
4836835a 1952
1ec321a7
MB
19532000-10-30 Miles Bader <miles@lsi.nec.co.jp>
1954
1955 * comint.el (comint-replace-by-expanded-history): Don't use
1956 comint-get-old-input (we're not looking at *old* input).
1957 (comint-get-old-input-default): If using fields, signal an error
1958 when the point is not in an input field.
1959
70737ea9
KH
19602000-10-30 Kenichi Handa <handa@etl.go.jp>
1961
1962 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
1963 and mule-unicode-e000-ffff.
1964
fa0cb51d 1965 * international/mule.el (decode-char, encode-char): New functions.
70737ea9
KH
1966 (make-coding-system): Accept a symbol of translation table as a
1967 value of property `safe-chars'.
1968
1969 * international/mule-cmds.el (encode-coding-char): Check property
1970 safe-chars instead of safe-charsets.
1971
1972 * international/fontset.el (fontset-default): Modified for
1973 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
1974 (x-font-name-charset-alist): Likewise.
1975 (ccl-encode-unicode-font): New CCL program. Record it in
1976 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
1977
70c825df
SM
1978 * language/european.el (mac-roman-decoder, mac-roman-encoder):
1979 New translation tables.
70737ea9
KH
1980 (decode-mac-roman, encode-mac-roman): Definition of these CCL
1981 programs are modified and moved from mac-win.el.
1982 (mac-roman): Definition of this coding system is modified and
1983 moved from mac-win.el.
4836835a 1984
fda2ce24 19852000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 1986
1d3baf74 1987 * ediff-wind.el (ediff-setup-control-frame): Enclose
fda2ce24 1988 face-attribute in condition-case to avoid errors in older emacsen.
70737ea9 1989
dd4d3cb6
MB
19902000-10-29 Miles Bader <miles@gnu.org>
1991
1992 * custom.el (custom-add-to-group): Allow multiple entries for a
1993 given value OPTION, as long as their widget types are different.
1994 * cus-edit.el (custom-face-value-create): If face name doesn't end
1995 with "face", add such here (similar to custom group widgets).
1996
1997 * comint.el (comint-highlight-prompt): Add :type.
1998
dace60cf
JW
19992000-10-28 John Wiegley <johnw@gnu.org>
2000
2001 * textmodes/flyspell.el (flyspell-maybe-correct-transposition):
2002 Changed this function to operate on a temporary buffer instead of
2003 the main buffer. This not only keeps flyspell from marking a
2004 buffer as changed that wasn't, but it solves the jumpy cursor
2005 problem when attempts are made to edit incorrect words.
2006 (flyspell-maybe-correct-doubling): Same change as for
2007 `flyspell-maybe-correct-transposition'.
2008
2009 * calendar/timeclock.el (timeclock-log): Doc fix.
2010 (timeclock-last-event): Doc fix.
2011 (timeclock-log): Kill the timelog buffer after appending a new
2012 event.
2013 (timeclock-find-discrep): Use a temp buffer to read in the
2014 timelog, instead of visiting the file.
2015 (timeclock-log-data): A new function, along with a host of helper
2016 functions, for the purpose of making timelog data accessible to
2017 programmers.
2018
2019 * eshell/esh-mode.el (window-height test): Make certain that
2020 `eshell-stringify-t' is non-nil.
2021 (eshell-password-prompt-regexp): Changed to a much simpler
2022 password regexp.
2023 (eshell-send-input): If `eshell-invoke-directly' returns t,
2024 directly invoke the parsed command using `eval'. This improves
2025 turn-around time on simple commands by a factor of three or
2026 greater, such as cd, ls, pwd, etc. -- which get used very often.
2027 It also conserves thousands of cons cells per call (since
2028 `eshell-do-eval' consumes memory like a Cookie Monster set loose
2029 in the Pacific Cookie Company).
2030
2031 * eshell/esh-test.el (eshell-test): Whitespace fix.
2032
2033 * eshell/em-ls.el (eshell-ls-insert-directory): Make
2034 `eshell-ls-initial-args' nil when inserting directory contents.
2035
2036 * eshell/em-script.el (eshell-script-initialize): Add names to
2037 `eshell-complex-commands, since `source' and `.' are complex.
2038
0467b076
EZ
2039 * eshell/esh-cmd.el (eshell-rewrite-for-command)
2040 (eshell-rewrite-while-command): Use `eshell-protect' instead of
dace60cf
JW
2041 `eshell-copy-handles'.
2042 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
2043 bodies.
2044 (eshell-separate-commands): Whitespace fix.
2045 (eshell-complex-commands): Added a new list of names, for
2046 determining whether a given command is as simple as it looks.
2047 (eshell-invoke-directly): New function. Returns t if a command
2048 should be invoked directly (using `eval'), rather than indirectly
2049 using `eshell-do-eval'.
2050 (eshell-do-eval): Whitespace fix.
2051
2052 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
2053 which provides an emulation of the DOS shell behavior of assuming
2054 that cp/mv/ln should copy/move/link to the current directory.
2055 (eshell-remove-entries): Added a doc string.
2056 (eshell-shuffle-files): Removed the check for `target' being null.
2057 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
2058 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
2059 it to do a smarter check of whether a destination was provided.
2060 (eshell/mv, eshell/cp): Enable `:preserve-args'.
2061 (eshell/ln): Enable `:preserve-args', and use
2062 `eshell-mvcpln-template' to implement the body of the function.
0467b076
EZ
2063 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
2064 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
dace60cf
JW
2065 list after flattening it. This makes it possible to cat files
2066 with numerical names.
2067 (eshell-unix-initialize): Added several names to
2068 `eshell-complex-commands.
2069 (eshell-unix-command-complex-p): Return t if a given command name
2070 may result in external processes being invoked.
2071
2072 * eshell/em-glob.el (eshell-glob-show-progress): Make this
2073 variable nil by default, since it slows down glob processing by a
2074 factor of two or more, and increases memory consumption.
2075
2076 * eshell/em-smart.el: Added a note about how memory consumptive
2077 smart display mode can be (at least this is true in Emacs 21).
2078 (eshell-smart-initialize): Whitespace fix.
2079 (eshell-refresh-windows): Use `if' instead of `when'.
2080 (eshell-smart-scroll-window): Calling `save-current-buffer' was
2081 not necessary.
2082 (eshell-currently-handling-window): Added a missing global
2083 variable.
2084
2085 * eshell/em-ls.el (eshell-do-ls): Code simplification.
2086 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
2087 Whitespace fix.
2088 (eshell-ls-exclude-hidden): Added this variable in addition to
2089 `eshell-ls-exclude-regexp'. This one prevents files beginning
2090 with . from even being read, which can improve memory consumption
2091 quite a bit.
2092 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
2093 read file entries beginning with a dot. In home directories with
2094 lots of hidden files, fully two-thirds of the time spent in ls is
2095 used to read directory entries that are immediately thrown away.
2096 (eshell-ls-initial-args): Added back this configuration variable,
2097 for specifying default initial arguments to every call to ls.
2098 Much faster than using an alias to do the same thing.
2099 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
2100 (eshell-ls-dir): Whitespace change.
2101
2102 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
2103
2104 * eshell/esh-util.el: Don't require `ange-ftp' if it's not
2105 available.
2106 (eshell-stringify-t): Added a customization variable, to indicate
2107 whether `t' should be rendered as a string at all. If not, one
2108 can still determine if the result of an expression is true using
2109 "file-exists-p FILE && echo true".
2110 (eshell-stringify): If `eshell-stringify-t' is nil, don't
2111 stringify t!
2112
2113 * eshell/esh-module.el: Whitespace fix.
2114
2115 * eshell/em-alias.el (eshell-alias-initialize): Added
2116 `eshell-command-aliased-p' to `eshell-complex-commands'.
2117 (eshell-command-aliased-p): New function that returns t if a
2118 command name names an aliased.
2119
657f9cb8 21202000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 2121
0467b076 2122 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
70c825df 2123 redrawing the screen when changing cursor color.
0467b076
EZ
2124 (viper-insert-state-pre-command-sentinel)
2125 (viper-replace-state-pre-command-sentinel)
70c825df
SM
2126 (viper-replace-state-post-command-sentinel):
2127 Use viper-preserve-cursor-color.
657f9cb8
MK
2128 Many functions changed to use viper= instead of = when comparing
2129 characters.
0467b076 2130 * viper-util.el (viper-memq-char,viper=): New functions for
657f9cb8 2131 working with characters.
0467b076 2132 (viper-change-cursor-color): Fixed buglet.
657f9cb8
MK
2133 Many functions changed to use viper= instead of = when comparing
2134 characters.
0467b076 2135 * viper.el (viper-insert-state-mode-list): Added eshell.
4836835a 2136
0467b076 2137 * ediff-init.el (ediff-before-setup-hook): New hook.
657f9cb8 2138 Several typos fixed in various docstrings.
0467b076
EZ
2139 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
2140 * ediff-nult.el (ediff-before-session-group-setup-hooks): New
657f9cb8 2141 hook.
0467b076
EZ
2142 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
2143 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
2144 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
2145 (ediff-get-selected-buffers): New function.
2146 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
2147 (ediff-vc-merge-internal,ediff-rcs-merge-internal): Use
657f9cb8 2148 save-window-excursion.
0467b076 2149 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
657f9cb8 2150 termination check in while loop.
0467b076 2151 * ediff.el (ediff-get-default-file-name): Better defaults when in
657f9cb8 2152 dired buffer.
0467b076
EZ
2153 (ediff-files,ediff-merge-files,ediff-files3)
2154 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
4836835a 2155
4f490d99
DL
21562000-10-28 Dave Love <fx@gnu.org>
2157
2158 * info.el (Info-fontify-node): Add help-echo for menu items.
2159
45b84006
EZ
21602000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
2161
5ebc02b3
EZ
2162 * startup.el (normal-top-level): If the value of $TERM indicates
2163 we are running from xterm or one of its work-alikes, default to a
2164 light background mode.
2165
45b84006
EZ
2166 Support for -fg, -bg, and -rv command-line arguments for TTYs:
2167 * faces.el (tty-handle-reverse-video): New function.
2168 (tty-create-frame-with-faces): Call it.
2169
2170 * frame.el (frame-notice-user-settings): Don't apply
2171 default-frame-alist and initial-frame-alist to MS-DOS frames.
2172 Call tty-handle-reverse-video, frame-set-background-mode, and
2173 face-set-after-frame-default for non-MS-DOS frames.
2174
2175 * startup.el (tty-long-option-alist): New variable.
2176 (tty-handle-args): New function.
2177 (command-line): Call tty-handle-args.
2178
2179 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
2180 startup.el now does that for all character-terminal frames.
2181
eab6e8b9
MB
21822000-10-28 Miles Bader <miles@gnu.org>
2183
2184 * emacs-lisp/easy-mmode.el (define-minor-mode): Generate
2185 `turn-on-MODE' and `turn-off-MODE' functions unless the mode is
2186 global. If :global is followed by a non-nil but non-t value,
2187 make the mode buffer-local, but also generate a `global-MODE'
2188 version using `easy-mmode-define-global-mode'. Add
2189 :conditional-turn-on keyword argument.
2190
51a29efc
DL
21912000-10-28 Dave Love <fx@gnu.org>
2192
2193 * international/latin1-disp.el (latin1-char-displayable-p): Don't
2194 use window-system.
2195
d71d7114
EZ
21962000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
2197
2198 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
2199 Don't call find-buffer-file-type-coding-system. Instead, just
2200 set eol-type to -unix if inhibit-eol-conversion is in effect, or
2201 if the file is on an untranslated filesystem.
2202 (add-untranslated-filesystem): Use "D" instead of "f" inside
2203 interactive.
2204
1f9cab4b
DL
22052000-10-27 Dave Love <fx@gnu.org>
2206
70c825df 2207 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
1f9cab4b
DL
2208 (refill-mode): Use it.
2209
70c825df
SM
22102000-10-27 Stefan Monnier <monnier@cs.yale.edu>
2211
2212 * international/quail.el (quail-activate): Don't make-local-hook.
2213
7432cf10
AS
22142000-10-27 Andre Spiegel <spiegel@gnu.org>
2215
4836835a 2216 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
7432cf10 2217 manual backups and file.~<rev>.~ for automatic ones.
08a1fcb7
AS
2218 (vc-make-version-backup): Don't do it on MS-DOS without long file
2219 names.
4836835a 2220
7432cf10
AS
2221 * vc.el (vc-version-other-window): If an automatic backup of the
2222 desired version exists, rename it instead of copying it.
2223
4836835a
TTN
2224 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
2225 after command. If there's an unexpected error, signal it instead
7432cf10 2226 of being silent.
e1483c38 2227 (vc-cvs-merge-news): Be prepared for no news at all.
4836835a 2228
05ea7ef2
MB
22292000-10-27 Miles Bader <miles@lsi.nec.co.jp>
2230
fd1035aa
MB
2231 * shell.el (shell): Add BUFFER argument.
2232 * comint.el (make-comint-in-buffer): New function.
2233 (make-comint): Use it.
2234
05ea7ef2
MB
2235 * faces.el (face-spec-choose): Change syntax so that the list of
2236 attribute-value pairs is now the cdr of each clause, not the cadr.
2237 Detect old-style entries, and handle them. Use pop.
2238
835a55fe
SM
22392000-10-26 Stefan Monnier <monnier@cs.yale.edu>
2240
f5ab1cdd
SM
2241 * cus-edit.el (custom-mode-map): Use a sparse map.
2242 (custom-mode): Don't bother with make-local-hook.
2243
2244 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
2245
835a55fe
SM
2246 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
2247
c13b0ec8
GM
22482000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2249
2250 * ps-print.el: Avoid compilation gripes.
2251 (ps-print-version): New version number (6.2.1).
4836835a 2252
e9f63196
DL
22532000-10-26 Dave Love <fx@gnu.org>
2254
0b95284b
DL
2255 * menu-bar.el: Modify some menu item help strings.
2256 (menu-bar-help-menu): Add link to MORE.STUFF.
2257
e9f63196
DL
2258 * cus-edit.el (custom-mode): Add `special' mode-class property.
2259
2260 * wid-browse.el (widget-browse-mode): Likewise.
2261
2262 * wid-edit.el (widget-specify-field): Revert to using local-map
2263 property, not keymap.
2264
e276a14a
MB
22652000-10-26 Miles Bader <miles@lsi.nec.co.jp>
2266
c1545d88
MB
2267 * wid-edit.el (widget-field-end): When checking for a `boundary'
2268 field, do so in the correct buffer.
2269
3c1b77ca
MB
2270 * simple.el (undo): Correctly distinguish between numeric and
2271 non-numeric prefix args in non-transient-mark-mode, as per the doc
2272 string. When in transient-mark-mode, treat all prefix-args as
2273 numeric.
2274
f5ab1cdd
SM
2275 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
2276 Position point on match. Handle N == 0 correctly.
22626d9d
MB
2277
2278 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
2279 (comint-mode-map): Reverse order of `comint-write-output' and
2280 `comint-append-output-to-file'.
2281 (comint-append-output-to-file): Reinstate this function, for the
2282 benefit of the menu.
2283
d97151cb
SM
22842000-10-25 Stefan Monnier <monnier@cs.yale.edu>
2285
2286 * vc.el (vc-version-other-window): Bind `file'.
2287
ea7d6f5b
GM
22882000-10-25 Gerd Moellmann <gerd@gnu.org>
2289
f5ab1cdd 2290 * Makefile.in (update-authors): New target for maintenance purposes.
ea7d6f5b
GM
2291
2292 * emacs-lisp/authors.el (batch-update-authors): New function.
2293 (authors-fixed-entries): New defconst.
2294 (authors-add-fixed-entries): New function.
2295 (authors): Call it.: Don't process lispref/.
2296
17c25cea
JR
22972000-10-25 Jason Rumney <jasonr@gnu.org>
2298
2299 * cus-edit.el (custom-button-face, custom-button-pressed-face):
2300 Merge x w32 and mac definitions.
2301
4ecda532
GM
23022000-10-25 Gerd Moellmann <gerd@gnu.org>
2303
2304 * menu-bar.el (menu-bar-options-menu): Add a help string for
2305 `uniquify'.
2306
b6735035
GM
23072000-10-25 Stephen Gildea <gildea@alum.mit.edu>
2308
f5ab1cdd
SM
2309 * time-stamp.el (time-stamp-string-preprocess):
2310 Fix a wrong type argument error.
b6735035 2311
f4cbc7a0
MB
23122000-10-25 Miles Bader <miles@gnu.org>
2313
2314 * recentf.el (recentf-mode): Variable removed.
2315 (recentf-mode): Use `define-minor-mode'.
2316
2317 * mwheel.el (mouse-wheel-mode): New global minor mode.
2318 (mwheel-install): Use `mouse-wheel-mode'.
2319
f4b020f6
DL
23202000-10-25 Dave Love <fx@gnu.org>
2321
f5ab1cdd
SM
2322 * progmodes/cperl-mode.el (cperl-mode):
2323 Set normal-auto-fill-function correctly.
072cb6f9 2324
f4b020f6
DL
2325 * wid-edit.el (widget-field-keymap, widget-text-keymap): Don't
2326 inherit from global-map and don't nullify menu-bar and tool-bar
0b95284b 2327 bindings.
f4b020f6 2328
ebe2a441
MB
23292000-10-25 Miles Bader <miles@lsi.nec.co.jp>
2330
ff4dcd4b
MB
2331 * wid-edit.el (widget-field-at): New function.
2332 (widget-at, widget-field-activate): Use it.
2333 (widget-tabable-at): Use `widget-at'.
2334 (widget-specify-field): If the terminating character of the widget
2335 field (which is read-only) is a newline, put it into a special
2336 `boundary' field so that C-n/C-p act more naturally.
2337 (widget-field-end): Also don't subtract one if a special
2338 `boundary' field has been added after the widget field.
2339
ebe2a441
MB
2340 * comint.el (comint-output-filter, comint-send-input): Don't
2341 bother adding stickiness fields to overlays to fool the field
2342 code, since it should notice the overlay insertion-types now.
ff4dcd4b 2343
ebe2a441
MB
2344 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
2345 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
2346 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
2347
fe50b6ab
GM
23482000-10-24 Gerd Moellmann <gerd@gnu.org>
2349
53df4dda
GM
2350 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
2351 (authors): Set file coding system to iso-2022-7bit. Add
2352 file-local variables to output buffer.
2353
4836835a 2354 * files.el (after-find-file): Don't print any warnings if
fe50b6ab
GM
2355 WARN is nil.
2356
53df4dda
GM
23572000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2358
2359 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
2360
2361 * delim-col.el: Now there is a column formatting mechanism.
2362 Modified to customization mechanisms convention. Doc fix.
2363 (columns): New group for delim-col.
2364 (delimit-columns-before, delimit-columns-after)
2365 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
2366 (delimit-columns-end): New vars.
2367 (delimit-columns-customize, delimit-columns-format): New funs.
2368 (delimit-columns-region, delimit-columns-rectangle)
2369 (delimit-columns-rectangle-line): Modified to support column
2370 formatting.
4836835a 2371
a9839779
DL
23722000-10-24 Dave Love <fx@gnu.org>
2373
2374 * log-edit.el (log-edit): Add :version and a :group for vc.
2375
df0267b8
GM
23762000-10-24 Gerd Moellmann <gerd@gnu.org>
2377
9acc3873
GM
2378 * files.el (after-find-file): Don't print a message ``New file''
2379 if WARN is nil.
2380
63e1b552
GM
2381 * wid-edit.el (widget-field-keymap, widget-text-keymap): Define
2382 the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
2383 get duplicate tool-bar entries because we'll see the global ones
2384 on more than one path through keymaps.
2385
1946f901
GM
2386 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
2387
df0267b8
GM
2388 * progmodes/cmacexp.el: Change Francesco's email address.
2389
ae3b264b
KH
23902000-10-24 Kenichi Handa <handa@etl.go.jp>
2391
2392 * window.el (fit-window-to-buffer): Adjust point of the window
2393 buffer, not that of the current buffer.
2394
23afac01
EZ
23952000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
2396
2397 * progmodes/cmacexp.el: Update the euthor's email address.
2398
22d1a4ed
MB
23992000-10-24 Miles Bader <miles@lsi.nec.co.jp>
2400
2401 * faces.el (face-spec-set-match-display): Add `graphic' display
2402 type (the inverse of `tty'). Use `display-graphic-p' instead of
2403 the window-system variable.
2404
f408aa48
KH
24052000-10-24 Kenichi Handa <handa@etl.go.jp>
2406
2407 * international/isearch-x.el (isearch-with-input-method): Call
2408 input-method-function with the first event in
2409 unread-command-events.
2410
94fe8a31
MB
24112000-10-24 Miles Bader <miles@lsi.nec.co.jp>
2412
2413 * faces.el (face-default-spec, face-user-default-spec): Make
2414 defsubsts.
2415
8f47302e
AC
24162000-10-24 Andrew Choi <akochoi@i-cable.com>
2417
2418 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
2419 New charsets.
2420
2421 * term/mac-win.el: Remove definitions of mac-roman-lower and
2422 mac-roman-upper, require dired, and define instead of set
2423 mac-ready-for-drag-n-drop to avoid compilation error.
2424
446c097e
AI
24252000-10-23 Andrew Innes <andrewi@gnu.org>
2426
2427 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]: Remove
2428 superfluous calls to subst-char-in-string; instead apply
2429 expand-file-name after convert-standard-filename to ensure
2430 expected directory separators are used.
2431
379b70e7
EZ
24322000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
2433
2434 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
2435
85c766e9
DL
24362000-10-23 Dave Love <fx@gnu.org>
2437
b7e03a67
DL
2438 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
2439 (tool-bar-add-item): Set foreground and background for XBM icons.
2440
2441 * international/latin1-disp.el (latin1-char-displayable-p): New
2442 function (from Handa).
2443 (latin1-display-check-font): Use it.
2444
0dcf8835
DL
2445 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
2446 using :key-sequence, making it much more usable. Use nconc, not
2447 append.
2448 (imenu--create-keymap-1): Avoid append.
2449
85c766e9 2450 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
4836835a 2451
cb3069bb
MB
24522000-10-23 Miles Bader <miles@lsi.nec.co.jp>
2453
2454 [the following changes fix a bug where `define-minor-mode' didn't
2455 correctly generate :require clauses for defcustoms in compiled files]
2456 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
2457 (byte-compile-log-file, byte-compile-log-1): Don't set
2458 `byte-compile-current-file' to nil. Instead set
2459 `byte-compile-last-logged-file' to it. Test whether
2460 byte-compile-current-file equals byte-compile-last-logged-file
2461 instead of whether its nil.
3b6542ba 2462 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
cb3069bb 2463
6db6243b
SM
24642000-10-23 Stefan Monnier <monnier@cs.yale.edu>
2465
2466 * textmodes/refill.el: Fix var names in doc.
2467 (refill-mode): Don't bother with make-local-hook anymore.
2468
98490598
MB
24692000-10-23 Miles Bader <miles@lsi.nec.co.jp>
2470
e01cd227
MB
2471 * faces.el (face-user-default-spec, face-default-spec): New functions.
2472 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
4836835a 2473 (frame-set-background-mode, face-set-after-frame-default):
e01cd227
MB
2474 Use `face-user-default-spec'. Simplify code slightly.
2475
4836835a 2476 * woman.el (woman-italic-face, woman-bold-face)
e01cd227
MB
2477 (woman-unknown-face): Add dark-background variants.
2478 (woman-default-faces): Renamed from `woman-colour-faces'.
2479 Set using the stored defaults, rather than using hard-wired colors.
2480 (woman-monochrome-faces): Renamed from `woman-black-faces'.
2481 Just make the foreground `unspecified' rather than "black".
2482 (woman-menu): Rename menu entries accordingly.
2483
98490598
MB
2484 * faces.el (header-line): Make more reasonable on mono/grayscale
2485 displays.
2486
1a578e9b
AC
24872000-10-23 Andrew Choi <akochoi@i-cable.com>
2488
2489 * cus-edit.el (custom-button-face): Use 3D look for mac.
2490 (custom-button-pressed-face): Likewise.
2491
2492 * faces.el (set-face-attributes-from-resources): Handle mac frames
2493 in the same way as x and w32 frames.
2494 (face-valid-attribute-values): Likewise.
2495 (read-face-attribute): Likewise.
2496 (defined-colors): Likewise.
2497 (color-defined-p): Likewise.
2498 (color-values): Likewise.
2499 (display-grayscale-p): Likewise.
2500 (face-set-after-frame-default): Likewise.
2501 (mode-line): Same default face as for x and w32.
2502 (tool-bar): Likewise.
2503
2504 * frame.el: Remove call to frame-notice-user-settings at end of
2505 the file.
2506
2507 * info.el (Info-fontify-node): make underlines invisible for mac
2508 as for x, pc, and w32 frame types.
2509
2510 * term/mac-win.el: New file.
2511
aaaf7be7
DL
25122000-10-22 Dave Love <fx@gnu.org>
2513
2514 * textmodes/refill.el: New file.
2515
5392d654
AS
25162000-10-22 Andre Spiegel <spiegel@gnu.org>
2517
4836835a 2518 * vc-hooks.el (vc-version-backup-file-name): New optional args
5392d654 2519 MANUAL and REGEXP.
4836835a 2520 (vc-delete-automatic-version-backups, vc-make-version-backup):
5392d654
AS
2521 New functions.
2522 (vc-before-save): Use the latter.
2523 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
2524 confusion.
2525
4836835a 2526 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
5392d654
AS
2527 expected by vc[-hooks].el.
2528
2529 * vc.el (vc-checkout): Added `-p' suffix in call to
2530 vc-make-version-backups-p; use vc-make-version-backup to actually
2531 make the backup.
2532 (vc-version-other-window, vc-version-backup-file): Handle both
2533 automatic and manual backups.
2534 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
2535 of all of them.
2536
1e221c16
MB
25372000-10-22 Miles Bader <miles@gnu.org>
2538
7ff4fda5
MB
2539 * comint.el (comint-highlight-input, comint-highlight-prompt):
2540 Renamed, `-face' at end removed.
2541 (comint-send-input, comint-output-filter): Use renamed faces.
2542
3511cde8
MB
2543 * window.el (fit-window-to-buffer): Change defaulting of
2544 MAX-HEIGHT slightly.
2545
1e221c16
MB
2546 * faces.el (color-values, color-defined-p): Use `member', not
2547 `memq', because it works correctly for strings.
2548 (frame-set-background-mode): Actually, "unspecified-fg" and
2549 "unspecified-bg" *are* strings. Use `member', not `memq', and
2550 `equal', not `eq', when a string value is possible.
2551
b6ef4898
EZ
25522000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
2553
2554 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
2555
34939e2c
SM
25562000-10-21 Stefan Monnier <monnier@cs.yale.edu>
2557
2558 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
2559 sh-electric-rparen, sh-electric-less and sh-electric-hash.
2560 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
2561 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
2562 (sh-font-lock-syntactic-keywords): Use them.
2563 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
2564 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
2565 (sh-mode): Don't override font-lock-unfontify-region-function.
2566 Use a copy of sh-font-lock-syntactic-keywords.
2567 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
2568 Don't call sh-scan-buffer since font-lock does it on the fly.
2569 (sh-get-indent-info): Use `face' rather than `syntax-table'
2570 text-property to detect here-documents.
2571 Replace sh-special-syntax with sh-st-punc.
2572 (sh-prev-line): Use `face' rather than `syntax-table'
2573 text-property to skip over here-documents.
2574 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
2575 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
2576 (sh-electric-less, sh-set-here-doc-region)
4836835a 2577 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
34939e2c
SM
2578 (sh-scan-buffer, sh-rescan-buffer): Remove.
2579
f3d3c491
AI
25802000-10-21 Andrew Innes <andrewi@gnu.org>
2581
2582 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
2583 remote (ange-ftp) file names.
2584
b86c791c
MB
25852000-10-21 Miles Bader <miles@gnu.org>
2586
d9c30bdf
MB
2587 * window.el (fit-window-to-buffer): New function.
2588 (shrink-window-if-larger-than-buffer): Use it.
1e221c16
MB
2589 (window-text-height): Don't expect minibuffers to have mode-lines.
2590
d9c30bdf 2591 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
feb5013d
MB
2592 * international/quail.el (quail-update-guidance): Use
2593 `fit-window-to-buffer' instead of `set-window-text-height'.
d9c30bdf 2594
617fee5a
MB
2595 * international/quail.el (quail-show-guidance-buf): Make sure
2596 guidance window really has enough room.
2597 (quail-update-guidance): If quail-guidance-win is already shown,
2598 make sure its height is OK.
2599
b86c791c
MB
2600 * window.el (window-text-height, set-window-text-height):
2601 New functions.
2602 (shrink-window-if-larger-than-buffer): Use `window-text-height'
2603 instead of `window-height' & `mode-line-window-height-fudge'.
2604 (mode-line-window-height-fudge): Add FACE parameter.
2605 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
2606 instead of `enlarge-window' & `mode-line-window-height-fudge'.
2607
e34850d1
MB
26082000-10-20 Miles Bader <miles@gnu.org>
2609
2610 * window.el (height-affecting-face-attributes): Use `defconst'.
2611
2612 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
2613 New function, conditionally aliased to `mode-line-window-height-fudge'.
2614 (ispell-help): Use it.
2615 (ispell-choices-win-default-height): Don't include mode-line fudge.
2616 (ispell-choices-win-default-height): New function.
2617 (ispell-show-choices, ispell-command-loop): Use function
2618 `ispell-choices-win-default-height' instead of variable.
2619
a8b883c2
MB
26202000-10-20 Miles Bader <miles@lsi.nec.co.jp>
2621
8c6e4a58
MB
2622 * window.el (mode-line-window-height-fudge): New variable.
2623 (height-affecting-face-attributes): New variable.
2624 (mode-line-window-height-fudge): New function.
2625 (shrink-window-if-larger-than-buffer): Use it.
2626 * help.el (resize-temp-buffer-window): Likewise.
2627
a8b883c2
MB
2628 * info.el (Info-fontify-node): Add support for @subsubsection
2629 titles, which use `Info-title-4-face'.
2630 (Info-title-4-face): New face.
2631 (Info-title-3-face): Inherit from Info-title-4-face instead of
2632 variable-pitch.
2633
e64c3a75
JR
26342000-10-19 Jason Rumney <jasonr@gnu.org>
2635
2636 * dired.el (dired-insert-directory): Do not let errors signalled by
2637 attempt to run dired-free-space-program prevent dired from working.
2638
c70fe852
SM
26392000-10-19 Stefan Monnier <monnier@cs.yale.edu>
2640
2641 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
2642
877cf6b4
GM
26432000-10-19 Gerd Moellmann <gerd@gnu.org>
2644
5de037e0
GM
2645 * dirtrack.el (dirtrack): Fix call to run-hooks.
2646
6deb9af9
GM
2647 * cmuscheme.el (cmuscheme-program-name): Renamed from
2648 scheme-program-name because xscheme.el contains a defcustom with
2649 the same name. As a consequence, customizing group `cmuscheme'
2650 loaded `xscheme' which redefined run-scheme.
2651 (run-scheme): Use cmuscheme-program-name.
2652
877cf6b4
GM
2653 * ps-print.el (ps-print-emacs-type): Move into the
2654 eval-and-compile.
2655
e597d8fb 2656 * play/doctor.el (doctor-death): Update the Samaritans'
c70fe852 2657 anonymous address, and add a website for Befrienders International.
4836835a 2658
3e9cb08f
GM
26592000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2660
c70fe852
SM
2661 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
2662 Avoid compilation gripes. Doc fix.
3e9cb08f
GM
2663 (ps-print-version): New version number (6.2).
2664 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
2665 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
2666 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
2667 (ps-x-extent-priority, ps-x-extent-start-position)
2668 (ps-x-face-font-instance, ps-x-find-coding-system)
2669 (ps-x-font-instance-properties, ps-x-make-color-instance)
2670 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
2671 avoid compilation gripes without defining functions.
2672 (ps-e-find-composition): Alias for function find-composition, to have a
2673 suitable function depending on Emacs version.
2674 (ps-color-device, ps-color-values, ps-face-foreground-name)
2675 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
2676 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
2677 (ps-print-ensure-fontified): Function definitions surrounded by
2678 `eval-and-compile' to avoid compilation gripes.
2679 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
2680 by symbol-value to avoid compilation gripes.
2681 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
2682 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
2683
d8abcd91
MB
26842000-10-19 Miles Bader <miles@lsi.nec.co.jp>
2685
13ab33c4
MB
2686 * startup.el (normal-top-level): Call `frame-set-background-mode'
2687 after `frame-notice-user-settings' because the latter doesn't call
2688 the former on a tty.
2689
d8abcd91
MB
2690 * faces.el (frame-set-background-mode): `unspecified' &c are
2691 symbols, not strings.
2692
e8bce0a9
EZ
26932000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
2694
c70fe852
SM
2695 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
2696 why some "light*" colors are deliberately absent from the alist.
e8bce0a9 2697
c70fe852
SM
2698 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
2699 Change colors for tty's, as suggested by Miles Bader.
e8bce0a9 2700
773272d8
KH
27012000-10-19 Kenichi Handa <handa@etl.go.jp>
2702
c70fe852 2703 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
773272d8
KH
2704 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
2705 for ISO10646-1 fonts.
2706 (x-font-name-charset-alist): Add an entry for "iso10646-1".
2707
772139c0
EZ
27082000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
2709
2710 * faces.el (frame-set-background-mode): If a tty frame defines a
2711 background color, use that to compute the background mode, instead
2712 of always defaulting to "dark".
2713
d134a19f
MB
27142000-10-19 Miles Bader <miles@lsi.nec.co.jp>
2715
8bb84cb2
MB
2716 * comint.el (comint-write-output): New function.
2717 (comint-mode-map): Add it to the menu.
e40a778f 2718 Bind `C-c C-s' to comint-write-output.
d134a19f 2719
dada41e1
GM
27202000-10-18 Gerd Moellmann <gerd@gnu.org>
2721
2722 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
2723 Use fancy-splash-delay.
2724
9b5360aa
GM
27252000-10-18 Alex Schroeder <alex@gnu.org>
2726
2727 * progmodes/sql.el (sql-sybase-options): New option.
2728 (sql-sybase): Use it. Add sql-database to the list of parameters
2729 provided for login. The options -w 2048 -n are not used any more.
2730
9035a35a
GM
2731 * comint.el (comint-read-input-ring): Bugfix such that the first
2732 and the last entry of the input ring file are not lost.
2733
3556c6dd
GM
27342000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2735
2736 * ps-print.el: Internal variable changes to defcustom,
2737 make-local-hook changes to defvar. Doc fix.
2738 (ps-print-version): New version number (6.1).
2739 (ps-setup, ps-do-despool): Code fix.
2740 (ps-printer-name): Customization fix.
2741 (ps-printer-name-option): Now is a defcustom instead of an
2742 internal variable.
2743 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
2744 (ps-print-begin-column-hook): Now are defvar instead of
2745 make-local-hook.
4836835a 2746
4e217e50
MB
27472000-10-18 Miles Bader <miles@gnu.org>
2748
2749 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
2750 (comint-kill-output): Changed into an alias for `comint-delete-output',
2751 and made obsolete.
2752 (comint-mode-map): Rename references to comint-kill-output.
2753
34460354
EZ
27542000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
2755
2756 * diff-mode.el (diff-header-face, diff-file-header-face)
2757 (diff-changed-face): Add bold and italic attributes to tty faces.
2758 (diff-function-face): New face.
2759 (diff-font-lock-keywords): Use it.
2760
17ea3cdb
MB
27612000-10-18 Miles Bader <miles@lsi.nec.co.jp>
2762
2763 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
2764 Remove commented-out call to force-mode-line-update.
2765 (comint-kill-output): Use `forward-line 0' instead of
2766 beginning-of-line to make sure we get past the prompt.
2767
9244f2c7
SM
27682000-10-17 Stefan Monnier <monnier@cs.yale.edu>
2769
2770 * diff-mode.el (diff-header-face, diff-file-header-face):
2771 Add specific setting for dark background.
2772 (diff-context-face): Renamed from diff-comment-face.
2773 Set explicitly rather than inheriting from font-lock-comment-face.
2774
1592c1ef
EZ
27752000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
2776
2777 * startup.el (command-line): Move the code which sets the default
2778 TTY colors to before before-init-hook.
2779
f86292a9
GM
27802000-10-17 Gerd Moellmann <gerd@gnu.org>
2781
2782 * jit-lock.el (jit-lock-stealth-time): Doc fix.
2783
f7f2e883
EZ
27842000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
2785
e854cc22
EZ
2786 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
2787 extensions, for MS-DOS.
2788
f7f2e883
EZ
2789 * diff-mode.el (diff-header-face, diff-file-header-face)
2790 (diff-changed-face): Define tty-specific colors.
2791
c7b4f0f9
GM
27922000-10-17 Gerd Moellmann <gerd@gnu.org>
2793
2794 * startup.el (fancy-splash-text): Realign the text.
2795
12a72271
EZ
27962000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
2797
2798 * font-lock.el (font-lock-comment-face): Define a separate default
2799 for dark-background tty's.
2800
61dfccfd
MB
28012000-10-17 Miles Bader <miles@gnu.org>
2802
2803 * help.el (resize-temp-buffer-window): Add hack to avoid last line
2804 being obscured by whizzy mode-lines on graphics displays.
2805
333cd59e
EZ
28062000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
2807
2808 * info.el (Info-title-1-face, Info-title-2-face)
2809 (Info-title-3-face): Define colors for tty's.
dada41e1 2810 (info-header-node): Remove unneeded tty-specific definition.
333cd59e 2811
dbf1fcc1
EZ
28122000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
2813
2814 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
2815 reverse from the frame parameters, and don't invert foreground and
2816 background colors.
2817
ac629823
MB
28182000-10-16 Miles Bader <miles@gnu.org>
2819
2820 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
2821 string "*Info*". Call propertized-buffer-identification to spruce
2822 up the result.
2823
76eebffc
GM
28242000-10-16 Gerd Moellmann <gerd@gnu.org>
2825
3a6b59d9
GM
2826 * help.el: Provide `help' for the sake of define-minor-mode
2827 which generates defcustoms with requires.
2828
6569c3d3
GM
2829 * jit-lock.el (jit-lock-after-change): If we're in text that
2830 matches a multi-line font-lock pattern, make sure the whole text
2831 will be redisplayed.
2832
c2e0a611
GM
2833 * emacs-lisp/authors.el (authors-add): Don't add an entry if
2834 author's name is unknown.
2835
76eebffc
GM
2836 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
2837 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
2838 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
2839 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
2840 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
2841 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
2842 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
2843 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
2844 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
2845 Add author information.
2846
cf1e7b12
MB
28472000-10-16 Miles Bader <miles@lsi.nec.co.jp>
2848
2849 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
2850 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
2851 full-color version (using the Gimp) to eliminate dithering artifacts.
2852
5586f3eb
SM
28532000-10-15 Stefan Monnier <monnier@cs.yale.edu>
2854
2855 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
2856
2857 * simple.el (syntax-flag-table, string-to-syntax): Remove.
2858
ad64a888
DL
28592000-10-15 Dave Love <fx@gnu.org>
2860
2861 * progmodes/sh-script.el: Require skeleton and comint when
2862 compiling.
2863
2864 * pcomplete.el (pcomplete) <defgroup>: Add :version.
2865
2866 * whitespace.el: Doc fixes.
2867 (top-level): Don't add hooks here.
2868 (whitespace-running-emacs): Deleted.
2869 (timer): Don't require.
2870 (whitespace): Add back :version conditional on xemacs test.
2871 (whitespace-spacetab-regexp, whitespace-indent-regexp)
2872 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
2873 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
2874 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
2875 Avoid specific xemacs test.
2876 (whitespace-global-mode): New option.
2877 (whitespace-global-mode): New command.
2878 (whitespace-unload-hook): New function.
2879
2880 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
4836835a 2881 (Info-fontify-node, Info-goto-node, Info-mode-menu)
ad64a888
DL
2882 (Info-fontify-node): `Goto' goes to `Go to'.
2883 (Info-fontify-node): Add help-echo to xref links.
2884
1ef49fc6
EZ
28852000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
2886
2887 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
2888
8b7707e1
SM
28892000-10-15 Stefan Monnier <monnier@cs.yale.edu>
2890
b3b7f42f
SM
2891 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
2892 Use plist-get and allow :inherit.
2893
2894 * emacs-lisp/cl-macs.el (cl-do-arglist):
2895 Use plist-get and plist-member instead of memq.
2896
3c7fafc7
SM
2897 * emacs-lisp/ewoc.el (ewoc-location): New function.
2898 (ewoc-enter-after, ewoc-enter-before): Document return value.
2899 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
2900 Don't need make-local-hook any more.
2901 (cvs-addto-collection): Return the new tin.
2902 (cvs-mode-insert): Jump to the new line.
2903
8b7707e1
SM
2904 * jit-lock.el (jit-lock-fontify-buffer): Remove.
2905
2906 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
2907
2908 * font-lock.el (font-lock-syntactically-fontified): New var.
2909 (font-lock-fontify-syntactic-keywords-region): Use it.
2910 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
2911
2912 * diff-mode.el (diff-find-file-name): Fix regexp.
2913
2914 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
2915 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
2916
2917 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
2918 (sh-mode-syntax-table): Add punctuation syntax for < and >.
2919 (sh-mode): Don't make all vars local here.
2920 (sh-kw): Reformat.
2921 (sh-set-shell): Use dolist. Don't set indent-region-function.
2922 (sh-mode-syntax-table): Use pop.
2923 (sh-remember-variable): Use push.
2924 (sh-help-string-for-variable): Use memq.
2925 (sh-safe-backward-sexp): Remove.
2926 (sh-safe-forward-sexp): Add ARG.
2927 (sh-get-indent-info, sh-prev-stmt): Use it.
2928 (sh-prev-line): Simplify by using forward-comment.
2929 (sh-this-is-a-continuation): Simplify.
2930 (sh-learn-buffer-indent): Use dolist.
2931 (sh-do-nothing): Remove.
2932 (sh-set-char-syntax, sh-set-here-doc-region):
2933 Use inhibit-modification-hooks.
2934 (sh-name-style): Use mapcar and push.
2935 (sh-load-style): Use dolist.
2936 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
2937 (sh-case, sh-while-getopts): Use propertize directly rather
2938 than sh-electric-rparen.
2939
29402000-10-14 Stefan Monnier <monnier@cs.yale.edu>
2941
2942 * textmodes/tex-mode.el: Require CL when compiling.
2943 (tex-mode-syntax-table): Init immediately.
2944 (tex-mode-map): Bind M-RET to latex-insert-item.
2945 (latex-mode): Set indent-line-function to latex-indent.
2946 (tex-common-initialization): Don't setup the syntax-table any more.
2947 (latex-insert-item): New skeleton.
2948 (tex-next-unmatched-end): Fix copy/paste braino.
4836835a 2949 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
8b7707e1 2950 (latex-indent, latex-find-indent): New functions.
4836835a 2951 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
8b7707e1
SM
2952 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
2953 (tex-compilation-parse-errors): Use with-syntax-table.
2954
86b7fcbb
MB
29552000-10-15 Miles Bader <miles@gnu.org>
2956
2957 * font-lock.el (font-lock-comment-face): Change dark-background,
2958 color, non-tty, default to `chocolate1'.
2959
57a24508
JW
29602000-10-13 John Wiegley <johnw@gnu.org>
2961
2962 * eshell/esh-util.el (require): Added a missing `require' form,
2963 needed when compiling (for an ange-ftp macro definition).
2964
40ad3db4
DL
29652000-10-13 Dave Love <fx@gnu.org>
2966
2967 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
2968
db460189
GM
29692000-10-13 Gerd Moellmann <gerd@gnu.org>
2970
b41c9501
GM
2971 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc
2972 fix.
2973
4836835a 2974 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
db460189
GM
2975 transparent -colors 8).
2976
3b5e21df
GM
29772000-10-13 Stephen Gildea <gildea@alum.mit.edu>
2978
2979 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
2980 that breaks with old list format timestamps.
2981 (time-stamp-warn-inactive, time-stamp-old-format-warn)
2982 (time-stamp-count, time-stamp-conversion-warn): Improved doc
2983 strings.
2984
16908a3f
JW
29852000-10-13 John Wiegley <johnw@gnu.org>
2986
d7103dda
JW
2987 * align.el, pcomplete.el, calendar/timeclock.el,
2988 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
2989
dace60cf 2990 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
16908a3f
JW
2991 faulty math, where holiday hours were being computing as seconds.
2992
b6b70cda
JW
29932000-10-13 John Wiegley <johnw@gnu.org>
2994
2995 * desktop.el (desktop-buffer-modes-to-save): Added a global for
2996 specifying what "other" kinds of buffers should be saved. This
2997 used to be hard-coded.
2998 (desktop-buffer-misc-functions): A global for specifying how
2999 auxiliary data should be determined for special buffer types.
3000 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
3001 instead of hard-coding the special buffer types.
3002 (desktop-save): Run `desktop-buffer-misc-functions' to gather
3003 auxiliary data, instead of hard-coding for Info buffers and dired.
3004 (desktop-buffer-info-misc-data): Aux function for determining Info
3005 buffer auxiliary info.
3006 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
3007 (desktop-buffer-info): Changed this function to use the info
3008 gathered above.
3009 (desktop-create-buffer): Be a little more careful about what
3010 `minor-mode' means before calling it. This is important for some
3011 buffer types.
3012
8c6b1d83
JW
30132000-10-13 John Wiegley <johnw@gnu.org>
3014
3015 * eshell/esh-util.el: Added a global form which declares an
3016 autoload for `parse-time-string', if that function is not already
3017 defined, and if parse-time.el is available on the user's system.
3018
3019 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
3020 to be aware of ange-ftp user info.
3021 (eshell-do-ls): Bind `ange-cache'. Also, use
3022 `eshell-file-attributes'.
3023 (eshell-ls-annotate): Use `eshell-file-attributes'.
3024 (eshell-ls-file): Made the user-id printing code a bit smarter.
3025
3026 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
3027 allow identification of alias user ids in remote directories.
3028 It's manual, but there's no other way to know when the current
3029 user on the local machine, is also the owning user on the remote
3030 machine.
3031 (fboundp): Bind `ange-cache'.
3032 (eshell-directory-files-and-attributes): Re-organized the logic a
3033 bit to use `eshell-file-attributes' instead of `file-attributes'.
3034 The former is more sensitive to directories that are read via FTP,
3035 and knows how to use ange-ftp to determine full attribute
3036 information, instead of just the name and last modtime.
3037 (eshell-current-ange-uids): Return the current user id when in a
3038 remote directory.
3039 (eshell-parse-ange-ls): Parse a full directory listing that has
3040 been returned by ange-ftp.
3041 (eshell-file-attributes): This beefed up version of
3042 `file-attributes' is only special if the user is currently in a
3043 remote directory, in which case it does a lot of work to find out
3044 what the real attributes of a file are, as they appear on the
3045 remote machine. This makes usage of remote directories (i.e.,
3046 ange-ftp pathnames) much more useful. You can now use Eshell as a
3047 full-fledged FTP client, with much more manipulation ability than
3048 most other clients.
3049
3050 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
3051 variable, which means that Eshell's du should always be preferred
3052 in remote directories.
3053 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
3054 just `file-attributes'.
3055 (eshell-mvcp-template): Bind `ange-cache', to improve performance
3056 when reading remote directories. This is an Eshell-specific
3057 variable (not part of ange-ftp).
3058 (eshell/ln): Bind `ange-cache'.
3059 (eshell/du): Added some extra logic for determining when to use
3060 Eshell's du (which is slow), and when to use the external version
3061 (which may or may not exist).
3062
3063 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof): Call
3064 `eshell-interactive-process', rather than using
3065 `get-buffer-process', since backgrounded processes don't count in
3066 the context of this function's logic.
3067
3068 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
3069 `forward-char', so that null strings are parsed correctly.
3070
87730e84 30712000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
3072
3073 * eshell/em-pred.el (eshell-pred-file-type,
3074 eshell-pred-file-links, eshell-pred-file-size): Use
3075 `eshell-file-attributes'. This is more correct over ange-ftp.
3076
3077 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
3078 that remote file globbing is more efficient.
3079
3080 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
3081 gathering the files and attributes within a directory.
3082
3083 * eshell/em-unix.el (eshell/cat): If any of the files passed on
3084 the command line is a special file (not a regular file, directory
3085 or symlink), always attempt to call the external version of cat.
3086
87730e84 30872000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
3088
3089 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
3090 Eshell-friendly version of find-tag.
3091
1c7e37a9
MB
30922000-10-13 Miles Bader <miles@lsi.nec.co.jp>
3093
4836835a 3094 * image-file.el (image-file-name-extensions)
1c7e37a9
MB
3095 (image-file-name-regexps): Add autoload cookies.
3096
11a7f341
KH
30972000-10-13 Kenichi Handa <handa@etl.go.jp>
3098
3099 * international/mule-cmds.el (select-safe-coding-system): If FROM
3100 is string, show it in *Warning* buffer.
3101
8ddddcb0
EZ
31022000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
3103
3104 * startup.el (normal-top-level): Use display-popup-menus-p instead
3105 of window-system.
3106 (command-line): Use display-graphic-p instead of window-system.
3107 (command-line-1): Use display-popup-menus-p and display-mouse-p
3108 instead of window-system.
3109
72200f89
SS
31102000-10-12 Sam Steingold <sds@gnu.org>
3111
3112 * tooltip.el (tooltip-use-echo-area): New user variable.
3113 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
3114
8661c643
DL
31152000-10-12 Dave Love <fx@gnu.org>
3116
d0b40dc1
DL
3117 * recentf.el: Maintainer's checkdoc fixes.
3118
a622451f
DL
3119 * startup.el (normal-top-level-add-subdirs-to-load-path): Use
3120 character class, not ASCII when matching file names.
3121 (fancy-splash-head): Add trailing slash to URL.
3122 (command-line): Don't require XPM support for toolbar.
3123
8661c643
DL
3124 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
3125 (cperl-invalid-face): Revert last change.
3126 (cperl-init-faces): Quote cperl-invalid-face.
3127
ef2ed8ab
KH
31282000-10-12 Kenichi Handa <handa@etl.go.jp>
3129
3130 * startup.el (fancy-splash-text): Remove superfluous quote.
3131
b0da379e
GM
31322000-10-12 Gerd Moellmann <gerd@gnu.org>
3133
dbeb499b
GM
3134 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
3135 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
3136 (command-line-1): Don't use fancy-splash-pending-command.
3137 (fancy-splash-screens-1): Goto point-min after inserting text.
3138
d861718a
GM
3139 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
3140
b0da379e
GM
3141 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
3142 instead of shared-lisp-mode-map.
3143
4fb2ad98
MB
31442000-10-12 Miles Bader <miles@lsi.nec.co.jp>
3145
1cb4393e
MB
3146 * faces.el (header-line): Change tty-variant to use underlining.
3147
4fb2ad98
MB
3148 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
3149 (isearch-highlight): Restore lazy-isearch face properties at old
3150 position, and suppress them at new position.
3151 (isearch-dehighlight): Restore lazy-isearch face properties.
3152 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
3153 over the real isearch overlay, but in that case, don't give it a
3154 face property. Use `push'.
3155
eb991b25
KH
31562000-10-12 Kenichi Handa <handa@etl.go.jp>
3157
3158 * man.el (Man-getpage-in-background): Fix previous change.
3159 Decode the process output only when we are in multibyte mode.
3160
a818c1c0
DL
31612000-10-11 Dave Love <fx@gnu.org>
3162
c990f53a
DL
3163 * info.el (Info-mode-menu): Fix some help.
3164 (info-tool-bar-map): Add entry for Info-last.
3165
a818c1c0
DL
3166 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
3167 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
3168 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
3169 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
3170 * toolbar/search-replace.xpm, toolbar/exit.xpm:
3171 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
3172 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
3173 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
3174 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
3175 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
3176 Reduce colour requirements to 25 overall. (Probably wants
3177 revisiting from the originals to reduce further.)
3178
c1b096cb
EZ
31792000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
3180
3181 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
3182 buffer-file-coding-system, instead of raw-text.
3183 (dehexlify-buffer): Bind coding-system-for-read to
3184 buffer-file-coding-system, instead of raw-text.
3185
5c8b7eaf
SS
31862000-10-11 Sam Steingold <sds@gnu.org>
3187
3188 * progmodes/cperl-mode.el (cperl-invalid-face): double-quote
3189 `underline' - fixes the bug introduced on 2000-09-21.
3190
2cfbdb7a
DL
31912000-10-11 Dave Love <fx@gnu.org>
3192
3193 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode): Avoid
3194 compiler warnings.
3195 (scheme-mode): Doc fix.
3196 (scheme-font-lock-keywords-1): Match `define-syntax'.
3197
31982000-10-11 Miles Bader <miles@lsi.nec.co.jp>
4b33f290
MB
3199
3200 * faces.el (frame-set-background-mode): Pay attention to saved
f161d539
MB
3201 face specs as well as default ones. Only do anything if the
3202 bg-mode or display-type has actually changed. Use `dolist'.
0c846ea2 3203 (region): Make dark-background `region' face less in-your-face.
4b33f290 3204
690ec649
SS
32052000-10-10 Sam Steingold <sds@gnu.org>
3206
3207 * chistory.el, ielm.el, ledit.el:
3208 * progmodes/inf-lisp.el, progmodes/scheme.el:
3209 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
3210
3b95d6bb
SM
32112000-10-10 Stefan Monnier <monnier@cs.yale.edu>
3212
3213 * textmodes/texinfo.el: Update copyright and fix typo.
3214
3215 * desktop.el (desktop-modes-not-to-save): New var.
3216 (desktop-save-buffer-p): Use it.
3217 Also, obey desktop-buffers-not-to-save even for non-file buffers.
3218 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
3219
d646c828
DL
32202000-10-10 Dave Love <fx@gnu.org>
3221
3222 * toolbar/tool-bar.el (tool-bar-add-item)
3223 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono
3224 display.
3225
d646c828
DL
3226 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
3227 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
3228 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
3229 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
3230 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
3231 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
3232 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
3233 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
3234 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
3235 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
3236 the .xpms; probably need retouching.
3237
862a7e28
MB
32382000-10-10 Miles Bader <miles@lsi.nec.co.jp>
3239
3240 * subr.el (add-to-list): Add optional argument APPEND.
3241 * battery.el (display-battery): Use `add-to-list'.
3242
46e33aee
TTN
32432000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
3244
930baf47
TTN
3245 * play/zone.el (zone-timer, zone-wc-tbl): Rework
3246 these vars as symbol properties.
2cfbdb7a
DL
3247 (zone, zone-when-idle, zone-leave-me-alone)
3248 (zone-pgm-whack-chars): Use new symbol properties.
930baf47 3249
5a430f9c
TTN
3250 * battery.el (display-battery): Doc spelling fix.
3251
46e33aee
TTN
3252 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
3253 property.
3254
adf7d3a8
DL
32552000-10-09 Dave Love <fx@gnu.org>
3256
3257 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
3258 has been initialized before calling tool-bar-setup.
c2156508 3259 (tool-bar-add-item-from-menu): Add autoload cookie.
adf7d3a8 3260
06a8c9f8
EZ
32612000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
3262
e4ca8f8c
EZ
3263 * menu-bar.el (send-mail-item-name): New function.
3264 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
3265 of mail-user-agent in the menu. Don't display the "Send Mail"
3266 item if mail-user-agent is nil or its value is ignore.
3267 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
3268 if read-mail-command is nil or its value is ignore.
3269
06a8c9f8
EZ
3270 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
3271
7dbc9c8a
MB
32722000-10-09 Miles Bader <miles@gnu.org>
3273
29e0814b
MB
3274 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
3275 Correct image size.
3276 * toolbar/left_arrow.xpm: Correct image size.
3277
7dbc9c8a
MB
3278 * jka-compr.el: Don't call `jka-compr-install' when loading (it
3279 will be done by the definition of `auto-compression-mode' if
3280 necessary. Move code to uninstall existing file-name handler
3281 before definition of `auto-compression-mode'.
3282
3283 * image-file.el (auto-image-file-mode): Move to the end of the
3284 file, because `define-minor-mode' actually calls the mode-function
3285 if the associated variable is non-nil, which requires that all
3286 needed functions be already defined.
3287
65b61266
MB
3288 * mouse.el (popup-menu): Balance parens.
3289
d6b8c85b
SM
32902000-10-08 Stefan Monnier <monnier@cs.yale.edu>
3291
3292 * mouse.el (popup-menu): Move the command call outside the loop
3293 so that popup-menu returns whatever the command returns.
3294
3295 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
3296 (initialize-new-tags-table): Use run-hook-with-args-until-success.
3297 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
3298 (tags-table-format-functions): Renamed from tags-table-format-hooks.
3299
3300 * vc.el (vc-version-diff): diff-switches can be a list.
3301 Use relative filenames for prettier output.
3302
46e33aee 3303 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
d6b8c85b
SM
3304 (vc-post-command-functions): Remove old-VC compatibility code.
3305
3306 * newcomment.el (comment-indent-default): Autoload.
3307
3308 * font-lock.el (font-lock-defaults): Make buffer-local.
3309 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
3310 (font-lock-choose-keywords):
3311 Ignore LEVEL unless KEYWORDS is a list of syms.
3312 (c-keywords, c++-keywords, objc-keywords, java-keywords):
3313 Don't wrap regexp-opt things in \(...\) unnecessarily.
3314
3315 * jit-lock.el: Don't require font-lock any more.
3316 (jit-lock-functions): Make buffer-local.
3317 (jit-lock-saved-fontify-buffer-function): Remove.
3318 (jit-lock-mode): Remove autoload cookie.
3319 Remove font-lock specific code.
3320 (jit-lock-unregister): Don't bother handling complex hooks any more.
3321 (jit-lock-refontify): New function.
3322 (jit-lock-fontify-buffer): Use it.
3323 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
3324 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
3325 Add optional args START and END.
3326 Never call font-lock-fontify-region directly.
3327 (jit-lock-function, jit-lock-stealth-fontify): Use it.
3328
3329 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
3330
a30ed6ac
DL
33312000-10-08 Dave Love <fx@gnu.org>
3332
4e7c7ca9
DL
3333 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
3334
3335 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
3336
3337 * play/studly.el (studlify-region, studlify-word): Add autoload
3338 cookie.
3339
3340 * play/morse.el (morse-region, unmorse-region): Add autoload
3341 cookie.
3342
3343 * play/spook.el (spook-phrases-file): Use expand-file-name, not
3344 concat.
3345
3346 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
3347 insist on symbols starting with word syntax.
3348 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
3349 (eval-defun-1): Doc fix.
3350 (indent-sexp): Use nconc to build up indent-stack.
3351
3352 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
3353 Gnus with little use.
3354 (mail-setup-hook): Add mail-abbrevs-setup to options.
3355
968f7c4a
DL
3356 * recentf.el: Doc fixes.
3357
3358 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
3359 Clean up remainder.
3360
3361 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
3362 without timezone and (8) with timezone to enforce some whitespace.
3363 Simplify code somewhat.
3364
3365 * options.el (list-options): Doc that you should use customize.
3366
3367 * iswitchb.el (iswitchb-mode): Add :require.
3368
a30ed6ac
DL
3369 * info.el (Info-goto-node, Info-menu): Doc fix.
3370 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
3371 (info-tool-bar-map): New variable.
3372 (Info-mode): Use it.
3373 (Info-edit-map): Define all in defvar.
3374 (speedbar-attached-frame): Avoid compiler warning.
3375
3376 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
3377 (global-map): Bind [tool-bar] to a filtered map.
3378 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
3379 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
3380 Allow PBM icons.
3381 (tool-bar-setup): Adjust calls of tool-bar-add-item.
3382
3383 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
3384 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
3385 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
3386 icons, except up_arrow, which is left-arrow rotated.
3387
3388 * imenu.el (imenu-add-to-menubar): Fix last change.
3389
4e953aff
PB
33902000-10-08 Peter Breton <pbreton@ne.mediaone.net>
3391
3392 * generic-x.el (rul-generic-mode): Remove eval-when-compile
3393 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
3394
739e92a7
EZ
33952000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
3396
d20faceb
EZ
3397 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
3398 typos in doc strings.
3399
a640322e
EZ
3400 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
3401 the doc strings how to customize Font Lock faces.
3402
739e92a7
EZ
3403 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
3404 computing growth when dragging the header line.
3405
8be7408c
EZ
34062000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
3407
3408 * simple.el (kill-line): Doc fix.
3409
6fee86a3
MB
34102000-10-08 Miles Bader <miles@gnu.org>
3411
445a653e
MB
3412 * faces.el (secondary-selection): Make foreground visible on tty.
3413
6fee86a3
MB
3414 * jka-compr.el (auto-compression-mode): Move to the end of the
3415 file, because `define-minor-mode' actually calls the mode-function
3416 if the associated variable is non-nil, which requires that all
3417 needed functions be already defined.
3418 (with-auto-compression-mode): Add autoload cookie.
3419
a115794c
EZ
34202000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
3421
3422 * files.el (find-backup-file-name) [ms-dos]: If support for long
3423 file names is not available, behave as if version-control were set
3424 to never.
3425
b12e6de3
DL
34262000-10-07 Dave Love <fx@gnu.org>
3427
3428 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
3429 (browse-url-gnome-moz): New function.
3430 (browse-url-browser-function): Use it.
3431 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
3432
20b1d079
SM
34332000-10-07 Stefan Monnier <monnier@cs.yale.edu>
3434
3435 * indent.el (tab-always-indent): New var.
3436 (indent-for-tab-command): Use it.
39250ec3 3437
9ee45b2c 3438 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
a115794c 3439 raise an error. This way it can still default to a sane value.
9ee45b2c 3440
8c6b1d83
JW
34412000-10-06 Stefan Monnier <monnier@cs.yale.edu>
3442
39250ec3
SM
3443 * startup.el (fancy-splash-screens): Use local rather than global map.
3444 Don't use `update-menu-bindings' any more.
3445 Get rid of assumptions about keymap representation.
3446
a23ccdf2
DL
34472000-10-06 Dave Love <fx@gnu.org>
3448
814299a7 3449 * textmodes/fill.el (sentence-end-double-space)
742c1822
DL
3450 (sentence-end-without-period): Doc fix.
3451 (adaptive-fill-regexp): Purecopy.
3452 (unjustify-current-line): Use line-end-position.
3453 (fill-individual-paragraphs-prefix): Use line-beginning-position.
3454
3455 * net/eudc-vars.el (eudc): Add :version, :link.
3456
39250ec3 3457 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
742c1822
DL
3458
3459 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
3460 Fix for define-minor-mode.
3461 (function-at-point): Alias to function-called-at-point.
3462
3463 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
3464
3465 * simple.el (backward-word): Doc fix.
3466
a23ccdf2
DL
3467 * image-file.el (image-file-name-regexp): image-file-regexps ->
3468 image-file-name-regexps.
742c1822 3469 (image-file-name-extensions): Add pbm.
a23ccdf2 3470
39250ec3
SM
34712000-10-06 Stefan Monnier <monnier@cs.yale.edu>
3472
3473 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
3474 and add filename to the names so that diff-mode can jump to source.
3475
3476 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
814299a7 3477 (tex-font-lock-keywords, tex-font-lock-keywords-2)
39250ec3
SM
3478 (tex-font-lock-keywords-1): Remove.
3479 (font-lock-turn-on-thing-lock): Use jit-lock-register.
3480 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
9ee45b2c
SM
3481 (font-lock-default-fontify-region):
3482 Expand beg..end correctly when just following a multiline region.
39250ec3
SM
3483 (font-lock-fontify-anchored-keywords):
3484 Include the anchor text as part of the multiline.
3485
8d5dfacd
GM
34862000-10-06 Gerd Moellmann <gerd@gnu.org>
3487
3488 * loadup.el (toplevel): Load `loaddefs' before `help' because the
3489 latter needs the autoloaded define-minor-mode macro during the
3490 bootstrap.
3491
3492 * startup.el (command-line): For now, activate tool-bar-mode only
3493 if XPM images are supported.
3494
3495 * mouse.el (mouse-drag-header-line): Don't allow resizing a
3496 window by dragging a header-line at the top of the frame; that's
4c19fbce 3497 confusing because the header-line doesn't move.
8d5dfacd
GM
3498 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
3499 of treating the event as a list. Some cleanup.
3500
f69aad2b 35012000-10-06 Miles Bader <miles@gnu.org>
8fb051f9 3502
f69aad2b
MB
3503 * simple.el (display-message-or-buffer): New function.
3504 (shell-command-on-region): Use `display-message-or-buffer'.
06933804 3505
09cb7646
MB
3506 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
3507 docstring parts.
3508
814299a7 3509 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
8fb051f9
MB
3510 (smbclient-prompt-regexp): Add usage note to doc string.
3511 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
3512 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
3513 Use add-hook for adding the comint filter function, and only do so
3514 if it's not already in the global hook list.
3515 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
3516 to `make-local-variable'.
3517 (nslookup-font-lock-keywords): Remove prompt entry.
3518 (nslookup): Don't set the process-filter.
3519 (finger): Exit the loop correctly when the regexps list runs out.
3520 (ftp, smbclient, smbclient-list-shares):
3521 Set the real major mode immediately, not after execing.
3522 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
3523
3524 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
3525
4c19fbce
SM
35262000-10-05 Stefan Monnier <monnier@cs.yale.edu>
3527
3528 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
3529
3530 * which-func.el (which-func-format): Remove spurious space.
3531 (which-func-mode): Don't make it permanent-local.
3532 (which-func-ff-hook): Allow which-func-maxout to be nil.
3533 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
3534 (which-func-mode): Simplify.
3535 Use post-command-idle-hook rather than post-command-hook.
3536 Go through all buffers and update their state.
3537 (which-function): Also try add-log-current-defun-function.
3538
3539 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
3540 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
3541 Update call to with-vc-properties accordingly.
3542 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
3543 (vc-revert-buffer): More careful about window selection and deletion.
3544 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
3545
3546 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
3547 (cvs-retrieve-revision): Reuse a pre-existing buffer.
3548 (cvs-dired-action): Change the default to quickdir.
3549
3550 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
3551 if comment-indent-function returns nil.
3552 (comment-indent-default): New function.
3553 (comment-indent-function): Use it and document the new semantics.
3554
3555 * image-file.el: Docstring fixes.
3556
3557 * help.el (help-xref-on-pp): Use match-string.
3558 (describe-variable): New arg BUFFER.
3559 Store the current buffer in the help-xref-stack.
3560 (temp-buffer-resize-mode): Use define-minor-mode.
3561
3562 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
3563 consistently with its docstring.
3564 Set jit-lock-first-unfontify-pos in an idempotent way.
3565 (jit-lock-register): Autoload and add arg CONTEXTUAL.
3566
542c6552
GM
35672000-10-05 Alex Schroeder <alex@gnu.org>
3568
3569 * sql.el (sql-mysql-options): New variable.
3570 (sql-mysql): Use it.
3571
a3489ece
MB
35722000-10-05 Miles Bader <miles@lsi.nec.co.jp>
3573
77f6105c
MB
3574 * image.el (image): New group.
3575
814299a7 3576 * smerge-mode.el (smerge-mine-face, smerge-other-face)
a3489ece
MB
3577 (smerge-base-face, smerge-markers-face): Add dark-background variants.
3578
3478046b
PB
35792000-10-04 Peter Breton <pbreton@ne.mediaone.net>
3580
3581 * net/net-utils.el (nslookup-font-lock-keywords)
814299a7 3582 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
3478046b
PB
3583 Ignore the value of wqindow-system; always define keywords
3584
22aca186
KH
35852000-10-05 Kenichi Handa <handa@etl.go.jp>
3586
3587 * startup.el (fancy-splash-screens): Remove the code for
3588 debugging; `(trace-to-stderr "EXITTT\n")'.
3589
55d5d717
MB
35902000-10-05 Miles Bader <miles@gnu.org>
3591
3592 * diff-mode.el (diff-goto-source): Update call to
3593 `diff-hunk-status-msg' to reflect new REV variable.
3594
41fa7178
SM
35952000-10-04 Stefan Monnier <monnier@cs.yale.edu>
3596
3597 * progmodes/icon.el (icon-mode):
3598 Don't gratuitously override the default for comment-column.
3599
3600 * vc-hooks.el (vc-mode-line): Fix interactive spec.
3601
3602 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
3603 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
3604 (jit-lock-functions): New var.
3605 (jit-lock-function-1): Use it if non-nil.
3606 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
3607 Set the `fontified' property before doing the fontification to avoid
3608 repeatedly going through the same error.
3609 Don't turn errors into messages.
3610 (jit-lock-register, jit-lock-unregister): New functions.
3611
3612 * dired.el (dired-mark-pop-up): Turn comment into docstring.
3613 Use with-current-buffer.
3614
3615 * dired-aux.el (dired-do-create-files, dired-kill-tree):
3616 Turn comment into docstring.
3617
3618 * apropos.el (apropos-mode): Use define-derived-mode.
3619
3dc78168
GM
36202000-10-04 Gerd Moellmann <gerd@gnu.org>
3621
3622 * startup.el (fancy-splash-pending-command): New variable.
3623 (fancy-splash-pre-command): New function.
3624 (fancy-splash-screens): Rewritten.
3625 (command-line-1): If fancy-splash-pending-command is set, call it
3626 interactively.
3627
dae9dc56
DL
36282000-10-04 Dave Love <fx@gnu.org>
3629
3630 * toolbar/tool-bar.el (tool-bar-setup): New function.
3631 (tool-bar-mode): Use it.
3632
3633 * subr.el (substitute-key-definition): Doc fix.
3634 (play-sound-file): New command.
3635
3388f0a5
AS
36362000-10-04 Andre Spiegel <spiegel@gnu.org>
3637
814299a7 3638 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
3388f0a5
AS
3639 vc-version-backup-file-name): New functions.
3640
3641 * files.el (basic-save-buffer): Call vc-before-save before saving.
814299a7
MB
3642
3643 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
3388f0a5
AS
3644 vc-cvs-stay-local-p.
3645
3646 * vc.el (vc-revert-buffer): Handle empty diff properly.
3647 (vc-version-backup-file): New function.
3648 (vc-checkout): Create a version backup if necessary.
3649 (vc-checkin): If a version backup file exists, delete it.
3650 (vc-version-diff): Diff locally using version backups, if available.
3651 (vc-revert-file): If there's a version backup, revert locally.
3652 (vc-transfer-file): Use version backup for base version, if
3653 available. If not, ask for confirmation whether to get it from the
3654 server. Update mode line before check-in.
3655
ebd4825d
DL
36562000-10-04 Dave Love <fx@gnu.org>
3657
3658 * toolbar/tool-bar.el (tool-bar-setup): New function.
3659 (tool-bar-mode): Use it.
3660
1b24f4b7
PB
36612000-10-04 Peter Breton <pbreton@ne.mediaone.net>
3662
3dc78168 3663 * net/net-utils.el (nslookup-font-lock-keywords)
814299a7 3664 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
8b7187d8
PB
3665 Only set if window-system is non-nil
3666 (net-utils-run-program): Returns buffer.
3667 (network-connection-reconnect): Added this function.
3668
814299a7
MB
3669 * generic.el:
3670 Incorporates extensive cleanup and docfixes by
9a7f629d
PB
3671 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
3672 Uses cl compile-time macros.
3dc78168
GM
3673 (generic-mode-name, generic-comment-list)
3674 (generic-keywords-list, generic-font-lock-expressions)
3675 (generic-mode-function-list, generic-mode-syntax-table):
9a7f629d
PB
3676 Removed variables.
3677 (generic-mode-alist): Renamed to generic-mode-list.
3678 (generic-find-file-regexp): Default changed to "^#".
3679 (generic-read-type): Uses completing read on generic-mode-list.
3680 (generic-mode-sanity-check): removed this function.
3681 (generic-add-to-auto-mode): Removed this function
3dc78168 3682 (generic-mode-internal): Bind mode-specific definitions
9a7f629d
PB
3683 into function instead of putting them in alist.
3684 (generic-mode-set-comments): Reworked extensively.
3685 (generic-mode-find-file-hook): Simplified regexp searching
814299a7 3686 (generic-make-keywords-list): Omit extra pair of parens
9a7f629d 3687
814299a7 3688 * find-lisp.el (find-lisp-find-files-internal):
1b24f4b7
PB
3689 Make sure directory name ends with "/".
3690
814299a7 3691 * generic-x.el (apache-conf-generic-mode):
1b24f4b7
PB
3692 Regexp now allows leading whitespace.
3693 (rc-generic-mode): Added eval-when-compile
3694 around generic-make-keywords-list.
3695 Deleted duplicate regexp
3696 (rul-generic-mode): Added eval-when-compile
3697 around generic-make-keywords-list.
3698 (etc-fstab-generic-mode): New generic mode.
3699 (rul-generic-mode): Removed one eval-when-compile
814299a7 3700 which caused a max-specpdl-size exceeded error.
1b24f4b7 3701
a7bf5cf3
MB
37022000-10-04 Miles Bader <miles@gnu.org>
3703
3704 * simple.el (minibuffer-temporary-goal-position): New variable.
3705 (next-history-element): Try to keep the position of point in the
3706 input string constant.
3707
3708 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
3709 (dired-do-create-files): If there's only one file, pass it in as
3710 the DEFAULT arg to dired-mark-read-file-name.
3711
ce1087a9
SM
37122000-10-03 Stefan Monnier <monnier@cs.yale.edu>
3713
3714 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
3715 (diff-goto-source): Be smarter when choosing REVERSE or not.
3716
3717 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
3718 (texinfo-mode-menu): Add an explicit shortcut for update all.
3719
0e41e1d6
AS
37202000-10-03 Andre Spiegel <spiegel@gnu.org>
3721
814299a7 3722 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
858f7cb4
AS
3723 factorize backend-specific code cleanly (this was essentially
3724 conceived by Stefan Monnier).
3725 (vc-unregister): Function removed.
814299a7 3726 (vc-revert-file): New function.
858f7cb4
AS
3727 (vc-revert-buffer): Delegate some of the work to it.
3728
0e41e1d6
AS
3729 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
3730 default branch unconditionally.
3731 (vc-rcs-set-default-branch): New function.
3732 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
3733 (vc-rcs-checkin): If an appropriate default branch has been set,
3734 force creation of that branch.
858f7cb4
AS
3735 (vc-rcs-receive-file): Rewritten to contain only backend-specific
3736 code (as suggested by Stefan Monnier).
0e41e1d6 3737
01c86c56
GM
37382000-10-02 Gerd Moellmann <gerd@gnu.org>
3739
45c477b4
GM
3740 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
3741 highlighting overlay with a different face over the overlay
3742 isearch uses to highlight the current match because that can lead
3743 to bad face combinations.
3744
01c86c56
GM
3745 * loadup.el (toplevel): Load faces before isearch.
3746
3747 * isearch.el (isearch-faces): New custom group.
3748 (isearch): New defface; was already tested for in the code.
3749 (isearch-lazy-highlight-face): Changed to defface from defcustom.
3750 (isearch-highlight): Always use face `isearch'.
3751
944425c0
DL
37522000-10-02 Dave Love <fx@gnu.org>
3753
3754 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
3755 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
3756 comparison of opcode with operand.
3757
2a099bcc
MB
37582000-10-03 Miles Bader <miles@gnu.org>
3759
3760 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
3761 buffer, since the echo area will now grow to accommodate them.
3762
4300ecb8
AS
37632000-10-02 Andre Spiegel <spiegel@gnu.org>
3764
3765 * vc-hooks.el (vc-registered): If FILE used to be registered under
3766 a certain backend, try that one first.
3767
814299a7 3768 * vc.el (vc-responsible-backend): Undo the previous change in the
4300ecb8
AS
3769 argument list. Handle multiple backends correctly.
3770 (vc-find-new-backend): Function removed.
3771 (vc-register): Use vc-responsible-backend, as before.
3772 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
3773
64e6cc18
GM
37742000-10-02 Gerd Moellmann <gerd@gnu.org>
3775
3776 * startup.el (fancy-splash-head): Change message below the
3777 logo.
3778
00df919e
MB
37792000-10-02 Miles Bader <miles@lsi.nec.co.jp>
3780
3781 * diff-mode.el (diff-goto-source): Emit a status message.
3782 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
4eaa6852 3783 (diff-test-hunk): Fix doc string.
00df919e
MB
3784 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
3785 (diff-advance-after-apply-hunk): New variable.
4eaa6852 3786 (diff-apply-hunk): Don't return a value.
00df919e 3787
ceec5a0c
SM
37882000-10-01 Stefan Monnier <monnier@cs.yale.edu>
3789
3790 * vc.el (vc-editable-p): Minor optimization.
3791 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
3792 (vc-find-new-backend): New function split from vc-responsible-backend.
3793 (vc-register): Use it.
3794 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
3795 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
3796 (vc-default-unregister, vc-revert-buffer): Docstring fix.
3797 (vc-clear-headers): Don't use find-file.
3798 (vc-revert-buffer): Use `and' again (must have been a braino).
3799 (vc-switch-backend): Only prompt if requested.
3800 Short circuit if nothing is to be done.
3801 Don't use vc-resynch-buffer which could lose unsaved editing.
3802 (vc-default-receive-file): Update call to vc-unregister.
3803 (with-vc-file, vc-next-action-on-file):
3804 Use vc-backend rather than vc-registered.
3805 (vc-next-action-on-file): Use intern-soft.
3806 Deal with read-only *vc-diff* buffer.
3807 (vc-transfer-file): Docstring fix.
3808
3809 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
3810 (vc-rcs-receive-file): Avoid with-vc-properties.
3811 Update call to vc-unregister.
3812 Use constant `RCS' rather than (dynamically bound) var `backend'.
3813
4ad5da8f
AS
38142000-10-01 Andre Spiegel <spiegel@gnu.org>
3815
814299a7 3816 * vc.el (vc-next-action-on-file): Update mode line only if file
4ad5da8f
AS
3817 is visited.
3818 (vc-start-entry): New argument initial-contents. Don't visit the file
3819 if it isn't already visited. Brought documentation up-to-date.
814299a7
MB
3820 (vc-next-action, vc-register): Updated calls to vc-start-entry.
3821 (vc-checkin): New optional arg initial-contents, which is passed to
4ad5da8f
AS
3822 vc-start-entry.
3823 (vc-finish-logentry): Make sure to bury log buffer only if there
3824 really is one. Call `vc-resynch-buffer' on log-file, not
3825 buffer-file-name.
3826 (vc-default-comment-history, vc-default-wash-log): New functions.
3827 (vc-index-of): Removed.
3828 (vc-transfer-file): Make do without the above.
3829 (vc-default-receive-file): Call comment-history unconditionally. Pass
3830 the resulting string to vc-checkin, instead of inserting it into the
3831 comment ring.
3832
3833 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
3834 unconditionally. Use the comments as initial contents of the log
814299a7 3835 entry buffer. Document the trick to force branch creation with no
4ad5da8f
AS
3836 changes.
3837
aa0c3dca
MB
38382000-10-01 Miles Bader <miles@gnu.org>
3839
3840 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
3841 `recenter' with an arg to prevent redrawing the display.
3842
d5f5a2c5
SM
38432000-09-30 Stefan Monnier <monnier@cs.yale.edu>
3844
3845 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
3846
3847 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
3848
814299a7 3849 * progmodes/c-mode.el (c-mode):
d5f5a2c5
SM
3850 Don't gratuitously override the default for comment-column.
3851
3852 * textmodes/tex-mode.el (latex-metasection-list): New var.
3853 (latex-imenu-create-index): Use it.
3854 Move the regexp construction outside loops (and use push).
814299a7 3855 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
d5f5a2c5
SM
3856 (tex-font-lock-keywords): Moved from font-lock.el.
3857 (tex-comment-indent): Remove.
3858 (tex-common-initialization): Don't set comment-indent-function.
3859 (latex-block-default): New var.
3860 (tex-latex-block): Use it to provide a default choice.
3861 Add any unknown choice to latex-block-names.
3862 Insert [...] after {...}.
3863 (tex-last-unended-begin): Simplify regexp.
3864 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
3865 (latex-forward-sexp-1, latex-forward-sexp): New functions.
3866 (latex-mode): Set forward-sexp-function.
3867
3868 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
3869 Add regexp for @ignore ... @end ignore.
3870 (texinfo-heading-face): New face.
3871 (texinfo-font-lock-keywords): Use it.
3872 (texinfo-mode-menu): New menu.
3873 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
3874 New functions.
3875 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
814299a7 3876 (texinfo-section-types-regexp, texinfo-section-level-regexp)
d5f5a2c5
SM
3877 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
3878 Remove declaration.
3879 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
3880
3881 * delsel.el (delete-selection-mode): Use define-minor-mode.
3882
3883 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
3884
38852000-09-29 Stefan Monnier <monnier@cs.yale.edu>
3886
3887 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
3888
8a5506f2
GM
38892000-09-30 Gerd Moellmann <gerd@gnu.org>
3890
068127d6
GM
3891 * replace.el (keep-lines-read-args): New function.
3892 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
3893 read arguments interactively. Add parameters RSTART and REND.
3894 Operate on the active region in Transient Mark mode.
3895
d777bb8f
GM
3896 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
3897
8a5506f2
GM
3898 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
3899 (authors-obsolete-files-regexps): New variable.
3900 (authors-add): Don't record changes in obsolete files.
3901
3fa87bfc
SM
39022000-09-29 Stefan Monnier <monnier@cs.yale.edu>
3903
3904 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
3905
3906 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
3907 (comment-indent): Make sure there's a space between code and comment.
3908 Shift comments left to avoid going past fill-column.
3909
f02149ce
GM
39102000-09-29 Gerd Moellmann <gerd@gnu.org>
3911
3912 * startup.el (startup-echo-area-message): New function.
3913 (display-startup-echo-area-message): Use it.
3914 (fancy-splash-screens): Rewritten to use keymaps and a timer.
3915 (fancy-splash-default-action): New function.
3916 (fancy-splash-screens-1): New function.
3917 (fancy-splash-head): Put a help-echo and a keymap under the image.
3918
a3ef6569
SM
39192000-09-29 Stefan Monnier <monnier@cs.yale.edu>
3920
3921 * diff-mode.el (diff-add-log-file-name): Remove.
3922 (diff-mode): Use add-log-buffer-file-name-function.
3923
3924 * add-log.el (find-change-log): New arg BUFFER-FILE.
3925 (add-log-file-name): Obey add-log-file-name-function.
3926 (add-log-buffer-file-name-function): New var.
3927 (add-change-log-entry): Use it.
3928
75e5b373
MB
39292000-09-29 Miles Bader <miles@gnu.org>
3930
3931 * image-file.el (image-file-name-extensions): New variable.
3932 (image-file-name-regexps): Renamed from `image-file-regexps'.
3933 New default value is nil. Call `auto-image-file-mode'.
3934 (image-file-name-regexp): New function.
3935 (auto-image-file-mode): New minor mode.
3936 (insert-image-file): Don't make conditional on the image-file
3937 handler being enabled.
3938 (image-file-handler): Make the call here conditional instead.
3939 (set-image-file-handler-enabled, enable-image-file-handler)
3940 (disable-image-file-handler): Functions removed.
3941
3942 * emacs-lisp/authors.el (authors-print): Rephrase many-files
3943 string.
3944
de6e1f7c
GM
39452000-09-29 Gerd Moellmann <gerd@gnu.org>
3946
3947 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
3948 it's a function from CL.
3949 (latex-imenu-create-index): Replace eval-when-compile with progn
3950 because latex-section-alist is not bound while compiling.
3951
d8c201f5
SM
39522000-09-28 Stefan Monnier <monnier@cs.yale.edu>
3953
3954 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
3955 (outline-mode): Use define-derived-mode.
3956
814299a7 3957 * progmodes/perl-mode.el (perl-mode):
d8c201f5
SM
3958 * progmodes/awk-mode.el (awk-mode):
3959 * progmodes/asm-mode.el (asm-mode):
3960 Don't gratuitously override the default for comment-column.
3961
3962 * emacs-lisp/lisp.el (lisp-complete-symbol):
3963 Distinguish the let-binding case from the funcall case.
3964 (forward-sexp-function): New variable.
3965 (forward-sexp): Use it.
3966
3967 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
3968 (easy-mmode-defmap): Remove the now useless autoload.
3969
3970 * time.el (display-time-mode): Use define-minor-mode.
3971
3972 * subr.el (add-minor-mode): Don't eval NAME.
3973 Don't depend on the presence of TOGGLE-FUN for any special behavior.
3974 Use if rather than cond.
3975
3976 * simple.el (read-expression-map): Define more properly.
3977 (comment-indent-hook): Remove.
3978 (string-to-syntax): Bug fix.
3979
3980 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
3981 (cvs-ediff-diff): Fix typo.
3982 (cvs-revert-if-needed): Don't bother preserving read-only.
3983
3984 * paren.el (show-paren-mode): Use define-minor-mode.
3985
3986 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
3987 (toggle-auto-compression): Remove.
3988 (jka-compr-build-file-regexp): Remove useless grouping.
3989
3990 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
3991 Avoid user-reserved bindings.
3992 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
3993 (diff-header-face): Revert to grey85.
3994
3995 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
3996
3997 * complete.el (partial-completion-mode) <defcustom>: Remove.
3998 (partial-completion-mode): Use define-minor-mode.
3999 (PC-do-completion): Understand `completion-auto-help = delay'
4000 to mean to popup the completion buffer only the second time.
814299a7 4001 (PC-include-file-all-completions, PC-include-file-all-completions)
d8c201f5
SM
4002 (PC-include-file-all-completions): Don't quote lambda.
4003
4004 * comint.el (comint-mode-hook): Docstring fix.
4005 (comint-mode): Use define-derived-mode.
4006 (comint-mode-map): Remove obsolete comment.
4007 (make-comint): Minor stylistic change.
4008 (comint-insert-clicked-input): Be more careful to find the overlay.
4009 Use this-command-keys rather than hardcoding mouse-2.
4010
4011 * font-lock.el: Replace confusing (,@ with ,
4012 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
4013 Don't use regexp-opt-depth. Spice up the regexp for args.
4014 Don't distinguish between cmds that can take an opt arg or not.
4015 Use `append' and `prepend' rather than `keep'.
4016
4017 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
4018 (latex-outline-regexp): New var.
4019 (latex-outline-level): New fun.
4020 (latex-section-alist): New var.
4021 (latex-imenu-create-index): Use it. Use `push' as well.
4022 (tex-shell-map): Initialize it properly.
4023 (tex-mode): Minor stylistic change.
4024 (plain-tex-mode): Use define-derived-mode.
4025 (latex-mode): Use define-derived-mode.
4026 Construct the paragraph regexps in a more readable way.
4027 Set the buffer-local outline-{level,regexp} vars.
4028 (slitex-mode): Derive from latex-mode.
4029 (tex-common-initialization): Don't kill-all-vars anymore.
4030 Add setting for comment-add and font-lock-defaults.
4031 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
4032 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
4033 (tex-start-tex): New arg DIR (and send a chdir command for it).
4034 Also display the shell buffer and save it in tex-last-buffer-texed.
4035 (tex-region): Use expand-file-name rather than concat.
4036 Remove code made useless by changes in tex-start-tex.
4037 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
4038
4039 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
4040
ff398532
DL
40412000-09-28 Dave Love <fx@gnu.org>
4042
4043 * eshell/eshell.el (eshell) <defgroup>: Add :version.
4044
f9415d5b
GM
40452000-09-28 Gerd Moellmann <gerd@gnu.org>
4046
4047 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
4048 `append'.
4049
fa003899
SM
40502000-09-28 Stefan Monnier <monnier@cs.yale.edu>
4051
4052 * info.el (Info-extract-pointer): Undo last change.
4053 Instead, fix the position of the `bound' arg to re-search-backward.
4054
40552000-09-27 Stefan Monnier <monnier@cs.yale.edu>
4056
4057 * info.el (Info-extract-pointer):
4058 Widen more carefully, to avoid finding pointers in other nodes.
4059 (Info-index): Use push.
4060
f9415d5b 40612000-09-27 Gerd Moellmann <gerd@gnu.org>
6f22f1ad
GM
4062
4063 * frame.el (set-frame-font): Remove call to obsolete function
4064 frame-update-faces.
4065 (set-foreground-color, set-background-color): Likewise for
4066 frame-update-face-colors.
4067
5538b8ba
MB
40682000-09-27 Miles Bader <miles@gnu.org>
4069
4070 * image-file.el: New file.
4071
60536eea
GM
40722000-09-27 Gerd Moellmann <gerd@gnu.org>
4073
5b551d58
GM
4074 * frame.el (frame-notice-user-settings): Don't call
4075 frame-update-faces, which is a no-op now.
814299a7 4076
60536eea
GM
4077 * ediff-wind.el (ediff-control-frame-parameters): Add zero
4078 tool-bar-lines.
4079
36f1966f
DL
40802000-09-27 Dave Love <fx@gnu.org>
4081
4082 * mouse.el: Fix last change.
4083
c5785b73
MB
40842000-09-27 Miles Bader <miles@lsi.nec.co.jp>
4085
4086 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
4087
672172d9
KH
40882000-09-22 Kenichi Handa <handa@etl.go.jp>
4089
4090 * international/quail.el (quail-help): The output message is
4091 improved.
4092
4653b4ea
DL
40932000-09-26 Dave Love <fx@gnu.org>
4094
4095 * mouse.el (popup-menu): If POSITION is nil, set it using
4096 mouse-position.
4097
63900fcf
SS
40982000-09-25 Sam Steingold <sds@gnu.org>
4099
4100 * net/browse-url.el (browse-url-file-url): Check for null maps.
4101
cd3b81be
GM
41022000-09-26 Gerd Moellmann <gerd@gnu.org>
4103
876512ab 4104 * frame.el (frame-notice-user-settings): Don't add a
fa003899 4105 tool-bar-lines frame parameter to default-frame-alist in batch mode.
814299a7 4106
fa003899
SM
4107 * frame.el (frame-notice-user-settings):
4108 Make tool-bar-mode and default-frame-alist consistent.
77072ab1 4109
cd3b81be
GM
4110 * toolbar/tool-bar.el (tool-bar-help): New function.
4111
d8b4516f
GM
41122000-09-25 Gerd Moellmann <gerd@gnu.org>
4113
6567e9b5
GM
4114 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
4115 current-load-list in top-level forms. Else this leaks a cons cell
4116 every time a defun is called.
63900fcf 4117
d8b4516f 4118 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
63900fcf 4119
a461758e
DL
41202000-09-25 Dave Love <fx@gnu.org>
4121
7df6adc3
DL
4122 * startup.el (fancy-splash-head): Check XPM is available.
4123
a461758e
DL
4124 * autoinsert.el (auto-insert): Doc fix.
4125 (auto-insert-alist): Following GNU notices, don't say `copyright
4126 _by_'. Use line-beginning-position.
4127 (auto-insert): Check buffer-file-name is non-nil before use.
4128
b11af2dd
GM
41292000-09-25 Gerd Moellmann <gerd@gnu.org>
4130
4131 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
4132 starting with `@def' or `@multitable', in addition to ones
4133 specified by the user in auto-fill-inhibit-regexp.
4134
5f9f981b
GM
41352000-09-25 Markus Rost <rost@math.ohio-state.edu>
4136
4137 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
4138 rmail-dont-reply-to-names matches the empty string.
63900fcf 4139
8ff16b4e
GM
41402000-09-25 Gerd Moellmann <gerd@gnu.org>
4141
63900fcf 4142 * startup.el (command-line-1, fancy-splash-text): Change the
8ff16b4e
GM
4143 text to sound more friendly.
4144
9b4a7800
TTN
41452000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
4146
4147 * progmodes/hideshow.el: Update author email address.
4148 Generally, sync w/ maintainer version 5.22.
9b4a7800
TTN
4149 (hs-hide-all-non-comment-function): New var.
4150 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
4151 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
4152 (hs-show-region): Delete this command.
4153 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
4154
4c7c1f3f
DL
41552000-09-22 Dave Love <fx@gnu.org>
4156
4157 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
4158 (hl-line-highlight): Specify buffer when moving overlay.
4159
4160 * progmodes/fortran.el (fortran-mode): Locally set
4161 normal-auto-fill-function.
4162 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
4163 (fortran-mode-map): Adjust auto-fill menu entry.
4164
13f93dee
GM
41652000-09-22 Gerd Moellmann <gerd@gnu.org>
4166
36eb0a91
GM
4167 * vc-rcs.el (toplevel): Require `vc' when compiling.
4168
fa003899 4169 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
13f93dee 4170
36a03bf9
AS
41712000-09-22 Andre Spiegel <spiegel@gnu.org>
4172
9b4a7800 4173 * vc.el (vc-switch-backend): Signal an error if the file is not
36a03bf9
AS
4174 registered under the new backend.
4175
9b4a7800 4176 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
36a03bf9
AS
4177 without explicit revision number.
4178
6e4e8a3b
SM
41792000-09-21 Stefan Monnier <monnier@cs.yale.edu>
4180
4181 * diff-mode.el (diff-file-header-face): Reset to its previous value.
4182 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
4183 (diff-xor): New function.
4184 (diff-find-source-location): Use it. Fix a stupid name clash.
4185 (diff-hunk-status-msg): New function.
4186 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
4187 (diff-test-hunk): Use diff-find-source-location.
4188 (diff-goto-source): Favor the `reverse'.
4189 (diff-hunk-text): Properly handle one-sided context diffs.
4190 (diff-apply-hunk): When done, advance to the next hunk.
4191
1b24b888
GM
41922000-09-21 Gerd Moellmann <gerd@gnu.org>
4193
623a0aae
GM
4194 * startup.el (command-line): If frame was created with a non-zero
4195 tool-bar-lines parameter, switch tool-bar-mode on.
9b4a7800 4196
1b24b888
GM
4197 * add-log.el (change-log-date-face, change-log-name-face)
4198 (change-log-email-face, change-log-file-face)
4199 (change-log-list-face, change-log-conditionals-face)
fa003899
SM
4200 (change-log-function-face, change-log-acknowledgement-face):
4201 New faces, inheriting from font-lock faces.
1b24b888 4202 (change-log-font-lock-keywords): Use them.
9b4a7800 4203
93b3a1c8
DL
42042000-09-21 Dave Love <fx@gnu.org>
4205
80585273
DL
4206 * progmodes/cperl-mode.el (top-level): Clean up
4207 `eval-when-compile's and assorted defvars.
4208 (cperl-invalid-face): Don't double-quote value. Change custom
4209 type.
4210 (cperl-mode): Set normal-auto-fill-function and don't zap
4211 auto-fill-function.
4212 (cperl-imenu--function-name-regexp-perl): Renamed from
4213 imenu-example--function-name-regexp-perl.
4214 (cperl-imenu--create-perl-index): Renamed from
4215 imenu-example--create-perl-index.
4216 (cperl-xsub-scan): Don't require cl.
4217
93b3a1c8
DL
4218 * msb.el (msb-mode-map): Use substitute-key-definition.
4219 (msb-mode): Use msb-mode-map.
4220
43ccb598
AS
42212000-09-21 Andre Spiegel <spiegel@gnu.org>
4222
4223 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
4224 New functions.
fa003899 4225 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
43ccb598
AS
4226 (vc-switch-backend): New function.
4227 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
4228 (vc-register): Fix prompt.
4229 (vc-unregister, vc-default-unregister): New functions.
4230 (vc-version-diff): Handle empty buffer in sentinel.
4231
4232 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
4233 (vc-rcs-state-heuristic): Use it to guess the state of files with
4234 non-strict locking.
4235 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
4236 been set with -b, but not created yet.
4237 (vc-rcs-fetch-master-state): With non-strict locking, compare file
4238 contents in order to find the state.
4239 (vc-rcs-checkin): Allow creation of branches with no changes.
fa003899
SM
4240 (vc-rcs-unregister, vc-rcs-receive-file)
4241 (vc-rcs-set-non-strict-locking): New functions.
43ccb598 4242
9b4a7800 4243 * vc-hooks.el (vc-name): Force correct computation of the value
43ccb598 4244 in case it is missing.
9b4a7800 4245
95fadcca
GM
42462000-09-21 Gerd Moellmann <gerd@gnu.org>
4247
4248 * startup.el (fancy-splash-tail): Use a different foreground
4249 color on a dark frame background.
4250
470f23e1
MB
42512000-09-21 Miles Bader <miles@lsi.nec.co.jp>
4252
4253 * info.el: Use the correct capitalization when making Info-mode
4254 and Info-edit-mode `special' modes.
4255
281096ed
SM
42562000-09-20 Stefan Monnier <monnier@cs.yale.edu>
4257
4258 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
4259 (diff-mode): Add support for add-log.el.
4260 (diff-hunk-text): Use char offsets rather than line offsets.
4261 (diff-find-source-location): Replace LINE with line-offset (nil
4262 if not found) and always set POS to a meaningful position.
4263 Adapt to the new char-offsets.
4264 (diff-apply-hunk): Drop support for the unused `select' POPUP.
4265 Adapt to the new diff-find-source-location.
4266 (diff-goto-source): Adapt to the new diff-find-source-location.
4267
4268 * add-log.el (add-log-file-name): New function (split out of
4269 add-change-log-entry).
4270 (add-change-log-entry): Use it.
4271 Call add-log-file-name-function with the changelog file name if
4272 the current buffer is not associated with any file.
4273 Avoid find-file if the selected window is dedicated.
4274
4275 * diff-mode.el (diff-find-source-location):
4276 Move code from diff-apply-hunk. Return buffer rather than file.
4277 (diff-apply-hunk): Use the new result from diff-find-source-location.
4278 (diff-goto-source): Use the new diff-find-source-location.
4279
c29d77c4
DL
42802000-09-20 Dave Love <fx@gnu.org>
4281
4282 * iswitchb.el: Some doc fixes.
4283 (iswitchb-mode-map): Define completely initially. Inherit
4284 minibuffer-local-map.
4285 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
4286 fundamental-mode.
4287 (iswitchb-global-map): New variable.
4288 (iswitchb-summaries-to-end): Amalgamate regexps.
4289 (iswitchb-mode): New.
4290 (iswitchb-mode-hook): New variable.
4291 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
4292 `extensions'.
4293
49939379
GM
42942000-09-20 Gerd Moellmann <gerd@gnu.org>
4295
d05c87ac
GM
4296 * ehelp.el (electric-help): New defgroup.
4297 (electric-help-shrink-window): New user-option.
4298 (with-electric-help): Use it.
4299
1ec082d4
GM
4300 * window.el (shrink-window-if-larger-than-buffer): If face
4301 `mode-line' has a :box, and we're on a graphical frame, add 1
4302 to the needed window height.
4303
f46c275e
GM
4304 * frame.el (frame-notice-user-settings): Add a last parameter nil
4305 to a call to `append', because the last list passed to `append' is
4306 not copied, and so subsequent calls to assq-delete-all will modify
4307 default-frame-alist.
4308
b7e11c5b
GM
4309 * startup.el (fancy-splash-image): Change :type.
4310 (fancy-splash-head): Use an XBM image if appropriate.
4311 (command-line-1): Show splash screens in more cases.
4312
26ff68aa
GM
4313 * startup.el (fancy-splash-text): Don't quote faces.
4314
8320414c
GM
4315 * dired.el (dired-font-lock-keywords): Undo last change.
4316 (dired-readin): Bind indent-tabs-mode to nil.
4317
49939379
GM
4318 * startup.el (fancy-splash-head): If frame's background mode
4319 is `dark', change the black background of the image to gray.
4320 (fancy-splash-screens): Display startup echo area message.
4321 (display-startup-echo-area-message): New function.
4322
c3b27206
MB
43232000-09-20 Miles Bader <miles@lsi.nec.co.jp>
4324
55a3d2a1
MB
4325 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
4326
4327 * info.el (info-header-node): Tweak for color ttys.
4328
37a99821
MB
4329 * faces.el (face-valid-attribute-values): Make sure directories we
4330 search for stipples both exist and are readable before trying to
4331 search them.
4332
0415d0d0
MB
4333 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
4334 in the dry-run case.
4335
523b128c
MB
4336 * jka-compr.el (with-auto-compression-mode): New macro.
4337
c3b27206
MB
4338 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
4339 (custom-group-tag-face, custom-variable-tag-face): Use relative
4340 :height and inherit from `variable-pitch' face instead of
4341 hardwiring :family.
4342 * hi-lock.el (hi-black-hb): Likewise.
4343
ddba99ad
MB
4344 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
4345 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
4346 toolbar-add-item, if image doesn't have a mask add a `:mask
4347 heuristic'.
4348
7e99fbde
SM
43492000-09-19 Stefan Monnier <monnier@cs.yale.edu>
4350
4351 * diff-mode.el: Docstring fixes.
4352 (diff-header-face, diff-comment-face): New faces.
4353 (diff-font-lock-keywords): Highlight a bit differently.
4354 (diff-find-source-location): Don't return SPAN any more.
4355 (diff-hunk-text): Don't bother erasing the temp buffer.
4356 (diff-find-text): Drop argument LINE.
4357 (diff-apply-hunk): Update calls to diff-find-text.
4358 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
4359
4360 * calendar/calendar.el: Docstring fixes.
4361 (calendar-make-alist): Don't quote lambda.
4362 (calendar-star-date): Use make-local-variable.
4363
fb275c02
DL
43642000-09-19 Dave Love <fx@gnu.org>
4365
7e99fbde
SM
4366 * toolbar/tool-bar.el: Renamed from toolbar.el.
4367 Change `toolbar' to `tool-bar' generally in symbols.
4368 Make some items invisible in `special' major modes.
4369 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
4370 Add arg PROPS.
532cb34d 4371
7e99fbde
SM
4372 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
4373 Add :version here.
fb275c02
DL
4374 (fancy-splash-delay, fancy-splash-image): Remove :version here.
4375
8f4ca9a5
GM
43762000-09-19 Gerd Moellmann <gerd@gnu.org>
4377
8b7707e1 4378 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
da1608d9 4379
8b7707e1 4380 * files.el (find-file-suppress-same-file-warnings): New user-option.
8fb3df59
GM
4381 (find-file-noselect): Use it.
4382
8b7707e1 4383 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
a01bb1db
GM
4384 (fancy-splash-screen): Defgroup.
4385
8f4ca9a5
GM
4386 * add-log.el (change-log-font-lock-keywords): Match names
4387 more exactly for the case that font-lock-constant-face is
4388 underlined.
4389
ba9eeda1 43902000-09-19 Richard M. Stallman <rms@gnu.org>
9b4a7800 4391
8b7707e1 4392 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
ba9eeda1 4393
289eaef9
AS
43942000-09-19 Andre Spiegel <spiegel@gnu.org>
4395
4396 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
4397
ce9ded5d
GM
43982000-09-19 Gerd Moellmann <gerd@gnu.org>
4399
c113de23
GM
4400 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
4401 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
4402 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
4403 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
4404 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
4405 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
4406 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
4407 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
4408 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
4409 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
4410 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
8f4ca9a5 4411 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
c113de23 4412
ce9ded5d
GM
4413 * startup.el (fancy-splash-text): New variable.
4414 (fancy-splash-delay, fancy-splash-image): New user-options.
4415 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
4416 (fancy-splash-screens): New functions.
4417 (command-line-1): If display has a `display' frame parameter, has
4418 colors, and we have XPM support, show more fancy splash screens.
9b4a7800 4419
b9b1c3a9
DL
44202000-09-19 Dave Love <fx@gnu.org>
4421
4422 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
4423 with null `help'. Use modern backquote syntax.
4424
1af25534
GM
44252000-09-19 Gerd Moellmann <gerd@gnu.org>
4426
afd3c8cd
GM
4427 * font-lock.el (font-lock-mode): Change message telling the user
4428 that ``the buffer is too big''.
4429
1af25534
GM
4430 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
4431 for instance for the case that tab-width is 2.
4432
05b1f851
GM
44332000-09-18 Gerd Moellmann <gerd@gnu.org>
4434
4435 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
4436 toolbar-add-item, if image doesn't have a mask add a `:mask
4437 heuristic'.
4438
8ec8f673
MB
44392000-09-18 Miles Bader <miles@lsi.nec.co.jp>
4440
2b612b1f
MB
4441 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
4442 and return a cons if it's non-nil.
4443 (diff-apply-hunk): Try to jump to the line in the source text
4444 corresponding to the position of point in the in the hunk.
4445
9b4a7800 4446 * info.el (Info-title-3-face, Info-title-2-face)
8ec8f673
MB
4447 (Info-title-1-face): Use face inheritance and relative sizes
4448 instead of hard-wiring things.
4449
4450 * faces.el (secondary-selection): Make dark-background variant sane.
4451
5eedab4d
AI
44522000-09-16 Andrew Innes <andrewi@gnu.org>
4453
5eedab4d
AI
4454 * makefile.w32-in (compile-files-CMD): No need to make .elc files
4455 read-only, since they aren't under VC now.
4456
6a142f26
DL
44572000-09-17 Dave Love <fx@gnu.org>
4458
e07436e1
DL
4459 * tmm.el: Replace mapcar with mapc in several places.
4460
4461 * loadhist.el (unload-feature): Maybe call elp-restore-list and
4462 ad-unadvise.
4463
7d354dd5
DL
4464 * international/latin1-disp.el: New file.
4465
6a142f26
DL
4466 * calendar/cal-move.el (scroll-calendar-left)
4467 (scroll-calendar-right): Make arg optional (for active mode line).
4468
4469 * calendar/calendar.el (calendar-mode-line-format): Make fields
4470 mouse-sensitive.
4471 (calendar-read-date, calendar-read-date, calendar-window-list):
4472 Unquote lambda.
4473 (calendar-month-name): Use aref, not sref.
4474
4475 * view.el (minor-mode-alist): Propertize the string.
4476
4477 * international/characters.el (standard-case-table): Add entries
4478 for Greek.
4479
50ac70af
MB
44802000-09-18 Miles Bader <miles@gnu.org>
4481
53c9ab4f
MB
4482 * info.el (info-node, info-xref): Add dark-background variants.
4483
a114b1ca
MB
4484 * faces.el (header-line): Change defaults to be less confusing
4485 when mixed with mode-lines.
4486
50ac70af
MB
4487 * info.el (Info-fontify-node): Make a few cleanups.
4488 Add extra `help-echo' and `local-map' props to node xrefs.
4489 Use header-specific faces for node-names & xrefs.
4490 (Info-use-header-line): New variable.
53c9ab4f 4491 (info-header-xref, info-header-node): New faces.
50ac70af
MB
4492 (Info-setup-header-line): New function.
4493 (Info-select-node): Call Info-setup-header-line when enabled.
4494 (Info-extract-pointer): Work even if the header line is hidden.
4495 (Info-header-line): New variable.
4496
729927ff
SM
44972000-09-16 Stefan Monnier <monnier@cs.yale.edu>
4498
4499 * vms-patch.el (print-region-function): Don't quote lambda.
4500
4501 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
4502
4503 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
4504 (lm-get-header-re): Allow spaces between the header and the colon.
4505 (lm-header): Allow $ in non-RCS headers.
4506 (lm-header-multiline): Put the strings back into order.
4507 Stop at an empty line. Don't require two space chars if the
4508 line is clearly not another header line.
4509
4510 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
4511 (popup-menu-popup): Remove.
4512
7a98d821
GM
45132000-09-15 Gerd Moellmann <gerd@gnu.org>
4514
7f8f1edc
GM
4515 * toolbar/toolbar.el (toolbar-add-item): Use the same image
4516 specification if or if not tool-bar item contains an `:enabled'
4517 property.
4518
7a98d821
GM
4519 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
4520 current buffer has no file name.
4521
a7bc704b
DL
45222000-09-15 Dave Love <fx@gnu.org>
4523
4524 * strokes.el: Sync with maintainer's current version with changes
4525 for Emacs, but avoid runtime cl and levents.
4526 (toplevel): Change autoloads and compilation requires.
4527 (strokes-version, strokes-bug-address, strokes-lift): Values
4528 changed.
4529 (strokes-xpm-header, strokes-insinuated): New variable.
4530 (strokes): Add :link.
4531 (strokes-mode): Customized.
4532 (strokes-while-inhibiting-garbage-collector): New macro.
4533 (strokes-remassoc): Avoid remove-if.
4534 (strokes-fix-button2-command): Don't use ad-do-it.
4535 (strokes-insinuate): New function.
4536 (strokes-button-press-event-p, strokes-button-release-event-p):
4537 New functions, used instead of non-`strokes-' versions..
4538 (strokes-mouse-event-p): Rewritten.
4539 (strokes-event-closest-point): Avoid event-point.
4540 (strokes-get-grid-position): Avoid cdadr, caadr
4541 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
4542 functions.
4543 (strokes-help): Use with-output-to-temp-buffer.
4544 (strokes-window-configuration-changed-p): New function.
4545 (strokes-update-window-configuration): Use buffer-live-p,
4546 strokes-window-configuration-changed-p.
4547 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
4548 (strokes-char-face): New face.
4549 (strokes-char-table, strokes-base64-chars): New variable.
4550 (strokes-xpm-for-stroke, strokes-list-strokes)
4551 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
4552 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
4553 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
4554 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
4555 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
4556 functions.
4557
47e351a3
GM
45582000-09-15 Gerd Moellmann <gerd@gnu.org>
4559
ebb8f116
GM
4560 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
4561
47e351a3
GM
4562 * image.el (create-image): Doc fix.
4563
4564 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
4565 instead of `:heuristic-mask t'.
4566
fe83b953
AI
45672000-09-14 Andrew Innes <andrewi@gnu.org>
4568
4569 * makefile.w32-in: Revert to Unix line endings.
4570
52481729
AI
45712000-09-14 Andrew Innes <andrewi@gnu.org>
4572
3021e816
AI
4573 * makefile.w32-in: Add bootstrap support. Also copy lisp source
4574 when installing.
4575
52481729
AI
4576 * makefile.nt (DONTCOMPILE): Fix typo.
4577
4578 * shell.el (shell-write-history-on-exit): New function.
4579 (shell-dumb-shell-regexp): New custom variable.
4580 (shell-mode): Make shell-write-history-on-exit the process
4581 sentinel if shell name matches shell-dumb-shell-regexp.
4582
4583 * w32-fns.el: Comment out before-init-hook function which resets
4584 source-directory based; this breaks bootstrap.
4585
f8034e41
DL
45862000-09-14 Dave Love <fx@gnu.org>
4587
4588 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
4589 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
4590 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
4591 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
4592 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
4593 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
4594 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
4595 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
4596 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
4597
4598 * toolbar/toolbar.el: New.
4599
4600 * subdirs.el: Add toolbar.
4601
b9ce5694
GM
46022000-09-14 Gerd Moellmann <gerd@gnu.org>
4603
4604 * indent.el (indent-for-tab-command): Doc fix.
4605
986b7dee
GM
46062000-09-14 Alex Schroeder <alex@gnu.org>
4607
4608 * ansi-color.el (ansi-colors): Doc change.
4609 (ansi-color-get-face): Simplified regexp.
4610 (ansi-color-faces-vector): Added more faces, doc change.
4611 (ansi-color-names-vector): Doc change.
4612 (ansi-color-regexp): Simplified regexp.
4613 (ansi-color-parameter-regexp): New regexp.
4614 (ansi-color-filter-apply): Doc change.
4615 (ansi-color-filter-region): Doc change.
4616 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
4617 deal with zero length parameters.
4618 (ansi-color-apply-on-region): Doc change.
4619 (ansi-color-map): Doc change.
4620 (ansi-color-map-update): Removed debugging message.
4621 (ansi-color-get-face-1): Added condition-case to trap
4622 args-out-of-range errors.
4623 (ansi-color-get-face): Doc change.
4624 (ansi-color-make-face): Removed.
4625 (ansi-color-for-shell-mode): New option.
9b4a7800 4626
076ff911
KH
46272000-09-13 Kenichi Handa <handa@etl.go.jp>
4628
4629 * international/quail.el (quail-start-translation): Translate KEY
4630 if necessary even if it doesn't have any mapping in the current
4631 input method.
4632 (quail-start-conversion): Likewise.
4633 (quail-help): The output message is improved.
4634
bdf08678
MB
46352000-09-13 Miles Bader <miles@gnu.org>
4636
4637 * comint.el (comint-output-filter): Revert to using
4638 `insert-before-markers'. Add bletcherous hack to undo damage
4639 caused by `insert-before-markers'. Put `front-sticky' property on
4640 overlays created here so that the field code understands how the
4641 overlay works. Use a let when making comint-last-prompt-overlay,
4642 so that the code is easier to read.
4643
ffb8db8d
DL
46442000-09-13 Dave Love <fx@gnu.org>
4645
4646 * wid-edit.el (widget-default-format-handler): DTRT when
4647 doc-property is a function.
4648
5dd05f61
GM
46492000-09-12 Francesco Potorti` <pot@gnu.org>
4650
4651 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
4652 filed name if it's not there.
4653
35177617
DL
46542000-09-12 Dave Love <fx@gnu.org>
4655
9023837e
DL
4656 * simple.el (read-mail-command): Doc fix.
4657 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
4658
35177617
DL
4659 * vc.el (vc-dired-listing-switches): Fix :version.
4660
4661 * vc-hooks.el: Doc fixes.
4662
4663 * subr.el (add-minor-mode): Use toggle-fun arg.
4664
4665 * speedbar.el: Add :version to several defcustoms.
4666
4667 * imenu.el (imenu--truncate-items, imenu--cleanup)
4668 (imenu--generic-function): Avoid mapcar.
4669 (imenu--replace-spaces): Function removed.
4670 (imenu--completion-buffer): Use subst-char-in-string.
4671 (imenu-add-to-menubar): Use keymap inheritance.
4672
1afaae94
MB
46732000-09-12 Miles Bader <miles@gnu.org>
4674
4675 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
4676 (diff-mode-map): Bind `diff-test-hunk'.
4677 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
4678
46792000-09-11 Gerd Moellmann <gerd@gnu.org>
71246c2c
GM
4680
4681 * bytecomp.el (byte-compile-defvar): Undo last change
4682 because it breaks '(make-variable-buffer-local (defvar ...)'
4683 which is used at least in dired.
4684
63c36c3c
KH
46852000-09-12 Kenichi Handa <handa@etl.go.jp>
4686
4687 * international/quail.el (quail-define-package): Docstring
4688 modified.
4689
1ad24be1
KH
46902000-09-12 Kenichi Handa <handa@etl.go.jp>
4691
362a8065
KH
4692 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
4693 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
4694 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
4695 docstring of "chinese-py".
4696
1ad24be1
KH
4697 * international/quail.el (quail-translation-docstring): New
4698 variable.
4699 (quail-show-keyboard-layout): Docstring modified.
4700 (quail-select-current): Likewise.
4701 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
4702 infinite recursive call.
4703 (quail-help): Check quail-translation-docstring. Format of the
4704 output changed.
4705 (quail-help-insert-keymap-description): Adjusted for the above
4706 change.
4707
cc0f95a4
GM
47082000-09-11 Gerd Moellmann <gerd@gnu.org>
4709
4710 * bytecomp.el (byte-compile-defvar): Only cons onto
4711 current-load-list in top-level forms. Else this leaks a cons cell
4712 every time a defun is called.
4713
7530b6da
MB
47142000-09-11 Miles Bader <miles@lsi.nec.co.jp>
4715
4716 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
4717 Now understands non-unified diffs. Some functionality moved into
4718 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
4719 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
4720 modify anything. Only reposition point in the patched file if the
4721 patch succeeds. Only pop up another window if POPUP is true.
4722 Emit a message describing what happened if successful, and at what
4723 line-offset. Automatically detect reversed hunks and do something
4724 appropriate.
4725 (diff-hunk-text, diff-find-text): New functions.
4726 (diff-filter-lines): Function removed.
4727 (diff-test-hunk): New function.
4728 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
4729
6b124390
DL
47302000-09-10 Dave Love <fx@gnu.org>
4731
4732 * textmodes/tildify.el: Minor doc/commentary fixes.
4733 (tildify) <defgroup>: Add :version.
4734
4735 * faces.el (face-x-resources): Make custom type more specific.
4736 (frame-background-mode): Use mapc.
4737 (region) <defcustom>: Add :version.
4738
7f8b6551
SM
47392000-09-08 Stefan Monnier <monnier@cs.yale.edu>
4740
9b4a7800
TTN
4741 * vc-sccs.el (vc-sccs-register):
4742 * vc-rcs.el (vc-rcs-register):
7f8b6551
SM
4743 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
4744 * vc.el (vc-register): Clear file's properties.
4745
c454aac1
GM
47462000-09-08 Gerd Moellmann <gerd@gnu.org>
4747
4748 * faces.el (face-spec-set): Only face-spec-reset-face when
4749 ATTRS is non-nil.
4750
bb934822
EZ
47512000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
4752
4753 * help.el (help-insert-xref-button): Fix a typo in doc string.
4754
03419440
EZ
47552000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
4756
7f8b6551
SM
4757 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
4758 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
43b11fee
EZ
4759 methods.
4760
03419440
EZ
4761 * menu-bar.el (read-mail-item-name): New function.
4762 (menu-bar-tools-menu): Use it to compute and display the package
4763 used to read email.
4764 (menu-bar-tools-menu): Fix typo in GUD's help string.
4765
dbcee71a
DL
47662000-09-07 Dave Love <fx@gnu.org>
4767
19e713d8
DL
4768 * diff-mode.el (diff-mouse-goto-source): New function.
4769
a7cafade 4770 * vc-sccs.el: Doc fixes.
7f8b6551 4771 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
a7cafade
DL
4772
4773 * vc-rcs.el: Doc fixes.
7f8b6551
SM
4774 (vc-rcs-register-switches, vc-rcs-checkin-switches)
4775 (vc-rcs-checkout-switches, vc-rcs-header)
a7cafade
DL
4776 (vc-rcs-master-templates): Add or change :version.
4777
7f8b6551 4778 * vc-cvs.el: Doc fixes.
a7cafade
DL
4779 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
4780 (vc-cvs-stay-local): Add :version.
4781
dbcee71a
DL
4782 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
4783
ed254191
KH
47842000-09-07 Kenichi Handa <handa@etl.go.jp>
4785
4786 * international/quail.el (quail-help): Fix previous change.
4787
ab0ee409
GM
47882000-09-07 Gerd Moellmann <gerd@gnu.org>
4789
f46f845b 4790 * faces.el (color-values): Doc fix.
9b4a7800 4791
ab0ee409
GM
4792 * faces.el (frame-set-background-mode): Use frame-parameter
4793 instead of frame-parameters.
4794
4795 * frame.el (filtered-frame-list): Reduce consing.
9b4a7800 4796 (frames-on-display-list): Call frame-parameter instead of
ab0ee409 4797 frame-parameters.
9b4a7800 4798
f7246ac7
KH
47992000-09-07 Kenichi Handa <handa@etl.go.jp>
4800
4801 * language/devan-util.el (devanagari-to-indian-region): In the
4802 loop, change the following char, not preceding char.
4803
96889af2
GM
48042000-09-07 Gerd Moellmann <gerd@gnu.org>
4805
1091dd67
GM
4806 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
4807 instead of frame-parameters.
4808
9b4a7800 4809 * faces.el (set-face-attribute): Simplify by calling
0da3ecef
GM
4810 internal-set-lisp-face-attribute with FRAME being 0.
4811
4812 * vc.el: Remove `Id' version control keyword.
96889af2 4813
0fddd0dc
KH
48142000-09-07 Kenichi Handa <handa@etl.go.jp>
4815
4816 * help.el (help-make-xrefs): Adjusted for the change of
4817 help-xref-mule-regexp.
4818 (help-insert-xref-button): New function.
4819
4820 * international/mule-cmds.el (help-xref-mule-regexp-template):
4821 Include the pattern for character set.
4822 (leim): New group.
4823
4824 * international/quail.el: Don't require face.
4825 (quail): New group.
7f8b6551 4826 (quail-other-command): Dummy command to make quail-help work better.
0fddd0dc
KH
4827 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
4828 (quail-keyboard-layout-substitution): New variable.
4829 (quail-update-keyboard-layout): New function.
4830 (quail-keyboard-layout-type): New customizable variable.
4831 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
4832 (quail-keyboard-translate): Pay attention to
4833 quail-keyboard-layout-substitution.
4834 (quail-insert-kbd-layout): New function.
4835 (quail-show-keyboard-layout): New function.
4836 (quail-get-translation): If the definition is a vector of length
7f8b6551 4837 1, and the element is a string of length 1, return the character
0fddd0dc
KH
4838 in that string.
4839 (quail-update-current-translations): Fix the case of
4840 relative-index out of range.
4841 (quail-build-decode-map, quail-insert-decode-map): New Functions.
4842 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
7f8b6551 4843 Show key sequences for all available characters.
0fddd0dc
KH
4844 (quail-help-insert-keymap-description): Don't show such verbose
4845 key bindings as quail-self-insert-command.
4846
4847 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
4848 Format changed, and each element now have extra documentations.
4849 (tit-process-header): Delete invalid characters from TIT-PROMPT.
4850 Adjusted for the change of quail-cxterm-package-ext-info.
4851
8ddceaf1
GM
48522000-09-06 Gerd Moellmann <gerd@gnu.org>
4853
4854 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
4855 requiring it leads to a recursive loading of vc.el and vc-hooks.el
4856 during bootstrap.
4857
099bd78a
SM
48582000-09-05 Stefan Monnier <monnier@cs.yale.edu>
4859
4860 * vc.el: (toplevel): Don't require `dired' at run-time.
4861 (vc-dired-resynch-file): Remove autoload cookie.
4862
48632000-09-05 Andre Spiegel <spiegel@gnu.org>
4864
4865 * vc.el: Made several backend functions optional.
4866 (vc-default-responsible-p): New function.
4867 (vc-merge): Use RET for first version to trigger merge-news, not
4868 prefix arg.
4869 (vc-annotate): Handle backends that do not support annotation.
4870 (vc-default-merge-news): Removed. The existence of a merge-news
4871 implementation is now checked on caller sites.
4872
9b4a7800 4873 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
099bd78a
SM
4874 case.
4875
9b4a7800 4876 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
099bd78a
SM
4877 special case that has been removed from the default in vc-hooks.el.
4878
48792000-09-05 Stefan Monnier <monnier@cs.yale.edu>
4880
4881 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
4882
48832000-09-05 Andre Spiegel <spiegel@gnu.org>
4884
4885 * vc-hooks.el: Require vc during compilation.
4886 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
4887 macro `with-vc-properties' in vc.el.
4888 (vc-file-getprop): Doc fix.
4889 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
9b4a7800 4890
099bd78a
SM
4891 * vc.el: Require dired-aux during compilation.
4892 (vc-name-assoc-file): Moved to vc-sccs.el.
4893 (with-vc-properties): New macro.
9b4a7800 4894 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
099bd78a
SM
4895 vc-finish-steal): Use it.
4896 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
4897 to the backend-specific function is now supposed to do the checkout,
4898 too.
4899 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
4900
9b4a7800 4901 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
099bd78a
SM
4902 set file properties; that gets done in the generic code now.
4903
4904 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
4905 Changed parameter list, added code from vc.el that does the
4906 checkout, possibly with a double-take.
4907
4908 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
4909 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
4910 the above under the new name.
4911 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
4912 parameter list, added checkout command.
4913 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
4914 properties; that gets done in the generic code now.
4915
49162000-09-05 Stefan Monnier <monnier@cs.yale.edu>
4917
4918 * vc.el: Docstring fixes (courtesy of checkdoc).
4919
49202000-09-05 Stefan Monnier <monnier@cs.yale.edu>
4921
4922 * vc.el (vc-checkout-writable-buffer-hook)
4923 (vc-checkout-writable-buffer): Remove.
4924 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
4925 (vc-log-mode): Make it into a clean derived major mode.
4926 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
4927 vc-log-mode if log-edit is not available.
4928 (vc-dired-mode-map): Don't set-keymap-parent yet.
4929 (vc-dired-mode): Do set-keymap-parent here.
4930 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
4931
08ba3862
GM
49322000-09-05 Gerd Moellmann <gerd@gnu.org>
4933
4934 * faces.el (set-face-attribute, face-spec-reset-face)
4935 (face-spec-set): Avoid consing by removing calls to `apply'.
4936
4937 * frame.el (frame-parameter): Move to C code.
4938
3b4429b4
DL
49392000-09-05 Dave Love <fx@gnu.org>
4940
4941 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
4942 insert-before-markers-and-inherit. Now checked systematically!
4943
877055f6
GM
49442000-09-05 Alex Schroeder <alex@gnu.org>
4945
4946 * sql.el (sql-postgres): Use sql-postgres-options.
4947 (sql-postgres-options): New variable.
4948
49492000-09-05 Alex Schroeder <alex@gnu.org>
4950
4951 * sql.el (sql-mode-menu): Work around missing variable mark-active
4952 in XEmacs.
4953 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
4954 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
4955 compatibility.
4956
7a004b71
GM
49572000-09-04 Gerd Moellmann <gerd@gnu.org>
4958
54baed30 4959 * vc.el (vc-dired-resynch-file): Add autoload cookie.
9b4a7800 4960
7a004b71
GM
4961 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
4962
4963 * Makefile.in (DONTCOMPILE): Fix typo in file name.
4964
49652000-09-04 Andre Spiegel <spiegel@gnu.org>
4966
4967 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
4968 don't support anything else under SCCS yet.
4969
4970 * vc-hooks.el: Minor doc fixes.
4971
49722000-09-04 Andre Spiegel <spiegel@gnu.org>
4973
4974 * vc.el (vc-next-action-on-file): Do not visit the file if it's
4975 not necessary. If verbose in state `needs-patch', do the same as
4976 under `up-to-date'. When NOT verbose and `needs-patch', check out
4977 latest version instead of `merge-news'.
4978 (vc-next-action-dired): Don't mess with default-directory here; it
4979 breaks other parts of dired. It is the job of the
099bd78a 4980 backend-specific functions to adjust it temporarily if they need it.
7a004b71
GM
4981 (vc-next-action): Remove a special CVS case.
4982 (vc-clear-headers): New optional arg FILE.
4983 (vc-checkin, vc-checkout): Set properties vc-state and
4984 vc-checkout-time properly.
099bd78a 4985 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
7a004b71
GM
4986 (vc-print-log): Use new backend function `show-log-entry'.
4987 (vc-cancel-version): Do the checks in a different order. Added a
4988 FIXME concerning RCS-only code.
4989
4990 * vc-rcs.el (vc-rcs-show-log-entry): New function.
4991 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
4992
4993 * vc-cvs.el (vc-cvs-show-log-entry): New function.
4994
9b4a7800 4995 * vc-hooks.el (vc-default-mode-line-string): Show state
7a004b71
GM
4996 `needs-patch' as a `-' too.
4997
49982000-09-04 Andre Spiegel <spiegel@gnu.org>
4999
5000 * vc.el (vc-responsible-backend): New optional arg REGISTER.
5001 (vc-default-could-register): New function.
5002 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
5003 (vc-resynch-buffer): Call vc-dired-resynch-file.
5004 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
5005 vc-resynch-buffer instead of vc-resynch-window.
5006 (vc-next-action-dired): Don't redisplay here, that gets done as a
5007 result of the individual file operations.
5008 (vc-retrieve-snapshot): Corrected prompt order.
5009
5010 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
9b4a7800 5011
7a004b71
GM
5012 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
5013 as well.
5014 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
5015 hostname regexps. Updated all callers.
5016 (vc-cvs-responsible-p): Handle directories as well.
5017 (vc-cvs-could-register): New function.
5018 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
5019 properties up-to-date.
9b4a7800 5020
7a004b71
GM
5021 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
5022 user whether to create one.
5023
50242000-09-04 Andre Spiegel <spiegel@gnu.org>
5025
5026 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
5027 check out a non-existing file.
5028
5029 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
5030 workfile does not exist.
5031
5032 * vc.el (vc-version-diff): Use `require' to check for existence of
5033 diff-mode.
5034
50352000-09-04 Andre Spiegel <spiegel@gnu.org>
5036
5037 * vc-cvs.el (vc-cvs-registered): Use new function
5038 vc-cvs-parse-entry to do the actual work.
5039
50402000-09-04 Andre Spiegel <spiegel@gnu.org>
5041
5042 * vc-hooks.el (vc-find-backend-function): If function doesn't
5043 exist, return nil instead of error.
5044 (vc-call-backend): Doc fix.
5045
5046 * vc.el (vc-do-command): Doc fix.
5047 (vc-finish-logentry): When checking in from vc-dired, choose the
5048 right backend for logentry check.
5049 (vc-dired-mode-map): Inherit from dired-mode-map.
5050 (vc-dired-mode): Local value of dired-move-to-filename-regexp
5051 simplified.
5052 (vc-dired-state-info): Removed, updated caller.
5053 (vc-default-dired-state-info): Use parentheses instead of hyphens.
5054 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
5055 (vc-dired-listing-switches): New variable.
5056 (vc-directory): Use it, instead of dired-listing-switches.
5057
5058 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
5059 (vc-cvs-dir-state): New function.
7f8b6551 5060 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
7a004b71
GM
5061 (vc-cvs-parse-entry): New function, also to be used in
5062 vc-cvs-registered.
9b4a7800 5063
7a004b71
GM
50642000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5065
5066 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
5067 *or* single-window-frames.
5068
50692000-09-04 Andre Spiegel <spiegel@gnu.org>
5070
5071 * vc.el (vc-update-changelog): Split into generic part and default
5072 implementation. Doc string adapted.
5073 (vc-default-update-changelog): New function. Call the `rcs2log'
5074 script in exec-directory, to fix a long-standing nuisance.
5075
5076 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
5077 simply signals an error.
9b4a7800 5078
7a004b71
GM
50792000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5080
5081 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
5082 control-flow more clear and to avoid running `cvs' twice.
5083
5084 * vc.el (vc-next-action-on-file): Doc fix.
5085 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
5086 (vc-print-log): Eval `file' before constructing the continuation.
5087
50882000-09-04 Andre Spiegel <spiegel@gnu.org>
5089
5090 * vc.el (vc-next-action-on-file): Corrected several messages.
5091 (vc-merge): Add prefix arg `merge-news'; handle it.
5092
5093 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
5094 is not reached. It is.
5095 (vc-cvs-merge): Set state to 'edited after merge.
5096 (vc-cvs-merge-news): Set workfile version to nil if not known.
5097 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
5098
5099 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
5100 via stdout. (Merge from main line.)
9b4a7800 5101
7a004b71
GM
51022000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5103
5104 * vc.el (vc-finish-logentry): Thinko in the "same comment"
5105 detection.
5106
51072000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5108
5109 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
5110 against kill-all-local-variables.
5111 (vc-log-edit): Don't save vc-parent-buffer any more.
5112 (vc-last-comment-match): Initialize to an empty string.
5113 (vc-post-command-functions): New hook.
5114 (vc-do-command): Run it.
5115 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
5116 (vc-finish-logentry): Only add the comment to the ring if it's
5117 different from the last comment entered.
5118 (vc-new-comment-index): New function.
5119 (vc-previous-comment): Use it. Make the minibuffer message
5120 slightly less terse.
5121 (vc-comment-search-reverse): Make it work forward as well. Don't
5122 set vc-comment-ring-index if no match is found. Use
5123 vc-new-comment-index.
5124 (vc-comment-search-forward): Use vc-comment-search-reverse.
5125 (vc-dired-mode-map): Don't inherit from dired-mode-map since
5126 define-derived-mode will do it for us. Bind `v' to a keymap that
5127 inherits from vc-prefix-map so that we can bind `vt' without
5128 binding C-x v t.
5129 (vc-retrieve-snapshot): Parenthesis typo.
5130
5131 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
5132 to 1. Make sure to switch to *vc* before looking for an error
5133 message. Use vc-parse-buffer.
5134
51352000-09-04 Andre Spiegel <spiegel@gnu.org>
5136
5137 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
5138 and NAME.
5139 (vc-retrieve-snapshot): Split into two parts.
5140 (vc-default-retrieve-snapshot): New function.
5141
5142 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
5143 (vc-cvs-retrieve-snapshot): New function (untested).
5144 (vc-cvs-stay-local): Default to t.
5145 (vc-cvs-remote-p): New function and property.
5146 (vc-cvs-state): Stay local only if the above is t.
5147 (vc-handle-cvs): Removed.
5148 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
5149 done via vc-handled-backends now.
5150 (vc-cvs-header): Escape Id.
5151
51522000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5153
5154 * vc.el (vc-do-command): Remove unused commands.
5155 (vc-version-diff): Make sure default-directory ends with a slash.
5156 Move the window commands into a vc-exec-after.
5157 (vc-print-log): Move more of the code into the `vc-exec-after'.
5158
51592000-09-04 Andre Spiegel <spiegel@gnu.org>
5160
5161 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
5162 (vc-print-log): Search current revision from beginning of buffer.
5163 (vc-revert-buffer): Clear echo area after the diff is finished.
5164 (vc-prefix-map): Removed definition of "t" for terse display in vc
5165 dired.
5166 (vc-dired-mode-map): Inherit from dired-mode-map. Added
5167 definition of "vt" for terse display.
5168 (vc-dired-mode): Fix dired-move-to-filename-regexp.
5169
51702000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5171
5172 * vc.el (vc-exec-after): Avoid caddr.
5173
51742000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5175
5176 * vc.el (vc-exec-after): New function.
5177 (vc-do-command): Use it to add a termination message for async
5178 procs.
5179 (vc-checkout): Try to handle a missing-backend situation.
5180 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
5181 of a directory with a backend using async diffs.
5182 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
5183 present.
5184
5185 * vc-sccs.el (vc-sccs-state-heuristic): Use
5186 file-ownership-preserved-p.
5187
5188 * vc-rcs.el (vc-rcs-state-heuristic): Use
5189 file-ownership-preserved-p.
5190 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
5191
51922000-09-04 Andre Spiegel <spiegel@gnu.org>
5193
5194 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
5195 vc-do-command.
5196
5197 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
5198 when there are no changes.
5199
52002000-09-04 Andre Spiegel <spiegel@gnu.org>
5201
5202 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
5203
5204 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
5205
52062000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5207
5208 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
5209
5210 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
5211 the `fset' outside of the defvar so that it works even if
5212 vc-prefix-map was already defined.
5213 (vc-setup-buffer): New function, split out of vc-do-command.
5214 (vc-do-command): Allow BUFFER to be t to mean `just use the
5215 current buffer without any fuss'.
5216 (vc-version-diff): Change the `diff' backend operation to just put
5217 the diff in the current buffer without erasing it. Always use
5218 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
5219 shrink-window-if-larger-than-buffer.
5220 (vc-print-log): Change the `print-log' backend operation to just
5221 put the log in the current buffer without erasing it. Protect
5222 shrink-window-if-larger-than-buffer.
5223 (vc-update-change-log): Fix setd typo.
5224
5225 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
5226 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
5227
5228 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
5229 (vc-rcs-diff): Insert in the current buffer and remove unused arg
5230 CMP.
5231
5232 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
5233 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
5234 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
5235
52362000-09-04 Andre Spiegel <spiegel@gnu.org>
5237
5238 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
5239 not possible, use vc-BACKEND-workfile-unchanged-p.
5240 (vc-default-workfile-unchanged-p): New function. Delegates to a
5241 full vc-BACKEND-diff.
5242
5243 * vc-hooks.el (vc-simple-command): Removed.
5244
5245 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
5246 instead of vc-simple-command.
5247 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
5248 avoid doing a diff when opening a file.
5249 (vc-rcs-state): Added check for unlocked-changes.
5250 (vc-rcs-header): Escape Id.
5251 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
5252 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
5253 version.
5254
5255 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
5256 (vc-sccs-diff): Remove optional arg CMP.
5257 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
5258 SCCS-specific function.
5259
5260 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
5261 vc-simple-command.
5262
52632000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5264
5265 * vc.el (vc-editable-p): Renamed from vc-writable-p.
5266 (with-vc-file, vc-merge): Use vc-editable-p.
5267 (vc-do-command): Remove unused var vc-file and fix the
5268 doubly-defined `status' var. Add a user message when starting an
5269 async command.
5270 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
5271 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
5272 Use with-current-buffer.
5273 (vc-buffer-sync): Use unless.
5274 (vc-next-action-on-file): If the file is 'edited by read-only,
5275 make it read-write instead of trying to commit.
5276 (vc-version-diff, vc-update-change-log): Use `setq
5277 default-directory' rather than `cd'.
5278 (vc-log-edit): Don't forget to set default-directory in the
5279 buffer.
5280
5281 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
5282 (vc-sccs-state-heuristic): Use file-writable-p instead of
5283 comparing userids.
5284 (vc-sccs-checkout): Use `unless'.
5285
5286 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
5287 of comparing userids.
5288 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
5289 Simplify the logic by eliminating unreachable code.
5290 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
5291 just do a recursive call if we need to retry.
5292 (vc-rcs-checkout): Handle the case where rcs is missing by making
5293 the buffer read-write if requested and re-signalling the error.
5294
5295 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
5296
52972000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5298
5299 * vc-hooks.el (vc-handled-backends): Docstring change.
5300 (vc-ignore-vc-files): Mark obsolete.
5301 (vc-registered): Check vc-ignore-vc-files.
5302 (vc-find-file-hook, vc-file-not-found-hook): Don't check
5303 vc-ignore-vc-files.
5304
5305 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
5306
53072000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5308
5309 * vc.el (vc-checkout): Don't do anything special for ange-ftp
5310 files since ange-ftp already has vc-registered return nil.
5311
5312 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
5313 (vc-sccs-workfile-version): Use with-temp-buffer and new
5314 vc-parse-buffer and don't bother setting the property.
5315 (vc-sccs-add-triple): Use with-current-buffer and
5316 find-file-noselect.
5317 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
5318
5319 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
5320 derives from the old vc-parse-buffer but uses the revision number
5321 rather than the date (much easier to compare robustly).
5322 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
5323 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
5324 locking-user more directly. Check strict locking and set
5325 checkout-model appropriately.
5326 (vc-rcs-parse-locks): Remove.
5327 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
5328 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
5329 (vc-rcs-system-release): Use with-current-buffer and
5330 vc-parse-buffer.
5331 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
5332
5333 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
5334 (vc-simple-command): Docstring fix.
5335 (vc-registered): Align the way the file-handler is called with the
5336 way the function itself works.
5337 (vc-file-owner): Remove.
5338
5339 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
5340 extraction of fields and call to file-attributes because of a
5341 temporary bug in rcp.el.
5342 (vc-cvs-fetch-status): Use with-current-buffer.
5343
53442000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5345
5346 * vc.el (vc-do-command): Use file-relative-name.
5347 (vc-responsible-backend): Use vc-backend if possible.
5348 (vc-create-snapshot): Improve the `interactive' spec. Add support
5349 for branches and dispatch to backend-specific `create-snapshot'.
5350 (vc-default-create-snapshot): New function, containing the bulk of
5351 the old vc-create-snapshot.
5352 (vc-retrieve-snapshot): Improve the interactive spec.
5353
5354 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
5355 (vc-backend-hook-functions): Remove.
5356 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
5357 (vc-backend): Reintroduce the test for `file = nil' now that I
5358 know why it was there (and added a comment to better remember).
5359
5360 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
5361 code from vc-sccs-hooks.el.
5362 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
5363 'vc anymore.
5364 (vc-sccs-responsible-p): Use expand-file-name instead of concat
5365 and file-directory-p instead of file-exists-p.
5366 (vc-sccs-check-headers): Simplify the regexp.
5367
5368 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
5369 from vc-rcs-hooks.el. Don't require 'vc anymore.
5370 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
5371 file-directory-p instead of file-exists-p.
5372
5373 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
5374 from vc-cvs-hooks.el.
5375 (proto vc-cvs-registered): Require 'vc-cvs instead of
5376 'vc-cvs-hooks. Don't require 'vc anymore.
5377 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
5378 file-directory-p instead of file-exists-p.
5379 (vc-cvs-create-snapshot): New function, replacing
5380 vc-cvs-assign-name.
5381 (vc-cvs-assign-name): Remove.
5382
53832000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5384
5385 * vc-cvs.el (vc-cvs-header): New var.
5386
5387 * vc-rcs.el (vc-rcs-exists): Remove.
5388 (vc-rcs-header): New var.
5389
5390 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
5391 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
5392 (vc-sccs-header): New var.
5393
5394 * vc.el (vc-do-command): Get rid of the `last' argument.
5395 (vc-header-alist): Remove, replaced by vc-X-header.
5396 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
5397 (vc-dired-hook): Use expand-file-name instead of concat.
5398 (vc-directory): Use file-name-as-directory.
5399 (vc-snapshot-precondition, vc-create-snapshot)
5400 (vc-retrieve-snapshot): Allow the command to operate on any
5401 directory.
5402
5403 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
5404 just removing the 'WORKFILE argument or by removing the 'MASTER
5405 argument and replacing `file' with (vc-name file).
5406
54072000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5408
5409 * vc.el: Update Copyright and add a crude list of backend funs.
5410 (vc-writable-p): New function.
5411 (with-vc-file): Use vc-writable-p.
7f8b6551 5412 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
7a004b71
GM
5413 (vc-register): Avoid vc-name.
5414 (vc-locking-user): Remove.
5415 (vc-steal-lock): Make the `owner' arg non-optional.
5416 (vc-merge): Use vc-writable-p instead of vc-locking-user and
5417 vc-checkout-model.
5418 (vc-default-dired-state-info): Use vc-state instead of
5419 vc-locking-user and return special strings for special states.
5420 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
5421 and get rid of one of the special CVS cases.
5422 (vc-cancel-version): prettify error message with \\[...].
5423 (vc-rename-master): New function.
5424 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
5425 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
5426 the CVS special case generic.
5427 (vc-default-record-rename): Remove.
5428 (vc-file-tree-walk-internal): Only call FUNC for files that are
5429 under control of some VC backend and replace `concat' with
5430 expand-file-name.
5431 (vc-file-tree-walk): Update docstring.
5432 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
5433 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
5434
5435 * vc-sccs.el (vc-sccs-rename-file): Renamed from
5436 vc-sccs-record-rename. Use `find-file-noselect' rather than
5437 `find-file' and call `vc-rename-master' to do the actual move.
5438 (vc-sccs-diff): Remove unused `backend' variable.
5439
5440 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
5441 to delay loading of vc-sccs until it is really used.
5442 (vc-sccs-master-templates): Preload.
5443 (vc-sccs-state): Update call to vc-sccs-parse-locks.
5444 (vc-sccs-project-dir): Remove (merged into
5445 vc-sccs-search-project-dir).
5446 (vc-sccs-search-project-dir): Rewrite using file name handling ops
5447 rather than `concat', make sure it is preloaded and don't bother
5448 to check that the file actually exists.
5449 (vc-sccs-parse-locks): Remove unused `file' argument, remove
5450 `locks' argument (use buffer's content instead) and eliminate n^2
5451 behavior.
5452
5453 * vc-rcs.el: Update Copyright.
5454 (vc-rcs-rename-file): New function.
5455 (vc-rcs-diff): Remove unused `backend' variable.
5456
5457 * vc-hooks.el: Update Copyright.
5458 (vc-backend): Don't accept a nil argument any more.
5459 (vc-up-to-date-p): Turn into a defsubst.
5460 (vc-possible-master): New function.
5461 (vc-check-master-templates): Use `vc-possible-master' and allow
5462 funs in vc-X-master-templates to return a non-existent file.
5463
5464 * vc-cvs.el: Update Copyright.
5465 (vc-cvs-diff): Remove unused `backend' variable.
7f8b6551 5466 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
7a004b71
GM
5467
5468 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
5469
54702000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5471
5472 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
5473 since it can be called from vc-rcs.el.
5474 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
5475
54762000-09-04 Andre Spiegel <spiegel@gnu.org>
5477
5478 * vc.el (vc-version-diff): Expand file name read from the
5479 minibuffer. Handle the case when a previous version number can't
5480 be guessed. Give suitable messages when there were no differences
5481 found.
5482 (vc-clear-headers): Call backend-specific implementation, if one
5483 exists.
5484 (vc-cancel-version): Made error checks generic. When done, clear
5485 headers generically, too.
5486
5487 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
5488 from vc-clear-headers in vc.el.
5489
5490 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
5491 correctly.
5492 (vc-rcs-latest-on-branch-p): Made second argument VERSION
5493 optional. Handle the case when it's not there.
5494
54952000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5496
5497 * vc.el (vc-locking-user): Moved from vc-hooks.el.
5498
54992000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5500
5501 * vc-hooks.el (vc-loadup): Remove.
5502 (vc-find-backend-function): Use `require'. Also, handle the case
5503 where vc-BACKEND-hooks.el doesn't exist.
5504 (vc-call-backend): Cleanup.
5505
55062000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5507
5508 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
5509 vc-rcs-grab-templates)
5510 (vc-rcs-registered): Remove. The default function works as well.
5511 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
5512 vc-sccs-grab-templates)
5513 (vc-sccs-registered): Remove. The default function works as well.
5514
5515 * vc.el (vc-version-diff): Left out a vc- in call to
5516 vc-call-backend.
5517 (vc-default-dired-state-info, vc-default-record-rename)
5518 (vc-default-merge-news): Update for the new backend argument.
5519
5520 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
5521 using the default function.
5522 (vc-call-backend): If calling the default function, pass it the
5523 backend as first argument. Update the docstring accordingly.
5524 (vc-default-state-heuristic, vc-default-mode-line-string): Update
5525 for the new backend argument.
5526 (vc-make-backend-sym): Renamed from vc-make-backend-function.
5527 (vc-find-backend-function): Use the new name.
5528 (vc-default-registered): New function.
5529
55302000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5531
5532 * vc.el (vc-merge): Use vc-find-backend-function.
5533
5534 * vc-hooks.el (vc-backend-functions): Remove.
5535 (vc-loadup): Don't setup 'vc-functions.
5536 (vc-find-backend-function): New function.
5537 (vc-call-backend): Use above fun and populate 'vc-functions
5538 lazily.
5539 (vc-backend-defines): Remove.
5540
55412000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5542
5543 * vc.el (vc-register): Put a FIXME note for a newly found bug.
5544 Call vc-call-backend without the leading vc-.
5545 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
5546 (vc-check-headers): Call vc-call-backend without the leading vc-.
7f8b6551 5547 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
7a004b71
GM
5548 (vc-annotate-display): Replace confusing use of `cond' with `or'.
5549 Call vc-call-backend without the leading vc-.
5550
5551 * vc-cvs.el (tail): Provide vc-cvs.
5552 * vc-sccs.el (tail): Provide vc-sccs.
5553 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
5554
5555 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
5556 (vc-make-backend-function, vc-call): Pass names without leading
7f8b6551 5557 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
7a004b71
GM
5558 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
5559 (vc-call-backend): Always try to load vc-X-hooks.
5560 (vc-registered): Remove vc- in call to vc-call-backend.
5561
55622000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5563
5564 * vc.el (vc-process-filter): New function.
5565 (vc-do-command): Setup `vc-process-filter' for the async process.
5566 (vc-maybe-resolve-conflicts): New function to reduce
5567 code-duplication. Additionally, it puts the buffer in
5568 `smerge-mode' if applicable.
5569 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
5570 calling `merge-news'.
7f8b6551 5571 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
7a004b71
GM
5572 (vc-log-edit): New function. Replacement for `vc-log-mode' by
5573 interfacing to log-edit.el.
5574 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
5575 log-edit is available.
5576 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
5577
55782000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5579
5580 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
5581 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
5582 defvar and the initialization.
5583 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
5584
5585 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
5586 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
5587
7f8b6551 5588 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
7a004b71
GM
5589
55902000-09-04 Andre Spiegel <spiegel@gnu.org>
5591
5592 * vc.el (vc-file-clear-masterprops): Removed.
5593 (vc-checkin, vc-revert-buffer): Removed calls to the above.
5594 (vc-version-diff): Use buffer-size without argument.
5595 (vc-register): Heed vc-initial-comment.
5596
5597 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
5598 default branch.
5599
5600 * vc-rcs.el (vc-rcs-register): Parse command output to find master
5601 file name and workfile version.
5602 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
5603
5604 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
5605 vc-file-clear-masterprops.
5606
5607 * vc-sccs.el (vc-sccs-checkout): Removed call to
5608 vc-file-clear-masterprops. If writable, set vc-state to 'edited
5609 rather than user login name.
5610
5611
56122000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5613
5614 * vc.el (vc-workfile-unchanged-p): Remove unused argument
5615 `want-differences-if-changed' and simplify.
5616 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
5617 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
5618 output (which is invalid for async vc-diff) to decide whether to
5619 do the revert silently or not.
5620
56212000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5622
5623 * vc-hooks.el (vc-loadup): Load files quietly.
5624 (vc-call-backend): Oops, brain fart.
5625
56262000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5627
5628 * vc-cvs.el (vc-cvs-state): Typo.
7f8b6551 5629 (vc-cvs-merge-news): Return the status code rather than the error msg.
7a004b71
GM
5630
56312000-09-04 Andre Spiegel <spiegel@gnu.org>
5632
5633 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
5634 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
5635 vc-state or vc-up-to-date-p.
5636 (vc-merge): Use vc-backend-defines to check whether merging is
5637 possible. Set state to 'edited after successful merge.
5638
5639 * vc-hooks.el (vc-locking-user): If locked by the calling user,
5640 return that name. Redocumented.
5641
56422000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5643
5644 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
5645 new `vc-state' semantics.
5646 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
5647 'vc-locking-user to the current user.
5648 (vc-merge): Inline vc-backend-merge. Comment out code that I
5649 don't understand and hence can't adapt to the new `vc-state' and
5650 `vc-locking-user' semantics.
5651 (vc-backend-merge): Remove.
5652
5653 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
5654 rather than 'vc-locking-user.
5655
5656 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
5657
5658 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
5659 (vc-state): Don't use 'reserved any more. Just use the same
5660 convention as the one used for vc-<backend>-state where the
5661 locking user (as a string) is returned.
5662 (vc-locking-user): Update, based on the above convention. The
5663 'vc-locking-user property has disappeared.
7f8b6551 5664 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
7a004b71
GM
5665
5666 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
5667 with a heuristic one.
5668 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
5669 (vc-cvs-checkin): Do a trivial parse to set the state in case of
5670 error. That allows us to get to 'needs-merge even in the
5671 stay-local case. There's still no way to detect 'needs-patch in
5672 such a setup (or to force an update for that matter).
5673 (vc-cvs-logentry-check): Remove, the default works as well.
5674
56752000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5676
7f8b6551 5677 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
7a004b71
GM
5678
5679 * vc.el (vc-do-command): kill-all-local-variables, to reset any
5680 major-mode in which the buffer might have been put earlier. Use
5681 `remove' and `when'. Allow `okstatus' to be `async' and use
5682 `start-process' in this case.
5683 (vc-version-diff): Handle the case where the diff looks empty
5684 because of the use of an async process.
5685
56862000-09-04 Andre Spiegel <spiegel@gnu.org>
5687
5688 * vc.el (vc-next-action-on-file): Removed optional parameter
5689 `simple'. Recompute state unconditionally.
5690 (vc-default-toggle-read-only): Removed.
5691
5692 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
5693 (vc-toggle-read-only): Undid prev change.
5694
5695 * vc-cvs.el (vc-cvs-stay-local): Renamed from
5696 vc-cvs-simple-toggle. Redocumented.
5697 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
5698 (vc-cvs-toggle-read-only): Removed.
5699
57002000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5701
7f8b6551 5702 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
7a004b71
GM
5703 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
5704 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
5705 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
5706 still is. So maybe it should be removed.
5707 (vc-head-version, vc-find-binary): Remove.
5708 (vc-recompute-state): Move from vc-hooks.el.
5709 (vc-next-action-on-file): Add a `simple' argument to allow
5710 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
7f8b6551
SM
5711 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
5712 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
7a004b71
GM
5713 (vc-dired-mode-map): Properly defvar it.
5714 (vc-print-log): Call log-view-mode if available.
5715 (small-temporary-file-directory): defvar instead of use boundp.
5716 (vc-merge-news): Moved to vc-cvs.el.
5717 (vc-default-merge-news): New function.
5718
5719 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
5720 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
5721 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
5722 unknown `vc-latest-version' function. It should probably refer to
5723 vc-workfile-version or somesuch, but it's very unclear to me and I
5724 don't have SCCS to test things.
5725
5726 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
5727 (vc-sccs-state-heuristic): Fix typo.
5728 (vc-sccs-workfile-unchanged-p): Add missing argument.
5729
5730 * vc-rcs.el: Require vc and vc-rcs-hooks.
5731 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
5732 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
5733 (vc-release-greater-or-equal-p): Move from vc.
5734 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
5735 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
5736 (vc-rcs-checkout): Add a missing `new-version' argument in the
7f8b6551 5737 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
7a004b71
GM
5738
5739 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
5740 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
5741 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
5742 than the apparently unbound `workfile-version'.
5743
5744 * vc-hooks.el (vc-master-templates): Def the obsolete var.
5745 (vc-file-prop-obarray): Use `make-vector'.
5746 (vc-backend-functions): Add new hookable functions
5747 vc-toggle-read-only, vc-record-rename and vc-merge-news.
5748 (vc-loadup): If neither backend nor default functions exist, use
5749 the backend function rather than nil.
5750 (vc-call-backend): If the function if not bound yet, try to load
5751 the non-hook file to see if it provides it.
5752 (vc-call): New macro plus use it wherever possible.
5753 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
5754 nor `vc-find-binary' since it's only called from
7f8b6551 5755 vc-mistrust-permission which is only used once the backend is known.
7a004b71
GM
5756 (vc-checkout-model): Fix parenthesis.
5757 (vc-recompute-state, vc-prefix-map): Move to vc.el.
5758
7f8b6551 5759 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
7a004b71
GM
5760 (vc-cvs-release, vc-cvs-system-release): Remove.
5761 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
5762 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
5763 status symbols.
5764 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
5765 (vc-cvs-toggle-read-only): First cut at a function to allow a
5766 cvs-status-free vc-toggle-read-only.
5767 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
5768 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
5769 vc-cvs-status. Also set vc-state rather than vc-locking-user.
5770 (vc-cvs-checkout): Modify access rights directly if the user
5771 requested not to use `cvs edit'. And refresh the mode line.
5772
5773 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
5774 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
5775
57762000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5777
5778 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
5779 workfile' that got lost when the code was extracted from vc.el.
5780 And merged the tail with the rest of the code (not possible in the
5781 old vc.el where the tail was shared among all backends). And
5782 explicitly set the state to 'edited if `writable' is set.
5783
5784 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
5785 (vc-cvs-state): Be careful to return the value from
5786 vc-cvs-parse-state.
5787 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
5788 property but return it instead. Also be careful to handle a nil
5789 or "" `rev' when workfile is non-nil (it was handled properly when
5790 workfile was nil).
5791
5792 * vc.el: Removed those pesky unnecessary `(function' quotes.
5793 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
5794 directly in the defvar.
5795 (vc-do-command): Bind inhibit-read-only so as to properly handle
5796 the case where the destination buffer has been made read-only.
5797 (vc-diff): Delegate to vc-version-diff in all cases.
7f8b6551 5798 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
7a004b71
GM
5799 (vc-annotate-mode-variables): Removed (code moved partly to
5800 defvars and partly to vc-annotate-add-menu).
5801 (vc-annotate-mode): Turned into a derived-mode.
5802 (vc-annotate-add-menu): Moved in code in
5803 vc-annotate-mode-variables.
5804 (vc-update-change-log): Use make-temp-file if available.
5805
58062000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
5807
5808 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
5809 `vc-checkout-model' updated to `vc-cvs-update-model'.
5810
58112000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5812
5813 * vc.el (vc-next-action-on-file): Added handling of state
5814 `unlocked-changes'.
5815 (vc-checkout-carefully): Is now practically obsolete, unless the
5816 above is too slow to be enabled unconditionally.
5817 (vc-update-change-log): Fixed typo.
5818
5819 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
5820
7f8b6551
SM
5821 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
5822 Now handles state `unlocked-changes'.
5823 (vc-sccs-workfile-unchanged-p): New function, to support the above.
7a004b71
GM
5824
5825 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
5826
5827 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
5828 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
5829 `unlocked-changes'.
5830 (vc-rcs-workfile-unchanged-p): Renamed from
5831 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
5832 function yet, but supposed to become one soon.
5833
5834 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
5835 `vc-steal-lock'.
5836 (vc-call-backend): Changed error message.
5837 (vc-state): Added description of state `unlocked-changes'.
5838
58392000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5840
5841 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
5842 always return t in CVS-controlled directories.
5843
5844 * vc.el (vc-responsible-backend): New function.
5845 (vc-register): Largely rewritten.
5846 (vc-admin): Removed (implementation moved into vc-register).
5847 (vc-checkin): Redocumented.
5848 (vc-finish-logentry): If no backend defined yet (because we are in
5849 the process of registering), use the responsible backend.
5850
5851 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
5852 Updated function lists.
5853 (vc-call-backend): Fixed typo.
5854
7f8b6551
SM
5855 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
5856 New functions.
5857 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
5858 Removed query option. Redocumented.
7a004b71
GM
5859
58602000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5861
5862 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
5863
5864 * vc.el: Updated callers of `vc-checkout-required' to use
5865 `vc-checkout-model'.
5866
58672000-09-04 Martin Lorentzson <martinl@gnu.org>
5868
5869 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
5870 stuff updated to reference this function instead of the old
5871 `vc-backend-release-p'.
5872
58732000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5874
5875 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
5876 vc-checkout-model. Return appropriate values. Updated callers.
5877
58782000-09-04 Martin Lorentzson <martinl@gnu.org>
5879
7f8b6551 5880 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
7a004b71
GM
5881 (vc-backend-revert): Function moved into `vc-revert';
5882 `vc-next-action' must be updated to accomodate this change.
5883 (vc-backend-steal): Function moved into `vc-finish-steal'.
5884 (vc-backend-logentry-check): Function moved into
5885 `vc-finish-logentry'.
5886 (vc-backend-printlog): Function moved into `vc-print-log'.
5887 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
5888 (vc-backend-assign-name): Function moved into
5889 `vc-create-snapshot'.
5890
58912000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5892
5893 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
7f8b6551
SM
5894 Rename to vc-checkout-model. Return appropriate values.
5895 Update callers.
7a004b71 5896
7f8b6551 5897 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
7a004b71 5898 to vc-checkout-model.
7f8b6551
SM
5899 (vc-checkout-required): Rename to vc-checkout-model.
5900 Re-implement and re-comment.
7a004b71
GM
5901 (vc-after-save): Use vc-checkout-model.
5902
59032000-09-04 Martin Lorentzson <martinl@gnu.org>
5904
7f8b6551
SM
5905 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
5906 Update to use the vc-BACKEND-diff functions instead.
5907 `vc-diff' is now working.
7a004b71 5908
7f8b6551 5909 * vc-rcs.el (vc-rcs-logentry-check): New function.
7a004b71 5910
7f8b6551 5911 * vc-cvs.el (vc-cvs-logentry-check): New function.
7a004b71
GM
5912
5913 * vc-sccs.el (vc-sccs-diff): Function changed name from
5914 `vc-backend-diff'. This makes `vc-diff' work.
5915
7f8b6551 5916 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
7a004b71 5917 of functions possibly implemented in a vc-BACKEND library.
7f8b6551 5918 (vc-checkout-required): Fix bug that caused an error to be
7a004b71
GM
5919 signaled during `vc-after-save'.
5920
7f8b6551
SM
5921 * vc.el: Fix typo.
5922 This checkin is made with our new VC code base for the very first time.
5923 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
7a004b71
GM
5924
5925 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
5926 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
5927
5928 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
5929 updated to `vc-uses-locking'.
7f8b6551 5930 (vc-checkout-required): Call to backend function.
7a004b71
GM
5931 `vc-checkout-required' updated to `vc-uses-locking' instead.
5932
5933 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
5934 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
5935
7f8b6551 5936 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
7a004b71 5937 to match the split into various backends.
7f8b6551 5938 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
7a004b71
GM
5939 (vc-retrieve-snapshot): Bug fix.
5940
59412000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5942
5943 * vc-sccs.el (vc-sccs-release): Doc fix.
5944
59452000-09-04 Martin Lorentzson <martinl@gnu.org>
5946
5947 * vc.el (vc-next-action-on-file): Bug found and fixed.
5948 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
5949 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
5950
5951 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
5952 (vc-rcs-checkout): Name space cleaned up. No more revision number
5953 crunching function names that are not prefixed with vc-rcs.
5954 (vc-rcs-checkout-model): Function added. References to
5955 `vc-checkout-model' replaced.
5956
59572000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5958
5959 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
5960 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
5961 still need to be split, and implemented for RCS).
5962
59632000-09-04 Martin Lorentzson <martinl@gnu.org>
5964
5965 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
5966
5967 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
5968 required by the vc.el file.
5969
5970 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
5971 required by the vc.el file.
5972 (vc-rcs-exists): Function added.
5973
5974 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
5975 required by the vc.el file.
5976
5977 * vc.el (vc-admin): Updated to handle selection of appropriate
5978 backend. Current implementation is crufty and need re-thinking.
5979
5980 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
5981
59822000-09-04 Martin Lorentzson <martinl@gnu.org>
5983
5984 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
5985 beginning of annotate buffers correctly.
5986
5987 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
5988 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
5989 functionality updated quite a lot to support multiple backends.
5990 Variables `vc-annotate-mode', `vc-annotate-buffers',
5991 `vc-annotate-backend' added.
5992
5993 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
5994 `vc-annotate-difference' added to supported backend functions.
5995
59962000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5997
5998 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
5999 Use with-temp-file instead of /bin/sh. Merged from mainline
6000
60012000-09-04 Martin Lorentzson <martinl@gnu.org>
6002
6003 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
6004
6005 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
6006
6007 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
6008
60092000-09-04 Martin Lorentzson <martinl@gnu.org>
6010
6011 * vc-hooks.el: vc-state-heuristic added to
6012 vc-backend-hook-functions.
6013
6014 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
6015
6016 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
6017
7f8b6551
SM
6018 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
6019 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
7a004b71
GM
6020 state to `reserved'.
6021
6022 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
6023 `vc-checkout-required'. Rename the `locked' state to `reserved'.
6024
60252000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6026
7f8b6551 6027 * vc-rcs-hooks.el: Implement new state model. Hardly anything
7a004b71
GM
6028 untouched.
6029
7f8b6551 6030 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
7a004b71 6031
7f8b6551 6032 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
7a004b71
GM
6033 if defined. (Merged from main line, slightly adapted.)
6034
6035 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
6036 millenium problem (merged from mainline).
6037
60382000-09-04 Martin Lorentzson <martinl@gnu.org>
6039
6040 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
6041 part and moved the non-BACKEND stuff to vc.el.
6042
6043 * vc.el: Split the annotate feature into a BACKEND specific part
6044 and moved it from the vc-cvs.el file to this one.
6045
60462000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6047
7f8b6551
SM
6048 * vc-hooks.el: Implement new state model.
6049 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
6050 (vc-locking-user): Simplify. Now only needed if the file is
7a004b71 6051 locked by somebody else.
7f8b6551 6052 (vc-lock-from-permissions): Remove. Functionality is in
7a004b71
GM
6053 vc-sccs-hooks.el and vc-rcs-hooks.el now.
6054 (vc-mode-line-string): New name for former vc-status. Adapted.
7f8b6551 6055 (vc-mode-line): Adapt to use the above. Remove optional parameter.
7a004b71 6056
7f8b6551
SM
6057 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
6058 Various simplifications and adaptations all over the place.
7a004b71 6059
7f8b6551
SM
6060 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
6061 Simplify and adapt the rest.
7a004b71 6062
7f8b6551 6063 * vc.el (vc-resynch-window): Add TODO comment: check for
7a004b71 6064 interaction with view mode according to recent RCS change.
7f8b6551 6065 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
7a004b71
GM
6066
60672000-09-04 Martin Lorentzson <martinl@gnu.org>
6068
7f8b6551 6069 * vc.el: Convert the remaining function comments to docstrings.
7a004b71
GM
6070
60712000-09-04 Martin Lorentzson <martinl@gnu.org>
6072
6073 * vc.el (vc-backend-release, vc-release-greater-or-equal)
6074 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
6075 (vc-minor-part, vc-previous-version): Functions that operate and
6076 compare revision numbers got proper documentation. Comments added
6077 about their possible removal.
6078
60792000-09-04 Martin Lorentzson <martinl@gnu.org>
6080
6081 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
6082 the vc-backend.el files.
6083
6084 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
6085
6086 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
6087 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
6088 (vc-rcs-previous-version): Functions added.
6089
6090 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
6091
6092 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
6093
60942000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6095
6096 * vc-hooks.el (vc-master-templates): Is really obsolete.
7f8b6551 6097 Comment out the definition for now. What is the right procedure
7a004b71
GM
6098 to get rid of it?
6099 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
6100 rewritten.
7f8b6551 6101 (vc-default-registered): Remove.
7a004b71
GM
6102 (vc-check-master-templates): New function; does mostly what the
6103 above did before.
6104 (vc-locking-user): Don't rely on the backend to set the property.
6105
6106 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
7f8b6551 6107 Rewrite documentation.
7a004b71
GM
6108 (vc-rcs-templates-grabbed): New variable.
6109 (vc-rcs-grab-templates): New function.
7f8b6551 6110 (vc-rcs-registered): Rewrite to use above mechanism.
7a004b71
GM
6111
6112 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
7f8b6551 6113 Rewrite documentation.
7a004b71
GM
6114 (vc-sccs-templates-grabbed): New variable.
6115 (vc-sccs-grab-templates): New function.
7f8b6551
SM
6116 (vc-sccs-registered): Rewrite to use above mechanism.
6117 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
6118 Don't throw the result, simply return it.
7a004b71 6119
7f8b6551
SM
6120 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
6121 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
6122 (vc-cvs-registered): Does the check itself now. Simplify.
7a004b71 6123
7f8b6551 6124 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
7a004b71
GM
6125 from main line.
6126
61272000-09-04 Martin Lorentzson <martinl@gnu.org>
6128
7f8b6551 6129 * vc-cvs.el (vc-cvs-diff): New function.
7a004b71 6130
7f8b6551 6131 * vc-sccs.el (vc-sccs-diff): New function.
7a004b71 6132
7f8b6551
SM
6133 * vc-rcs.el (vc-rcs-diff): New function.
6134 (vc-rcs-checkout): Bug (typo) found and fixed.
6135 (vc-rcs-register-switches): New variable.
7a004b71
GM
6136
6137 * vc.el (vc-backend-diff): Function removed and placed in the
6138 backend files.
6139
61402000-09-04 Martin Lorentzson <martinl@gnu.org>
6141
6142 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
6143
6144 * vc.el (vc-backend-checkout): Function removed and replaced in
6145 the vc-backend.el files.
6146
6147 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
6148
6149 * vc.el (vc-backend-admin): Removed and replaced in the
6150 vc-backend.el files.
6151
6152 * vc.el (Martin): Removed all the annotate functionality since it
6153 is CVS backend specific.
6154
61552000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6156
6157 * spec.txt: Added specification of vc-state.
6158
6159 * vc-sccs-hooks.el (vc-sccs-master-properties):
7f8b6551 6160 Remove handling of vc-latest-version and
7a004b71
GM
6161 vc-your-latest-version. What used to be vc-latest-version, is now
6162 returned as vc-workfile-version.
7f8b6551 6163 (vc-sccs-workfile-version): Adapt.
7a004b71
GM
6164
61652000-09-04 Dave Love <fx@gnu.org>
6166
6167 * vc.el: [Merged from mainline.]
6168 (vc-dired-mode): Make the dired-move-to-filename-regexp
6169 regexp match the date, to avoid treating date as file size.
6170 Add YYYY S option to WESTERN/
6171
61722000-09-04 Dave Love <fx@gnu.org>
6173
6174 * vc.el: Require `compile' when compiling.
6175 (vc-logentry-check-hook): New option.
6176 (vc-steal-lock): Use compose-mail.
6177 (vc-dired-mode-map): Defvar when compiling.
6178 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
6179 vc-sccs.el and renamed. Callers changed.
6180 (vc-backend-checkout, vc-backend-logentry-check)
6181 (vc-backend-merge-news): Doc fix.
6182 (vc-default-logentry-check): New function.
6183 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
6184 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
6185 (vc-backend-merge): Doc fix. Use backend functions.
6186 (vc-check-headers): Use backend functions.
6187
6188 * vc-cvs.el: Require vc when compiling.
6189 (vc-cvs-register-switches): Doc fix.
6190 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
6191 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
6192 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
6193 New functions (code from vc.el).
6194 (vc-annotate-display-default): Fix interactive spec.
6195 (vc-annotate-time-span): Doc fix.
6196
6197 * vc-rcs.el: Require vc when compiling.
6198 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
6199 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
6200 (vc-rcs-checkin): New functions (code from vc.el).
6201 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
6202 Doc fix.
6203 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
6204
6205 * vc-sccs.el: Require vc when compiling.
6206 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
6207 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
6208 (vc-sccs-revert)
6209 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
6210 from vc.el).
6211 (vc-sccs-add-triple, vc-sccs-record-rename)
6212 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
6213 (vc-sccs-admin): Doc fix.
6214
62152000-09-04 Martin Lorentzson <martinl@gnu.org>
6216
6217 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
6218 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
6219 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
6220 from vc.el.
6221
6222 * vc-sccs.el (vc-admin-sccs): Added from vc.el
6223
6224 * vc-cvs.el: Moved the annotate functionality from vc.el.
6225 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
6226
62272000-09-04 Dave Love <fx@gnu.org>
6228
6229 * vc.el (vc-backend-release): Call vc-system-release.
6230
6231 * vc-sccs.el (vc-sccs-system-release):
6232 Renamed from vc-sccs-backend-release.
6233
6234 * vc-rcs.el (vc-rcs-system-release):
6235 Renamed from vc-rcs-backend-release.
6236
6237 * vc-cvs.el (vc-cvs-system-release):
6238 Renamed from vc-cvs-backend-release.
6239
62402000-09-04 Dave Love <fx@gnu.org>
6241
6242 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
6243 backend files.
6244 (vc-backend-release): Dispatch to backend functions.
6245 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
6246 probably needs attention.]
6247
6248 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
6249 (vc-sccs-backend-release): New function.
6250
6251 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
6252 (vc-cvs-backend-release): New function.
6253
6254 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
6255 Doc fix.
6256 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
6257 (vc-default-dired-state-info): New function.
6258 (vc-dired-state-info): Dispatch to backends.
6259 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
6260
6261 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
6262 from vc.el and renamed.
6263
62642000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6265
6266 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
6267 (vc-version-other-window, vc-backend-assign-name): Removed
6268 references to vc-latest-version; sometimes changed into
6269 vc-workfile-version.
6270
6271 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
6272 vc-rcs-master-workfile-version.
6273 (vc-rcs-workfile-version): Use the above. Don't call
6274 vc-latest-version (that was unreachable code, anyway).
6275 (vc-rcs-fetch-master-properties): Doc fix.
6276
6277 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
6278 (vc-backend-hook-functions): Removed them from this list, too.
6279 (vc-fetch-properties): Removed.
6280 (vc-workfile-version): Doc fix.
6281
6282 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
6283 (vc-rcs-workfile-version, vc-rcs-locking-user)
6284 (vc-rcs-uses-locking): Use it.
6285
6286 * vc-hooks.el (vc-consult-rcs-headers):
6287 Moved into vc-rcs-hooks.el, under the name
6288 vc-rcs-consult-headers.
6289
6290 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
6291 headers.
6292 (vc-cvs-find-master): Use this name only; correct different
6293 versions of the name.
6294
6295 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
6296 New functions.
6297 (vc-sccs-locking-user): Use the latter.
6298
6299 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
6300 New functions.
6301
6302 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
6303 Moved into both
6304 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
6305 functions are implementation details of those two backends.
6306
63072000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6308
6309 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
6310 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
6311
6312 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
6313 (vc-sccs-parse-locks): SCCS-specific code moved here from
6314 vc-hooks.
6315
6316 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
6317 code moved here from vc-hooks.
6318
6319 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
6320 into back-end specific parts and removed. Callers not updated
6321 yet; because I guess these callers will disappear into back-end
6322 specific files anyway.
6323
63242000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6325
6326 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
6327 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
6328 `vc-uses-locking'.
6329
6330 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
6331 Store yes/no in the property, and return t/nil. Updated all
6332 callers.
6333
6334 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
6335 vc-sccs-uses-locking. Don't set property.
6336 (vc-sccs-locking-user): Don't set property.
6337
6338 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
6339 vc-cvs-uses-locking. Don't set property here; leave that to
6340 vc-hooks.
6341 (vc-cvs-locking-user): Reflect above change. Streamlined.
6342
6343 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
6344 vc-rcs-uses-locking.
6345 (vc-rcs-locking-user): Reflect above change.
6346
63472000-09-04 Dave Love <fx@gnu.org>
6348
6349 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
6350
6351 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
6352
6353 * vc-hooks.el (vc-checkout-model): Punt to backends.
6354
6355 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
6356
6357 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
6358
6359 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
6360 New functions.
6361
6362 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
6363 New functions.
6364
6365 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
6366 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
6367
6368 * vc-hooks.el (vc-default-locking-user): New function.
6369 (vc-locking-user, vc-workfile-version): Punt to backends.
6370
63712000-09-04 Dave Love <fx@gnu.org>
6372
6373 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
6374 (vc-master-workfile-version): Moved from vc-hooks.
6375
6376 * vc-rcs-hooks.el: Fix duplicate code in last change.
6377
6378 * vc-rcs-hooks.el: Require vc-hooks when compiling.
6379 (vc-rcs-master-templates): Improve :type.
6380 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
6381 vc-master-workfile-version): Moved from vc-hooks.
6382
6383 * vc-sccs-hooks.el: Require vc-hooks when compiling.
6384 (vc-sccs-master-templates): Improve :type.
6385 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
6386
6387 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
6388
6389 * vc-cvs-hooks.el: Require vc-hooks when compiling.
6390 (vc-cvs-master-templates): Improve :type. Use
6391 vc-cvs-find-cvs-master.
6392 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
6393 from vc-hooks.
6394 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
6395
6396 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
6397 Moved to vc-cvs-hooks.
6398
6399 * vc-hooks.el: Add doc strings in various places. Simplify the
6400 minor mode setup.
6401 (vc-handled-backends): New user variable.
6402 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
6403 simplification.
6404
64052000-09-04 Dave Love <fx@gnu.org>
6406
6407 * vc.el: Some doc fixes for autoloaded and interactive functions.
6408 Fix compilation warnings from ediff stuff.
6409 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
6410
6411 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
6412
6413 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
6414
6415 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
6416
64172000-09-04 Dave Love <fx@gnu.org>
6418
6419 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
6420 New variable.
6421 (vc-make-backend-function, vc-loadup, vc-call-backend)
6422 (vc-backend-defines): New functions.
6423
6424 * vc-hooks.el: Various doc fixes.
6425 (vc-default-back-end, vc-follow-symlinks): Custom fix.
6426 (vc-match-substring): Function removed. Callers changed to use
6427 match-string.
6428 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
6429 Simplify.
6430
64312000-09-04 Dave Love <fx@gnu.org>
6432
6433 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
6434 type.
6435 (vc-sccs-project-dir, vc-search-sccs-project-dir)
6436 (vc-sccs-registered): Doc fix.
6437
6438 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
6439 (vc-cvs-registered): Doc fix.
6440
6441 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
6442 (vc-rcs-registered): Doc fix.
6443
64442000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6445
6446 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
6447
6448 * vc-hooks.el: vc-registered has been renamed
6449 vc-default-registered. Some functions have been moved to the
6450 backend specific files. they all support the
6451 vc-BACKEND-registered functions.
6452
64532000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6454
6455 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
6456
6457 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
6458
a033ea13
DL
64592000-09-04 Dave Love <fx@gnu.org>
6460
179fc9ef
DL
6461 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
6462 menu-bar-update-hook.
6463
6464 * help.el (help-manyarg-func-alist): Add
6465 find-operation-coding-system.
6466
a033ea13
DL
6467 * wid-edit.el (widget-sexp-validate): Fix garbled code.
6468
6469 * custom.el (custom-set-variables): Print message about errors in
6470 setting.
6471
f8803e97
AI
64722000-09-03 Andrew Innes <andrewi@gnu.org>
6473
6474 * makefile.w32-in: Change to DOS line endings.
6475
59836110
EZ
64762000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
6477
6478 * mouse.el (mouse-popup-menubar): Supply the prompt string for
6479 minor-mode keymaps, if they don't have one.
6480
5514ba5c
EZ
64812000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
6482
6483 * eshell/esh-module.el (eval-when-compile): Don't lose if
6484 esh-module.el's file name is truncated to DOS 8+3 limits.
6485
79cf8e80
JW
64862000-09-01 John Wiegley <johnw@gnu.org>
6487
6488 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
6489 predicate, which caused entries in the completion list to be
6490 doubled.
6491
64922000-08-30 John Wiegley <johnw@gnu.org>
6493
6494 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
6495 sending to subprocesses. Also, hook pre-command-hook if
6496 `eshell-send-direct-to-subprocesses' is non-nil.
6497 (eshell-send-direct-to-subprocesses): New config variable. If t,
6498 subprocess input is send immediately.
6499 (eshell-toggle-direct-send): New function.
6500 (eshell-self-insert-command): New function.
6501 (eshell-intercept-commands): New function.
6502 (eshell-send-input): If direct subprocess sending is enabled,
6503 don't echo any input to the Eshell buffer. Let the subprocess
6504 handle that. This requires "stty echo" in bash, for example.
6505
65062000-08-28 John Wiegley <johnw@gnu.org>
6507
6508 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
6509 completion function for Eshell's implementation of `unset'.
6510
778911b9
EZ
65112000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
6512
6513 * info.el (Info-directory-list): Doc fix.
6514
05d07b49
PB
65152000-08-31 Peter Breton <pbreton@ne.mediaone.net>
6516
9b4a7800 6517 * filecache.el (file-cache-add-directory-using-find): Don't quote
05d07b49
PB
6518 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
6519
9941d4c7
KH
65202000-08-31 Kenichi Handa <handa@etl.go.jp>
6521
6522 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
6523 coding systems.
6524
af9ba8ad
AI
65252000-08-30 Andrew Innes <andrewi@gnu.org>
6526
6527 * timer.el (run-with-idle-timer): Undo last change, so that timer
6528 is not activated immediately if Emacs is already idle. Some
6529 existing code relies on this behaviour.
6530
caccd8f2
MB
65312000-08-30 Miles Bader <miles@gnu.org>
6532
6533 * frame.el (set-frame-font): Do completion of font-name for
6534 interactive use.
6535
b64c0a1c
KH
65362000-08-30 Kenichi Handa <handa@etl.go.jp>
6537
6538 * international/quail.el (quail-start-translation): Bind locally
6539 last-command-event, last-command, and this-command.
6540 (quail-start-conversion): Likewise.
75cf0095 6541 (quail-self-insert-command): Fix docstring.
b64c0a1c 6542
fd5f61d3
GM
65432000-08-29 Gerd Moellmann <gerd@gnu.org>
6544
6545 * progmodes/executable.el
6546 (executable-make-buffer-file-executable-if-script-p): Check that
6547 buffer contains at least 2 characters.
6548
5b671d04
EZ
65492000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
6550
6551 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
6552
485d9513
DL
65532000-08-29 Dave Love <fx@gnu.org>
6554
a39fb83d
DL
6555 * diff-mode.el (diff-mode) <defgroup>: Add :version.
6556 (diff-mode-shared-map): Bind mouse-2.
6557 (diff-imenu-generic-expression): New variable.
6558 (diff-mode): Use it.
6559
485d9513
DL
6560 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
6561 (mouse-popup-menubar): Add minor mode menus.
6562 (popup-menu): Check for lookup-key returning number.
6563
ba3478d9
MB
65642000-08-29 Miles Bader <miles@gnu.org>
6565
6566 * comint.el (comint-send-input): Create overlays using the proper
6567 front/read-advance arguments.
9b4a7800 6568
c3d6d211
GM
65692000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6570
6571 * ps-print.el: Even/odd pages printing. Doc fix.
6572 (ps-print-version): New version number (6.0).
6573 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
6574 (ps-background, ps-begin-file, ps-begin-job): Code fix.
6575 (ps-print-duplex-feature): Variable eliminated.
6576 (ps-even-or-odd-pages): New variable.
6577
ba087cd7 6578 * progmodes/ebnf2ps.el: Doc fix.
87d0f685
GM
6579 (ebnf-version): New version (3.3).
6580 (ebnf-user-arrow): Change variable customization to sexp.
6581 (ebnf-user-arrow): Function eliminated.
6582 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
9b4a7800 6583
d313265f
KH
65842000-08-29 Kenichi Handa <handa@etl.go.jp>
6585
cba62b78 6586 * help.el (help-xref-mule-regexp): New variable.
d313265f
KH
6587 (help-make-xrefs): Handle help-xref-mule-regexp.
6588
6589 * international/mule-cmds.el (help-xref-mule-regexp-template): New
6590 variable.
6591 (describe-input-method): Temporarily activate the specfied input
6592 method to display the information.
6593 (describe-language-environment): Hyperlinks to mule related items.
6594
6595 * international/mule-diag.el (charset-multibyte-form-string): New
6596 function.
6597 (list-character-sets-1): Use charset-multibyte-form-string.
6598 (describe-character-set): New function.
6599 (describe-coding-system): Hyperlinks to safe character sets.
6600
6601 * international/quail.el (quail-help): New arg PACKAGE.
6602 Hyperlinks to mule related items.
6603 (quail-help-insert-keymap-description): Use
6604 substitute-command-keys instead of describe-bindings.
6605 (quail-translation-help): Hyperlinks to mule related items.
6606
b4bd214e
JW
66072000-08-28 John Wiegley <johnw@gnu.org>
6608
ca7aae91
JW
6609 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
6610 have a defsubst call itself. Made `eshell-flatten-list' back into
6611 a function again.
6612
b4bd214e
JW
6613 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
6614 catch, in case re-centering point at bottom messes up the display.
6615 This happens frequently in Emacs 21, due I believe to variable
6616 line heights.
6617
6618 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
6619 to call `find-tag-interactive'.
6620
6621 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
6622 the list of remember directories.
6623
d44e146b
JW
66242000-08-28 John Wiegley <johnw@gnu.org>
6625
6626 * align.el: Test align-region-separate to see if it's a symbol.
6627
546c0888 66282000-08-28 John Wiegley <johnw@gnu.org>
d44e146b
JW
6629
6630 * eshell/esh-util.el (eshell-flatten-list): Made this function
6631 into a defsubst form. It gets used very frequently, although
6632 calls don't occur all that often.
6633
6634 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
6635 examining it.
6636
6637 * eshell/esh-cmd.el (eshell-rewrite-while-command):
6638 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
6639 `eshell-protect'.
6640 (eshell-copy-handles): Created a new macro for duplicating the
6641 current set of open handles. This is needed by the looping
6642 functions.
6643 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
6644 is not incorrectly stomped on.
6645
6646 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
6647 declaration for pcomplete-use-paring.
6648 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
6649 value of eshell-cmpl-use-paring.
6650 * pcomplete.el (pcomplete-use-paring): New config variable, to
6651 indicate whether paring should be used.
6652 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
6653 completion alternatives that have already been used.
6654
6655 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
6656 bound to C-c C-y, which will repeat the previous N arguments
6657 (based on prefix argument).
6658 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
6659
6660 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
6661 if there is no *Help* buffer. This is for XEmacs, which renames
6662 its help buffers uniquely. TODO: Find out what the current buffer
6663 name to delete is.
6664
6665 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
6666 first entry that correlates to a passwd/group number. Later
6667 entries (used for group/user name aliasing to multiple IDs) are
6668 ignored.
6669
9b4a7800
TTN
6670 * eshell/em-xtra.el (eshell/expr):
6671 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
6672 (eshell-grep, eshell/diff, eshell/locate):
d44e146b
JW
6673 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
6674 argument list, before passing it to the system command.
6675
6676 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
6677 `find-tag' for use at final position in Eshell buffers (which
6678 otherwise triggers an error on Emacs 21).
6679 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
6680 buffer, if it is currently bound to `find-tag'.
6681
6682 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
6683 in the list of matched Makefile names.
6684 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
6685 directory, prefer its contents to Makefile.
6686
6687 * eshell/em-dirs.el (eshell/cd): cd commands that look up
6688 directory parts (like "cd old new", or "cd =regexp"), are now case
6689 sensitive on non-Windows/DOS platforms.
6690
6691 * eshell/esh-mode.el (eshell-parse-command-input): When a user
6692 types RET after an open delimiter (like "), display a message
6693 indicating that Eshell is waiting for the closing delimiter.
6694
6695 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
6696 environment variables.
6697
6698 * eshell/em-unix.el (eshell/diff): Added logic to fail more
6699 gracefully if the user enters incorrect arguments.
6700
6701 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
6702 Eshell buffers.
6703
9b4a7800
TTN
6704 * eshell/esh-var.el (eshell-interpolate-variable):
6705 * eshell/esh-mode.el (eshell-move-argument):
d44e146b
JW
6706 * eshell/em-unix.el (eshell-du-sum-directory):
6707 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
6708 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
6709 (not (= ...)).
6710
6711 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
6712 to ensure the `preserve' flag gets propagated when doing recursive
6713 directory copies.
6714
546c0888 67152000-08-28 Stefan Monnier <monnier@cs.yale.edu>
d44e146b
JW
6716
6717 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
6718 Don't convert \n into \0177 in memory.
6719 (eshell-read-history, eshell-write-history): Convert \n to \0177,
6720 and back again, when reading and writing.
9b4a7800 6721
546c0888 67222000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
d44e146b
JW
6723
6724 * eshell/esh-util.el (eshell-processp): Added to relieve constant
6725 testing of `fboundp' on `processp'.
6726
6727 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
6728 (eshell/jobs): Don't call process-list if it is not bound.
6729 (eshell-gather-process-output): Support systems where async
6730 subprocesses aren't supported.
6731 (eshell-scratch-buffer, eshell-last-sync-output-start): New
6732 variables.
6733
6734 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
6735 eshell-do-eval returns t.
6736 (eshell-do-pipelines-synchronously): New defmacro.
6737 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
6738 when async subprocesses aren't supported.
6739 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
6740 if async subprocesses aren't supported.
6741 (eshell-resume-command): Don't assume STATUS is a string.
6742
6743 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
6744
6745 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
6746 (eshell-close-target, eshell-get-target): Use eshell-processp.
6747 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
6748 fix.
6749 (eshell-get-target, eshell-create-handles): Doc fix.
6750
546c0888 67512000-08-28 Miles Bader <miles@lsi.nec.co.jp>
d44e146b 6752
546c0888 6753 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
d44e146b
JW
6754 criterion to include commands that output something, as long as it
6755 leaves both the command and the end-of-buffer visible when the
6756 command has exited.
6757 (eshell-review-quick-commands): Adjust the help doc string
6758 accordingly.
6759
2a371c3b
PB
67602000-08-28 Peter Breton <pbreton@ne.mediaone.net>
6761
8348e1f9 6762 * locate.el (locate): Cleaned up locate command's interactive prompting
1ec321a7 6763 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
8348e1f9 6764
9b4a7800 6765 * filecache.el (file-cache-case-fold-search): New variable
2a371c3b
PB
6766 (file-cache-assoc-function): New variable
6767 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
6768 Use file-cache-case-fold-search variable
6769 (file-cache-add-file): Use file-cache-assoc-function
6770 (file-cache-delete-file): likewise
6771 (file-cache-directory-name): likewise
6772 (file-cache-debug-read-from-minibuffer): likewise
6773
95931eb1
GM
67742000-08-28 Gerd Moellmann <gerd@gnu.org>
6775
6776 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
6777 (abbrev-table-name): New function.
6778 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
6779 If non-nil list local abbrev, only.
6780
bb17930d
GM
67812000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
6782
546c0888
EZ
6783 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
6784 from Gnus support code, and use special article copy buffer
bb17930d
GM
6785 `(gnus-original-article-buffer)' instead. This allows to get rid
6786 of article-hide-headers usage (which breaks in the latest Gnus
6787 version). Thanks to Detlev Zundel.
6788
41a68aef
KH
67892000-08-28 Kenichi Handa <handa@etl.go.jp>
6790
6791 * international/quail.el (quail-use-package): Hide "... loaded"
6792 message.
6793 (quail-start-translation, quail-start-conversion): Likewise.
6794
6795 * international/kkc.el (kkc-region): Hide "... loaded" message.
6796
28bb2cef
DL
67972000-08-27 Dave Love <fx@gnu.org>
6798
6799 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
6800
11a1118d
MB
68012000-08-27 Miles Bader <miles@gnu.org>
6802
6803 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
6804
0f85d477
KH
68052000-08-27 Kenichi Handa <handa@etl.go.jp>
6806
6807 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
6808 'ja-dic-cnv), not (require 'skkdic-cnv).
6809
2d73e8d3
MB
68102000-08-26 Miles Bader <miles@gnu.org>
6811
a0e5a5a4
MB
6812 * faces.el (face-x-resources): Add entry for :inherit.
6813 * cus-face.el (custom-face-attributes): Add support for :inherit
6814 attribute. Add support for relative face heights.
6815 (custom-face-attributes-get): Treat `nil' as being a default value
6816 for :inherit (as well as `unspecified').
6817
19feb949
MB
6818 * faces.el (set-face-attribute): Update doc string.
6819 (face-attribute-name-alist): Add :inherit.
6820 (face-valid-attribute-values): Handle :inherit.
6821 (face-read-string): Rephrase prompt to be less confusing.
6822 Assume that DEFAULT is a string, since we must return a string.
6823 (face-read-integer): Use `format' to turn DEFAULT into an
6824 acceptable default for face-read-string. Match NEW-VALUE against
6825 the string "unspecified", not the symbol `unspecified', since
6826 that's what face-read-string returns.
6827 (read-face-attribute): Lookup a name for old-value in valid, and
6828 use it as a default if we find one. Treat all values from
6829 face-read-string as strings. If the default is used, don't do any
6830 more processing on the value, just use the old value directly.
6831 (read-face-and-attribute, modify-face): Tweak prompt.
6832 (read-face-name): Don't assume prompt ends with a space.
6833
2d73e8d3
MB
6834 * faces.el (describe-face): Add support for :inherit attribute.
6835
a1a2e38f
KH
68362000-08-25 Kenichi Handa <handa@etl.go.jp>
6837
e84fa7c5
KH
6838 * terminal.el (terminal-emulator): Fix args to `concat'. Now
6839 concat doesn't accept interger.
6840
a1a2e38f
KH
6841 * international/kkc.el: Remove SKK from Keywords. Require
6842 ja-dic-utl instead of skkdic-utl.
6843
6844 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
6845 Provide ja-dic-cnv instead of skkdic-cnv.
6846 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
6847 (iso-2022-7bit-short): Add safe-charsets property.
6848 (skkdic-convert-postfix): Search Japanese chou-on character in
6849 addition to Hiragana character.
6850 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
6851 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
6852 (batch-skkdic-convert): Likewise.
6853
6854 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
6855 Provide ja-dic-utl instead of skkdic-utl.
6856 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
6857
f6499c03
DL
68582000-08-24 Dave Love <fx@gnu.org>
6859
1c2c3f16
DL
6860 * disp-table.el (standard-display-default): Make the test of `l'
6861 useful.
6862
f6499c03
DL
6863 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
6864 mod sample text.
6865
6866 * international/iso-ascii.el: Make pilcrow convenient string
6867 consistent with section.
6868 (iso-ascii-display): Set up multibyte characters as well as
6869 unibyte.
6870
c543db81
KH
68712000-08-24 Kenichi Handa <handa@etl.go.jp>
6872
6873 * international/mule-cmds.el (reset-language-environment): Set
6874 default-process-coding-system to '(undecided . iso-latin-1), which
6875 makes process I/O almost consistent with file I/O. Call this
6876 function when mule-cmds.el[c] is loaded.
6877
746d9caf
AI
68782000-08-22 Andrew Innes <andrewi@gnu.org>
6879
6880 * makefile.w32-in: New file.
6881
5484005d
MB
68822000-08-22 Miles Bader <miles@lsi.nec.co.jp>
6883
6884 * comint.el (comint-output-filter): Compare end of
6885 comint-last-output-overlay with the start of the newly inserted
6886 text, not the end, when deciding whether to extend it.
9b4a7800 6887 Set saved-point's insertion type to advance after insertion.
5484005d
MB
6888
6889 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
6890 since this is now done independently of font-lock mode.
6891
7a912f63
GM
68922000-08-21 Gerd Moellmann <gerd@gnu.org>
6893
6894 * server.el (server-kill-new-buffers): New user option.
6895 (server-existing-buffer): New buffer-local variable.
6896 (server-visit-files): When using an existing buffer, set
6897 server-existing-buffer to t.
6898 (server-buffer-done): If server-kill-new-buffers is t, kill the
6899 buffer, unless it was already present before visiting it with
6900 Emacs server.
9b4a7800 6901
240301df
EZ
69022000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
6903
6904 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
6905 even if the display doesn't support colors: some displays will
6906 support bold/underline faces.
6907
cbcef616
GM
69082000-08-21 Gerd Moellmann <gerd@gnu.org>
6909
6917e6bb
GM
6910 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
6911
cbcef616
GM
6912 * startup.el (command-line): If user's init file had an error,
6913 add explanatory text to *Messages*.
6914
6922b018
KH
69152000-08-21 Kenichi Handa <handa@etl.go.jp>
6916
6917 * man.el (Man-getpage-in-background): Decode the process output by
6918 the system locale coding system.
6919
e50c4203
DL
69202000-08-20 Dave Love <fx@gnu.org>
6921
96ab6351
DL
6922 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
6923 Don't test x-popup-menu.
6924 (function) <complete-function>: Complete only fbound symbols.
6925 <validate, value>: New.
6926 (variable) <complete-function>: Complete only bound symbols.
6927 (coding-system): Add :base-only, :complete-function, :validate,
6928 :value, :prompt-match.
6929 (widget-coding-system-prompt-value): Use read-coding-system and
6930 act on :base-only.
6931 (editable-field): Add :help-echo.
6932 (widget-push-button-gui, widget-push-button-cache)
6933 (widget-gui-action, widget-editable-list-gui): COmment out, along
6934 with uses.
6935 (widget-at): Make arg optional.
6936 (widget-echo-help): Adjust for current help-echo calling sequence.
6937 (widget-specify-field, widget-specify-button)
6938 (widget-specify-insert, widget-get-sibling, widget-image-find)
6939 (widget-convert, widget-insert, widget-leave-text)
6940 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
6941 (widget-setup, widget-field-find, widget-before-change)
6942 (widget-after-change, widget-default-complete)
6943 (widget-default-create, widget-default-delete)
6944 (widget-push-button-value-create, editable-field)
6945 (widget-field-prompt-value, widget-field-validate)
6946 (widget-choice-value-create, widget-choice-action)
6947 (widget-choice-validate, widget-checklist-add-item)
6948 (widget-radio-add-item, widget-radio-chosen)
6949 (widget-radio-value-inline, widget-editable-list-value-create)
6950 (widget-editable-list-entry-create)
6951 (widget-documentation-link-add)
6952 (widget-documentation-string-value-create)
6953 (widget-regexp-validate, widget-file-complete)
6954 (widget-sexp-validate, widget-plist-convert-widget)
6955 (widget-plist-convert-widget, widget-alist-convert-widget)
6956 (widget-alist-convert-widget, widget-color-complete): Simplify,
6957 particularly to avoid bindings which aren't optimized out.
6958
e50c4203
DL
6959 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
6960 Doc fix.
6961 (down-list, backward-up-list, up-list, kill-sexp)
6962 (backward-kill-sexp, mark-sexp): Make arg optional.
6963 (lisp-complete-symbol): Add optional arg PREDICATE.
6964
6965 * cus-start.el: Add display-buffer-reuse-frames,
6966 file-coding-system-alist.
6967
511bd4eb
GM
69682000-08-20 Gerd Moellmann <gerd@gnu.org>
6969
6970 * startup.el (command-line): Clear realized faces after
6971 modifying TTY color mappings.
6972
a9de7d29
MB
69732000-08-20 Miles Bader <miles@gnu.org>
6974
6975 * faces.el (face-attr-match-p): Don't return true if ATTRS are
6976 merely a subset of FACE's attributes.
6977
8a8023d9
MB
69782000-08-19 Miles Bader <miles@gnu.org>
6979
6980 * comint.el (comint-output-filter): Save the point with a marker,
6981 not just a buffer position.
6982
6983 * international/mule.el (set-buffer-process-coding-system): Make
6984 interactive prompt less confusing.
6985
1433385f
GM
69862000-08-19 Gerd Moellmann <gerd@gnu.org>
6987
6988 * hilit-chg.el: General cleanup of doc strings, comments and
6989 code formatting.
6990
136b4eda
MB
69912000-08-19 Miles Bader <miles@gnu.org>
6992
6993 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
6994 Compiler macro removed; beginning-of-line is no longer always
6995 equivalent to forward-line, in the presence of fields.
6996
6997 * comint.el (comint-output-filter): Remove ad-hoc saving of
6998 restriction, and just use save-restriction, now that it works
6999 correctly. Don't adjust comint-last-input-start to account for
7000 our insertion; it shouldn't have moved because we don't use
7001 insert-before-markers anymore. Comment out call to
7002 `force-mode-line-update'; why is it here?
7003
7004 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
7005 while checking for prompt to delete. Use `forward-line 0'
7006 instead of beginning-of-line.
7007 (gud-filter): Temporarily widen gud comint buffer while
7008 examining output.
7009
cdd0f857
SM
70102000-08-18 Stefan Monnier <monnier@cs.yale.edu>
7011
ebf96bfa
SM
7012 * progmodes/sh-script.el: Big bag of typos.
7013
cdd0f857
SM
7014 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
7015 check since ispell-process is not bound when ispell is not yet loaded.
7016
9bb7a286
DL
70172000-08-18 Dave Love <fx@gnu.org>
7018
7019 * image.el (find-image): Copy `spec' before using plist-put.
7020
74ec6045
GM
70212000-08-18 Gerd Moellmann <gerd@gnu.org>
7022
7023 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
7024 `portugues'.
7025
7026 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
7027 backward-kill-sexp, analogous to kill-sexp.
7028
7029 * progmodes/icon.el (icon-indent-line)
7030 (icon-is-continuation-line): Handle comments specially.
7031
70322000-08-17 Ken Stevens <k.stevens@ieee.org>
7033
7034 * ispell.el: Set to standard author/maintainer/keyword fields.
7035 Fine tuning to menu map appearance and operation, and added help.
7036 Remove `start' and `end' error messages when compiling.
7037 (ispell-choices-win-default-height): Fixed comment string.
7038 (ispell-dictionary-alist-1): Fixed regexp in castellano and
7039 castellano8 dictionaries.
7040 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
7041 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
7042 dictionary, added italiano dictionary.
7043 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
7044 word character
7045 (ispell-tex-skip-alists): Added psfig support.
7046 (ispell-skip-html): Renamed from ispell-skip-sgml.
7047 (ispell-begin-skip-region-regexp, ispell-skip-region)
7048 (ispell-minor-check): Improved html skipping support to skip across
7049 code, and recognize `&' commands without propper `;' syntax;
7050 (ispell-process-line): Fix alignment error when manually
7051 correcting spelling.
7052 (ispell): Fix comment string.
7053 (ispell-add-per-file-word-list): Always put word list on new line.
7054
3787e12e
GM
70552000-08-17 Gerd Moellmann <gerd@gnu.org>
7056
a7b28523
GM
7057 * format.el (format-encode-run-method): Fix error message to say
7058 `encode' instead of `decode'. Use save-window-excursion around
7059 shell-command-on-region as in format-decode-run-method because
7060 shell-command-on-region can display a buffer with error output.
7061 (format-decode): Don't record undo information for the decoding.
7062 (format-annotate-function): Add parameter FORMAT-COUNT. Make
7063 that number part of the temporary buffer name so that more than
7064 one decoding using a temporary buffer can happen safely.
7065
7066 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
7067 of `A-z' in the regexp.
7068
7069 * hilit-chg.el: Fix typos in commentary.
7070
3787e12e
GM
7071 * help.el (view-emacs-news): Rewritten for new naming scheme
7072 for old NEWS files.
7073
7074 * startup.el (command-line): Pop to *Messages* in case an error
7075 is signaled while loading user-init-file.
7076
d2473540
AS
70772000-08-17 Andreas Schwab <schwab@suse.de>
7078
7079 * files.el (insert-directory): Don't lose original file name,
7080 undoing an undocumented change.
7081
c0bbaf57
GM
70822000-08-17 Alex Schroeder <alex@gnu.org>
7083
7084 * sql.el (sql-magic-go): Use comint-bol.
7085 (sql-copy-column): Use comint-line-beginning-position.
7086 (comint-line-beginning-position): Define a replacement for
7087 comint-line-beginning-position if it is not fboundp.
7088
70892000-08-17 Alex Schroeder <alex@gnu.org>
7090
7091 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
7092 it didn't have any effect anyway.
7093
70942000-08-17 Alex Schroeder <alex@gnu.org>
7095
7096 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
7097 --pset and pager=off instead of sending \\o|cat at the beginning
7098 of the session.
7099
9d245da5
MB
71002000-08-17 Miles Bader <miles@gnu.org>
7101
7102 * progmodes/octave-inf.el: Add compatibility definition of
7103 comint-line-beginning-position.
7104
abfdbd2e
KH
71052000-08-17 Kenichi Handa <handa@etl.go.jp>
7106
7107 * startup.el (normal-top-level): Look in each dir in load-path for
7108 a leim-list.el file too. This assures of loading leim-list.el
7109 that is created at Emacs installation time even if a user have his
7110 own leim-list.el.
7111
a0b8c939
MB
71122000-08-17 Miles Bader <miles@gnu.org>
7113
7114 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
7115 foreground color to black if the background is dark.
7116
7382bcae
SM
71172000-08-16 Stefan Monnier <monnier@cs.yale.edu>
7118
7119 * loadhist.el (unload-feature): Typo.
7120
9b4a7800 7121 * finder.el (finder-compile-keywords):
7382bcae
SM
7122 * cus-dep.el (custom-make-dependencies): Add local-variable settings
7123 to the generated file.
7124
7125 * mail/mh-e.el (mh-make-local-vars):
7126 Replace make-variable-buffer-local with make-local-variable.
7127
cdd0f857 7128 * play/landmark.el:
7382bcae 7129 * options.el (Edit-options-{set,toggle,t,nil}):
9b4a7800
TTN
7130 * mail/mailabbrev.el (mail-abbrevs-mode):
7131 * textmodes/tex-mode.el (tex-expand-files):
7382bcae
SM
7132 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
7133
7134 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
7135
7136 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
7137 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
7138 Allow going past the last element.
9b4a7800 7139 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
7382bcae
SM
7140 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
7141 (cvs-mouse-toggle-mark): Don't move point.
7142 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
7143
7144 * progmodes/compile.el (grep): Provide a default set of files.
7145 (next-error): Docstring fix.
7146 (compilation-find-file): Avoid find-file (fails in a dedicated window).
7147
7148 * emacs-lisp/easy-mmode.el (define-minor-mode):
7149 Use `symbol-value' to keep the byte-compiler quiet.
7150
7151 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
7152 (diff-find-source-location): New fun, extracted from diff-goto-source.
7153 (diff-goto-source): Use it.
7154 (diff-next-complex-hunk, diff-filter-lines): New function.
7155 (diff-apply-hunk): New command.
7156
7157 * smerge-mode.el (smerge-mode-menu): Doc fix.
7158
7159 * msb.el (msb-mode): Define it in terms of define-minor-mode.
7160
4f00b8c1
DL
71612000-08-16 Dave Love <fx@gnu.org>
7162
2b5198bb
DL
7163 * windmove.el (windmove) <defgroup>: Add :version.
7164
7165 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
7166 (goto-address-fontify-p, goto-address-highlight-p)
7167 (goto-address-url-face, goto-address-url-mouse-face)
7168 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
7169 (goto-address-url-regexp): Use thing-at-point-url-regexp.
7170 (goto-address-fontify, goto-address-at-mouse): Simplify,
7171 (goto-address-at-point): browse-url-url-at-point,
7172 goto-address-find-address-at-point can return nil.
7173 (goto-address-find-address-at-point): Return nil on failure.
7174
7175 * align.el (align) <defgroup>: Add :version.
7176
7177 * calculator.el (calculator): Add :version.
7178 (calculator): Use two lines for calculator window if `modeline'
7179 face is boxed.
7180
4f00b8c1
DL
7181 * play/5x5.el: Doc fixes.
7182 (5x5) <defgroup>: Add :version.
7183
7184 * play/fortune.el (fortune) <defgroup>: Add :version.
7185 (fortune-append): Fix error message.
7186 (fortune-from-region): Doc fix.
7187
7188 * play/pong.el (pong): Doc fix.
7189
7190 * play/morse.el: Keywords, commentary, autoloads.
7191
69db7ee7
EZ
71922000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
7193
7194 * desktop.el (desktop-save): Don't look at symbol-value of a
7195 member of minor-mode-alist, unless it is boundp.
7196
10e1dad9
SS
71972000-08-16 Sam Steingold <sds@gnu.org>
7198
a0b8c939 7199 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
10e1dad9
SS
7200 `while'; use `with-current-buffer' instead of `save-excursion'.
7201 Removed unnecessary kludges now that "*Buffer List*" is excluded.
7202
9d7bcb2e
KH
72032000-08-16 Kenichi Handa <handa@etl.go.jp>
7204
7205 * international/ccl.el (declare-ccl-program): Docstring modified.
7206 (ccl-execute-with-args): Likewise.
7207
04231ab8
MB
72082000-08-16 Miles Bader <miles@gnu.org>
7209
9d245da5 7210 * progmodes/sql.el: Add compatibility definition of
04231ab8
MB
7211 comint-line-beginning-position.
7212
f68446ef
GM
72132000-08-15 Gerd Moellmann <gerd@gnu.org>
7214
dc28878c
GM
7215 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
7216 'buffer-menu' property.
7217 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
7218 fails.
7219 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
7220 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
7221 wasn't killed.
10e1dad9 7222
58ed0d3b
GM
7223 * buff-menu.el (list-buffers-noselect): Don't display the
7224 *Buffer List* buffer.
7225
32dc52f7
GM
7226 * font-lock.el: Require jit-lock to prevent a very late
7227 `Loading jit-lock' message.
7228
f68446ef 7229 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
10e1dad9 7230 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
f68446ef
GM
7231 mail address.
7232
90ac90a2
MB
72332000-08-15 Miles Bader <miles@gnu.org>
7234
7235 * textmodes/ispell.el (ispell-graphic-p): New constant.
7236 (ispell-choices-win-default-height, ispell-help): Use
7237 `ispell-graphic-p' instead of `xemacsp'.
7238
b0a0e263
DL
72392000-08-15 Dave Love <fx@gnu.org>
7240
c1e757e3
DL
7241 * simple.el: Autoload widget-convert when compiling.
7242 (mail-user-agent): Doc fix.
7243
7244 * help.el (function-called-at-point, variable-at-point): Use
7245 with-syntax-table.
7246 (help-manyarg-func-alist): Add insert-and-inherit.
7247
7248 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
7249
7250 * delsel.el (delsel-unload-hook): New function.
7251
7252 * find-file.el: Doc fixes. Move provide to end.
7253 (ff) <defgroup>: Add :link.
7254 (ff-goto-click): Deleted.
7255 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
7256 Use mouse-set-point.
7257
7258 * textmodes/tildify.el: Doc fixes.
7259 (tildify) <defgroup>: Add:version.
7260
7261 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
7262 (glasses-custom-set): Use set-default, not set.
7263 (minor-mode-alist): Propertize the lighter.
7264 (glasses-mode): Provide optional arg.
7265
5f847612
DL
7266 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
7267 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
7268 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
7269 option. Provide :type.
7270 (cwarn-configuration): Provide :type.
7271 (cwarn-mode): Doc fix.
7272
7273 * add-log.el (change-log-merge): Doc fix.
7274 (change-log-redate): New command.
7275
b0a0e263
DL
7276 * net/browse-url.el (browse-url-filename-alist): Add a clause for
7277 Doze and Dog.
7278 (browse-url): Use dolist, not mapcar.
7279 (browse-url-at-point): Check for null url.
7280 (browse-url-event-buffer, browse-url-event-point): Functions
7281 deleted.
7282 (browse-url-at-mouse, browse-url-netscape): Simplify.
7283
7284 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
7285 modes.
7286 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
7287 Fix previous change to mapcan.
7288 (msb--init-file-alist, msb--add-separators)
7289 (msb--make-keymap-menu): Simplify.
7290 (msb--choose-file-menu): Use copy-sequence.
7291 (msb-mode-map): Add title to keymap.
7292 (msb-unload-hook): New function.
7293
7294 * bs.el: Fix indentation.
7295 (bs) <defgroup>: Add :links.
2b5198bb
DL
7296 (bs-show): Doc fix.
7297 (bs-apply-sort-faces): Don't use window-system.
7298 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
b0a0e263 7299
70f1b78e
EZ
73002000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
7301
7302 * calendar/timeclock.el (timeclock-file): Run .timelog through
7303 convert-standard-filename.
7304
956777b3
GM
73052000-08-14 Gerd Moellmann <gerd@gnu.org>
7306
3215096c
GM
7307 * emacs-lisp/authors.el: New file.
7308
956777b3
GM
7309 * paren.el (show-paren-priority): New user option.
7310 (show-paren-function): Set overlay priorities to
7311 show-paren-priority.
10e1dad9 7312
0cde1424
MB
73132000-08-14 Miles Bader <miles@gnu.org>
7314
7315 * comint.el (comint-bol): Use `forward-line 0' instead of calling
7316 beginning-of-line with inhibit-field-text-motion bound.
7317
90cbf47e
GM
73182000-08-14 Gerd Moellmann <gerd@gnu.org>
7319
7320 * calendar/timeclock.el: New file.
7321
73222000-08-14 David Ponce <david@dponce.com>
7323
7324 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
7325 `widget-button-click'. so that one can use left mouse button to
7326 click on dialog buttons.
7327
73282000-08-14 Emmanuel Briot <briot@gnat.com>
7329
7330 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
814299a7 7331 identifiers, since XML is case sensitive
10e1dad9 7332
79e8dca7 73332000-08-12 Miles Bader <miles@gnu.org>
10e1dad9 7334
660394d1
MB
7335 * comint.el (comint-output-filter): Don't bother frobbing
7336 window-start, it doesn't seem to be necessary.
79e8dca7
MB
7337
7338 * comint.el (comint-send-string, comint-send-region): Make into
7339 real functions. Snapshot the prompt before sending.
7340
218c2cc7
EZ
73412000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
7342
7343 * info.el (Info-find-emacs-command-nodes): Rewrite to use
7344 technique similar to Info-index, instead of relying on specific
7345 names of relevant Index nodes.
7346 (Info-goto-emacs-command-node): Bind Info-history to nil when
7347 going to the first node found by Info-find-emacs-command-nodes.
7348
51e066d2 73492000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
968280cc
EZ
7350
7351 * menu-bar.el (menu-bar-help-menu): Add a :help string.
7352
867102f2
MB
73532000-08-10 Miles Bader <miles@gnu.org>
7354
7355 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
7356
af718538
EZ
73572000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
7358
7359 * info.el (Info-file-list-for-emacs): More elements for the
7360 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
7361 and woman manuals.
7362
c51bacd6
MB
73632000-08-10 Miles Bader <miles@lsi.nec.co.jp>
7364
7365 * comint.el (comint-send-input): Make the newline boundary overlay
7366 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
7367 (comint-output-filter): Use `insert' instead of
7368 `insert-before-markers'. Extend comint-last-output-overlay when
7369 necessary since we can't rely on insert-before-markers to do it.
7370 * gud.el (gud-filter): Use `with-current-buffer' instead of
7371 save-excursion when inserting the output, so that point gets
7372 updated correctly; the old method relied on a rather dodgy
7373 side-effect of comint-output-filter to avoid the effect of
7374 save-excursion.
7375
98532b12
EZ
73762000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
7377
7378 * files.el (recover-file): Call insert-directory instead of
7379 invoking `ls' directly.
7380
3db4b719
MB
73812000-08-10 Miles Bader <miles@gnu.org>
7382
7383 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
7384 (comint-last-prompt-overlay): New variables.
7385 (comint-output-filter): Implement prompt highlighting.
7386 (comint-snapshot-last-prompt): New function.
7387 (comint-send-input): Snapshot the last prompt.
7388 Use comint-highlight-input-face.
7389 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
7390 Use defface instead of defcustom.
7391 (send-invisible, comint-send-eof): Snapshot the last prompt.
7392 (comint-delchar-or-maybe-eof): Use comint-send-eof.
7393 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
7394
96190aa1
SM
73952000-08-09 Stefan Monnier <monnier@cs.yale.edu>
7396
5cda4b07
SM
7397 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
7398 (regexp-opt-group): Use a list of chars for `letters'.
7399 (regexp-opt-charset): `chars' is now a list of chars.
7400 Use a char-table rather than a vector so it works for multibyte chars.
7401
96190aa1
SM
7402 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
7403 Set cvs-minor-current-files to the selected fileinfo.
7404 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
7405 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
7406
7d093d56
EZ
74072000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
7408
7409 * files.el (insert-directory): Don't call access-file on
7410 directories on DOS and Windows.
7411
b24c5811
KH
74122000-08-09 Kenichi Handa <handa@etl.go.jp>
7413
7414 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
7415 longer if necessary.
7416 (ccl-embed-code): Call ccl-embed-data to store CODE in
7417 ccl-program-vector.
7418
0a6fd67e
MB
74192000-08-09 Miles Bader <miles@gnu.org>
7420
7421 * comint.el (comint-output-filter): Properly handle the case where
7422 the text surrounded by comint-last-output-overlay was deleted.
7423
9f6d1a6c
GM
74242000-08-08 Gerd Moellmann <gerd@gnu.org>
7425
25ad1371
GM
7426 * info.el (Info-insert-dir): Use Info-additional-directory-list if
7427 non-nil.
7428 (Info-file-list-for-emacs): Remove "info" from the list because
7429 that leads to trying to use the documentation from file `info'
7430 in various situations where it isn't appropriate, for instance
7431 C-h C-k C-h i.
7432
7433 * ffap.el (ffap-read-file-or-url-internal): Handle case that
7434 DIR and/or STRING are nil.
7435
7436 * progmodes/compile.el (compilation-setup): Make variable
7437 compilation-error-screen-columns buffer-local, as some comment
7438 in the code suggests it should be.
7439
7440 * files.el (auto-mode-interpreter-regexp): New variable.
7441 (set-auto-mode): Use it.
7442
7443 * indent.el (indent-for-tab-command): Doc fix.
7444
7445 * mouse-sel.el (mouse-sel-mode): Doc fix.
7446
9f6d1a6c
GM
7447 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
7448 labels.
7449
7450 * help.el (print-help-return-message): When
7451 display-buffer-reuse-frames is set, let the help window been quit,
7452 instead of deleting it, which might delete a reused frame.
7453
3d819a75
EZ
74542000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
7455
7456 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
7457 rename a directory to a name that differs only by its letter case.
7458
c5a52529
KH
74592000-08-08 Kenichi Handa <handa@etl.go.jp>
7460
7461 * international/quail.el (quail-define-rules): Handle Quail decode
7462 map correctly. Add code for supporting annotations.
7463 (quail-install-decode-map): New function.
7464 (quail-defrule-internal): New optional arguments decode-map and
7465 props.
7466 (quail-advice): New function.
7467
5e9e032a
SS
74682000-08-07 Sam Steingold <sds@gnu.org>
7469
7470 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
7471 `defconst', `define-condition', `with-slots'.
7472 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
7473
46645f4b
MB
74742000-08-03 Miles Bader <miles@gnu.org>
7475
7476 * comint.el (comint-use-prompt-regexp-instead-of-fields):
7477 New variable.
7478 (comint-prompt-regexp, comint-get-old-input): Document dependence on
7479 comint-use-prompt-regexp-instead-of-fields.
7480 (comint-send-input): Add `input' field property to stuff we send to
7481 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
7482 (comint-output-filter): Add `output' field property to process
7483 output, if comint-use-prompt-regexp-instead-of-fields is nil.
7484 (comint-replace-by-expanded-history)
7485 (comint-get-old-input-default, comint-show-output)
7486 (comint-backward-matching-input, comint-forward-matching-input)
7487 (comint-next-prompt, comint-previous-prompt): Use field
7488 properties if comint-use-prompt-regexp-instead-of-fields is nil.
7489 (comint-line-beginning-position): New function.
7490 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
7491 (comint-replace-by-expanded-history-before-point): Use
7492 comint-line-beginning-position and line-end-position.
7493 (comint-last-output-overlay): New variable.
7494 (comint-mode): Make `comint-last-output-overlay' buffer-local.
7495
7496 * shell.el (shell-prompt-pattern): Doc change.
7497 (shell-backward-command): Use line-beginning-position.
7498
7499 * gud.el (gud-gdb-complete-command): Use
7500 comint-line-beginning-position.
7501
7502 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
7503 comint-bol doesn't actually go to the beginning of the line.
7504
7505 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
7506 if comint-use-prompt-regexp-instead-of-fields is non-nil.
7507 (try-expand-line-all-buffers): Likewise.
7508
7509 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
7510 explicitly matching comint-prompt-regexp.
7511 (sql-copy-column): Use comint-line-beginning-position instead of
7512 explicitly matching comint-prompt-regexp.
7513
7514 * progmodes/octave-inf.el (inferior-octave-complete): Use
7515 comint-line-beginning-position.
7516
7517 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
7518
7519 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
7520 looking for a prompt, use `forward-line 0' instead of
7521 `beginning-of-line', to avoid getting caught by an input field.
7522
ff3d9573
GM
75232000-08-07 Gerd Moellmann <gerd@gnu.org>
7524
7525 * files.el (shell-quote-wildcard-pattern): Make sure to return
7526 PATTERN, in the Unix case.
7527
e0d8827b
EZ
75282000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
7529
7530 * play/zone.el (zone): Discard any pending input before running
7531 the randomly-chosen pgm.
7532
24d55b8f
KH
75332000-08-07 Kenichi Handa <handa@etl.go.jp>
7534
7535 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
7536 checking the existence of any multibyte characters.
7537
3d05e1ee
GM
75382000-08-06 Gerd Moellmann <gerd@gnu.org>
7539
6c4a4368
GM
7540 * help.el (describe-mode): Test minor-mode symbol for being
7541 bound before testing its value for being nil.
7542
3d05e1ee
GM
7543 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
7544 `first', `second', and `third'.
7545
7546 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
7547 (second): Make it an alias for `cadr'.
7548
6968a481
EZ
75492000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
7550
7551 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
7552 types of display support faces now.
7553
e49aa397
GM
75542000-08-05 Gerd Moellmann <gerd@gnu.org>
7555
7556 * pcvs.el (require): Require `cl' during compilation, only.
7557
7558 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
7559 (toplevel): Remove `remq' and `remove' from autoloads.
7560 (cl-fake-autoloads): New variable. If set, arrange for an error
7561 when CL functions etc. are autoloaded.
7562
588aca27
EZ
75632000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
7564
2e78d4ab
EZ
7565 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
7566
85628348
EZ
7567 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
7568 popped up, but the user clicks outside the menu, return an empty
7569 regexp (that causes unhighlight-regexp to have no effect).
7570
74f0e552
EZ
7571 * menu-bar.el (menu-bar-games-menu): Add Zone.
7572
588aca27
EZ
7573 * hi-lock.el (toplevel): Require font-lock.
7574
f4988be7
GM
75752000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7576
ba087cd7 7577 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
f4988be7
GM
7578 (ebnf-8-bit-chars): New var for bug fix.
7579 (ebnf-string): Bug fix.
7580
027b73ac
SS
75812000-08-03 Sam Steingold <sds@gnu.org>
7582
7583 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
7584 instead of `buffer-string'.
7585 (require 'cl): Always, not just when compiling.
7586 `ignore-errors' in `interactive', `list*', `defun*' &c make this
7587 necessary.
7588
2f1fa038
EZ
75892000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
7590
7591 * international/mule-cmds.el (select-safe-coding-system): Make
7592 the message text about selecting a safe coding system more clear.
7593
ead53494
GM
75942000-08-02 Gerd Moellmann <gerd@gnu.org>
7595
abb2db1c
GM
7596 * hi-lock.el: New file.
7597
7598 * play/zone.el: New file.
7599
ead53494
GM
7600 * replace.el (occur): Set tab-width in the *Occur* buffer to the
7601 value of tab-width in the original buffer. Choose a line number
7602 format that's a multiple of the original buffer's tab width, so
7603 that lines appear right.
7604
7605 * textmodes/ispell.el (ispell): New function, replacing an alias.
7606 Spell-check active region if in transient-mark-mode and mark
7607 is active; otherwise spell-check buffer.
7608
76092000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7610
7611 * ps-mule.el: Fix a customization problem on
7612 ps-mule-font-info-database-default.
7613
f4a2b0a4
EZ
76142000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
7615
7616 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
7617 display-mouse-p instead of window-system.
7618 (ebrowse-member-mode-map): Ditto.
7619
b685181e
GM
76202000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7621
ba087cd7
EZ
7622 * progmodes/ebnf2ps.el: Update ps-print functions call.
7623 Indentation fix. Doc fix.
b685181e
GM
7624 (ebnf-version): New version number (3.2).
7625 (ebnf-format-color, ebnf-begin-job): Code fix.
027b73ac 7626
3b5fab87
EZ
76272000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
7628
032ebb29
EZ
7629 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
7630 font lock support on window-system.
7631 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
7632
3b5fab87
EZ
7633 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
7634 display-color-p, if fboundp, instead of window-system.
7635
7e2605e7
EZ
76362000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
7637
7638 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
7639 instead of window-system.
7640
7641 * wid-edit.el (widget-choose): Use display-mouse-p instead of
7642 window-system.
7643 (widget-choice-mouse-down-action): Use display-popup-menus-p
7644 instead of window-system.
7645
7646 * strokes.el (strokes-file): Run the file name through
7647 convert-standard-filename.
7648 (strokes-mode): Call display-mouse-p instead of looking at
7649 window-system. Change the error message accordingly.
7650
7651 * progmodes/cpp.el (toplevel): Support faces on tty's.
7652
7653 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
7654 (lm-plot-square, lm-init-display): Don't use window-system.
7655
7656 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
7657 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
7658
7659 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
7660 instead of looking at window-system.
7661
26119624
GM
76622000-07-30 Gerd Moellmann <gerd@gnu.org>
7663
7664 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
7665 of testing if iswitchb-prepost-hooks is bound, because the
7666 latter will always be true when invoking a recursive minibuffer
7667 from an active Iswitchb buffer.
7668
c90596f3
EZ
76692000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
7670
7671 * files.el (shell-quote-wildcard-pattern): New function.
7672 (insert-directory): Call it. Only prepend "\" to command on Unix
7673 and GNU/Linux systems.
7674
18925e78
GM
76752000-07-30 Gerd Moellmann <gerd@gnu.org>
7676
7677 * eshell/esh-groups.el: Change custom :link file names
7678 from `eshell.info' to `eshell'.
7679
76802000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
7681
7682 * dired.el (dired-build-subdir-alist): Expand subdirectory names
7683 correctly in recursive ange-ftp listings.
7684
76852000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7686
7687 * ps-print.el: Fix bug 1: if ps-font-size-internal,
7688 ps-header-font-size-internal and
7689 ps-header-title-font-size-internal variables are not set,
7690 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
7691 face text property is (foreground-color . COLOR) or
7692 `(background-color . COLOR)', ps-print crashes. Doc fix.
7693 (ps-print-version): New version number (5.2.4).
7694 (ps-plot-region): Code fix.
7695 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
7696 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
7697 Bug fix 2.
7698
76992000-07-30 Milan Zamazal <pdm@freesoft.cz>
7700
7701 * glasses.el (glasses-make-readable): Fix uncapitalization of
7702 identifiers like `myXMLDocument'.
7703
aeb4c63e
KF
77042000-07-28 Karl Fogel <kfogel@red-bean.com>
7705
18925e78
GM
7706 * mail/mail-hist.el (mail-hist-previous-input)
7707 (mail-hist-next-input): Do the obvious code factorization.
7708 (mail-hist-retrieve-and-insert): New func, contains common
aeb4c63e
KF
7709 code of above two.
7710 If inserting a message body, leave point at top.
7711
9d453139
SS
77122000-07-28 Sam Steingold <sds@gnu.org>
7713
7714 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
18925e78
GM
7715 Use `<=', not `<' to compare times!
7716 (ange-ftp-ls): Remove.
9d453139 7717
b548072f
GM
77182000-07-27 Gerd Moellmann <gerd@gnu.org>
7719
27848c01
GM
7720 * play/cookie1.el: Add explanation of how to make cookie.el
7721 compatible with strfile(1) to comment.
7722
7723 * subr.el (remove, remq): New functions.
7724
3ab82477
GM
7725 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
7726 escape `*' in regexps.
7727 (midnight-find): Reverse order of arguments in the funcall of
7728 TEST.
7729
7730 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
7731 and `.class'.
7732
b548072f
GM
7733 * play/meese.el: Add Commentary section.
7734
27848c01
GM
77352000-07-27 Alex Schroeder <alex@gnu.org>
7736
7737 * sql.el (sql-ms): Added autoload cookie.
7738 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
7739 (sql-oracle): Ditto.
7740 (sql-help): Doc change.
7741
7742 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
7743 types and exceptions.
7744
77452000-07-27 Alex Schroeder <alex@gnu.org>
7746
7747 * sql.el (sql-placeholder-history): New variable.
7748 (sql-query-placeholders-and-send): New function that will query
7749 the user and replace placeholders with user input.
7750 (sql-oracle): If running on NT, set comint-input-sender to
7751 sql-query-placeholders-and-send.
7752
7753 (sql-stop): If in the SQLi buffer, insert stop notification, else
7754 present it as a message.
7755
77562000-07-27 Alex Schroeder <alex@gnu.org>
7757
7758 * sql.el (sql-input-ring-separator): Doc change.
7759 (sql-input-ring-file-name): Doc change.
7760 (sql-interactive-mode): Use `sql-input-ring-separator' and
7761 `sql-input-ring-file-name' to set the comint-mode equivalents
7762 without making them local variables.
7763 (sql-stop): Don't bind `sql-input-ring-separator' and
7764 `sql-input-ring-file-name' dynamically to their comint-mode
7765 equivalents.
7766
91ae8751
KH
77672000-07-27 Kenichi Handa <handa@etl.go.jp>
7768
7769 * international/mule.el (register-char-codings): New function.
7770 (make-coding-system): Handle `safe-chars' specification in the arg
7771 PROPERTY.
7772
7773 * international/mule-cmds.el
7774 (find-coding-systems-region-subset-p): This function deleted.
7775 (sort-coding-systems-predicate): New variable.
7776 (sort-coding-systems): New function.
7777 (find-coding-systems-region): Use
7778 find-coding-systems-region-internal.
7779 (find-coding-systems-string): Use find-coding-systems-region.
7780 (find-coding-systems-for-charsets): Check
7781 char-coding-system-table.
7782 (select-safe-coding-system-accept-default-p): New variable.
7783 (select-safe-coding-system): Mostly rewritten. New argument
7784 ACCEPT-DEFAULT-P.
7785 (select-message-coding-system): Call select-safe-coding-system
7786 with ACCEPT-DEFAULT-P arg.
7787 (reset-language-environment): Reset default-sendmail-coding-system
7788 to the default value iso-latin-1.
7789 (set-language-environment): Don't set the obsolete variable
7790 charset-origin-alist.
7791
7792 * international/codepage.el (cp-coding-system-for-codepage-1):
7793 Give `safe-chars' property to make-coding-system.
7794
7795 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
7796 calling select-message-coding-system twice.
7797
7798 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
7799 instead of `safe-charsets'.
7800 (cyrillic-alternativnyj): Likewise.
7801 (ccl-encode-alternativnyj): Don't check the charset
7802 cyrillic-iso8859-5.
7803
90cf4474
KH
78042000-07-27 Kenichi Handa <handa@etl.go.jp>
7805
7806 * composite.el (compose-chars-after): Preserve match data.
7807
a1f84f6d
SS
78082000-07-26 Sam Steingold <sds@gnu.org>
7809
7810 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
7811 (ange-ftp-real-file-newer-than-file-p): New function.
7812 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
7813 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
7814
7815 * tooltip.el (tooltip-float-time): Removed (use `float-time').
7816 * midnight.el (midnight-float-time): Ditto.
7817
e092928e
AS
78182000-07-26 Andreas Schwab <schwab@suse.de>
7819
7820 * files.el (normal-backup-enable-predicate): Correct
7821 interpretation of the return value of compare-strings.
7822
7465ebef
GM
78232000-07-26 Gerd Moellmann <gerd@gnu.org>
7824
3353ef5a
GM
7825 * isearch.el (isearch-resume): New function.
7826 (isearch-done): Add something to command-history to resume
7827 the search.
7828 (isearch-yank-line, isearch-yank-word): Use
7829 buffer-substring-no-properties instead of buffer-substring.
7830
7465ebef
GM
7831 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
7832 of flyspell-mouse-map.
7833
7834 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
7835 duplicate definition.
7836 (makefile-mode): Remove duplicate setting of local-abbrev-table.
7837
7838 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
7839 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
7840
5044b74a
SS
78412000-07-25 Sam Steingold <sds@gnu.org>
7842
25759a92
SS
7843 * net/ange-ftp.el: Get modtime over the net.
7844 (ange-ftp-file-modtime): New function.
a95cb10a
GM
7845 (ange-ftp-write-region, ange-ftp-insert-file-contents)
7846 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
25759a92
SS
7847 Use it.
7848 (ange-ftp-dot-to-slash): New function.
7849 (ange-ftp-fix-name-for-vms): Use it.
7850
5044b74a
SS
7851 * midnight.el (midnight-buffer-display-time): Use
7852 `with-current-buffer'.
7853
5dcfb3f4
GM
78542000-07-25 Gerd Moellmann <gerd@gnu.org>
7855
7856 * find-dired.el: Update copyright notice.
7857 (find-dired): Offer to kill a running `find'.
7858
7859 * enriched.el (enriched-face-ans): For a `foreground-color'
7860 property, return '(("x-color" COLOR))' so that COLOR will be
7861 output as a parameter of the x-color annotation. Likewise for the
7862 `background-color' property. In the case of normal face
7863 properties, don't return annotations for unspecified foreground
7864 and background face attributes.
7865
8c662166
KH
78662000-07-25 Kenichi Handa <handa@etl.go.jp>
7867
7868 * language/japan-util.el (japanese-katakana-region): Fix handling
7869 HANKAKU argument.
7870
c28da489
MB
78712000-07-25 Miles Bader <miles@gnu.org>
7872
7873 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
7874 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
7875 constrain-to-field.
7876
ad349719
AI
78772000-07-24 Andrew Innes <andrewi@gnu.org>
7878
7879 * timer.el (timer-activate-when-idle): Add optional parameter
7880 DONT-WAIT. Update docstring.
7881 (run-with-idle-timer): Specify extra parameter to
7882 timer-activate-when-idle, so that timer will be activated
7883 immediately if Emacs is already idle.
7884
7885 * w32-fns.el (w32-using-nt): Fix docstring.
7886
c95162f5
DL
78872000-07-24 Dave Love <fx@gnu.org>
7888
7889 * mouse.el (popup-menu): Set last-command-event.
7890 (mouse-major-mode-menu-prefix): Declare.
7891
e3c31fd5
GM
78922000-07-24 Gerd Moellmann <gerd@gnu.org>
7893
7894 * textmodes/flyspell.el: Update to author's version 1.5d.
7895
7896 * progmodes/hideshow.el: Update copyright notice.
7897
7898 * vcursor.el: Set maintainer to FSF, since author cannot
7899 be reached.
7900
7636d2a3
EZ
79012000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
7902
fbe0a958
EZ
7903 * info.el (Info-goto-emacs-key-command-node): Leave a space after
7904 the prompt.
7905
7636d2a3
EZ
7906 * mouse.el (popup-menu): Run the keymap through indirect-function,
7907 in case it was defined with define-prefix-key. If the menu is a
7908 list of keymaps, look up the binding of user's choice in each one
7909 of the keymaps.
7910 (mouse-popup-menubar): If the global and local menu-bar keymaps
7911 don't have a prompt string, create one and insert it into the
7912 keymap. Don't barf if current-local-map returns nil.
7913
e024b101
GM
79142000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
7915
7916 * dired.el (dired-sort-R-check): Added to allow recursive listing
7917 to be undone.
7918 (dired-sort-other): Use it.
7919
7972fcfc
GM
79202000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7921
e024b101 7922 * Release of cc-mode 5.27
7972fcfc
GM
7923
79242000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7925
7926 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
7927 c-beginning-of-statement-1 that caused a bad case of recursion
7928 which could consume a lot of CPU in large classes in languages
7929 that have in-expression classes (i.e. Java and Pike).
7930
7931 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
7932 statements before top level constructs (i.e. case 6 is moved
7933 before case 5 and is now case 4) to catch in-expression
7934 classes in top level expressions correctly.
7935
79362000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7937
7938 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
7939 objc-method-intro. Case 4 removed and case 5I added.
7940
7941 * cc-langs.el (c-append-paragraph-start): New variable used by
7942 c-common-init to get paragraph-start correct.
7943 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
7944 initialize paragraph-start to make it correct both with and
7945 without the javadoc special case.
7946
7947 * cc-mode.el (java-mode): Use c-append-paragraph-start to
7948 initialize paragraph-start for javadoc markup.
7949
7950 * cc-vars.el (c-style-variables-are-local-p): Incompatible
7951 change by defaulting this to t. It's motivated by the
7952 confusing behavior that otherwise arise from the style system
7953 when editing both java and non-java files at the same time
7954 (see the comments about style setting in c-common-init).
7955
79562000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7957
7958 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
7959 similar to the one in c-fill-paragraph to check the fill
7960 prefix from the adaptive fill function for sanity.
7961
79622000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7963
7964 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
7965 defun block.
7966
79672000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7968
5044b74a 7969 * cc-mode.texi Documented the change of cpp-macro.
7972fcfc
GM
7970
79712000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7972
7973 * cc-align.el (c-lineup-multi-inher): Handle lines with
7974 leading comma nicely. Extended to handle member initializers
7975 too.
7976
e024b101 7977 * cc-engine.el: (c-beginning-of-inheritance-list,
7972fcfc
GM
7978 c-guess-basic-syntax): Fixed recognition of inheritance lists
7979 when the lines begins with a comma.
7980
5044b74a 7981 * cc-mode.texi: Updated doc for c-lineup-multi-inher.
7972fcfc
GM
7982
7983 * cc-vars.el (c-offsets-alist): Changed default for
7984 member-init-cont to c-lineup-multi-inher since it now handles
7985 member initializers and indents better for leading commas.
7986
79872000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7988
7989 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
7990 handling that caused class open lines to be recognized as
7991 statement-conts in some cases.
7992
7993 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
7994 guessed by the adaptive fill function unless point is on the
7995 first line of a block comment.
7996
7997 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
7998 when the buffer ends with a macro continuation char.
7999
8000 * cc-engine.el (c-guess-basic-syntax): Added support for
8001 function definitions as statements in Pike. The first
8002 statement in a lambda block is now labeled defun-block-intro
8003 instead of statement-block-intro.
8004
8005 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
8006 so that the class surrounding point is selected, not the one
8007 innermost in the state.
8008
8009 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
8010 recognition of switch labels having hanging multiline
8011 statements.
8012
8013 * cc-engine.el (c-beginning-of-member-init-list): Broke out
8014 some code in c-guess-basic-syntax to a separate function.
8015 * cc-engine.el (c-just-after-func-arglist-p): Fixed
8016 recognition of member inits with multiple line arglists.
8017 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
8018 member-init-cont when the commas are in funny places.
8019
80202000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8021
8022 * cc-defs.el (c-auto-newline): Removed this macro since it's
8023 not used anymore.
8024
8025 * cc-engine.el (c-looking-at-bos): New helper function.
8026 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
8027 inexpr and toplevel classes apart in Pike.
8028
8029 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
8030 of case 9A.
8031
8032 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
8033 constant, since "class" can introduce an in-expression class
8034 in Pike nowadays.
8035
80362000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8037
8038 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
8039 indentation on cpp-macro lines.
8040
8041 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
8042 a syntax modifier like comment-intro, to make it possible to
8043 get syntactic indentation for preprocessor directives. It's
8044 incompatible wrt to lineup functions on cpp-macro, but it has
8045 no observable effect in the 99.9% common case where cpp-macro
8046 is set to -1000.
8047
80482000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8049
8050 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
8051 member-init-cont when the preceding arglist is several lines.
8052
80532000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8054
8055 * cc-styles.el (c-style-alist): The basic offset for the BSD
8056 style corrected to 8.
8057
80582000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8059
8060 * cc-styles.el (c-style-alist): Adjusted the indentation of
8061 brace list openers in the gnu style.
8062
80632000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8064
8065 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
8066
8067 * cc-cmds.el (c-electric-brace, c-electric-slash,
8068 c-electric-star, c-electric-semi&comma, c-electric-colon,
8069 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
8070 when c-syntactic-indentation is nil.
8071
8072 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
8073 we were left at comments preceding the first statement when
8074 reaching the beginning of the buffer.
8075
8076 * cc-vars.el (c-syntactic-indentation): New variable to turn
8077 off all syntactic indentation.
8078
80792000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8080
8081 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
8082 between the text and the block comment ender when it hangs,
8083 depending on how many there are before the fill.
8084
80852000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8086
8087 * cc-engine.el (c-beginning-of-closest-statement): New helper
8088 function to go back to the closest preceding statement start,
8089 which could be inside a conditional statement.
8090 * cc-engine.el (c-guess-basic-syntax): Use
8091 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
8092
8093 * cc-engine.el (c-guess-basic-syntax): Better handling of
8094 arglist-intro, arglist-cont-nonempty and arglist-close when
8095 the arglist is nested inside parens. Cases 7A, 7C and 7F
8096 changed.
8097
8098 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
8099 up-to-date with javadoc 1.2.
8100
81012000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8102
8103 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
8104 multiline Pike type decls.
8105
81062000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8107
8108 * cc-cmds.el (c-indent-new-comment-line): Always break
8109 multiline comments in multiline mode, regardless of
8110 comment-multi-line.
8111
81122000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8113
8114 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
8115 fully::qualified::names in C++ member init lists. Preamble in
8116 case 5D changed.
8117
81182000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8119
8120 * cc-langs.el (c-common-init): Handling of obsolete variables
8121 moved to c-initialize-cc-mode. More compatible style override
8122 when using global style variables.
8123 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
8124 variables moved here.
8125
e024b101 8126 * cc-mode.texi: Documented the special behavior of
7972fcfc
GM
8127 c-special-indent-hook as a style variable. Don't talk about
8128 doing (c-make-styles-buffer-local t) in a mode hook, since
8129 that's already too late to work right.
5044b74a 8130
7972fcfc
GM
8131 * cc-styles.el (c-make-styles-buffer-local): Flag style
8132 variable localness in c-style-variables-are-local-p to make
8133 the compatibility measure in c-common-init work well.
8134
8135 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
8136 longer contain set-from-style.
8137 * cc-styles.el (c-initialize-builtin-style): Don't check for
8138 set-from-style on c-special-indent-hook.
8139 * cc-styles.el (c-copy-tree): Obsolete. The standard function
8140 copy-alist is sufficient now.
8141
8142 * cc-styles.el (c-set-style, c-set-style-1,
8143 c-get-style-variables): Fixes to variable initialization so
8144 that duplicate entries in styles have the same effect
8145 regardless of DONT-OVERRIDE.
8146
8147 * cc-styles.el (c-set-style-2): Fixed bug where the
8148 initialization of inheriting styles failed when the
8149 dont-override flag is set.
8150
8151 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
8152 on this.
8153
81542000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8155
8156 * cc-defs.el (c-forward-comment): Removed the workaround
8157 introduced in 5.38 since it had worse side-effects. If a line
8158 contains the string "//\"", it regarded the // as a comment
8159 start since the \ temporarily doesn't have escape syntax.
8160
81612000-07-17 Emmanuel Briot <briot@act-europe.fr>
8162
8163 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
8164 ada-xref.el before ada-prj.el, so that the Project menu is created
8165 when ada-prj tries to add to it.
8166 (ada-activate-keys-for-case): Suppress the characters that are not
8167 part of the Ada syntax. Better compatibility with else-mode
8168 (ada-adjust-case-interactive): When auto-casing is not active,
8169 correctly insert newlines (used to insert only ^M). Prevent the
8170 syntax table from being changed in case of an error
814299a7 8171 (or '_' becomes part of a word and some commands are confused).
7972fcfc
GM
8172 Do nothing if ada-auto-case is nil.
8173 (ada-after-keyword-p): Ignore keywords that are also attributes
8174 (ada-batch-reformat): Update usage comment
8175 (ada-call-from-contextual-menu): New function
8176 (ada-case-read-exceptions): Reinitialize the casing exception list
8177 first to nil first, so that the casing exception file can be
8178 shared.
8179 (ada-check-defun-name): Handles "configure" keyword for gnatdist
8180 files.
8181 (ada-compile-goto-error): Fix regexp used to detect a file:line
8182 anywhere in the error message
8183 (ada-contextual-menu-last-point): New variable
8184 (ada-create-keymap): If the variable delete-key-deletes-forward is
8185 t on XEmacs, it means that DEL should delete one character
8186 forward.
8187 (ada-create-menu): Use :included instead of :visible for XEmacs.
8188 New submenu "Options".
8189 (ada-end-stmt-re): Correctly indent "select ... then abort"
8190 statements.
8191 (ada-fill-comment-paragraph): Correctly delete all leading '--'
8192 even if they don't match ada-fill-comment-prefix Fix handling of
8193 paragraphs on the first or last line of a file.
8194 (ada-format-paramlist): Fix handling of default parameter values.
8195 (ada-get-body-name): New function.
8196 (ada-get-current-indent): Optimized by searchling directly for an
8197 existing generic part or a statement outside of it. Handle
8198 ada-indent-align-comments when indenting comments Replaced some
8199 regexps by testing directly the next character. This results in a
8200 huge speedup on some files. New indentation scheme for renames
8201 statements. Stop looking for the 'while' or 'for' associated with
8202 a 'loop' at the first semicolon encountered. A "return" can also
8203 match an anonymous access subprogram declaration.
8204 (ada-get-indent-noindent): Ignore strings and comments when
8205 looking for the keywords "record" and "private".
8206 (ada-goto-matching-decl-start): When matching "if", make sure we
8207 are not in fact seeing "end if". Ignore "when" statements except
8208 when initial keyword was "begin". Fix handling of nested
8209 procedures. Add a recursive call to this function to skip over
8210 other 'end' statmts. Fix indentation for "when .. => begin"
8211 (ada-in-open-paren-p): Fix indentation for complex boolean
8212 expressions, where 'and then', 'or else' and parenthesis
8213 statements are mixed up.
8214 (ada-in-paramlist-p): Skip comments while searching for the
8215 beginning Fix handling of operator declarations.
8216 (ada-indent-align-comments): New variable
8217 (ada-indent-current): Change the syntax table only in the
8218 protected section, so that we are sure it is restored correctly.
8219 (ada-indent-on-previous-lines): Use ada-use-indent and
8220 ada-with-indent Correctly indent "select ... then"
8221 (ada-indent-region): Slight speedup.
8222 (ada-indent-renames): New variable.
8223 (ada-last-which-function-subprog, ada-last-which-function-line):
8224 New variables
8225 (ada-looking-at-semi-private): Correctly indent the 'private'
8226 keyword when it is the first word in a package declaration.
8227 (ada-loose-case-word): Stop searching if at the end of the buffer.
8228 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
8229 even if point is not initially at the end of the word.
8230 (ada-matching-decl-start-re): Add "when".
8231 (ada-mode): Add support for abbrev-mode, outline-mode and
8232 which-func-mode Override the old find-file.el entry in
8233 ff-special-constructs since it is using the obsolete
8234 ada-spec-suffix variable
8235 (ada-no-auto-case): New function
8236 (ada-scan-paramlist): When parsing the argument type, accept
8237 spaces (as in "X 'Class", generated by Rational Rose).
8238 (ada-other-file-name): No longer loads the other file.
8239 (ada-popup-menu): Save and restore the current buffer and cursor
8240 position before and after displaying the menu.
8241 (ada-search-ignore-complex-boolean): New function.
8242 (ada-uncomment-region): Emacs21 already knows how to delete
8243 comments not starting in the first column.
8244 (ada-use-indent): New variable
8245 (ada-which-function): New function.
8246 (ada-with-indent): New variable
8247 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
8248 can be batch-compiled from the command line.
8249
8250 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
8251 Add to the menu when the file is loaded, not in ada-mode-hook.
8252 Add -toolbar to the default ddd command Switches moved from
8253 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
8254 ada-prj-default-comp-opt
8255 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
8256 Reference Manual to the menu
8257 (ada-check-current): rewritten as a call to ada-compile-current
8258 (ada-compile): Removed.
8259 (ada-compile-application, ada-compile-current, ada-check-current):
8260 Set the compilation-search-path so that compile.el automatically
8261 finds the sources in src_dir. Automatic scrollong of the
8262 compilation buffer. C-uC-cC-c asks for confirmation before
8263 compiling
8264 (ada-compile-current): New parameter, prj-field
8265 (ada-complete-identifier): Load the .ali file before doing
8266 processing
8267 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
8268 conform to gnatmake's behavior.
8269 (ada-find-file-in-dir): New function
8270 (ada-find-references): Set the environment variables for gnatfind
8271 (ada-find-src-file-in-dir): New function.
8272 (ada-first-non-nil): Removed
8273 (ada-gdb-application): Add support for jdb, the java debugger.
8274 (ada-get-ada-file-name): Load the original-file first if not done
8275 yet.
8276 (ada-get-all-references): Handles the new ali syntax (parent types
8277 are found between <>).
8278 (ada-initialize-runtime-library): New function
8279 (ada-mode-hook): Always load a project file when a file is opened,
8280 so that the casing exceptions are correctly read.
8281 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
8282 (ada-parse-prj-file): Use find-file-noselect instead of find-file
8283 to open the project file, since the latter does not work with
8284 speedbar Get default values before loading the prj file, or the
8285 default executable file name is wrong. Use the absolute value of
8286 src_dir to initialize ada-search-directories and
8287 compilation-search-path,... Add the standard runtime library to
8288 the search path for find-file.
8289 (ada-prj-default-debugger): Was missing an opening '{'
8290 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
8291 variables.
8292 (ada-prj-default-gnatmake-opt): New variable
8293 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
8294 buffers, the project file is the default one Save the windows
8295 configuration before displaying the menu.
8296 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
8297 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
8298 ...) regexp-quote identifiers names to support operators +,
8299 -,... in regexps.
8300 (ada-remote): New function.
8301 (ada-run-application): Erase the output buffer before starting the
8302 run Support remote execution of the application. Use
8303 call-process, or the arguments are incorrectly parsed
8304 (ada-set-default-project-file): Reread the content of the active
8305 project file, not the one from the current buffer When a project
8306 file is set as the default project, all directories are
8307 automatically associated with it.
8308 (ada-set-environment): New function
8309 (ada-treat-cmd-string): New special variable ${current}
8310 (ada-treat-cmd-string): Revised. The substitution is now done for
8311 any ${...} substring
8312 (ada-xref-current): If no body was found, compiles the spec
8313 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
8314 compiler to get rid of command line length limitations.
8315 (ada-xref-get-project-field): New function
8316 (ada-xref-project-files): New variable
8317 (ada-xref-runtime-library-specs-path)
8318 (ada-xref-runtime-library-ali-path): New variables
8319 (ada-xref-set-default-prj-values): Default run command now does a
8320 cd to the build directory. New field: main_unit Provide a default
8321 file name even if the current buffer has no prj file.
8322
8323 * ada-prj.el:
8324 Rewritten to show a tabbed-dialog.
8325 (ada-prj-add-ada-menu): Remove the map and name parameters.
8326 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
8327 New function
8328 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
8329 (ada-prj-load-from-file): New function
8330 (ada-prj-save): Always save fields that depend on the current buffer
8331 (ada-prj-show-value): New function
5044b74a 8332
7972fcfc
GM
8333 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
8334 Ada mode. This will allow us to display the Ada menu in any buffer
8335 we want (for project items).
8336 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
8337 number of spaces in the header.
5044b74a 8338
8730a8da
DL
83392000-07-24 Dave Love <fx@gnu.org>
8340
8341 * ediff-init.el (ediff-region-help-echo): Bind face-help.
8342
db3ca487
NF
83432000-07-23 Noah Friedman <friedman@splode.com>
8344
ad953485
NF
8345 * type-break.el (type-break): perform autosave.
8346 Suggested by Stephen Gildea <gildea@intouchsys.com>.
8347 (type-break-do-query): Cancel query schedule while performing
8348 actual query, to avoid possibility of a second query being made
8349 while first one is already in progress.
8350 (type-break-time-stamp-format): New variable.
8351 (type-break-time-stamp): New function.
8352 (type-break-time-warning): Use it.
8353 (type-break-keystroke-warning): Use it.
8354 (type-break-noninteractive-query): Use it.
8355
03a9c6d0
NF
8356 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
8357 cookie.
8358 Use add-minor-mode to set minor-mode-alist, if available.
8359 (eldoc-echo-area-use-multiline-p): New user option.
8360 (eldoc-echo-area-multiline-supported-p): New variable.
8361 (eldoc-docstring-format-sym-doc): Use them.
8362 (eldoc-mode): If not using idle timers, append to local post and
8363 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
8364 (eldoc-display-message-no-interference-p): Don't interfere with
8365 edebug.
8366 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
8367 (eldoc-function-arglist): New function.
8368 (eldoc-function-argstring): Use it.
8369
db3ca487
NF
8370 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
8371 auto save directory exists before calling directory-files.
8372
f7ad1899
DL
83732000-07-23 Dave Love <fx@gnu.org>
8374
8375 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
8376 ^o, ^u.
8377
43e764c9
DL
83782000-07-21 Dave Love <fx@gnu.org>
8379
475de6f4
DL
8380 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
8381 now passed to the function. It now works properly.
8382
43e764c9
DL
8383 * smerge-mode.el (smerge-mode-menu): Fill it out.
8384
e8bea4c0
GM
83852000-07-20 Gerd Moellmann <gerd@gnu.org>
8386
8387 * info-look.el (info-lookup): If *info* is shown in another frame
8388 on the same display, select that frame, instead of switching to
8389 the Info buffer in another window of the selected frame.
8390
8391 * simple.el (universal-argument-map): Bind numeric keypad keys
8392 kp-0 to kp-9 and kp-subtract.
8393 (digit-argument): Handle these keys.
8394
bc75b4fd
DL
83952000-07-20 Dave Love <fx@gnu.org>
8396
8397 * net/goto-addr.el (goto-address-fontify): Don't bother with
8398 buffer-modified and read-only stuff -- irrelevant with overlays.
8399 Put an extra property on the overlays and use it to clean up in
8400 case goto-address is re-run.
8401
8b7bc628
RS
84022000-07-19 Richard M. Stallman <rms@gnu.org>
8403
18e21ce8
RS
8404 * timer.el (run-with-idle-timer): Doc fix.
8405
db3ca487 8406 * mail/mail-utils.el (mail-strip-quoted-names):
8b7bc628
RS
8407 Handle case where <...> appears inside "...".
8408 Use replace-match to edit the string more simply.
8409 (rmail-dont-reply-to): Cope with an unmatched ".
8410
50575ec2
DL
84112000-07-19 Dave Love <fx@gnu.org>
8412
8413 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
8414 implementation.
8415
8416 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
8417 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
8418 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
8419
4279296d
GM
84202000-07-19 Gerd Moellmann <gerd@gnu.org>
8421
47db06aa
GM
8422 * textmodes/refer.el: Correct maintainer's email address.
8423
8424 * progmodes/hideif.el: Correct author's email address.
8425 Fix typo in comment.
8426
8427 * xml.el: New file.
8428
4279296d
GM
8429 * mail/mailheader.el: Correct author's mail address.
8430
8431 * gnus/parse-time.el: Correct author's mail address.
8432
47db06aa 84332000-07-19 Colin Walters <walters@cis.ohio-state.edu>
db3ca487
NF
8434
8435 * comint.el (comint-highlight-input, comint-highlight-face):
47db06aa
GM
8436 New user options.
8437 (comint-input-ring-file-name): Change custom type.
8438 (comint-mode-map): Bind mouse-2.
8439 (comint-insert-clicked-input): New function.
8440 (comint-send-input): Handle input highlighting.
8441
21ad0f7b
SM
84422000-07-18 Stefan Monnier <monnier@cs.yale.edu>
8443
8444 * mouse.el (popup-menu): New function.
8445 (mouse-major-mode-menu): Use it.
8446
3b33a005
DL
84472000-07-18 Dave Love <fx@gnu.org>
8448
8449 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
8450 improvements.
8451
dc1cac59
GM
84522000-07-18 Gerd Moellmann <gerd@gnu.org>
8453
21ad0f7b 8454 * faces.el (face-font-selection-order)
dc1cac59 8455 (face-font-family-alternatives): Add custom type.
db3ca487 8456
f8276b77
DL
84572000-07-18 Dave Love <fx@gnu.org>
8458
8459 * cus-edit.el (custom-variable-reset-saved)
8460 (custom-variable-reset-standard): Remove unused bindings.
8461
8462 * rect.el (open-rectangle-line): Remove unused let.
8463
8464 * hl-line.el (hl-line-highlight): Check hl-line-mode.
8465
3d6cd763
GM
84662000-07-18 Gerd Moellmann <gerd@gnu.org>
8467
8468 * cdl.el: Fix `Maintainer' keyword.
8469
8470 * play/pong.el: Add author's email address.
8471
34342a07
SS
84722000-07-17 Sam Steingold <sds@gnu.org>
8473
8474 * files.el (insert-directory): Call `split-string' instead of
8475 re-implementing it.
8476
088831a6
GM
84772000-07-18 Gerd Moellmann <gerd@gnu.org>
8478
8479 * mail/vms-pmail.el: Change maintainer to FSF.
8480
8481 * net/goto-addr.el: Change maintainer to FSF.
8482
088831a6 8483 * info.el (Info-title-face-alist): Removed.
db3ca487 8484
c152047f
GM
84852000-07-18 David Ponce <david@dponce.com>
8486
8487 * recentf.el (recentf-open-files): New command that works like
8488 `recentf-open-more-files', but shows the whole list of files (not just
8489 those omitted from the menu). Useful if you don't use a menu-bar!
8490 (recentf-open-more-files) Modified to use `recentf-open-files'.
8491
8492 (recentf-open-files, recentf-open-more-files)
8493 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
e04d21aa 8494
c152047f
GM
8495 (recentf-dialog-mode): New mode for dialogs. You can now just type
8496 "q" to cancel the dialogs.
8497
84982000-07-18 David Ponce <david@dponce.com>
8499
8500 * recentf.el: This is a major update of recentf.el. It adds new
8501 features to better organize the recentf menu and "More..." buffer.
8502
8503 Using new provided menu filtering functions you can now organize the
8504 recent files list:
8505
8506 - by major modes
8507 - by directories
8508 - by user defined rules
8509
8510 Finally, with the new `recentf-filter-changer' customizable filter you
8511 can define a ring of filters and dynamically (via the menu) cycle on
8512 each menu organization in the ring (a la msb).
8513
68be2869
EZ
85142000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
8515
8516 * eshell/eshell.el (eshell): Replace links to eshell.info with
8517 links to eshell, to avoid problems on systems where the manual is
8518 installed as `eshell'.
8519 * eshell/esh-cmd.el (eshell-cmd): Ditto.
8520 * eshell/em-smart.el (eshell-smart): Ditto.
8521 * eshell/em-banner.el (eshell-banner): Ditto.
21ad0f7b 8522 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
68be2869
EZ
8523
8524 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
8525 same-file check in the MS-DOS version (it does support inodes).
8526
8527 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
8528
21ad0f7b
SM
8529 * eshell/eshell.el (eshell-directory-name):
8530 Run default directory name through convert-standard-filename.
68be2869 8531
269b4dcb
KH
85322000-07-18 Kenichi Handa <handa@etl.go.jp>
8533
21ad0f7b
SM
8534 * international/mule-cmds.el (select-safe-coding-system):
8535 Fix typo in the comment.
240a16cf 8536
21ad0f7b
SM
8537 * language/european.el (compound-text):
8538 Force katakana-jisx0201 to be designated to G1.
aa96c820 8539
21ad0f7b
SM
8540 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
8541 Don't translate some national variant characters of latin-jisx0201.
aa96c820 8542 (x-ctext): Force katakana-jisx0201 to be designated to G1.
a99c9d06 8543
269b4dcb
KH
8544 * international/kkc.el (kkc-after-update-conversion-functions):
8545 New variable.
8546 (kkc-update-conversion): Run functions in it at the tail.
8547
68be2869 85482000-07-16 John Wiegley <johnw@gnu.org>
6feeb380 8549
21ad0f7b
SM
8550 * lisp/align.el (align-newline-and-indent):
8551 Adding new function. for auto-aligning blocks of code on RET.
6feeb380
JW
8552 (align-region): Fixed badly formatted minibuffer message.
8553
7a3fd467
KH
85542000-07-17 Kenichi Handa <handa@etl.go.jp>
8555
21ad0f7b 8556 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
7a3fd467
KH
8557 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
8558 the conversion list at first if appropriate.
8559 (kkc-next): Don't update kkc-next-count here.
8560 (kkc-prev): Don't update kkc-prev-count here.
8561 (kkc-show-conversion-list-update): Fix setting up of conversion
8562 list message.
8563
a45423d8
SM
85642000-07-16 Stefan Monnier <monnier@cs.yale.edu>
8565
088831a6 8566 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
a45423d8 8567
91a38db1
DL
85682000-07-16 Dave Love <fx@gnu.org>
8569
8570 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
8571 function to be more specific.
8572
8573 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
8574 non-string help-echo.
8575 (widget-types-convert-widget): Defsubst it.
8576 (widget-echo-help): Try to cope with a help-echo function of two
8577 possible sorts.
8578
3fddcdc3
JR
85792000-07-15 Jason Rumney <jasonr@gnu.org>
8580
8581 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
8582 Declare as obsolete.
8583
8584 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
8585
bd23a692
GM
85862000-07-14 Gerd Moellmann <gerd@gnu.org>
8587
8588 * hilit-chg.el: Fix typo.
8589
d4af987a
DL
85902000-07-14 Dave Love <fx@gnu.org>
8591
8592 * info.el (Info-mode-menu): Fix use of :help, :enable.
8593
3a4f3f86
SM
85942000-07-14 Stefan Monnier <monnier@cs.yale.edu>
8595
8596 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
8597
cf6936a4
DL
85982000-07-13 Dave Love <fx@gnu.org>
8599
4d6d04b5
DL
8600 * emacs-lisp/easymenu.el: Doc fixes.
8601 (easy-menu-remove): Defalias to ignore.
8602
cf6936a4
DL
8603 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
8604 Call throw correctly.
8605
56437999
GM
86062000-07-13 Gerd Moellmann <gerd@gnu.org>
8607
8608 * faces.el (frame-background-mode): Doc fix.
8609
8610 * simple.el (eval-expression-print-length): Change custom type to
8611 allow entering nil as value.
8612
d04a3972
DL
86132000-07-13 Dave Love <fx@gnu.org>
8614
3a4f3f86
SM
8615 * progmodes/fortran.el (fortran-imenu-generic-expression):
8616 Change definition layout.
a8189dfe
DL
8617 (fortran-mode-menu): Reinstate customize entries.
8618
d04a3972
DL
8619 * cus-edit.el (custom-group-menu-create, customize-menu-create):
8620 Use :filter, per old XEmacs code.
8621
4bf4fb05
GM
86222000-07-12 Gerd Moellmann <gerd@gnu.org>
8623
8624 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
8625 event when deciding what to send to the terminal.
8626
37328bcd
DL
86272000-07-12 Dave Love <fx@gnu.org>
8628
8629 * cus-start.el: Add optional version as 4th element of specs and
8630 use it for several things new in v21. Remove load-path. Fix type
8631 of line-number-display-limit.
8632
89492072
DL
86332000-07-11 Dave Love <fx@gnu.org>
8634
3a4f3f86
SM
8635 * progmodes/fortran.el: Don't require easymenu.
8636 Use repeat counts in various regexps.
315aa1de
DL
8637 (fortran-mode-syntax-table): Defvar directly.
8638 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
3a4f3f86
SM
8639 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
8640 Use defvar, not defconst.
8641 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
315aa1de
DL
8642 (fortran-mode): Set fortran-comment-line-start-skip,
8643 fortran-comment-line-start-skip, dabbrev-case-fold-search.
8644 (fortran-comment-indent): Use defsubst.
3a4f3f86
SM
8645 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
8646 Use fortran-comment-indent, not fortran-comment-indent-function.
315aa1de
DL
8647 (fortran-comment-region, fortran-electric-line-number): Simplify.
8648 (fortran-auto-fill): New function.
8649 (fortran-do-auto-fill): Deleted.
3a4f3f86
SM
8650 (fortran-find-comment-start-skip):
8651 Check for non-null comment-start-skip.
8652 (fortran-auto-fill-mode, fortran-fill-statement):
8653 Use fortran-auto-fill.
315aa1de 8654 (fortran-fill): Use fortran-auto-fill. Check for null
3a4f3f86 8655 comment-start-skip. Simplify final clause and use end-of-line finally.
315aa1de 8656
89492072
DL
8657 * widget.el (widget-plist-member): New alias.
8658
d55ead18
EZ
86592000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
8660
8661 * eshell/esh-module.el (toplevel): Reference
8662 byte-compile-current-file only if it is bound.
8663
e82a2a05
GM
86642000-07-10 Gerd Moellmann <gerd@gnu.org>
8665
8666 * dired.el: Don't require `dired-aux'.
8667
1fc7fb2b
MB
86682000-07-10 Miles Bader <miles@lsi.nec.co.jp>
8669
8670 * dired-aux.el (dired-show-file-type): New function.
8671 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
8672 (dired-show-file-type): Add autoload.
8673
ab49ce15
KH
86742000-07-10 Kenichi Handa <handa@etl.go.jp>
8675
8676 * international/mule-diag.el (describe-font): Adjusted for the
3a4f3f86 8677 change of fontset-info.
ab49ce15
KH
8678 (print-fontset): Likewise.
8679
f45aab65
SM
86802000-07-09 Stefan Monnier <monnier@cs.yale.edu>
8681
8682 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
8683
2f72fd2f
GM
86842000-07-07 Gerd Moellmann <gerd@gnu.org>
8685
e82a2a05 8686 * bindings.el: Bind `[delete]' to delete-char.
965522f5 8687
2f72fd2f
GM
8688 * dired.el (dired-find-alternate-file): New function.
8689 (dired-mode-map): Bind `a' to dired-find-alternate-file.
8690 (toplevel): Require dired-aux when compiling.
8691 (dired-buffers): Move defvar within file to avoid compiler warning.
8692
8693 * info.el (Info-last-search): Variable removed.
8694 (Info-search-history): New variable.
8695 (Info-search): New Info-search-history.
8696
8697 * battery.el, info-look.el: Change author's mail address.
8698
965522f5 86992000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
34342a07 8700
965522f5
GM
8701 * mail/rmail.el (rmail-clear-headers): Don't throw an error
8702 if rmail-ignored-headers is nil.
8703 (rmail-retry-failure): Bind rmail-ignored-headers and
8704 rmail-displayed-headers to nil.
8705
dd8888a1
GM
87062000-07-06 Gerd Moellmann <gerd@gnu.org>
8707
e5c81191
GM
8708 * lpr.el (lpr-page-header-switches): Add `-h' switch.
8709 (print-region-1): Don't hard code `-h' here.
8710
dd8888a1
GM
8711 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
8712
e5c81191
GM
87132000-07-01 Francesco Potorti` <pot@gnu.org>
8714
8715 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
8716 exim can use "your message" instead of "the message".
34342a07 8717
f45aab65
SM
87182000-07-06 Stefan Monnier <monnier@cs.yale.edu>
8719
8720 * facemenu.el: Docstrings fixes.
8721 (facemenu-get-face): Don't use internal-find-face.
8722 (facemenu-iterate): Rename arg to match the docstring.
8723
8724 * newcomment.el (uncomment-region): Be more careful when skipping
8725 backwards over `=' not to bump into BOBP.
8726
d396e521 87272000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
34342a07 8728
dd8888a1
GM
8729 * ediff-diff.el (ediff-wordify): Use syntax table.
8730 * ediff-init.el (ediff-has-face-support-p): Use
d396e521 8731 ediff-color-display-p.
dd8888a1 8732 (ediff-color-display-p): Use display-color-p, changed to defun
d396e521
MK
8733 from defsubst.
8734 Got rid of special cases for NeXT and OS/2.
dd8888a1 8735 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
d396e521 8736 face.
34342a07 8737
5e2dfaa4
SM
87382000-07-05 Stefan Monnier <monnier@cs.yale.edu>
8739
8740 * emacs-lisp/lucid.el: Require CL.
8741 (copy-tree, remprop): Remove, it's provided by CL.
8742 (map-keymap): Define in terms of cl-map-keymap.
8743 (extent-property, set-extent-end-glyph): New functions.
8744
8745 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
8746
d5c5cddd
GM
87472000-07-05 Gerd Moellmann <gerd@gnu.org>
8748
485266d0
GM
8749 * Makefile.in (DONTCOMPILE): Add comment that the name may
8750 not be changed without changing the make-dist script.
8751
5e2dfaa4 8752 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
d5c5cddd 8753 (cl-mapc): Use mapc instead of cl-old-mapc.
34342a07 8754
e2c46326
AI
87552000-07-05 Andrew Innes <andrewi@gnu.org>
8756
8757 * makefile.nt: Add support for `bootstrap' and related targets.
8758
a027a91b
SM
87592000-07-05 Stefan Monnier <monnier@cs.yale.edu>
8760
8761 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
8762 (easy-menu-do-define): Use `menu-item' format.
8763 Handle case where easy-menu-create-menu returns a symbol.
8764 Manually call the potential top-level filter in the function binding.
8765 (easy-menu-filter-return): New arg NAME.
8766 Convert to a keymap if MENU is an XEmacs menu.
8767 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
8768 (easy-menu-converted-items-table, easy-menu-convert-item):
8769 New var and fun to memoize easy-menu-convert-item-1.
8770 (easy-menu-do-add-item): Use it.
8771 (easy-menu-create-menu): Use easy-menu-convert-item.
8772 Wrap easy-menu-filter-return around any :filter specification.
8773 Don't convert the menu if a filter was specified.
8774 Tell easy-menu-make-symbol not to check for MENU being an expression.
8775 (easy-menu-make-symbol): New arg NOEXP.
8776
5e03eb84
GM
87772000-07-05 Gerd Moellmann <gerd@gnu.org>
8778
8779 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
8780 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
8781 (eval-defun): If called with prefix arg, instrument code for
8782 Edebug.
8783
8784 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
8785 similar to that of eval-defun.
8786
fca68a95
DL
87872000-07-04 Dave Love <fx@gnu.org>
8788
7ccbba4c
DL
8789 * hl-line.el (hl-line-overlay): Make it permanent-local.
8790
fca68a95
DL
8791 * calendar/todo-mode.el: Replaced with a working version, based on
8792 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
8793
87942000-07-03 Miles Bader <miles@lsi.nec.co.jp>
78e7e8a0
MB
8795
8796 * paths.el (prune-directory-list): New function.
8797 (Info-default-directory-list): Rewritten to more methodically
8798 enumerate a big list of possible info directories (based on the
8799 list used by the standalone info reader).
fca68a95 8800
78e7e8a0 8801 * info.el (info-initialize): Use prune-directory-list to remove
3a4f3f86 8802 non-existent directories from Info-directory-list.
78e7e8a0 8803
78e7e8a0
MB
8804 * paths.el (Info-default-directory-list): Try a list of possible
8805 info-directories instead of a single one. Add the possible
8806 info directory "/usr/share/info".
8807
8808 * woman.el (woman-man.conf-path): Explicitly include the debian
8809 man-db config file "/etc/manpath.config".
8810 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
8811 are present in `manpath.config'.
8812 (woman-manpath): Include "/usr/share/man".
8813
67c9a1d2
GM
88142000-07-03 Gerd Moellmann <gerd@gnu.org>
8815
6753393b
GM
8816 * frame.el (blink-cursor-mode): Don't hide cursor initially.
8817
8818 * startup.el (command-line): Initialize blink-cursor based
8819 on window-system.
8820
e4f98ad3
GM
8821 * frame.el (blink-cursor): Default to nil if not running under
8822 a window-system.
8823
2f516940
GM
8824 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
8825 (face-x-resources): Remove duplicate entry for :font.
8826
67c9a1d2
GM
8827 * textmodes/refer.el (refer-find-entry-internal): Use some-window
8828 instead of cycling through windows with next-window.
8829
8830 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
8831 of cycling through windows with next-window.
8832
8833 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
8834 of cycling through windows with next-window.
8835
8836 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
8837 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
8838 instead of cycling through windows with next-window.
8839
8840 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
8841 instead of cycling through windows with next-window.
8842
8843 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
8844 of cycling through windows with next-window.
8845
8846 * terminal.el (te-process-output): Use walk-windows instead of
8847 cycling through windows with next-window.
8848
8849 * server.el (server-switch-buffer): Use some-window instead of
8850 cycling through windows with next-window.
8851
8852 * window.el (some-window): New function.
8853 (walk-windows): Remove reference to walk-windows-start.
831a6cb0 8854
3a4f3f86 8855 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
831a6cb0 8856
8b7bc628 88572000-07-03 Richard Stallman <rms@gnu.org>
67c9a1d2
GM
8858
8859 * window.el (walk-windows): Guarantee termination by keeping a list
8860 of all the windows already handled.
8861
d0d57043
EZ
88622000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
8863
8864 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
8865 window-system.
8866
8867 * man.el (Man-notify-when-ready): Don't use window-system. If
8868 Man-notify-method is newframe, and the display is not
8869 multi-frame, select the frame created for the man page.
8870 (Man-init-defvars): Doc fix.
8871
d5483ab1
GM
88722000-06-28 Gerd Moellmann <gerd@gnu.org>
8873
af5c25e1
GM
8874 * faces.el (region): Change background color for light background.
8875
8876 * ediff-wind.el (ediff-setup-control-frame): Remove :box
8877 attribute from mode-line face of Ediff control frame.
8878
d5483ab1
GM
8879 * replace.el (query-replace-map): Bind `e' like `E'.
8880
9d47450f
EZ
88812000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
8882
3a4f3f86
SM
8883 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
8884 Change name to "Select All".
496b7491 8885
9d47450f
EZ
8886 * dos-fns.el (convert-standard-filename): Fix last change.
8887
0b431deb
GM
88882000-06-27 Gerd Moellmann <gerd@gnu.org>
8889
4fa9f636
GM
8890 * help.el (describe-variable): Don't insert a second `'s' in front
8891 of the string `value is shown below'. Since the syntax-table is
8892 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
8893 an existing `'s', so that this won't be deleted.
8894
0b431deb
GM
8895 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
8896 * pcmpl-unix.el: New files.
8897
32cad0aa
SM
88982000-06-26 Stefan Monnier <monnier@cs.yale.edu>
8899
8900 * wid-edit.el (widget-member): Use the new plist-member.
8901
2c69ced2
GM
89022000-06-26 Gerd Moellmann <gerd@gnu.org>
8903
44c0f771
GM
8904 * replace.el (perform-replace): Undo change of 2000-04-04.
8905 Instead, move backward 1 character at the end of the loop when
8906 necessary.
34342a07 8907
1d36487c
GM
8908 * faces.el (fringe): Change face for different backgrounds.
8909
8910 * eshell/esh-module.el (toplevel): Load defgroup's differently;
8911 patch from John.
8912
2c69ced2
GM
8913 * eshell/*.el: Change spelling of the Free Software Foundation.
8914
8915 * eshell/esh-toggle.el: Removed.
8916
8917 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
8918
8919 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
8920 interactively.
8921
89222000-06-26 Alex Schroeder <alex@gnu.org>
8923
8924 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
8925 `define-key'; instead of checking `(emacs-version)' check for
8926 `set-keymap-parent' and `set-keymap-name' directly. Add entries
8927 for `;' and `o' which might be electric.
8928
8929 (sql-electric-stuff): New user option.
8930 (sql-magic-go): New function which uses `sql-electric-stuff'.
8931 (sql-magic-semicolon): New function which uses
8932 `sql-electric-stuff'.
8933
8934 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
8935 is not fboundp.
8936
8937 (sql-oracle-options): New variable.
8938 (sql-oracle): Use it.
8939
8940 (sql-imenu-generic-expression): Doc change.
8941 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
8942 is used.
8943
8944 (sql-informix): Added command line parameter "-" to force
8945 sql-informix-program to use stdout.
8946
db1306d8
EZ
89472000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
8948
3a4f3f86 8949 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
db1306d8
EZ
8950 (cp864-decode-table): Doc fix.
8951 (cp720-decode-table): New variable, supports the Arabic OEM
8952 codepage used by Windows.
8953 (cp737-decode-table): New, Greek OEM codepage used by Windows.
8954
c69e5fcd
DL
89552000-06-23 Dave Love <fx@gnu.org>
8956
8957 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
8958 (font-lock-fontify-anchored-keywords): Use
8959 line-beginning-position.
8960 (global-font-lock-mode): Use mapc.
8961
30ad8f23
SM
89622000-06-23 Stefan Monnier <monnier@cs.yale.edu>
8963
8964 * eshell/esh-module.el: Require CL when compiling.
8965
26b4dc84
GM
89662000-06-23 Gerd Moellmann <gerd@gnu.org>
8967
78c56e70
GM
8968 * comint.el (comint-substitute-in-file-name): Call replace-match
8969 with second and third arg t.
8970
34342a07 8971 * cus-edit.el (custom-button-face, custom-button-pressed-face):
f6478c66
GM
8972 Specify foreground color.
8973
8974 * faces.el (tool-bar, mode-line, header-line): Specify foreground
8975 color.
8976
affbf647
GM
8977 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
8978
8979 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
8980 cddr instead of cdddr.
8981
25fffb31
GM
8982 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
8983 instead of copy-list.
8984
8985 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
8986 of copy-list.
8987
26b4dc84
GM
8988 * subdirs.el: Add eshell subdirectory.
8989
8990 * eshell: New subdirectory containing the Eshell package.
8991
8992 * pcomplete.el: New file.
8993
78c56e70
GM
89942000-06-23 Paul Eggert <eggert@twinsun.com>
8995
ea055732
GM
8996 * mail/mailpost.el (post-mail-send-it): Make sure file has
8997 proper permissions from birth.
8998
8999 * files.el (basic-save-buffer-2): When temporarily setting
9000 file modes, set them to current modes plus 0200, not to 0777.
9001
78c56e70
GM
9002 * emerge.el (emerge-make-temp-file): Make sure file has proper
9003 permissions from birth.
9004
a3a7ff33
EZ
90052000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
9006
9007 * files.el (make-backup-file-name-1): On DOS/Windows, run the
9008 backup file name through convert-standard-filename.
9009
9010 * dos-fns.el (convert-standard-filename): Convert leading
9011 directories as well. When long file names are supported, convert
9012 characters that are invalid in Windows file names.
9013
1fd9b7fe
GM
90142000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9015
9016 * ps-print.el: Fix bug: if ^L is the very first buffer character,
9017 ps-print crashes. New feature: page selection for printing. Create
9018 raw-text-unix coding system for XEmacs. Doc fix.
9019 (ps-print-version): New version number (5.2.3).
9020 (ps-plot-region): Bug fix.
9021 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
9022 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
9023 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
9024 funs.
9025 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
9026 (ps-last-page): New vars.
9027
16ed8416
GM
90282000-06-21 Gerd Moellmann <gerd@gnu.org>
9029
9030 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
9031 empty option string.
9032
4fbee715
EZ
90332000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
9034
9035 * man.el (man): Doc fix.
9036
eaecfc94
KH
90372000-06-21 Kenichi Handa <handa@etl.go.jp>
9038
9039 * international/mule-cmds.el (set-language-info-alist): Docstring
9040 fixed.
9041
4a27bdfb
GM
90422000-06-20 Gerd Moellmann <gerd@gnu.org>
9043
9044 * version.el (emacs-version): Use ISO date format.
9045
9046 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
9047 instead of `M-backspace'.
9048
9049 * simple.el (turn-off-auto-fill): New function.
9050
8972fe79
SM
90512000-06-20 Stefan Monnier <monnier@cs.yale.edu>
9052
9053 * jit-lock.el (with-buffer-prepared-for-jit-lock):
9054 Renamed from with-buffer-prepared-for-font-lock and use
9055 inhibit-modification-hooks rather than setting *-change-functions.
9056 Update all functions to use the new name.
9057 (jit-lock-first-unfontify-pos): New semantics (and doc).
9058 (jit-lock-mode): Make non-interactive.
9059 Don't automatically turn on font-lock.
9060 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
9061 Always use jit-lock-after-change.
9062 Remove and restore font-lock-after-change-function.
9063 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
9064 (jit-lock-after-unfontify-buffer): Remove.
9065 (jit-lock-stealth-fontify):
9066 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
9067 (jit-lock-after-change): Set the `fontified' text-prop to nil.
9068
5d80cc9c
SS
90692000-06-20 Sam Steingold <sds@gnu.org>
9070
9071 * emacs-lisp/cl-indent.el (toplevel): Indent
9072 `print-unreadable-object' properly. Untabify.
9073
f54e4d13
CD
90742000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
9075
9076 * textmodes/reftex.el (reftex-find-citation-regexp-format):
9077 Support for bibentry.
9078 (reftex-compile-variables): Fixed problem with end of section-re.
9079
9080 * texmodes/reftex-dcr.el (reftex-view-crossref,
8972fe79
SM
9081 reftex-view-crossref-from-bibtex):
9082 Deal with changed `reftex-find-citation-regexp-format'.
f54e4d13
CD
9083 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
9084 Replaced `remprop' with `put'.
8972fe79
SM
9085 (reftex-view-crossref, reftex-view-crossref-when-idle):
9086 Support for bibentry.
f54e4d13 9087
8972fe79
SM
9088 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
9089 New entry for bibentry package.
f54e4d13 9090
8972fe79
SM
9091 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
9092 Regexp also matches "\nobibliography".
f54e4d13 9093
8972fe79
SM
9094 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
9095 Call `reftex-ensure-write-access' before doing anything.
f54e4d13
CD
9096 (reftex-ensure-write-access): New function.
9097
f54e4d13
CD
90982000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
9099
9100 * progmodes/idlwave.el: File re-installed (update to version 4.2)
9101
9102 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
9103
9104 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
9105
9106 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
9107
9108
560c43f4
DL
91092000-06-20 Dave Love <fx@gnu.org>
9110
9111 * faces.el (frame-background-mode): Use set-default, not set, in
9112 setter.
9113 (frame-update-faces, frame-update-face-colors): Define with
9114 defalias.
9115
9116 * enriched.el (enriched-decode-foreground)
9117 (enriched-decode-background): Don't use internal-find-face.
9118
9119 * apropos.el: Doc fixes.
9120
9121 * cus-edit.el (customize-changed-options): Check arg.
9122 (customize-version-lessp): Don't require decimal point.
9123
9124 * custom.el (defcustom, defgroup): Doc fix.
9125
9126 * newcomment.el (comment) <defgroup>: Add :version.
9127 (comment-multi-line): Doc fix.
9128
9129 * emulation/mlsupport.el (define-hooked-local-abbrev,
9130 define-hooked-global-abbrev): Fix, using define-abbrev.
9131
cdf0357b
GM
91322000-06-19 Gerd Moellmann <gerd@gnu.org>
9133
9134 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
9135 the whole buffer.
9136
10013d74
DL
91372000-06-19 Dave Love <fx@gnu.org>
9138
9139 * menu-bar.el (menu-bar-options-save): New function.
9140 (menu-bar-options-menu): Use it.
9141 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
9142 Simplify.
9143
6922f208
AS
91442000-06-19 Andreas Schwab <schwab@suse.de>
9145
9146 * progmodes/etags.el (tags-query-replace): Put new parameters
9147 START and END at the end, for backward compatibility.
9148
10d7bf84
KH
91492000-06-19 Kenichi Handa <handa@etl.go.jp>
9150
9151 * international/codepage.el:
9152 (cp-coding-system-for-codepage-1): Delete special codes for
9153 generating xxx-dos coding system because now a CCL based coding
9154 system can handle EOL conversion by default.
9155
9156 * international/mule.el (make-coding-system): Generate subsidiary
9157 coding systems for EOL handling variants even for a CCL based
9158 coding system.
9159
8f3c9a3d
KH
91602000-06-19 Kenichi Handa <handa@etl.go.jp>
9161
9162 * international/isearch-x.el (isearch-minibuffer-input-method)
9163 (isearch-minibuffer-input-method-function): These variables
9164 deleted.
9165 (isearch-with-input-method): Don't use the above variables.
9166 (isearch-process-search-multibyte-characters): Likewise. Call
9167 read-string with the arg INHERIT-INPUT-METHOD t.
9168
c2acf685
SM
91692000-06-17 Stefan Monnier <monnier@cs.yale.edu>
9170
13f0d185
SM
9171 * font-lock.el (font-lock-after-fontify-buffer)
9172 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
9173
9174 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
9175 Use consistent make-local-variable style for font-lock-fontified.
9176 (jit-lock-fontify-buffer):
9177 Don't bother checking for font-lock-mode and jit-lock-mode.
9178
c2acf685
SM
9179 * time.el: Remove trailing ^M that prevent CVS-merging.
9180
a9021acd
GM
91812000-06-16 Gerd Moellmann <gerd@gnu.org>
9182
9183 * Makefile.in (distclean): New target.
5d80cc9c 9184
0df68e9f
SM
91852000-06-16 Stefan Monnier <monnier@cs.yale.edu>
9186
9187 * Makefile.in (srcdir): Define for update-subdirs.
9188
6344985d
GM
91892000-06-16 Gerd Moellmann <gerd@gnu.org>
9190
9191 * find-lisp.el: New file.
9192
63239267
AI
91932000-06-16 Andrew Innes <andrewi@gnu.org>
9194
9195 * time.el (display-time-mail-function): New variable, to allow
9196 external packages to indicate when new mail is available.
9197 (display-time-update): Use it.
9198
1699f991
KH
91992000-06-16 Kenichi Handa <handa@etl.go.jp>
9200
a3b37893
KH
9201 * international/mule.el (mule-version): Change version name to
9202 SAKAKI. AOI has already been used by Meadow.
9203
1699f991
KH
9204 * international/quail.el (quail-show-guidance-buf): To find the
9205 bottom window (but minibuffer), pay attention to the height of
9206 minibuffer.
9207
228b083e
EZ
92082000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
9209
7d5c8691
EZ
9210 * arc-mode.el (archive-mode-map): Use the new menu-item format for
9211 menu-bar menus. Add help strings. Don't remove the Edit menu
9212 from the menu bar, as the menu bar has enough space now.
9213
261f3289
EZ
9214 * Makefile.in (SHELL): Make sure /bin/sh is used.
9215
228b083e
EZ
9216 * woman.el (woman-man-buffer): Fix bold and underlined CJK
9217 characters, which use series of two ^H characters instead of one.
9218
e27e8d71
GM
92192000-06-15 Gerd Moellmann <gerd@gnu.org>
9220
5d80cc9c 9221 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
451ec4e3 9222 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
5d80cc9c 9223 functions.
451ec4e3
GM
9224 (Info-find-node-2): Try a case-sensitive search first, then
9225 do a case-insensitive search.
9226
9227 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
9228 tutorials.
9229
b675095c
GM
9230 * complete.el (PC-env-vars-alist): New variable.
9231 (PC-complete-as-file-name): New function.
9232 (partial-completion-mode): Initialize PC-env-vars-alist from
9233 process-environment.
9234 (PC-do-completion): Handle completion of env vars.
9235
9236 * info.el (Info-set-mode-line): Show file name in mode line,
9237 use `*Info*' instead of `Info:'.
9238
e27e8d71
GM
9239 * startup.el (command-line-1): Change copyright messages to year
9240 2000.
9241
28223a7e
DL
92422000-06-15 Dave Love <fx@gnu.org>
9243
9244 * net/goto-addr.el (goto-address-fontify): Use keymap property,
9245 not local-map.
9246
32684631
KH
92472000-06-15 Kenichi Handa <handa@etl.go.jp>
9248
9249 * international/mule.el (set-buffer-file-coding-system): Almost
9250 rewritten to handle `undecided' as no-op.
9251
9f817ea4
GM
92522000-06-14 Gerd Moellmann <gerd@gnu.org>
9253
e27e8d71 9254 * Makefile.in: New file.
dce6b995
GM
9255
9256 * Makefile: Removed.
9257
9f817ea4
GM
9258 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
9259 (goto-address-highlight-keymap): Bind C-c RET.
9260
2de33f94
KH
92612000-06-14 Kenichi Handa <handa@etl.go.jp>
9262
bbf1e8a5
KH
9263 * mail/sendmail.el (sendmail-send-it): The temporary buffer
9264 inherits buffer-file-coding-system of the current buffer.
725a6897 9265
02891cc3
KH
9266 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
9267 0. Give correct argument to set-auto-coding-function.
9268 (tar-expunge): For goto-char, use (point-min), not 0.
9269 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
9270 (tar-subfile-save-buffer): Likewize.
9271
2de33f94
KH
9272 * international/mule.el
9273 (after-insert-file-set-buffer-file-coding-system): Call
9274 set-buffer-file-coding-system with the arg FORCE t.
9275
1681ead6
GM
92762000-06-13 Gerd Moellmann <gerd@gnu.org>
9277
9278 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
9279 nil. Contemporary sendmails issue an X-Authentication-Warning if
b675095c 9280 the sender is set with `-f'.
1681ead6 9281
fdf4b680
DL
92822000-06-13 Dave Love <fx@gnu.org>
9283
9c50afce
DL
9284 * help.el (describe-function-1): Kluge around cases of functions
9285 fset to subrs whose doc doesn't match their symbol-name.
9286
0ad550ba 9287 * image.el (insert-image): Default STRING to a space.
f290ca08 9288
fdf4b680 9289 * info.el Doc fixes.
5d80cc9c 9290 (Info-build-node-completions): Match Ref tags.
fdf4b680 9291
9b6610db
EZ
92922000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
9293
a704139d
EZ
9294 * frame.el (display-multi-frame-p, display-multi-font-p): New
9295 defaliases for display-graphic-p.
9296
9b6610db
EZ
9297 * hl-line.el: Fixed a typo in commentary.
9298
7a5ea398
KH
92992000-06-13 Kenichi Handa <handa@etl.go.jp>
9300
9301 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
9302 fixed.
9303
0dc91c57
DL
93042000-06-12 Dave Love <fx@gnu.org>
9305
9306 * image.el (insert-image): Save a little consing.
9307
0bd5914b
KH
93082000-06-12 Kenichi Handa <handa@etl.go.jp>
9309
9310 * language/tibet-util.el: Convert all tibetan-1-column characters
9311 to the corresponding tibetan characters.
9312 (tibetan-add-components): Delete code for the special treatment of
9313 'a chung.
9314
9315 * language/tibetan.el (tibetan-composable-pattern): Fix previous
9316 change.
9317 (tibetan-vowel-transcription-alist): More rules added.
9318 (tibetan-composite-vowel-alist): New variable.
9319 (tibetan-precomposition-rule-alist): More rules added.
9320
6dc7d3d5
SM
93212000-06-12 Stefan Monnier <monnier@cs.yale.edu>
9322
9c04c393
SM
9323 * startup.el (command-line): Only call menu-bar-mode if interactive.
9324
9325 * thingatpt.el (toplevel symbol-properties):
9326 * textmodes/makeinfo.el (makeinfo-compile):
9327 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
5d80cc9c 9328 * progmodes/hideif.el (hif-compress-define-list)
9c04c393 9329 (hide-ifdef-use-define-alist):
5d80cc9c 9330 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
9c04c393
SM
9331 (ange-ftp-vms-add-file-entry):
9332 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
9333 * man.el (Man-build-man-command):
9334 * mail/rnewspost.el (news-reply-header-hook):
9335 * info.el (Info-insert-dir):
9336 * emulation/mlconvert.el (backward-word, forward-word, setq):
9337 * emacs-lisp/gulp.el (gulp-send-requests):
5d80cc9c
SS
9338 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
9339 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
9c04c393
SM
9340 (byte-optimize-apply, end of file):
9341 * emacs-lisp/advice.el (ad-advice-class-completion-table)
9342 (ad-make-freeze-definition):
9343 * startup.el (command-line, command-line-1): Don't quote lambdas.
9344
6dc7d3d5
SM
9345 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
9346 (cvs-cleanup-removed): New function.
9347 (cvs-cleanup-functions): New var.
9348 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
9349 some flexibility in specifying additional entries to auto-cleanup.
9350 (cvs-quickdir): New function.
9351 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
9352 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
9353 (cvs-mode-find-file): Check that we are on a filename or dirname
9354 when invoked through a mouse-click.
9355 (cvs-full-path): Remove.
9356 (cvs-dired-action): Re-introduced.
9357 (cvs-dired-noselect): Use it.
9358 (vc-post-command-functions): use this new hook if available.
9359
9360 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
9361 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
9362 (cvs-filename-map, cvs-dirname-map): Remove.
9363 (cvs-default-action): Remove.
9364 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
9365 if the arg is really a keymap.
9366 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
9367 Don't hardcode the mapping from state (aka type) to face, but check
9368 the var cvs-fi-<type>-face instead.
9369 (cvs-fileinfo-from-entries): New function.
9370
9371 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
9372 Docstring fix.
9373 (cvs-find-file-and-jump): Change default to be safer.
9374 (cvs-mode-diff-map): Define it as a function as well.
9375 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
9376 Bind mouse-2 in this global map rather than with text-properties.
9377
9378 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
9379 file to resolve the ambiguity between C(conflict) and C(need-merge).
9380
5050a2ef
KH
93812000-06-12 Kenichi Handa <handa@etl.go.jp>
9382
9383 * international/mule.el (set-buffer-file-coding-system): If
9384 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
9385 unconditionally.
9386
35a7ac84
DL
93872000-06-12 Dave Love <fx@gnu.org>
9388
9389 * wid-edit.el (widget-specify-button): Really suppress the face if
9390 required.
9391
db8eeecd
GM
93922000-06-11 Gerd Moellmann <gerd@gnu.org>
9393
9394 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
9395
70223ca4
SM
93962000-06-11 Stefan Monnier <monnier@cs.yale.edu>
9397
9398 * imenu.el (imenu-generic-expression): Docstring fix.
9399
9400 * composite.el (composition-function-table): Move the `put'
9401 below the autoload cookie so we can load the file before loaddefs.
9402
9403 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
9404
9405 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
9406 Handle easy-mmode-define-global-mode.
9407 For complex macros like define-minor-mode that can generate
9408 several autoload entries, try to autoload entries in the
9409 macroexpanded code.
9410
9411 * emacs-lisp/easy-mmode.el (define-minor-mode):
9412 If KEYMAP is a symbol, just use it.
9413 Use byte-compile-current-file and load-file-name to infer the
9414 proper :require to pass to defcustom.
9415 Wrap the hook var into `progn' so as not to autoload it.
9416 Add a :autoload-end cookie.
9417 Be more careful about the evaluation of KEYMAP.
9418 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
9419 (define-derived-mode): Move define-abbrev-table outside of defvar.
9420
94212000-06-10 Stefan Monnier <monnier@cs.yale.edu>
9422
9423 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
9424 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
9425 (backup-compiled-files): Ignore errors during `tar'.
9426 (bootstrap): Make autoloads before elc files.
9427
9c53b34e
KH
94282000-06-10 Kenichi Handa <handa@etl.go.jp>
9429
9430 * international/mule.el (set-buffer-file-coding-system): If one of
5d80cc9c 9431 undecided-XXX is specified, change only EOL conversion.
9c53b34e
KH
9432
9433 * international/mule-conf.el (unix): New alias for the coding
9434 system undecided-unix.
9435
22ddd299
DL
94362000-06-09 Dave Love <fx@gnu.org>
9437
5ee42746
DL
9438 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
9439
70223ca4 9440 * progmodes/executable.el: Byte compile dynamic.
22ddd299
DL
9441 (executable-insert): Change custom type.
9442 (executable-find): Add autoload cookie.
cc7e1d18
DL
9443 (executable-make-buffer-file-executable-if-script-p): New
9444 function. After Noah Friedman.
22ddd299
DL
9445
9446 * files.el (after-save-hook): Customize, with
cc7e1d18 9447 executable-make-buffer-file-executable-if-script-p as an option.
22ddd299 9448
41ea3794
KH
94492000-06-09 Kenichi Handa <handa@etl.go.jp>
9450
f89437e3
KH
9451 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
9452 "tib24p-mule.bdf" for Tibetan.
9453
7a4ee259
KH
9454 * composite.el (decompose-composite-char): Declare it as obsolete.
9455
ff6a65c2
KH
9456 * man.el (Man-fontify-manpage): Pay attention to underline and
9457 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
41ea3794 9458
f83fe4b4
GM
94592000-06-08 Gerd Moellmann <gerd@gnu.org>
9460
9461 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
9462 Set maintainer to FSF since author isn't reachable.
9463
e56d7900
DL
94642000-06-08 Dave Love <fx@gnu.org>
9465
9466 * international/mule-cmds.el (select-safe-coding-system): If
9467 DEFAULT-CODING-SYSTEM is not specified, also check the most
9468 preferred coding-system if buffer-file-coding-system is
9469 `undecided'. From Handa.
9470
d3981b49
KH
94712000-06-08 Kenichi Handa <handa@etl.go.jp>
9472
9473 * international/mule.el
9474 (after-insert-file-set-buffer-file-coding-system): If the buffer
9475 size is greater than INSERTED, judget that we are not visiting.
9476
bff71087
RV
94772000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
9478
9479 * whitespace.el (defgroup whitespace): Comment out `:version'.
9480 XEmacs 20.4 has problems defining the group with this present.
9481 We'll have this commented out till get resolve the problem.
9482
fd9ac94c 94832000-06-07 John Wiegley <johnw@gnu.org>
e04d21aa 9484
fd9ac94c
GM
9485 * align.el (align-dq-string-modes, align-sq-string-modes)
9486 (align-open-comment-modes): Add pyhton-mode.
9487 (align-rules-list): Use get-text-property instead of
9488 text-properties-at.
9489 (align-rules-list): Add python-assignment.
9490 (align-rules-list): Change perl-comma-delimiter to
9491 basic-comma-delimiter. Use if for Perl modes and python-mode.
9492 (align-rules-list): Add python-chain-logic and
9493 basic-line-continuation.
45f485a6
GM
9494
94952000-06-07 Jari Aalto <jari.aalto@poboxes.com>
9496
9497 * apropos.el (apropos-mode-hook): New user variable.
9498 (apropos-mode): Run apropos-mode-hook.
bff71087 9499
45f485a6
GM
95002000-06-07 David Ponce <david@dponce.com>
9501
9502 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
9503 commands. Require `wid-edit' at run-time.
9504
95052000-06-07 David Ponce <david@dponce.com>
9506
9507 * recentf.el: Added some "Commentary".
9508 (recentf-open-more-files, recentf-edit-list): Minor changes to
9509 move the point at the top of the file list. This behaviour is
9510 consistent with the menu one when the list contains a lot of
9511 files.
9512 (recentf-cleanup): Now displays the number of items removed from
9513 the list.
9514 (recentf-relative-filter) New menu filter to show filenames
9515 relative to `default-directory'.
bff71087 9516
45f485a6
GM
95172000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9518
9519 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
9520 with/without giving an error if PostScript printer doesn't have this
9521 kind of page size. Zebra Stripe continues or restarts on next page.
9522 Manual/automatic paper feeding. Switch or not the header.
9523 (ps-print-version): New version number (5.2.2).
9524 (ps-windows-system): Include emx as a Windows system.
9525 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
9526 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
9527 (ps-background-text): Code fix.
9528 (ps-error-handler-message, ps-user-defined-prologue)
9529 (ps-print-prologue-header, ps-printer-name)
9530 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
9531 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
9532 (ps-use-face-background): Customization fix.
9533 (ps-n-up-database): Data fix.
9534 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
9535 (ps-switch-header): New vars.
9536 (ps-xemacs-color-name, ps-face-foreground-name)
9537 (ps-face-background-name, ps-boolean-constant): New funs.
9538
c14dcd22
DL
95392000-06-07 Dave Love <fx@gnu.org>
9540
9541 * allout.el: New version from Manheimer.
9542
e4044bb0
KH
95432000-06-07 Kenichi Handa <handa@etl.go.jp>
9544
9545 * textmodes/fill.el (fill-find-break-point): Check the validity of
9546 charset.
9547
59cfe8b9
KF
95482000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
9549
9550 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
9551 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
9552 Call display-color-p and display-mouse-p instead of looking at
9553 window-system.
9554
bb2337f5
DL
95552000-06-06 Dave Love <fx@gnu.org>
9556
9557 * image.el (find-image): Doc fix. Return nil if image not found.
9558 (put-image, insert-image): Make STRING arg optional.
9559
8e624fa2
KH
95602000-06-06 Kenichi Handa <handa@etl.go.jp>
9561
9562 * language/vietnamese.el: Remove eval-when-compile.
9563 (viet-viscii-nonascii-translation-table): Define it as a
9564 translation table made from viet-viscii-decode-table.
9565 (viet-viscii-encode-table): Define it as a translation table made
9566 from the reverse map of above.
9567 (viet-vscii-nonascii-translation-table): Define it as a
9568 translation table made from viet-vscii-decode-table.
9569 (viet-vscii-encode-table): Define it as a translation table made
9570 from the reverse map of above.
9571 (ccl-decode-viscii): Use translate-character.
9572 (ccl-encode-viscii, ccl-encode-viscii-font)
9573 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
9574 Likewize.
bff71087 9575
8e624fa2
KH
9576 * language/cyrillic.el: Remove eval-when-compile.
9577 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
9578 translation table made from cyrillic-koi8-r-decode-table.
9579 (cyrillic-koi8-r-encode-table): Define it as a translation table
9580 made from the reverse map of above.
9581 (ccl-decode-koi8): Use translate-character.
9582 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
9583 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
9584 a translation table made from cyrillic-alternativnyj-decode-table.
9585 (cyrillic-alternativnyj-encode-table): Define it as a translation
9586 table made from the reverse map of above.
9587 (ccl-decode-alternativnyj): Use translate-character.
9588 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
9589 Likewize
9590
9591 * international/mule-diag.el (non-iso-charset-alist): Specify
9592 translation table symbol instead of translation table itself.
9593 (list-block-of-chars): CHARSET may be a translation table symbol.
9594
9595 * international/mule.el (make-coding-system): If CODING-SYSTEM
9596 already exists, override it.
9597
9598 * international/fontset.el: Use family `proportional' for Tibetan
9599 fonts.
9600
9601 * international/ccl.el (ccl-compile-translate-character): Don't
9602 check if Rrr has property translation-table.
9603 (ccl-compile-map-multiple): Modified to avoid compiler warning.
9604
1969fae2
GM
96052000-06-05 Gerd Moellmann <gerd@gnu.org>
9606
9607 * info.el: Bind case-fold-search to t when searching in case
9608 a user sets it to nil in a hook.
9609
d5b037c5
SM
96102000-06-05 Stefan Monnier <monnier@cs.yale.edu>
9611
d3d02e65
SM
9612 * autoarg.el (autoarg-mode, autoarg-kp-mode):
9613 * hl-line.el (hl-line-mode): Use the new :global key argument.
9614
9615 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
9616 (tar-clip-time-string): Prepend a space.
9617 (tar-grind-file-mode): Construct a string rather than modifying one.
9618 (tar-header-block-summarize): Fix docstring.
9619 Use `format' rather than an error-prone set of copy-loops.
9620
9621 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
9622 (diff-goto-source, diff-unified->context, diff-context->unified)
9623 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
9624 understand the format output by the `-p' argument to diff.
9625
bff71087 9626 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
d3d02e65
SM
9627 (sh-re-done): Use defconst.
9628 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
9629 (sh-help-string-for-variable, sh-guess-basic-offset):
9630 Don't quote lambdas.
9631 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
9632 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
9633
f7c4478f
SM
9634 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
9635 (mh-letter-mode): Derive from text-mode.
9636 This implicitly means that it now calls kill-all-local-variables.
9637 Also remove the Emacs-18 compatibility code.
9638
a8add29d
SM
9639 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
9640 Make use of symbol-property doc-string-elt.
9641 Use memq rather than a sequence of eq.
9642 (doc-string-elt): Fix the wrong or missing previously unused values.
9643 (autoload-print-form): New function extracted from
9644 generate-file-autoloads to allow recursion when handling progn
9645 so that defvar's and defun's docstrings are properly printed.
9646 (generate-file-autoloads): Use it.
9647
d5b037c5
SM
9648 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
9649 Use find-file-hooks in the minor-mode function.
9650 Be careful not to loop indefinitely in the post-command-hook function.
9651
560ef11a 96522000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
bff71087 9653
1969fae2 9654 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
560ef11a 9655 tty's.
1969fae2 9656 * ediff-diff.el (ediff-exec-process): Use --binary for fine
d5b037c5 9657 differences whenever appropriate.
1969fae2
GM
9658 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
9659 * viper.el (find-file, find-file-other-window): Get viper to do
bff71087
RV
9660 wildcards.
9661
b5bbbb76
SM
96622000-06-04 Stefan Monnier <monnier@cs.yale.edu>
9663
d5b037c5
SM
9664 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
9665 (jit-lock-fontify-buffer): New function for JIT refontification.
9666 (jit-lock-mode): Fix docstring.
9667 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
9668 Remove jit-lock-after-change from the _local_ hook.
9669 (jit-lock-function-1): Fix docstring.
9670
9671 * info.el (Info-on-current-buffer): Initialize info.
9672
9673 * newcomment.el (comment-indent): Ignore comment-indent-hook.
9674
9675 * progmodes/tcl.el (tcl-indent-for-comment):
9676 Ignore comment-indent-hook.
9677
9678 * emacs-lisp/easy-mmode.el: Require CL during compilation.
9679 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
b5bbbb76
SM
9680 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
9681 and improve to use the lighter to guess the capitalization.
9682 (define-minor-mode): Inline code from easy-mmode-define-toggle.
9683 Add keyword arguments to specify global-ness or the custom group.
9684 Add local-map and help-echo properties to the lighter.
9685 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
d5b037c5 9686 (easy-mmode-define-global-mode): New macro.
b5bbbb76 9687
bfa6c260
DL
96882000-06-02 Dave Love <fx@gnu.org>
9689
9690 * wid-edit.el: byte-compile-dynamic since we typically don't use
9691 all the widgets. Don't require cl or widget. Remove
9692 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
9693 (widget-read-event): Removed. Callers changed to use read-event.
9694 (widget-button-release-event-p): Renamed from
9695 button-release-event-p.
9696 (widget-field-add-space, widget-field-use-before-change):
9697 Uncustomize.
9698 (widget-specify-field): Use keymap property, not local-map.
9699 (widget-specify-button): Obey :suppress-face.
9700 (widget-specify-insert): Use modern backquote syntax.
9701 (widget-image-directory): Renamed from widget-glyph-directory.
9702 (widget-image-enable): Renamed from widget-glyph-enable.
9703 (widget-image-find): Replaces widget-glyph-find.
9704 (widget-button-pressed-face): Move defvar.
9705 (widget-image-insert): Replaces widget-glyph-insert.
9706 (widget-convert): Use keywordp.
9707 (widget-leave-text, widget-children-value-delete): Use mapc.
9708 (widget-keymap): Remove XEmacs stuff.
b5bbbb76 9709 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
bfa6c260
DL
9710 (widget-button-click): Don't set point at the click, but re-centre
9711 if we scroll out of window. Rewritten for images v. glyphs &c.
9712 (widget-tabable-at): Use POS arg, not point.
9713 (widget-beginning-of-line, widget-end-of-line)
9714 (widget-item-value-create, widget-sublist, widget-princ-to-string)
9715 (widget-sexp-prompt-value, widget-echo-help): Simplify.
9716 (widget-default-create): Use widget-image-insert; some rewriting.
9717 (widget-visibility-value-create)
9718 (widget-push-button-value-create, widget-toggle-value-create): Use
9719 widget-image-insert.
9720 (checkbox): Create on and off images dynamically.
9721 (documentation-link): Change :help-echo.
9722 (widget-documentation-link-echo-help): Remove.
9723
3837de12
SM
97242000-06-02 Stefan Monnier <monnier@cs.yale.edu>
9725
9726 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
9727
9728 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
9729 (easy-mmode-define-toggle, define-minor-mode): Use it.
9730 (easy-mmode-define-keymap): Docstring fix.
9731 (define-derived-mode): Default PARENT to fundamental-mode.
9732 Add the derived-mode-parent symbol-property.
9733 (easy-mmode-derived-mode-p): New function.
9734
90aa4ea8
DL
97352000-06-02 Dave Love <fx@gnu.org>
9736
37193ee6
DL
9737 * files.el (convert-standard-filename): Doc fix.
9738 (normal-backup-enable-predicate): New function.
9739 (backup-enable-predicate): Use it to replace the lambda form.
9740
9741 * calendar/todo-mode.el: [This needs more work on the outline
9742 stuff.] Doc fixes.
9743 (todo) <defgroup>: Add :version.
9744 (todo-add-category): Don't use pushnew.
9745 (todo-cmd-raise): Fix typo.
9746 (todo-top-priorities): Change temp buffer name.
9747 (todo-category-alist): Avoid redundant lambda.
3837de12
SM
9748 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
9749 Use outline-next-heading.
37193ee6 9750
90aa4ea8
DL
9751 * autoarg.el: Rewritten to use define-minor-mode.
9752 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
9753 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
9754
2e54623a
KH
97552000-06-02 Kenichi Handa <handa@etl.go.jp>
9756
9757 * isearch.el (isearch-other-meta-char): Fix previous change.
9758
c5def0db
SM
97592000-06-01 Stefan Monnier <monnier@cs.yale.edu>
9760
3837de12
SM
9761 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
9762 (log-edit-done): Only add the comment to the ring if it's different
9763 from the last comment entered.
9764
c5def0db
SM
9765 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
9766
2330c9d4
DL
97672000-06-01 Dave Love <fx@gnu.org>
9768
9769 * hl-line.el: Rewritten using define-minor-mode.
9770
9771 * help.el (describe-function-1): Distinguish special form from
9772 builtin function. Sanity-check presence of arglist for builtins.
9773
6e5dfc31
KH
97742000-06-01 Kenichi Handa <handa@etl.go.jp>
9775
4dc1225b
KH
9776 * international/characters.el: Fix syntax/category setting of
9777 Tibetan characters.
9778
9779 * language/tibet-util.el (tibetan-add-components): Fixes for new
9780 encoding of Tibetan characters.
9781 (tibetan-decompose-precomposition-alist): New variable.
9782 (tibetan-decompose-region): Convert precomposed characters to
9783 non-precomposed characters.
9784 (tibetan-decompose-string): Likewise.
9785 (tibetan-composition-function): Fix args to
9786 thibetan-compose-string.
9787
9788 * language/tibetan.el (tibetan-composable-pattern): More
9789 characters included.
9790 (tibetan-consonant-transcription-alist): Rule for "R" added.
9791 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
9792 "+R" added.
9793 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
9794
eadef5e6
KH
9795 * language/lao-util.el (lao-composition-function): Fix args to
9796 compose-string.
9797
9798 * language/thai-util.el (thai-composition-function): Fix args to
9799 compose-string.
9800
6e5dfc31 9801 * isearch.el (isearch-update): Set disable-point-adjustment to t
6389e4ab
KH
9802 to prevent the point moving to the end of a composition when a
9803 part of a composition is searched.
6e5dfc31
KH
9804 (isearch-other-meta-char): If the key invoking this command can be
9805 mapped by function-key-map to a printing char, call
9806 isearch-process-search-char directly.
9807
2598a293
SM
98082000-06-01 Stefan Monnier <monnier@cs.yale.edu>
9809
9810 * emacs-lisp/bytecomp.el:
9811 * frame.el:
9812 * international/mule-cmds.el:
9813 * international/mule-util.el:
9814 * international/mule.el:
9815 * mouse.el:
9816 * subr.el:
9817 * faces.el: Update calls to make-obsolete with a WHEN argument.
9818
9819 * byte-run.el (make-obsolete, make-obsolete-variable):
9820 Add an optional WHEN argument and change the format of the
bff71087 9821 symbol-property information.
2598a293
SM
9822 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
9823 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
9824 new obsolete-symbol-property format and print WHEN if it is provided.
9825
28d8dff1
DL
98262000-05-31 Dave Love <fx@gnu.org>
9827
9828 * loadhist.el (loadhist-hook-functions): Remove
9829 before-change-function, after-change-function.
9830 (unload-feature): Deal with symbols which are both bound and
9831 fbound.
9832
9833 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
9834 before-change-function, after-change-function.
9835
9836 * simple.el (newline): Don't bind before-change-function,
9837 after-change-function.
9838
7f565d87
RV
98392000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
9840
9841 * whitespace.el (whitespace-rescan-timer-time): Update interval
9842 set to 600 seconds (10 minutes) instead of 60 seconds since
9843 a large number of whitespace buffers causes emacs to `freeze'
9844 for a considerable amount of time.
9845
bff71087 9846 * whitespace.el: Updated email address
7f565d87 9847
a8d693d8
DL
98482000-05-31 Dave Love <fx@gnu.org>
9849
9850 * add-log.el (change-log-font-lock-keywords) <function>: Add
9851 pattern for function of change.
9852 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
9853 acknowledgements patterns.
9854
a50192e7
KH
98552000-05-31 Kenichi Handa <handa@etl.go.jp>
9856
9857 * isearch.el (isearch-printing-char): If keyboard coding system is
9858 being used, call isearch-process-search-multibyte-characters.
9859
9860 * international/isearch-x.el: Mostly rewritten.
9861
9862 * international/quail.el (quail-start-conversion): Don't include
9863 unhandled events in the returned events, but set them in
9864 unread-command-events. Exit if all inputs are deleted.
9865
7e492772
JR
98662000-05-30 Jason Rumney <jasonr@gnu.org>
9867
9868 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
9869
9870 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
9871 Reenable code to create initial fontsets.
9872 Use set-fontset-font in place of put-charset-property.
9873
10fc3187
GM
98742000-05-30 Gerd Moellmann <gerd@gnu.org>
9875
79148ea7
GM
9876 * progmodes/perl-mode.el (perl-indent-line): When looking for a
9877 label, ensure that the first colon isn't followed by another.
9878
9879 * paths.el (Info-default-directory-list): Doc fix.
9880
086d5b87
GM
9881 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
9882 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
9883 send a query containing USER only, not USER@HOST.
9884
10fc3187
GM
9885 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
9886 and rmail-msgend to compute the restriction at the end, instead of
9887 computing it.
9888
49e70dec
GM
98892000-05-29 Gerd Moellmann <gerd@gnu.org>
9890
66254a13
GM
9891 * dabbrev.el (dabbrev-expand): Don't display messages in the
9892 echo area if the minibuffer window is active.
9893
49e70dec
GM
9894 * jit-lock.el (jit-lock-mode): Add after change function to
9895 local hook.
9896
98972000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
9898
9899 * antlr-mode.el: New commands: hide/unhide actions,
9900 upcase/downcase literals.
9901 (antlr-tiny-action-length): New user option.
9902 (antlr-hide-actions): New command. Suggested by
9903 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
7f565d87 9904 (antlr-mode-map): New binding [C-c C-v].
49e70dec
GM
9905 (antlr-mode-menu): New entries.
9906 (antlr-downcase-literals): New command.
9907 (antlr-upcase-literals): Ditto.
9908
9909 * antlr-mode.el: Minor changes: indendation, mode-name.
9910 (antlr-indent-line): Indent cpp directive at column 0.
9911 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
9912
9913 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
9914 (antlr-font-lock-additional-keywords): Workaround for intentional
9915 bug in XEmacs version of font-lock.
9916 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
9917 be used by a smarter version of `buffers-menu-grouping-function'.
9918
99192000-05-29 Gerd Moellmann <gerd@gnu.org>
9920
9921 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
9922 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
9923
49f93684
KH
99242000-05-29 Kenichi Handa <handa@etl.go.jp>
9925
9926 * international/encoded-kb.el
9927 (encoded-kbd-iso2022-designation-map): Pay attention to that
9928 charset-iso-final-char return -1 for eight-bit-control and
9929 eight-bit-graphic.
9930
5b1ae051
EZ
99312000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
9932
9933 * speedbar.el (speedbar-use-images, speedbar-update-flag)
9934 (speedbar-easymenu-definition-base): Use display-graphic-p where
9935 available, instead of window-system.
9936
a205e32a
EZ
99372000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
9938
9939 * international/codepage.el (cp-coding-system-for-codepage-1): Add
9940 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
9941 coding systems.
9942
dd854dc2
DL
99432000-05-26 Dave Love <fx@gnu.org>
9944
c88a85d5
DL
9945 * disp-table.el (standard-display-underline): Don't use
9946 internal-find-face.
9947
dd854dc2
DL
9948 * mail/reporter.el: Maintainer change. Doc fixes.
9949 (reporter-version): Deleted.
9950
9951 * emacs-lisp/elp.el: Maintainer change.
9952 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
9953
dc29aa6c
SM
99542000-05-26 Stefan Monnier <monnier@cs.yale.edu>
9955
9956 * add-log.el (add-change-log-entry): Merge the current entry with the
9957 previous one if the previous one is empty.
9958
ed62683d
DL
99592000-05-26 Dave Love <fx@gnu.org>
9960
4370a375
DL
9961 * loadhist.el (unload-feature): Fix interactive spec [from
9962 lijnzaad@ebi.ac.uk].
9963
ed62683d
DL
9964 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
9965 subr-arity to check primitives.
9966 (byte-compile-flush-pending, byte-compile-file-form-progn)
9967 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
9968 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
9969 mapcar.
9970
ba9f8f95
KH
99712000-05-26 Kenichi Handa <handa@etl.go.jp>
9972
0f3e0672
KH
9973 * international/fontset.el: Set family names of non-latin charsets
9974 in default fontset to "*".
9975
cebefb44
KH
9976 * international/mule-diag.el (print-fontset): Combine family part
9977 and registry part of the fontname by "-*-" instead of "-".
9978
ba9f8f95
KH
9979 * international/mule-cmds.el (encode-coding-char): Make strings
9980 multibyte before calling encode-coding-string.
9981
931d0724
SM
99822000-05-25 Stefan Monnier <monnier@cs.yale.edu>
9983
9984 * derived.el: Fix keywords.
8ccce2b0 9985 (define-derived-mode): Only define if needed.
931d0724
SM
9986
9987 * simple.el (fill-comment, comment-column, comment-start)
9988 (comment-start-skip, comment-end, comment-indent-function)
9989 (block-comment-start, block-comment-end, indent-for-comment)
9990 (set-comment-column, kill-comment, comment-padding, comment-region)
9991 (comment-multi-line, indent-new-comment-line): Remove.
9992
9993 * bindings.el (esc-map): Change ; to comment-dwim and use the new
9994 function names for comment operations.
9995
9996 * newcomment.el: Add abundant autoload cookies.
9997 (comment-style): Don't depend on runtime data at compile-time.
9998 (comment-indent-hook): Remove.
9999 (comment-indent): Check if comment-indent-hook is bound.
10000 (comment-region): Docstring fix.
10001
6fc596cf
DL
100022000-05-25 Dave Love <fx@gnu.org>
10003
10004 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
10005 byte-code-function-p.
10006
10007 * mail/rmailsum.el: Add provide.
10008
10009 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
10010
10011 * smerge-mode.el (smerge-diff-switches): Don't use list* in
10012 defcustom.
10013
7997f1ca 100142000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
7f565d87 10015
7997f1ca
MK
10016 * ediff-diff.el (ediff-exec-process): delete --binary option from
10017 non-buffer ediff jobs.
7f565d87 10018
e7a903e8
EZ
100192000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
10020
10021 * hilit-chg.el (highlight-changes-mode): Ask about color or
10022 grayscale support, not about window-system.
10023
10024 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
10025 window-system.
10026 (ffap-highlight): Always default to t.
10027
10028 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
10029 display-popup-menus-p instead of looking at window-system.
10030
10031 * disp-table.el (standard-display-g1, standard-display-graphic):
10032 Only refuse to use string glyphs on X and MS-Windows.
10033
10034 * avoid.el: Remove window-system from commentary, suggest to use
10035 display-*-p instead.
10036
10037 * apropos.el (apropos-print): Use display-mouse-p instead of
10038 window-system.
10039
14028d57
EZ
100402000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
10041
10042 * international/codepage.el (cp-decoding-vector-for-codepage):
10043 Fill up unsupported characters with their own codes. From Kenichi
10044 Handa.
10045
1a4f9cc1
EZ
100462000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
10047
10048 * international/mule-diag.el (describe-char-after): Use
10049 display-graphic-p instead of window-system, so that this function
10050 works on MS-DOS.
10051
89f6ca4e
EZ
100522000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
10053
10054 * international/codepage.el (cp-make-coding-systems-for-codepage):
10055 Remove the eight-bit-graphic and eight-bit-control charsets from
10056 the list of charsets which we convert into `?'.
10057
eacfd7fe
KH
100582000-05-25 Kenichi Handa <handa@etl.go.jp>
10059
10060 * international/mule-conf.el: Specify CHARSET-ID explicitely for
10061 private charsets.
10062 (mule-unicode-0100-24ff, japanese-jisx0213-1,
10063 japanese-jisx0213-2): New charsets.
10064
10065 * international/fontset.el: Setup default fontset for new charsets.
10066
deadf7e3
DL
100672000-05-24 Dave Love <fx@gnu.org>
10068
10069 * info.el (Info-find-node-2): Restructure [following "Vadim
10070 S. Solomin" <sovs@uic.nnov.ru>].
10071
10072 * icomplete.el: Fix header for Finder.
10073
100742000-05-24 Eric M. Ludlam <zappo@ultranet.com>
10075
10076 * rmailout.el (rmail-output-to-rmail-file): Added optional param
10077 STAY.
10078
10079 * rmail.el (rmail-automatic-folder-directives): New user variable.
10080 (rmail-show-message): Add call to `rmail-auto-file' during
10081 display.
10082 (rmail-auto-file): New function.
10083
6de3983f 100842000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
7f565d87 10085
fc6a6a4e 10086 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
6de3983f 10087 account.
fc6a6a4e
GM
10088 (ediff-test-utility,ediff-diff-mandatory-option)
10089 (ediff-reset-diff-options): Utilities for proper initialization of
6de3983f 10090 ediff-diff-options and ediff-diff3-options on Windows.
7f565d87 10091
fc6a6a4e 10092 * ediff-init.el (ediff-merge-filename-prefix): New customizable
6de3983f 10093 variable.
7f565d87 10094
fc6a6a4e 10095 * ediff-mult.el (ediff-filegroup-action): Use
6de3983f
MK
10096 ediff-merge-filename-prefix.
10097
fc290d1d
MK
100982000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
10099
fc6a6a4e 10100 * viper-ex.el (ex-write): Set selective display to nil.
7f565d87 10101
273182b8
EZ
101022000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
10103
10104 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
10105 aliases for hebrew-iso-8bit.
10106
f471ea57
EZ
101072000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
10108
10109 * woman.el: New version from Francis J. Wright
10110 <F.J.Wright@Maths.QMW.ac.uk>.
10111 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
10112 names in environment variables regardless of the path separator.
10113 (woman-topic-all-completions-1): Don't call file-name-directory-p
10114 on all files, since woman-file-regexp already filters out any
10115 directories.
10116
01162f24
KH
101172000-05-24 Kenichi Handa <handa@etl.go.jp>
10118
48e3df76
KH
10119 * international/quail.el (quail-start-translation): Don't change
10120 modified-p of the current buffer.
10121 (quail-start-conversion): Likewise.
10122
10123 * international/kkc.el (kkc-region): Don't change modified-p of
10124 the current buffer.
10125
747d90ea
KH
10126 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
10127 conform to RFC1468.
10128 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
01162f24 10129
17a223ff
EL
101302000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
10131
10132 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
10133 (speedbar-insert-button): Invisible text property fix.
10134 (speedbar-directory-plus): Renamed from speedbar-directory-+
10135 (speedbar-directory-minus): Renamed from speedbar-directory--
10136 (speedbar-page-plus): Renamed from speedbar-file-+
10137 (speedbar-page-minus): Renamed from speedbar-file--
10138 (speedbar-page): Renamed from speedbar-file-
10139 (speedbar-tag): Renamed from speedbar-tag-
10140 (speedbar-tag-plus): Renamed from speedbar-tag-+
10141 (speedbar-tag-minus): Renamed from speedbar-tag--
10142 (speedbar-expand-image-button-alist): Use above renames.
10143
10144 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
10145 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
10146 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
10147 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
10148 * sb-pg.xpm: Renamed from sb-file.xpm
10149 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
10150 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
7f565d87 10151
e6b6fc18
KH
101522000-05-24 Kenichi Handa <handa@etl.go.jp>
10153
10154 * international/quail.el (quail-show-guidance-buf): Set
10155 current-input-method of the guidance buffer to the name of the
10156 curren input method.
10157
a1a336eb
SM
101582000-05-23 Stefan Monnier <monnier@cs.yale.edu>
10159
10160 * progmodes/compile.el (compile-internal): Style typo.
10161
10162 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
10163 quote vars and functions in the docstring.
10164
10165 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
10166
10167 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
10168 Don't quote lambdas.
10169
10170 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
10171
9695b783
GM
101722000-05-23 Gerd Moellmann <gerd@gnu.org>
10173
716e3b88
GM
10174 * startup.el (command-line): Determine source file of compiled
10175 user init file differently. Warn if compiled user init file
10176 is older than its source file.
10177
9695b783 10178 * ffap.el (ffap-url-regexp): Add `https'.
7f565d87 10179
41ac433f
EZ
101802000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
10181
10182 * files.el (make-backup-file-name-1): Replace slashes with `!'
10183 rather than `|' (which is not allowed on Windows). Replace the
10184 drive letters with a string "drive_X".
10185
46600ab1
GM
101862000-05-23 Gerd Moellmann <gerd@gnu.org>
10187
10188 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
10189
10190 * files.el (interpreter-mode-alist): Add `bash2'.
10191
79a64d87
DL
101922000-05-22 Dave Love <fx@gnu.org>
10193
10194 * loadhist.el (feature-symbols, file-provides, file-requires): Use
10195 mapc.
10196 (feature-file): Avoid calling symbol-name. Doc fix.
10197 (file-set-intersect, file-dependents): Use dolist, not mapcar.
10198 (loadhist-hook-functions): Add mouse-position-function.
10199 (unload-feature): Change uses of mapcar.
10200
10201 * files.el (parse-colon-path): Doc fix.
10202 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
10203 (set-auto-mode): Use mapc.
10204
10205 * complete.el (PC-look-for-include-file): Use :alnum: character
10206 class.
10207 (partial-completion-mode): Add autoload cookie.
10208
0e8c11d8
SS
102092000-05-22 Sam Steingold <sds@gnu.org>
10210
ce75fd23 10211 * info.el (Info-fontify-node): Fixed the call to
0e8c11d8
SS
10212 `add-text-properties' (bug introduced on 2000-05-18).
10213
d8d0fa6c
DL
102142000-05-22 Dave Love <fx@gnu.org>
10215
10216 * bindings.el: Remove debug-ignored-errors set in other files.
10217
10218 * progmodes/etags.el: Add to debug-ignored-errors.
10219 (visit-tags-table-buffer): Clear out buffers holding old tables
10220 when making a new list.
10221 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
10222 mapc.
10223
10224 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
10225 quote keywords.
10226 (cmpl-string-case-type): Use character classes.
10227
0e8c11d8
SS
10228 * comint.el:
10229 * textmodes/ispell.el:
10230 * imenu.el:
d8d0fa6c
DL
10231 * mail/mh-e.el:
10232 * progmodes/compile.el: Add to debug-ignored-errors.
10233
10234 * dabbrev.el: Add to debug-ignored-errors.
10235 (dabbrev-completion): Use mapc.
10236
1edbbf8a
EZ
102372000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
10238
10239 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
10240 (woman-mapcan, woman-parse-man.conf)
10241 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
10242 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
10243 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
10244 path syntax better.
10245 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
10246 (woman-manpath): Call woman-parse-man.conf.
10247 (woman-emulation): New defcustom, defaults to nroff.
10248 (woman-font-support): New defconst.
10249 (woman-use-symbol-font): New defcustom.
10250 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
10251 "Emulation".
10252 Many functions: Doc fix.
10253
5bd2148c
KH
102542000-05-22 Kenichi Handa <handa@etl.go.jp>
10255
10256 * international/quail.el (quail-simple-translation-keymap): Map
10257 128..255 to quail-self-insert-command.
10258 (quail-keyboard-layout-alist): Add definition for "pc102-de".
10259
4125ec7e
SM
102602000-05-22 Stefan Monnier <monnier@cs.yale.edu>
10261
a1a336eb
SM
10262 * help.el (help-manyarg-func-alist): Typo.
10263
40aeecad
SM
10264 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
10265 intervals which makes it heaps simpler.
10266
4125ec7e
SM
10267 * newcomment.el (comment-region-internal): Go back to BEG after quoting
10268 the nested comment markers.
e4da9c1c
SM
10269
10270 * subr.el (remove-hook): Don't turn the hook's value into a list.
10271
cb7216a7
DL
102722000-05-21 Dave Love <fx@gnu.org>
10273
ac266581
DL
10274 * edmacro.el (edmacro-parse-keys): Return vector if any elements
10275 are invalid characters.
10276
cb7216a7
DL
10277 * international/mule-util.el (detect-coding-with-priority): Use
10278 mapc. Remove redundant lambda.
10279
10280 * international/mule-diag.el (list-non-iso-charset-chars)
10281 (describe-fontset): Remove redundant lambda.
10282
10283 * emulation/crisp.el (brief-mode): New alias.
10284
10285 * emacs-lisp/ring.el (ring-elements): New function.
10286
10287 * emacs-lisp/easymenu.el (easy-menu-create-menu)
10288 (easy-menu-do-add-item): Use keywordp.
10289
10290 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
10291
10292 * replace.el: Doc and error message fixes.
10293 (replace-highlight): Use facep, not internal-find-face.
10294
9b0d1d6e
SM
102952000-05-20 Stefan Monnier <monnier@cs.yale.edu>
10296
b2d2cf58
SM
10297 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
10298
ffe7dc64
SM
10299 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
10300 (log-edit-insert-changelog): Drop `:' as well.
10301
10302 * log-view.el: Fix file description.
10303 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
10304 available.
10305 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
10306 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
10307
c8c21615
SM
10308 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
10309 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
10310 Print a status message if the toggle is called interactively.
10311 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
10312 for global minor modes and use `defcustom' for them.
10313 Use add-minor-mode.
10314 (easy-mmode-define-derived-mode): Remove.
10315 (define-derived-mode): Fancier default docstring.
10316 (easy-mmode-define-navigation): Signal an error rather than (ding).
10317
9b0d1d6e
SM
10318 * newcomment.el (comment-styles): New `box-multi'.
10319 (comment-normalize-vars): Better default for comment-continue to
10320 avoid whitespace-only continuations.
10321 (comment-search-forward): Always move even in the no-syntax case.
10322 (comment-padright): Only obey N if it's only obeyed for padleft.
10323 (comment-make-extra-lines): Better handling of empty continuations.
10324 Use `=' for the filler if comment-start has only one character.
10325 (uncomment-region): Try handling the special `=' filler.
10326 (comment-region): Allow LINES even if MULTI is nil.
10327 (comment-box): Choose box style based on comment-style.
10328
f5ee6d0f
KH
103292000-05-20 Kenichi Handa <handa@etl.go.jp>
10330
9b0d1d6e 10331 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
f5ee6d0f
KH
10332 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
10333
c9671f81
KH
103342000-05-20 Kenichi HANDA <handa@etl.go.jp>
10335
10336 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
10337 and insert, not subst-char-in-region.
10338
10339 * international/mule-diag.el (list-character-sets-1): Handle
10340 charsets eight-bit-control and eight-bit-graphic.
10341 (list-iso-charset-chars): Likewise.
10342 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
10343 charactes as is. Use indent-to to align characters.
10344
10345 * international/mule-cmds.el (find-multibyte-characters): Never
10346 exclude charsets eight-bit-control and eight-bit-graphic.
10347
1426aa5c
SM
103482000-05-19 Stefan Monnier <monnier@cs.yale.edu>
10349
10350 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
10351 Don't quote lambdas.
10352
10353 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
10354
2b63d473
GM
103552000-05-19 Gerd Moellmann <gerd@gnu.org>
10356
10357 * gud.el (gud-jdb-directories): Doc fix.
10358
f1355756
SM
103592000-05-19 Stefan Monnier <monnier@cs.yale.edu>
10360
10361 * newcomment.el: New file.
10362
5f64c9e0
GM
103632000-05-19 Gerd Moellmann <gerd@gnu.org>
10364
2b63d473 10365 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
5f64c9e0 10366
db7314bd
AS
103672000-05-18 Andreas Schwab <schwab@suse.de>
10368
10369 * dired.el (dired-between-files): Also skip lines beginning with
10370 `used'.
10371
25bb0401
GM
103722000-05-18 Gerd Moellmann <gerd@gnu.org>
10373
10374 * msb.el (msb-menu-cond): Add choice `user'.
10375
a199a865 103762000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
0e8c11d8 10377
a199a865
GM
10378 * ps-print.el: Compatibility, customization and doc fix.
10379 (ps-printer-name-option): Replace defconst by defvar.
10380 (ps-postscript-code-directory): XEmacs compatibility.
10381 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
10382 fix.
10383 (ps-user-defined-prologue, ps-print-prologue-header)
10384 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
10385 compatibility and code fix.
10386 (ps-print-background-image, ps-print-background-text):
10387 Customization fix.
10388 (ps-line-number-start, ps-n-up-on): New vars.
10389
25bb0401
GM
103902000-05-18 Espen Skoglund <esk@ira.uka.de>
10391
10392 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
10393 the indent-comment function to just return the appropriate indent.
10394
68e6c83a
EL
103952000-05-18 Eric M. Ludlam <zappo@ultranet.com>
10396
10397 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
10398 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
10399 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
10400
dae6cb9f
DL
104012000-05-18 Dave Love <fx@gnu.org>
10402
10403 * info.el (Info-fontify-node): Add intangible property as well as
10404 invisible.
10405
10406 * calendar/appt.el (appt-make-list): Match all lines of entry.
10407 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
10408
813086ea
KH
104092000-05-18 Kenichi Handa <handa@etl.go.jp>
10410
10411 * international/mule-diag.el (describe-char-after): Call
10412 internal-char-font, not char-font. If internal-char-font returns
10413 nil, display "-- none --".
10414
24978190
EZ
104152000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
10416
10417 * image.el (image-type-available-p): Don't reference image-types
10418 if it isn't bound.
10419
2fca2d5d
SM
104202000-05-17 Stefan Monnier <monnier@cs.yale.edu>
10421
10422 * autoarg.el (autoarg-mode): Typo in the :set argument.
10423
cfc75d05
EZ
104242000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
10425
10426 * startup.el (command-line-1): Don't signal an error if the
10427 directory for auto-save-list files does not yet exist.
10428
c4e30387
KH
104292000-05-17 Kenichi Handa <handa@etl.go.jp>
10430
10431 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
10432
dd6b8ea7
SM
104332000-05-16 Stefan Monnier <monnier@cs.yale.edu>
10434
10435 * subr.el (remove-hook): `setq' hook-value, not `set'.
10436
399c88ad
SS
104372000-05-16 Sam Steingold <sds@gnu.org>
10438
a199a865 10439 * info.el (debug-ignored-errors): More errors to ignore.
399c88ad 10440
01651f07
DL
104412000-05-16 Dave Love <fx@gnu.org>
10442
10443 * cus-edit.el: Don't require cl or easymenu.
10444 (custom-variable-prompt): Test standard-value property, not
10445 user-variable-p.
10446
2248c40d
SS
104472000-05-16 Sam Steingold <sds@gnu.org>
10448
10449 * subr.el (add-hook): `setq' hook-value, not `set'.
10450
b15f3b77
GM
104512000-05-16 Gerd Moellmann <gerd@gnu.org>
10452
10453 * startup.el (command-line-1): Mention the FAQ in the startup
10454 message.
10455
10456 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
10457
10458 * progmodes/compile.el (compilation-parse-errors): Collect
10459 `nomessage' regexps last.
10460
10461 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
10462
10463 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
10464 to the function name.
10465
f9bbcfac
EL
104662000-05-15 Dave Love <fx@gnu.org>
10467
10468 * speedbar.el (speedbar-recenter): Typo.
10469 (speedbar-expand-line): Make arg optional.
10470 (speedbar-mode): Avoid a compiler warning.
10471
119b42eb
GM
104722000-05-15 Gerd Moellmann <gerd@gnu.org>
10473
10474 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
10475 user-specified option string is empty.
10476
10477 * mouse.el (mouse-yank-at-click): Doc fix.
10478
f685bea9
EZ
104792000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
10480
10481 * term/internal.el (IT-character-translations): More updates of
10482 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
10483 documents.
10484
a1b8d58b
GM
104852000-05-15 Gerd Moellmann <gerd@gnu.org>
10486
10487 * env.el (getenv): New function, interactively callable.
10488 (setenv, getenv): Remove autoload cookies.
10489
10490 * loadup.el: Load `env'.
10491
10492 * progmodes/f90.el: Change author's mail address.
10493
c9bba7ed
DL
104942000-05-14 Dave Love <fx@gnu.org>
10495
e5c83697
DL
10496 * mail/rmail.el (rmail-show-message-hook): Customize and offer
10497 goto-addr as an option.
10498
10499 * help.el (help-xref-stack): Doc fix.
10500 (help-xref-following): New variable.
10501 (help-make-xrefs): Use it.
10502 (help-xref-go-back): Use position information from stack element.
10503 (help-follow): Make position in stack element a pair. Use
10504 help-xref-following.
399c88ad 10505
e5c83697
DL
10506 * autoarg.el: New file.
10507
10508 * faces.el: Declare more functions obsolete.
10509
c9bba7ed
DL
10510 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
10511 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
10512 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
10513 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
10514 Remove all the setup-...-environment functions.
10515
b6389bfb
EL
105162000-05-13 Eric M. Ludlam <zappo@ultranet.com>
10517
a1b8d58b
GM
10518 * speedbar.el: Updated the commentary section. xemacs20p now uses
10519 >= when detecting. Require `defimage' safely.
b6389bfb
EL
10520 (speedbar-easymenu-definition-base): Add toggle for images.
10521 (speedbar-easymenu-definition-special): Add flush cache & expand.
10522 (speedbar-visiting-tag-hook): Set new defaults. Added options.
10523 (speedbar-reconfigure-keymaps-hook): New variable.
10524 (speedbar-frame-parameters): Updated documentation.
10525 (speedbar-use-imenu-flag): Updated custom tag
10526 (speedbar-dynamic-tags-function-list): New variable.
10527 (speedbar-tag-hierarchy-method): Updated doc & custom.
a1b8d58b
GM
10528 (speedbar-indentation-width, speedbar-indentation-width) New
10529 variables.
10530 (speedbar-hide-button-brackets-flag): Customizable.
b6389bfb
EL
10531 (speedbar-vc-indicator): Doc update.
10532 (speedbar-ignored-path-expressions): Updated default value.
10533 (speedbar-supported-extension-expressions): Updated default value.
10534 (speedbar-syntax-table): Remove {} paren status.
a1b8d58b
GM
10535 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
10536 as "+". Added overlay aliases.
10537 (speedbar-mode): Use `speedbar-mode-line-update' instead of
10538 `force-mode-line-update'.
10539 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
10540 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
10541 `mouse-set-point'
b6389bfb 10542 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
a1b8d58b
GM
10543 (speedbar-item-info-tag-helper): Revamped to handle a wider range
10544 of arbitrary text, and new helper functions.
10545 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
10546 filename finder.
b6389bfb
EL
10547 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
10548 (speedbar-directory-buttons): Update path search/expansion.
10549 (speedbar-make-tag-line): Pay attention to
a1b8d58b
GM
10550 `speedbar-indentation-width'. Use more care w/ invisible
10551 properties.
b6389bfb
EL
10552 (speedbar-change-expand-button-char): Call
10553 `speedbar-insert-image-button-maybe'.
10554 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
a1b8d58b
GM
10555 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
10556 (speedbar-trim-words-tag-hierarchy)
10557 (speedbar-simple-group-tag-hierarchy): New functions
b6389bfb 10558 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
a1b8d58b
GM
10559 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
10560 functions.
b6389bfb
EL
10561 (speedbar-mouse-set-point): New function
10562 (speedbar-power-click): Updated documentation.
a1b8d58b
GM
10563 (speedbar-line-token, speedbar-goto-this-file): Handle more types
10564 of tag prefix text.
10565 (speedbar-expand-line, speedbar-contract-line): Make more robust
10566 to strange text.
10567 (speedbar-expand-line): Takes universal argument to flush the
10568 cache.
b6389bfb
EL
10569 (speedbar-flush-expand-line): New function.
10570 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
10571 Use new generator insertion method.
10572 (speedbar-fetch-dynamic-tags): New function.
10573 (speedbar-fetch-dynamic-imenu): Removed code now handled in
10574 `speedbar-fetch-dynamic-imenu'.
10575 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
10576 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
10577 "Revert Buffer" menu items.
10578 (speedbar-buffer-buttons-engine): Be smarter when creating a
10579 filename tag (for expansion purposes.).
a1b8d58b
GM
10580 (speedbar-highlight-one-tag-line,
10581 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
10582 (speedbar-recenter): New functions.
b6389bfb 10583 (defimage-speedbar): Image loading abstraction.
a1b8d58b
GM
10584 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
10585 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
10586 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
10587 (speedbar-tag-type, speedbar-tag-mail): New images.
b6389bfb
EL
10588 (speedbar-expand-image-button-alist): New variable.
10589 (speedbar-insert-image-button-maybe): Insert an image over some
10590 buttons.
10591
43fe9244
KH
105922000-05-13 Kenichi Handa <handa@etl.go.jp>
10593
10594 * international/mule-cmds.el (encode-coding-char): An ASCII
10595 character is always encodable.
10596
10597 * international/mule-conf.el: Add more information in descriptions
10598 of character sets.
10599
813086ea 10600 * international/mule-diag.el (describe-char-after): New function.
43fe9244
KH
10601 (describe-font-internal): Adjusted for the change of font-info.
10602 (describe-font): Likewise.
10603 (print-fontset): Rewritten for the new fontset implementation.
10604 (describe-fontset): Include fontset alias names in completion.
10605 (list-fontsets): Adjusted for the change of print-fontset.
10606
10607 * simple.el (what-cursor-position): If DETAIL is non-nil, call
10608 describe-char-after instead of displaying the detail in the echo
10609 area.
813086ea
KH
10610 (syntax-code-table): Format changed.
10611 (string-to-syntax): Adjusted for the above change.
0e8c11d8 10612
e8564f57
SM
106132000-05-12 Stefan Monnier <monnier@cs.yale.edu>
10614
10615 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
10616
9278c60d
DL
106172000-05-12 Dave Love <fx@gnu.org>
10618
10619 * calendar/todo-mode.el: Remove some compatibility stuff and CL
10620 dependence. Use line-{beginning,end}-position, not
10621 point-at{b,e}ol. Some doc fixes.
10622 (todo-position): New function. Fix callers of position to use it.
10623 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
10624
be0505fe
GM
106252000-05-12 Gerd Moellmann <gerd@gnu.org>
10626
10627 * time.el (display-time-mail-icon): Use `:ascent center'.
10628
a8a3541c
GM
10629 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
10630 handling FTP security extensions.
399c88ad 10631
44d5f148
DL
106322000-05-11 Dave Love <fx@gnu.org>
10633
33d0c179 10634 * calendar/todo-mode.el: New file.
44d5f148 10635
da4496b6
GM
106362000-05-11 Gerd Moellmann <gerd@gnu.org>
10637
cdc4401d
GM
10638 * comint.el (comint-read-input-ring): Move reference to
10639 comint-input-ring-size outside of the save-excursion. It was
10640 causing the default value to be the only one ever seen.
399c88ad 10641
0279f991
GM
10642 * font-lock.el: Update copyright. Remove Simon Marshall's email
10643 address on request from him.
10644
da4496b6
GM
10645 * subr.el (substitute-key-definition): Add comment describing
10646 the meaning of PREFIX.
10647
ac5cb26d
SM
106482000-05-10 Stefan Monnier <monnier@cs.yale.edu>
10649
10650 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
10651
10652 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
10653 (add-minor-mode): Don't make the variable buffer-local and add a
10654 reference to define-minor-mode in the docstring.
10655
10656 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
10657 HEADER/FOOTER and fix bug with trailing empty directory.
10658 (cvs-append-to-ignore): Use vc-editable-p if available.
10659 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
10660 (vc-do-command): Tweak advice to handle the new VC.
10661
10662 * log-view.el (log-view-goto-rev): New function for the new VC.
10663 (log-view-minor-wrap): Use mark-active.
10664
10665 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
10666 (log-edit-changelog-full-paragraphs): New var.
10667 (log-edit-insert-changelog): Remove a lonely leading `* file'.
10668 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
10669 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
10670 (log-edit-changelog-ours-p, log-edit-changelog-entries)
10671 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
10672 Replace the `cvs' prefix with `log-edit'.
10673
10674 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
10675
10676 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
10677 (diff-font-lock-defaults): Explicitly turn off multiline.
10678 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
10679 (diff-ediff-patch): Fix call to ediff-patch-file.
10680 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
10681 Handle comments.
10682
10683 * frame.el (automatic-hscrolling): Typo.
10684
10685 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
10686
21c34da3
DL
106872000-05-09 Sam Steingold <sds@goems.com>
10688
10689 * apropos.el (apropos-print): use `describe-face' instead of
10690 `customize-face-other-window'.
10691
950cf06f
DL
106922000-05-09 Dave Love <fx@gnu.org>
10693
10694 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
10695
10696 * help.el (describe-variable): Have customize button pop the
10697 help-xref stack when invoked.
10698 (help-xref-symbol-regexp): Add `face'.
10699 (help-make-xrefs): Check for quoted face names and adapt regexp
10700 submatch numbers to cope.
10701 (help-xref-interned): Maybe insert face doc too. Separate
10702 sections with a line of hyphens.
10703
0623e40f 10704 * faces.el: Some doc fixes. Declare some functions obsolete.
950cf06f
DL
10705 (describe-face): Add customize button. Return the help
10706 text. Fix prompt.
10707
82e2ca9d
EZ
107082000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
10709
10710 * term/internal.el (IT-character-translations): Fix last change.
10711
10c00b5c
EZ
107122000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
10713
10714 * woman.el: New file
10715 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
10716
9deed82f
EZ
107172000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
10718
001ad319
EZ
10719 * term/internal.el (IT-character-translations): Update ASCII
10720 simulations for greek-iso8859-7, add latin-iso8859-14 and
10721 latin-iso8859-15.
10722
9deed82f
EZ
10723 * international/mule-cmds.el (set-language-info-alist): Call
10724 define-prefix-command with 3 arguments, to make the map suitable
10725 for a menu.
10726
4f37b78a
DL
107272000-05-07 Dave Love <fx@gnu.org>
10728
1ec321a7 10729 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
4f37b78a 10730
64a4c526
DL
107312000-05-05 Dave Love <fx@gnu.org>
10732
10733 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
10734 list in doc string. Don't quote keyword symbols.
10735 * emacs-lisp/cl.el: Likewise
10736 * emacs-lisp/cl-seq.el: Likewise
10737
056565f7
GM
107382000-05-05 Gerd Moellmann <gerd@gnu.org>
10739
10740 * abbrev.el (abbrev-mode): Make ARG optional.
10741
4656b314
GM
107422000-05-04 Gerd Moellmann <gerd@gnu.org>
10743
ec82fb2f
GM
10744 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
10745
10746 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
10747
4656b314
GM
10748 * subr.el (substitute-key-definition): Clarify documentation.
10749
107502000-05-04 Milan Zamazal <pdm@freesoft.cz>
10751
10752 * glasses.el (glasses-convert-to-unreadable): Use
10753 `glasses-separator' instead of the hard-wired "_".
10754 (glasses-mode): Call `glasses-make-unreadable' only in a single
10755 place.
10756
7b081c78
EZ
107572000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
10758
10759 * term/internal.el (cjk-codepages-alist): Add associations for
10760 Chinese and Korean codepages. Remove FIXME comment.
10761
baa5536e
DL
107622000-05-03 Dave Love <fx@gnu.org>
10763
10764 * time.el (display-time-mail-face, display-time-use-mail-icon):
10765 New option.
10766 (display-time-mail-icon): New variable.
10767 (display-time-string-forms): Use the above. Fix the local-map.
10768
cbf18892
GM
107692000-05-03 Gerd Moellmann <gerd@gnu.org>
10770
4ff40dd0
GM
10771 * replace.el (query-replace-map): Add binding for `E'.
10772 (query-replace-help): Extend help text.
10773 (perform-replace): Allow editing the replacement string.
10774
10775 * make-mode.el (makefile-mode-abbrev-table): New variable.
10776 (makefile-mode): Set local abbrev table to
10777 makefile-mode-abbrev-table.
10778 (makefile-font-lock-keywords): Fontify includes and conditionals.
399c88ad 10779
cbf18892
GM
10780 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
10781 set TOGGLE's value.
10782
4ff40dd0
GM
10783 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
10784 mail-interactive-insert-alias.
10785 (mail-abbrev-complete-alias): New command.
10786 (mail-mode-map): Bind it to `M-TAB'.
399c88ad 10787
ffec4d9f
KH
107882000-05-03 Kenichi Handa <handa@etl.go.jp>
10789
10790 * language/lao-util.el (lao-compose-region): New function.
10791
1b0672c3
GM
107922000-05-02 Gerd Moellmann <gerd@gnu.org>
10793
576da55d
GM
10794 * files.el (recover-session): Make directories as necessary
10795 if they don't exist yet.
10796
399c88ad
SS
10797 * calendar/cal-french.el
10798 (french-calendar-multibyte-special-days-array)
1b0672c3
GM
10799 (french-calendar-special-days-array): Change French text.
10800 (calendar-french-date-string): Change output.
10801 (calendar-goto-french-date): Likewise.
10802
108032000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
10804
10805 * wid-edit.el (widget-default-active): Obey `:always-active'.
10806 (widget-documentation-string-value-create): Set `:always-active'.
10807
4b33deaa
EZ
108082000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
10809
10810 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
10811 default prefix to `~/_emacs.d/auto-save.list/_s'.
10812 (normal-top-level): Create the directory for auto-save files, if
10813 it doesn't already exist (in the ms-dos case only).
10814
5c922ea7
EZ
108152000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
10816
10817 * international/mule-cmds.el (set-language-environment): Don't
10818 concat an integer (dos-codepage), use format instead.
10819
820ad5e7
DL
108202000-05-02 Dave Love <fx@gnu.org>
10821
10822 * help.el (help-xref-on-pp): Check for constant symbols.
10823
57cb56f5
GM
108242000-04-29 Gerd Moellmann <gerd@gnu.org>
10825
10826 * startup.el (normal-top-level): Put a condition-case around
10827 the code loading subdirs.el.
10828
108292000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
399c88ad 10830
57cb56f5
GM
10831 * ps-print.el: Upside-down and face background color printing,
10832 line number step, doc fix.
10833 (ps-print-version): New version number (5.2).
10834 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
10835 (ps-face-attribute-list, ps-plot-with-face): Code fix.
10836 (ps-spool-config): Var fix.
10837 (ps-printer-name-option): Const fix.
10838 (ps-print-upside-down, ps-use-face-background)
10839 (ps-line-number-step): New vars.
10840 (ps-window-system, ps-lp-system): New consts.
10841 (ps-face-background): New fun.
10842
084cec2f
GM
108432000-04-28 Richard Stallman <rms@gnu.org>
10844
10845 * files.el (make-auto-save-file-name):
10846 Apply auto-save-file-name-transforms to visited file name
10847 before generating auto save file name.
10848 (auto-save-file-name-transforms): New variable.
10849
399c88ad 10850 * files.el (backup-enable-predicate):
084cec2f
GM
10851 Correctly test for a file under a temporary directory.
10852
c94f4677
GM
108532000-04-28 Gerd Moellmann <gerd@gnu.org>
10854
10855 * subr.el (add-minor-mode): Rewritten.
10856
7b211df5
KH
108572000-04-28 Kenichi Handa <handa@etl.go.jp>
10858
10859 * mail/sendmail.el (sendmail-send-it): Set
10860 buffer-file-coding-system to the selected coding system for MIME
10861 header.
10862
c76e04a8 108632000-04-27 Gerd Moellmann <gerd@gnu.org>
e3e36d74 10864
c76e04a8
GM
10865 * dired.el (dired-move-to-filename-regexp): Allow format where
10866 YYYY is followed by two spaces.
e3e36d74 10867
c76e04a8
GM
10868 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
10869 in the second character class of the regexp.
10870
10871 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
10872 mh-etc, too.
353964e3 10873
c76e04a8
GM
10874 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
10875 nil.
399c88ad 10876
353964e3
GM
10877 * subr.el (add-minor-mode): Use `set' instead of `setq'.
10878
10879 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
10880 argument.
10881
c76e04a8 108822000-04-27 Sen Nagata <sen@eccosys.com>
399c88ad 10883
c76e04a8
GM
10884 * emacs-lisp/crm.el (crm-completion-table): New variable.
10885 (crm-collection-fn, crm-test-completion)
10886 (completing-read-multiple): Use it.
10887
108882000-04-27 Dave Love <fx@gnu.org>
10889
10890 * help.el (locate-library): Use mapc.
10891 (help-manyarg-func-alist): Add call-process-region.
10892
7464346d
GM
108932000-04-26 Gerd Moellmann <gerd@gnu.org>
10894
b35bd33d
GM
10895 * subr.el (add-minor-mode): Make argument MAP optional.
10896
7464346d
GM
10897 * desktop.el (desktop-save): Save list of minor modes.
10898 (desktop-create-buffer): Restore minor modes.
10899 (desktop-minor-mode-table): New user-option.
10900
10901 * subr.el (add-minor-mode): New function.
10902
10903 * image.el (find-image): New function.
10904 (defimage): Rewritten to find image at load time.
10905
10906 * startup.el (normal-top-level-add-to-load-path): Handle
10907 case that the default directory is not in load-path.
10908
10909 * help.el: Old patch from Stefan Monnier.
10910 (help-xref-on-pp): New function.
10911 (describe-variable): Use it to display xrefs in a symbol's value.
10912
23c0fb21
SM
109132000-04-26 Stefan Monnier <monnier@cs.yale.edu>
10914
10915 * cus-edit.el (custom-face): Fix parenthesis.
10916
fad95037
KH
109172000-04-26 Kenichi Handa <handa@etl.go.jp>
10918
f03392a1
KH
10919 * mail/rmail.el (rmail-expunge): When there are no deleted
10920 messages, do nothing.
fad95037 10921
0d7c5bb9
DL
109222000-04-26 Dave Love <fx@gnu.org>
10923
10924 * international/mule-cmds.el (locale-translation-file-name):
10925 Defvar to nil.
10926 (set-locale-environment): Set it here (at runtime).
10927
612839b6
GM
109282000-04-25 Gerd Moellmann <gerd@gnu.org>
10929
10930 * replace.el (perform-replace): Add parameters START and END. Use
10931 them instead of the check for a region in Transient Mark mode.
10932 (query-replace-read-args): Return two more list elements for the
10933 start and end of the region in Transient Mark mode.
10934 (query-replace, query-replace-regexp, query-replace-regexp-eval)
10935 (map-query-replace-regexp, replace-string, replace-regexp): Add
10936 optional last arguments START and END and pass them to
10937 perform-replace.
10938
10939 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
10940 form with additional arguments for perform-replace.
10941
10942 * progmodes/etags.el (tags-query-replace): Add parameters START
10943 and END. Construct a form with additional arguments for
10944 perform-replace.
10945
10946 * simple.el (shell-command): Set default directory for "*Shell
10947 Command Output" buffer.
10948
10949 * language/european.el (iso-latin-4): Fix typo.
10950
10951 * emacs-lisp/crm.el: New file.
10952
2917cc05
DL
109532000-04-24 Dave Love <fx@gnu.org>
10954
10955 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
10956 (Custom-reset-saved, Custom-reset-standard)
10957 (custom-group-value-create, custom-group-set, custom-group-save)
10958 (custom-group-reset-current, custom-group-reset-saved)
10959 (custom-group-reset-standard): Use mapc.
10960 (custom-buffer-create-internal): Disable undo when creating items.
10961 Use mapc.
10962 (custom-face): Avoid redundant lambda.
10963
abfcc168
GM
109642000-04-24 Gerd Moellmann <gerd@gnu.org>
10965
10966 * startup.el (auto-save-list-file-prefix): Set default to
10967 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
10968
fa78f71b
SS
109692000-04-24 Sam Steingold <sds@gnu.org>
10970
10971 * time-stamp.el (time-stamp-string-preprocess): Always convert
10972 `field-result' to a string.
10973
cc181e95
GM
109742000-04-24 Gerd Moellmann <gerd@gnu.org>
10975
10976 * frame.el (scrolling): New group.
10977 (automatic-hscrolling): New user-option.
10978
10979 * startup.el (command-line-x-option-alist): Add `-lsp' and
10980 `--line-spacing'.
10981
6142fdcb
DL
109822000-04-19 Dave Love <fx@gnu.org>
10983
10984 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
10985 (cl-mapc): Rename from mapc. Fix the funcall.
10986
5e3dac3f
GM
109872000-04-19 Gerd Moellmann <gerd@gnu.org>
10988
1c459486
GM
10989 * simple.el (clone-indirect-buffer-other-window): New command.
10990 (clone-indirect-buffer): Add optional arg NORECROD.
10991 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
10992
271b4185
GM
10993 * help.el (resize-temp-buffer-window): Use count-screen-lines.
10994
10995 * window.el (count-screen-lines): New function.
10996 (shrink-window-if-larger-than-buffer): Use count-screen-lines
10997 instead of window-buffer-height.
10998
10999 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
11000 non-existing variable comint-input-sentinel.
11001 (inferior-lisp-args-to-list): Removed.
11002 (inferior-lisp): Use split-string instead of
11003 inferior-lisp-args-to-list.
11004
11005 * hexl.el (hexl-insert-hex-string): New command.
11006
5e3dac3f
GM
11007 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
11008 instead of concat.
11009
f6d3257b
GM
110102000-04-18 Gerd Moellmann <gerd@gnu.org>
11011
11012 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
11013 at the start of an existing but empty folder.
11014
110152000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11016
11017 * ps-mule.el: Customization fix, doc fix.
11018 (ps-multibyte-buffer): Customization fix.
11019
8b7bc628 110202000-04-17 Richard M. Stallman <rms@gnu.org>
e61482c0
RS
11021
11022 * subr.el (read-passwd): Use read-char-exclusive.
11023
0daee095
GM
110242000-04-17 Gerd Moellmann <gerd@gnu.org>
11025
11026 * textmodes/texinfo.el (texinfo-insert-@email)
11027 (texinfo-insert-@emph, texinfo-insert-@quotation)
11028 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
11029 (texinfo-mode-map): Add key bindings for them.
11030
11031 * files.el (basic-save-buffer-2): Use a template with `$'
11032 instead of `#' for VMS.
11033
11034 * simple.el (clone-indirect-buffer): New function.
11035
e10f64e7
GM
110362000-04-16 Stephen Eglen <stephen@gnu.org>
11037
11038 * iswitchb.el (iswitchb-case): New function. If the user input
11039 contains any upper-case characters, the search is made
11040 case-sensitive.
11041
e3721db1
SM
110422000-04-17 Stefan Monnier <monnier@cs.yale.edu>
11043
e10f64e7
GM
11044 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
11045 comment-end.
e3721db1
SM
11046 (texinfo-font-lock-syntactic-keywords): New var.
11047 (texinfo-font-lock-keywords): Remove comment regexp.
11048 (texinfo-insert-block): New function.
11049 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
e10f64e7
GM
11050 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
11051 and font-lock-defaults. Use regexp-opt for outline-regexp.
e3721db1 11052 (texinfo-environments): New var.
e10f64e7
GM
11053 (texinfo-environment-regexp): Use regexp-opt and
11054 texinfo-environments.
e3721db1 11055
e10f64e7
GM
11056 * textmodes/ispell.el (ispell-menu-map-needed): Check that
11057 ispell-process is bound since this might be eval'd before ispell
11058 is loaded.
11059 (ispell-message): Use a tiny bit less magic and a bit more hard
11060 data to figure out what kind of sc-cite-regexp to use.
e3721db1
SM
11061
11062 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
11063
11064 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
11065 (insert-cyclic-diary-entry): Unquote the lambda.
11066
11067 * gud.el (gud-jdb-build-source-files-list): Fix typo.
11068
11069 * files.el (backup-enable-predicate): Unquote the lambda.
11070
11071 * cus-edit.el (custom-face, face): Unquote the lambda.
11072
712dc9e0
GM
110732000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11074
11075 * ps-print.el: Check for line-beginning-position definition.
fa78f71b 11076
712dc9e0
GM
11077 * ps-print.el: Fix counting lines in a region.
11078 (ps-print-version): New version number (5.1.5).
11079 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
11080 (ps-printing-region): Fun code fix.
11081
ffc50f2a
GM
110822000-04-15 Gerd Moellmann <gerd@gnu.org>
11083
11084 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
11085 to file-directory-p.
11086
a2522dca
GM
110872000-04-14 Gerd Moellmann <gerd@gnu.org>
11088
11089 * gud.el (gud-jdb-build-source-files-list): Check that directory
11090 exists before calling directory-files.
11091
6e883610
DL
110922000-04-13 Dave Love <fx@gnu.org>
11093
11094 * emacs-lisp/trace.el: Change maintainer. Use new backquote
11095 syntax.
11096
11097 * emacs-lisp/cl-specs.el: Remove when, unless.
11098
11099 * emacs-lisp/cl-extra.el: Don't quote keywords.
11100 (cl-old-mapc): New variable.
11101 (mapc): Use it.
11102 (cl-map-intervals): Use with-current-buffer. Don't check for
11103 next-property-change.
11104 (cl-map-overlays): Use with-current-buffer.
11105 (cl-expt): Remove.
11106 (copy-tree, remprop): Define unconditionally.
11107
11108 * emacs-lisp/cl-compat.el (keywordp): Remove.
11109
11110 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
11111 to use keywordp.
11112 (edebug-spec): Enable keywordp.
11113
11114 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
11115 string-lessp.
11116
11117 * cus-start.el: Use keywordp.
11118
198e3c7a
GM
111192000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11120
11121 * diary-lib.el (include-other-diary-files): Fix the fix of
11122 2000-02-18 by doing a save-excursion.
11123
111242000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11125
11126 * ps-print.el: Customization fix, doc fix.
11127 (ps-print-version): New version number (5.1.4).
11128 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
11129 (ps-print-preprint): Adjust code.
11130 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
11131 (ps-print-prologue-header, ps-print-control-characters)
11132 (ps-spool-config): Customization fix.
fa78f71b 11133
8eba343c
EZ
111342000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
11135
11136 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
11137 converted to the new menu-item format, names silightly changed,
11138 help strings added.
11139
11140 Support for spelling without async subprocesses:
11141
11142 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
11143 (ispell-session-buffer): New variables.
11144 (ispell-start-process, ispell-process-status,
11145 ispell-accept-output, ispell-send-string): New functions, for
11146 Ispell invocation when async subprocesses aren't supported.
11147 (ispell-word, ispell-pdict-save, ispell-command-loop,
11148 ispell-process-line, ispell-buffer-local-parsing): Replace calls
11149 to process-send-string with calls to ispell-send-string, and
11150 accept-process-output with ispell-accept-output.
11151 (ispell-init-process): Call ispell-process-status instead of
11152 process-status with.
11153 (ispell-init-process): Call ispell-start-process. Call
11154 ispell-accept-output and ispell-send-string. Don't call
11155 process-kill-without-query and kill-process if they are unbound.
11156 (ispell-async-processp): New function.
11157
3d30065d
DL
111582000-04-12 Dave Love <fx@gnu.org>
11159
11160 * info.el: Add debug-ignored-errors.
11161 (Info-mode-menu): Add some items.
11162 (Info-directory): Add autoload cookie.
11163
11164 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
11165 Modify `truncate-lines'. Make `describe-language-environment'
11166 always visible and add help. Modify `describe-key' help. Invoke
11167 Info-directory from `info'. New entry `emacs-manual'.
11168
1a1b1895
GM
111692000-04-10 Gerd Moellmann <gerd@gnu.org>
11170
8b2affc5
GM
11171 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
11172 propertized-buffer-identification.
11173 (ebrowse-update-member-buffer-mode-line): Likewise.
11174 (ebrowse--mode-strings): Removed.
11175 (ebrowse--mode-line-props): Removed.
11176
1a1b1895
GM
11177 * files.el (auto-mode-alist): Add `EBROWSE'.
11178
11179 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
11180 space before testing for end of buffer.
11181 (ebrowse-load): Removed.
11182 (ebrowse-revert-tree-buffer-from-file): Rewritten.
11183 (ebrowse-create-tree-buffer): Rewritten.
11184 (ebrowse-tree-mode): Read tree from buffer.
11185
11186 * progmodes/ebrowse-ffh.el: Removed.
11187
223f3c91
KH
111882000-04-10 Kenichi Handa <handa@etl.go.jp>
11189
11190 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
11191
25fbf2c4
GM
111922000-04-10 Gerd Moellmann <gerd@gnu.org>
11193
11194 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
11195 at the wrong place.
11196
92c13173
DL
111972000-04-09 Dave Love <fx@gnu.org>
11198
11199 * files.el (backup-enable-predicate): Use
11200 temporary-file-directory, small-temporary-file-directory.
11201 (make-backup-file-name-function, backup-directory-alist): New
11202 variables.
11203 (make-backup-file-name-1): New function.
11204 (make-backup-file-name): Use it.
11205 (find-backup-file-name): Likewise. Use format for clarity, not
11206 concat.
11207 (file-newest-backup): Use make-backup-file-name.
11208
be0dbdab
GM
112092000-04-09 Gerd Moellmann <gerd@gnu.org>
11210
c45be9ac 11211 * progmodes/ebrowse-ffh.el: New file.
fa78f71b 11212
c45be9ac
GM
11213 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
11214 to ebrowse-ffh.el.
11215 (ebrowse-load): Add autoload.
11216
11217 * finder.el (finder-commentary): Add autoload cookie.
11218
be0dbdab
GM
11219 * mail/rfc2368.el: Correct author's email address.
11220
11221 * progmodes/ebrowse.el: New file.
11222
11223 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
11224 item help string.
11225 (easy-menu-do-add-item): Ditto.
11226 (easy-menu-define): Extend doc string.
11227
11228 * jit-lock.el (with-buffer-unmodified): Use
11229 restore-buffer-modified-p.
11230 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
11231 (jit-lock-function, jit-lock-stealth-fontify): Don't use
11232 with-buffer-unmodified.
11233
3f923efe
DL
112342000-04-08 Dave Love <fx@gnu.org>
11235
11236 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
11237 unless, when.
11238
d35bee0e
MK
112392000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
11240
11241 * viper-util.el (viper-put-on-search-overlay): New subroutine.
11242 (viper-flash-search-pattern): No operation when using Emacs
fa78f71b 11243 doesn't support face.
d35bee0e 11244 Use `viper-put-on-search-overlay'.
fa78f71b 11245
c407c570
GM
112462000-04-04 Gerd Moellmann <gerd@gnu.org>
11247
11248 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
11249 like C-r.
11250
11251 * progmodes/make-mode.el: Some doc fixes.
11252 (makefile-mode-abbrev-table): New variable.
11253 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
11254 (makefile-font-lock-keywords): Fontify includes and conditionals.
11255 (toplevel): Require `dabbrev' and `add-log' when compiling.
11256
11257 * replace.el (perform-replace): Don't move forward one char
11258 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
11259 to do that because it leaves point 1 position after the last
11260 replacement, after everything has been replaced.
11261
11262 * jit-lock.el (with-buffer-unmodified): New macro.
11263 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
11264 modified state.
11265 (jit-lock-function-1): Extracted from jit-lock-function; not
11266 preserving buffer's modified state.
11267 (jit-lock-function, jit-lock-stealth-fontify): Call
11268 jit-lock-function-1.
11269
11270 * mail/rfc2368.el: Remove supernumerary copyright line.
11271
685e5ed2
GM
112722000-04-04 Milan Zamazal <pdm@freesoft.cz>
11273
11274 * glasses.el: Provide facilities for inserting space before left
11275 parentheses and uncapitalization of identifiers.
11276 (glasses-mode): Try to remove old overlays in all cases.
11277
0166aed1
GM
112782000-04-03 Gerd Moellmann <gerd@gnu.org>
11279
62f20204
GM
11280 * progmodes/compile.el (compile-internal): Display the compilation
11281 buffer in a different frame, if it's already displayed there.
11282
6460c400
GM
11283 * mail/rfc2368.el: New file.
11284
c0510d27
GM
11285 * simple.el (sendmail-user-agent-compose): Recognize a `body'
11286 header and insert its value as mail body.
11287
11288 * subr.el (member-ignore-case): New function.
11289
11290 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
11291 (dabbrev--find-expansion): Ignore buffers matching a regexp
11292 from dabbrev-ignored-regexps.
11293
0166aed1
GM
11294 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
11295 to extensions handled by gzip.
11296
c0510d27
GM
112972000-04-03 Richard M. Stallman <rms@gnu.org>
11298
11299 * files.el (insert-directory): List the total free space
11300 along with the used space.
fa78f71b 11301
c0510d27
GM
11302 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
11303 line is followed by one that matches CITATION-REGEXP, end the
11304 paragraph.
11305
113062000-04-03 Markus Rost <rost@delysid.gnu.org>
11307
11308 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
11309 (rmail-make-basic-summary-line): Use that option.
fa78f71b 11310
14c04384
KH
113112000-04-03 Kenichi Handa <handa@etl.go.jp>
11312
11313 * international/mule-cmds.el (encoded-string-description):
11314 Rewritten. Try pretty description for ISO 2022 escape sequences
3a100fd6
KH
11315 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
11316 for hexadecimal format.
14c04384 11317
ccf5869a
DL
113182000-04-01 Dave Love <fx@gnu.org>
11319
11320 * cpp.el: Change customization group to `c' from `C'.
11321
11322 * vcursor.el (vcursor-move): Use display-color-p.
11323
11324 * international/mule-util.el: Provide mule-utils.
11325 (string-to-sequence): Simplify and speed up.
11326
11327 * international/mule.el (make-coding-system): Purecopy doc-string.
11328
11329 * international/mule-cmds.el: Various menu changes.
11330 (describe-specified-language-support): Handle `Default'.
11331 (set-language-info): Purecopy `info'.
11332
610d841e
GM
113332000-03-31 Andrew Innes <andrewi@gnu.org>
11334
11335 * vc.el (vc-backend-diff): Return the correct status if we had to
11336 retry the rcsdiff command without the --brief option.
fa78f71b 11337
7f9de034
DL
113382000-03-31 Dave Love <fx@gnu.org>
11339
2de47765
DL
11340 * help.el (help-manyarg-func-alist): Correct several omissions.
11341
72838819
DL
11342 * add-log.el: Don't require cl, fortran.
11343 (add-log-current-defun-function): Doc fix.
11344 (change-log-version-number-regexp-list): Remove SCCS part. Doc
11345 fix.
11346 (change-log-version-rcs): Function deleted.
11347 (change-log-version-number-search): Doc fix. Use
11348 vc-workfile-version. Avoid CL dolist.
11349 (add-change-log-entry): Just call add-log-current-defun to get
11350 defun. Simplify somewhat.
11351 (change-log-get-method-definition-1): Likewise.
11352 (add-log-current-defun): Return nil if calling
11353 add-log-current-defun-function does so. Move Fortran stuff to
11354 fortran.el. Return string without properties.
11355
7f9de034
DL
11356 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
11357 and :alpha: char classes.
11358
11359 * mail/supercite.el: Defvar curline when compiling.
11360 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
11361 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
11362 rather than a-zA-Z0-9 to allow non-ASCII characters.
11363
aa110c0c
GM
113642000-03-31 Gerd Moellmann <gerd@gnu.org>
11365
11366 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
11367
11368 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
11369 Re-enable new code.
11370
11371 * lpr.el (print-region-1): Use -d to specify printer name for
11372 systems `usg-unix-v*, `dgux', `hpux', `irix'.
11373
113742000-03-31 Dave Love <fx@gnu.org>
fa78f71b 11375
aa110c0c
GM
11376 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
11377 for function definition in symbol's function value slot first
11378 instead of first consulting byte-compile-function-environment.
fa78f71b 11379
6733d074
KH
113802000-03-31 Kenichi Handa <handa@etl.go.jp>
11381
11382 * language/european.el ("Polish"): New language environment.
11383 (setup-polish-environment): New function.
11384
63fcfa04
GM
113852000-03-30 Gerd Moellmann <gerd@gnu.org>
11386
11387 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
11388 Disable new code.
11389
11390 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
11391 trying to `load' the symbol of an autoload instead of the file
11392 recorded in the autoload. Fix error messages.
11393
7438c86b
GM
113942000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11395
11396 * ps-print.el: PostScript programming fix for ghostview, doc fix.
11397 (ps-print-version): New version number (5.1.3).
11398 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
11399 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
11400 (ps-generate-postscript-with-faces): Code fix.
11401 (ps-color-values): XEmacs compatibility.
11402 (ps-print-background-image, ps-print-background-text, ps-printer-name)
11403 (ps-default-fg, ps-default-bg): Adjust customization.
11404 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
11405 (ps-color-scale): Renaming old ps-color-value fun.
11406 (ps-print-headers): Replace ps-print-header group to avoid conflict
11407 with ps-print-header variable.
11408 (ps-print-miscellany): New group.
11409 (ps-format-color, ps-rgb-color): New funs.
11410 (ps-default-foreground): New var.
11411 (ps-printer-name-option): New const.
fa78f71b 11412
326855a0
PB
114132000-03-30 Peter Breton <pbreton@ne.mediaone.net>
11414
1f56ba73
PB
11415 * net/net-utils.el:
11416 (network-connection-host, network-connection-service): New variables
11417 (network-connection-mode): New mode, derived from comint-mode
11418 (network-connection-mode-setup): New function, saves host and
fa78f71b 11419 service information in local variables.
1f56ba73 11420
326855a0
PB
11421 * lisp/locate.el:
11422 (locate-word-at-point): Added this function
11423 (locate): Default to using locate-word-at-point as input
11424 Run dired-mode-hook
11425
141384bd
DL
114262000-03-29 Dave Love <fx@gnu.org>
11427
11428 * calendar/appt.el: Doc fixes.
11429 (appt-check): Convert min-to-app to a string before passing to
11430 appt-disp-window-function or concat.
11431 (appt-delete-window): Remove test for frame-root-window.
11432 (appt-select-lowest-window, appt-convert-time): Simplify.
11433
11434 * emacs-lisp/bytecomp.el: Doc fixes.
11435 (byte-compile-file-form-autoload): Update
11436 byte-compile-function-environment.
11437
c5aa0fc2
AS
114382000-03-29 Andreas Schwab <schwab@suse.de>
11439
11440 * emacs-lisp/autoload.el: Also print defsubst doc string
11441 specially.
11442
11443 * dired.el (dired-insert-directory): If dired-free-space-program
11444 failed just delete its output.
11445
f1d6fe69
DL
114462000-03-29 Dave Love <fx@gnu.org>
11447
11448 * international/iso-cvt.el: Move provide to end. Doc fixes.
11449 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
11450 (iso-iso2sgml, iso-sgml2iso): New functions.
11451 (iso-cvt-define-menu): Fix some entries and use backquote for
11452 clarity.
11453
11454 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
11455
b61f1215
GM
114562000-03-28 Gerd Moellmann <gerd@gnu.org>
11457
11458 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
11459 ISO-DATE. If non-nil, return date in ISO 8601 format.
11460
ea4b0ca3
SM
114612000-03-26 Stefan Monnier <monnier@cs.yale.edu>
11462
3831af62
SM
11463 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
11464 if it ever becomes used.
11465 (log-edit-mode-hook): Default to vc-log-mode-hook.
11466 (log-edit-mode): Fix the docstring.
11467
ea4b0ca3
SM
11468 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
11469 the code.
11470
08f8b1cc
DL
114712000-03-26 Dave Love <fx@gnu.org>
11472
082527fe
DL
11473 * net/browse-url.el (browse-url): Re-fix case of
11474 browse-url-browser-function being an alist.
11475 (browse-url): Add :link to defgroup.
11476
08f8b1cc
DL
11477 * files.el: Doc fixes.
11478 (file-truename): Include `[' in wildcard characters.
11479 (automount-dir-prefix): Customize.
11480 (find-file-wildcards): Add :version.
11481 (find-file-noselect): Simplify a mapcar call.
11482
11483 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
11484 compatible with inf-lisp version.
11485 (eval-defun-1): Fix custom-declare-variable case.
11486
ea4b0ca3
SM
114872000-03-25 Stefan Monnier <monnier@cs.yale.edu>
11488
11489 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
11490
9a0dd3dc
GM
114912000-03-24 Gerd Moellmann <gerd@gnu.org>
11492
b68c375f
GM
11493 * Makefile (COMPILE_FIRST): New macro.
11494 (compile-files): Compile files from COMPILE_FIRST first.
11495
11496 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
11497 code.
11498
9a0dd3dc
GM
11499 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
11500 matching open parenthesis in column 0 to defun-prompt-regexp
11501 only if open-paren-in-column-0-is-defun-start is set.
11502
11503 * sun-curs.el: Require CL at compile-time only.
11504
11505 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
11506 instead of copy-list which is a function from CL.
11507 (msb--choose-menu, msb--mode-menu-cond)
11508 (msb--create-buffer-menu-2): Use dolist instead of mapc.
11509 (msb--init-file-alist): Use mapcar instead of mapcan.
11510 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
11511 `(' in column 0 in doc string.
11512 (msb--add-separators): Use mapcar instead of mapcan.
11513
11514 * cus-dep.el: Require CL at compile-time only.
11515
c7dcadb5
SM
115162000-03-24 Stefan Monnier <monnier@cs.yale.edu>
11517
11518 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
11519 (byte-compile-warnings): New warning `noruntime'.
11520 (byte-compile-constants, byte-compile-variables): Fix docstring.
11521 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
11522 execute `eval-whenc-compile's body.
11523 (byte-compile-unresolved-functions): Fix docstring.
11524 (byte-compile-eval): New function.
11525 (byte-compile-callargs-warn): Check if the function will be available
11526 at runtime (via property `byte-compile-noruntime').
11527 (byte-compile-print-syms): New function.
11528 (byte-compile-warn-about-unresolved-functions): Also warn about
11529 `noruntime' functions (and use `byte-compile-print-syms').
11530 (byte-compile-file): Capitalize the message.
11531
3b55acc9
GM
115322000-03-24 Gerd Moellmann <gerd@gnu.org>
11533
11534 * mail/rmail.el (rmail-confirm-expunge): New user-option.
11535 (rmail-expunge): Ask for confirmation depending on the setting
11536 of rmail-confirm-expunge.
11537
115382000-03-23 Gerd Moellmann <gerd@gnu.org>
11539
11540 * Makefile (bootstrap-clean): If $(emacs) exists, build
11541 loaddefs.el first. A loaddefs.el that's not up-to-date might
11542 cause a bootstrap failure because things don't autoload as
11543 expected.
11544
02c76af4
DL
115452000-03-23 Dave Love <fx@gnu.org>
11546
11547 * net/browse-url.el: Restore previous use of
11548 browse-url-maybe-new-window.
11549
1a3199d9
GM
115502000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11551
11552 * ps-print.el: Skip banner page fix.
11553 (ps-print-version): New version number (5.1.2).
11554 (ps-begin-file, ps-end-file, ps-generate): Code fix.
fa78f71b 11555
1a3199d9
GM
115562000-03-23 Dave Pearson <davep@davep.org>
11557
11558 * net/quickurl.el Changed the type of parameter passed to the
11559 function defined by `quickurl-format-function'. Before only the
11560 text of the URL was passed. Now the whole URL structure is passed
11561 and the function is responsible for extracting the parts it
11562 requires. Changed the default of `quickurl-format-function'
11563 accordingly.
11564 (quickurl-insert): Changed the `funcall' of
11565 `quickurl-format-function' to match the above change.
11566 (quickurl-list-insert): Changed the `url' case so that it makes
11567 use of `quickurl-format-function', previous to this the format was
11568 hard wired.
fa78f71b 11569
72db3ab5
GM
115702000-03-22 Gerd Moellmann <gerd@gnu.org>
11571
11572 * startup.el: Change some spellings for the X Window System.
11573
68049bfa
SM
115742000-03-22 Stefan Monnier <monnier@cs.yale.edu>
11575
11576 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
11577 up the code and the regexp and make sure the cursor is temporarily
11578 moved to the suspicious line while querying the user.
11579
ff4df011
JR
115802000-03-22 Jason Rumney <jasonr@gnu.org>
11581
11582 * w32-fns.el (w32-charset-info-alist): Initialize.
11583
ee1c5b21
GM
115842000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11585
11586 * ps-print.el: N-up last page fix.
11587 (ps-print-version): New version number (5.1.1).
11588 (ps-end-file, ps-end-job, ps-generate): Code fix.
fa78f71b 11589
d2cbfba0
SM
115902000-03-21 Stefan Monnier <monnier@cs.yale.edu>
11591
bfb857d8
SM
11592 * files.el (find-file-run-dired): Update docstring.
11593 (find-directory-functions): New hook.
11594 (find-file-noselect): Run find-directory-functions rather than
11595 calling dired directly.
11596
11597 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
11598
cb3430a1
SM
11599 * pcvs.el: Add a minimal leading commentary.
11600 (cvs-make-cvs-buffer): Change the header part by removing the startup
11601 message and adding a `Module' entry. Also replace the FOOTER and
11602 HEADER special fileinfos with the new support in ewoc for updating
11603 its own footer and header.
11604 (cvs-update-header): Update to use the header/footer of the ewoc.
11605 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
11606 (cvs-is-within-p): New function.
11607 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
11608 to only examine some subset of the buffers.
11609
11610 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
11611 `format' instead of our own ad-hoc functions.
11612 Remove HEADER and FOOTER cases, now handled in the EWOC.
11613 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
11614
11615 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
11616 output to avoid scaring the user.
11617 (cvs-parse-table): Catch message for non-up-to-date commits.
11618
11619 * pcvs-defs.el (cvs-startup-message): Remove.
11620 (cvs-global-menu): New autoloaded menu.
11621
11622 * pcvs-util.el (cvs-string-fill): Remove.
11623
11624 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
11625 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
11626 PP part of it and also make it work for footers and headers.
11627 (ewoc-create): Drop POS and BUFFER arguments.
11628 Use the DLL's dummy node to store the end-of-footer position.
11629 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
11630 (ewoc-refresh): Remove unused `header' variable.
11631 (ewoc-(get|set)-hf): New functions.
11632
d2cbfba0
SM
11633 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
11634 log-view-*-(message|file) and use easy-mmode-define-navigation.
11635 (log-view-message-re): Match SCCS format as well.
11636 And match the revision line rather than the dashed separator line.
11637 (log-view-mode): Use the new define-derived-mode.
11638 (log-view-current-tag): Fill in with an actual implementation.
11639
11640 * cvs-status.el (cvs-status-(prev|next)): Rename from
11641 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
11642 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
11643 to let the output "breathe" a little more (more readable).
11644 (cvs-status-mode): Use the new define-derived-mode.
11645
11646 * smerge-mode.el (smerge-auto-leave): New function and variable.
11647 (smerge-basic-map): Rename from smerge-basic-keymap.
11648 Change the bindings for smerge-diff-*.
11649 (smerge-*-map): Use easy-mmode-defmap.
11650 (smerge-(next|prev)): Use easy-mmode-define-navigation.
11651 (smerge-keep-*): Use smerge-auto-leave.
11652
51663132
JR
116532000-03-21 Jason Rumney <jasonr@gnu.org>
11654
11655 * cus-edit.el (custom-button-face): Use 3D look for w32.
11656 (custom-button-pressed-face): Likewise.
11657
3f6e4b8b
GM
116582000-03-21 Gerd Moellmann <gerd@gnu.org>
11659
11660 * progmodes/etags.el (tags-case-fold-search): New user-option.
11661 (tags-loop-eval): New function. Bind case-fold-search around eval
11662 depending on the value of tags-case-fold-search.
11663 (tags-loop-continue): Use tags-loop-eval.
11664 (find-tag-in-order): Bind case-fold-search depending on the value
11665 of tags-case-fold-search.
11666
c7ea3acc
SM
116672000-03-21 Stefan Monnier <monnier@cs.yale.edu>
11668
0ae39f53
SM
11669 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
11670 (diff-end-of-hunk): Return the end position for use in
11671 `easy-mmode-define-navigation'.
11672 (diff-recenter): Remove.
11673 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
11674 of `easy-mmode-define-navigation'.
11675 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
11676 previous renaming) and fix to use new names.
11677 (diff-merge-strings): Use \n as separator: simpler, faster.
11678 (diff-mode): Use `define-derived-mode'.
11679
c7ea3acc
SM
11680 * derived.el (define-derived-mode): Don't autoload anymore.
11681 Prefer the macro-only version provided by easy-mmode.el.
11682
11683 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
11684 `easy-mmode-define-derived-mode'.
11685 Use `combine-run-hooks'.
11686 (easy-mmode-define-navigation): New macro.
11687
11688 * subr.el (combine-run-hooks): New function.
11689
6c4bfdc0
KH
116902000-03-21 Kenichi HANDA <handa@etl.go.jp>
11691
11692 * term/x-win.el: Fontsets related initialization is simplified.
11693
11694 * international/mule-diag.el (describe-font): Don't refer to
11695 global-fontset-alist, instead call font-list.
11696 (describe-fontset, list-fontsets, mule-diag): Likewise.
11697 (print-fontset): Adjusted for the change of fontset
11698 implementation.
11699
11700 * international/fontset.el (x-charset-registries): Variable
11701 removed, instead the corresponding data is stored in the default
11702 fontset.
11703 (register-alternate-fontnames): Function removed.
11704 (resolved-ascii-font): Variable removed.
11705 (x-compose-font-name): Ignore the second argument REDOCE.
11706 (x-complement-fontset-spec): Complement only an ASCII font and
11707 element for those charsets than can use that ASCII font.
11708 (generate-fontset-menu): Don't refer to global-fontset-alist,
11709 instead call fontset-list.
11710 (uninstantiated-fontset-alist): Variable removed.
11711 (x-style-funcs-alist): Likewise.
11712 (fontset-default-styles): Likewise.
11713 (x-modify-font-name): Function removed.
11714 (create-fontset-from-fontset-spec): Ignore the argument
11715 STYLE-VARIANT.
11716 (create-fontset-from-ascii-font): Docsting adjusted for the above
11717 change.
11718 (instantiate-fontset, resolve-fontset-name): Functions removed.
11719 (fontset-list): Now implemented by C code.
fa78f71b 11720
6c4bfdc0
KH
11721 * faces.el (read-face-font): Fix TABLE arg to completing-read.
11722 (describe-face): Include `font' attribute in the description.
11723
9111d4b5
KH
117242000-03-21 Kenichi Handa <handa@etl.go.jp>
11725
11726 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
11727
b33dd3b0
GM
117282000-03-20 Gerd Moellmann <gerd@gnu.org>
11729
a25bbe00
GM
11730 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
11731 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
11732 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
fa78f71b 11733
b33dd3b0
GM
11734 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
11735 about behavior of set-buffer-modified-p wrt redisplay.
11736
8b7bc628 117372000-03-19 Richard M. Stallman <rms@gnu.org>
e53ae11c
RS
11738
11739 * view.el (view-mode-disable): Kill local binding of view-read-only.
11740
d7b511c4
GM
117412000-03-18 Gerd Moellmann <gerd@gnu.org>
11742
11743 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
11744 is a string, convert it to a syntax cell using string-to-syntax.
11745
11746 * simple.el (syntax-code-table, syntax-flag-table): New variables.
11747 (string-to-syntax): New function.
11748
11749 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
11750 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
b33dd3b0 11751 try to use passive ftp mode.
d7b511c4 11752
998ecc60
GM
117532000-03-17 Gerd Moellmann <gerd@gnu.org>
11754
b33dd3b0 11755 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
998ecc60
GM
11756
11757 * simple.el (append-to-buffer): Update point of windows after
11758 insertion.
11759
11760 * abbrev.el (inverse-add-abbrev): Identify word by first moving
11761 forward then moving backward. Reindent.
11762
11763 * frame.el (other-frame): Call x-focus-frame only if
11764 focus-follows-mouse is off.
11765
235d6821
DL
117662000-03-17 Dave Love <fx@gnu.org>
11767
11768 * pcvs-util.el (cvs-strings->string): Rename
11769 replace-regexps-in-string.
11770
a29a2cd1
SM
117712000-03-17 Stefan Monnier <monnier@cs.yale.edu>
11772
af595444
SM
11773 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
11774 regexp for labels cannot span several lines.
11775
11776 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
998ecc60 11777 `(setq :<key> ':<key>)' to the macro expansion.
a29a2cd1 11778
a9be2843
DL
117792000-03-16 Dave Love <fx@gnu.org>
11780
11781 * progmodes/f90.el (f90): Put custom group under `languages', not
11782 `fortran'.
11783 (f90-mode-hook): Customize.
11784 (f90-mode): Set add-log-current-defun-function.
11785 (f90-current-defun): New function.
11786
d0ab3e9d
GM
117872000-03-16 Gerd Moellmann <gerd@gnu.org>
11788
16b20ed9
GM
11789 * cus-edit.el (custom-variable-tag-face): Handle case that
11790 default face's height is not a number.
11791 (custom-face-tag-face, custom-group-tag-face-1)
11792 (custom-group-tag-face): Ditto.
11793 (custom-group-tag-face-1): Add :group.
fa78f71b 11794
d0ab3e9d
GM
11795 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
11796
ae8ab422
GM
117972000-03-15 Gerd Moellmann <gerd@gnu.org>
11798
11799 * pcvs-defs.el (toplevel): Remove autoload cookie for form
11800 requiring easymenu.
11801
81c7ca69
GM
118022000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11803
11804 * ps-print.el: PostScript user-defined prologue, PostScript error
11805 handler, doc fix.
11806 (ps-print-version): New version number (5.1).
11807 (ps-user-defined-prologue, ps-error-handler-message)
11808 (ps-print-prologue-0, ps-error-handler-alist): New vars.
11809 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
11810 (ps-insert-string): New function.
fa78f71b 11811
dcf1003d
KH
118122000-03-15 Kenichi Handa <handa@etl.go.jp>
11813
11814 * international/ccl.el (ccl-compile-expression): Don't generate
11815 invalid self-assignment code.
11816
73825616
DL
118172000-03-14 Dave Love <fx@gnu.org>
11818
11819 * subr.el (replace-regexp-in-string): Renamed from
11820 replace-regexps-in-string. Doc fix.
11821
031020ac
DL
118222000-03-12 Dave Love <fx@gnu.org>
11823
11824 * cus-edit.el: Doc fixes.
11825 (customize-set-variable, customize-save-variable): Rename args for
11826 doc.
11827 (custom-variable-tag-face, custom-face-tag-face)
11828 (custom-group-tag-face-1, custom-group-tag-face): Modify from
11829 style which user identify as hyperlink.
11830 (hook): Don't add undefined functions to the hook.
11831 (debug-ignored-errors): Transfer message from bindings.el.
11832
9b2f3c38
GM
118332000-03-12 Gerd Moellmann <gerd@gnu.org>
11834
11835 * recentf.el (recentf-keep-non-readable-files-p): Remove
11836 double/nested definition.
11837
0d6e23cf
DL
118382000-03-12 Dave Love <fx@gnu.org>
11839
11840 * facemenu.el (facemenu-get-face): Use display-color-p.
11841 * enriched.el (enriched-decode-foreground): Likewise.
11842 (enriched-decode-background): Likewise.
11843 * isearch.el (isearch-highlight): Likewise.
11844 * info-look.el (info-lookup): Likewise.
11845 * simple.el (completion-setup-function): Likewise.
11846
11847 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
11848 :options.
11849
11850 * bindings.el (mode-line-format): Fix line-number and
11851 column-number items. Add help-echo for the background.
11852 (mode-line-mule-info): Modify help-echo.
11853
1598a961 11854 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
0d6e23cf
DL
11855
11856 * files.el (load-file): Allow completion to .elc.
11857
11858 * man.el: Doc fixes.
11859 (Man-init-defvars): Use display-color-p to set fontification.
11860
11861 * play/hanoi.el (hanoi-internal): Don't use oddp.
11862
e1cff360
GM
118632000-03-12 Gerd Moellmann <gerd@gnu.org>
11864
11865 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
11866
11867 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
11868
5e5dff44
GM
118692000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
11870
11871 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
11872 Fix comment.
11873
5b467bf4
SM
118742000-03-10 Stefan Monnier <monnier@cs.yale.edu>
11875
83fef604
SM
11876 * font-lock.el (font-lock-keywords): Fix the doc now that
11877 regexp-opt-depth is unnecessary.
11878 (save-buffer-state): Set an edebug spec.
11879 (font-lock-fontify-anchored-keywords): Properly handle the case when
11880 the matcher goes past the limit.
11881
5b467bf4
SM
11882 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
11883 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
11884
83fef604
SM
11885 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
11886 dll.el and cookie.el (from Elib) with heavy renaming and other
11887 massaging.
5b467bf4
SM
11888
11889 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
11890 Autoload the functions used.
11891 (easy-mmode-define-syntax): Fix CL typo.
11892 (easy-mmode-define-derived-mode): Improve the docstring generation.
11893
d407456c
GM
118942000-03-10 Gerd Moellmann <gerd@gnu.org>
11895
11896 * textmodes/texinfo.el (texinfo-version): Variable and function
11897 removed.
11898
5a7a545c
SM
118992000-03-09 Stefan Monnier <monnier@cs.yale.edu>
11900
0d6e23cf
DL
11901 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
11902 allow more flexibility.
11903 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
11904 fns.
11905 (easy-mmode-defmap, easy-mmode-defsyntax)
11906 (easy-mmode-define-derived-mode): New macros.
5a7a545c 11907
d407456c 119082000-03-09 Didier Verna <didier@xemacs.org>
445b0666
DL
11909
11910 * rect.el (replace-rectangle): New function.
11911
119122000-03-09 Dave Love <fx@gnu.org>
11913
11914 * progmodes/fortran.el (fortran-comment-line-start): Define as
11915 "C".
11916 (fortran-comment-line-start-skip): Don't match cpp stuff.
11917 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
11918 (fortran-mode-map): Remove over-eager custom-menu-create for now.
11919 (fortran-mode): Don't set fortran-comment-line-start-skip,
11920 fortran-comment-line-start here. Set comment-start,
11921 add-log-current-defun.
11922 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
11923 (fortran-current-defun): New function.
11924
80460654
GM
119252000-03-09 Gerd Moellmann <gerd@gnu.org>
11926
d1221ea9
GM
11927 * emacs-lisp/re-builder.el: New file.
11928
1853aa6b
GM
11929 * mouse.el (mouse-drag-region): Don't run up-event handler
11930 if hscroll has changed.
11931
80460654
GM
11932 * octave-mod.el (octave-font-lock-keywords): To font-lock the
11933 builtin operators, use `font-lock-builtin-face' for Emacs and
11934 `font-lock-preprocessor-face' otherwise.
fa78f71b
SS
11935
11936 * font-lock.el (lisp-font-lock-keywords-1): Highlight
80460654
GM
11937 `(defun (setf foo)' differently.
11938
c0056275
SM
119392000-03-08 Stefan Monnier <monnier@cs.yale.edu>
11940
11941 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
80460654
GM
11942 (regexp-opt): Update comment and adapt the code the new meaning of
11943 the `paren' argument of regex-opt-group for shy-groups.
11944 (regexp-opt-depth): Handle shy groups as well as backslashed
11945 backslashes.
c0056275
SM
11946 (regexp-opt-group): Turn the leading comment into a docstring.
11947 Allow `paren' to be a string (the string to use to open a group).
80460654
GM
11948 Remove open-presuf and close-presuf. Instead of checking for `all
11949 one-char' and then later on check for `several one-char', handle
11950 both cases close together. Also apply a more generic algorithm
11951 for suffixes (the mirror image of the algorithm used for
11952 prefixes). Use shy-groups. Use nreverse rather than reverse.
c0056275
SM
11953 (regexp-opt-try-suffix): Removed.
11954
11955 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
80460654
GM
11956 from comint-mode-map, so we can just inherit from it. Also, move
11957 the initialization into the `defvar' since there's no docstring
11958 anyway and it's fairly short.
11959 (inferior-scheme-mode): Define it as derived-mode: the code is
11960 shorter and this way we inherit from comint-mode-map rather than
11961 copying it.
c0056275 11962
80460654
GM
11963 * subr.el (replace-regexps-in-string): Properly handle the case
11964 where we match an empty string.
c0056275 11965
80460654
GM
11966 * comint.el (comint-exec-1): Add the current-dir to the exec-path
11967 when the command has a directory component (such as "./testml").
c0056275
SM
11968 Also fix a typo in the comment.
11969
5e91ff9e
GM
119702000-03-08 Gerd Moellmann <gerd@gnu.org>
11971
feab4fba
GM
11972 * Makefile (compile-files): Compile files one by one because
11973 that's the only way to ensure a clean compilation environment for
11974 each individual file.
11975
5e91ff9e
GM
11976 * frame.el (other-frame): Call x-focus-frame.
11977
76162e12
DL
119782000-03-07 Dave Love <fx@gnu.org>
11979
f64ce788
DL
11980 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
11981 :require to defcustom.
11982
76162e12
DL
11983 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
11984 lists.
11985
11986 * files.el (auto-mode-alist): Add configure.in.
11987
11988 * progmodes/autoconf.el: New file.
11989
f7daf1e1
GM
119902000-03-07 Gerd Moellmann <gerd@gnu.org>
11991
11992 * mail/mh-e.el: Change maintainer to `none'.
11993
11994 * recentf.el (recentf-keep-non-readable-files-p): Quote args
11995 to remove-hook and add-hook.
11996
119972000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
11998
11999 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
12000 it as the default.
12001 (mail-send): Test mail-send-nonascii also for the new `mime' value.
12002 (sendmail-send-it): Conditionally add MIME headers specifying the
12003 used character set.
fa78f71b 12004
63f6b2c4
DL
120052000-03-07 Dave Love <fx@gnu.org>
12006
12007 * winner.el: Fix keywords, autoload cookies. Split
12008 eval-when-compile form to avoid compilation failure.
12009
8330e2f9
KH
120102000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
12011
12012 * international/mule.el: Modify comment about coding system
12013 property `coding-category'.
12014 (make-coding-system): New argument EOL-TYPE. Pay attention to
12015 coding-category property of PROPERTIES.
12016
12017 * international/mule-conf.el (coding-category-utf-8,
12018 coding-category-utf-16-be, coding-category-utf-16-le): New coding
12019 categories. Include them in the argument for set-coding-priority.
12020
12021 * international/mule-cmds.el (reset-language-environment): Include
12022 coding-category-utf-8, coding-category-utf-16-be, and
12023 coding-category-utf-16-le in the argument for set-coding-priority.
12024 (reset-language-environment): Initialize coding-category-utf-8,
12025 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
12026
18bb0684
GM
120272000-03-06 Karl Fogel <kfogel@red-bean.com>
12028
12029 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
12030 code abstracted out of `bookmark-jump-noselect'. Now tries info
12031 extensions as well as compression extensions.
12032 (bookmark-jump-noselect): Use above new func.
fa78f71b 12033
71a6ba55
GM
120342000-03-03 Gerd Moellmann <gerd@gnu.org>
12035
12036 * strokes.el: Change maintainer's mail address.
12037
0d56cdff
KH
120382000-03-03 Kenichi Handa <handa@etl.go.jp>
12039
12040 * international/mule-diag.el (list-character-sets): Make help-echo
12041 string by substitute-command-keys.
12042 (list-character-sets): Likewise.
12043 (sort-listed-character-sets): Call help-setup-xref.
12044
900fa1f1
GM
120452000-03-02 Gerd Moellmann <gerd@gnu.org>
12046
12047 * time.el (display-time-mail-file): Add `none' to the list of
12048 choices.
12049
54d04320
DL
120502000-03-01 Dave Love <fx@gnu.org>
12051
43f3fa09
DL
12052 * help.el (help-xref-go-back): Don't try to set position.
12053
54d04320
DL
12054 * international/mule-diag.el (list-character-sets): Call
12055 help-setup-xref. Add help-echo to xrefs.
12056 (list-character-sets-1): Add help-echo to xrefs.
12057
d054101f
GM
120582000-03-02 Gerd Moellmann <gerd@gnu.org>
12059
12060 * frame.el (blink-cursor-mode): Switch cursor on when turning
12061 the mode off.
12062
12063 * add-log.el (add-log-current-defun): Add support for
12064 Autoconf mode.
12065
12066 * mail/rmail.el (rmail-quit-hook): New variable.
12067
d77dae5c
DL
120682000-03-01 Dave Love <fx@gnu.org>
12069
e5f597f0
DL
12070 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
12071
d77dae5c
DL
12072 * help.el (help-xref-button): Add help-echo arg.
12073 (describe-function-1, describe-variable, help-make-xrefs): Use it.
12074
12075 * faces.el (list-faces-display): Supply help-echo with
12076 help-make-xrefs.
12077
12078 * facemenu.el (list-text-properties-at): Set help-xref-stack to
12079 nil.
12080
72d19d75
GM
120812000-03-01 Gerd Moellmann <gerd@gnu.org>
12082
2df636f4
GM
12083 * image.el (defimage): Look for image files in load-path.
12084
fa78f71b 12085 * frame.el (busy-cursor-delay-seconds): Change type to
72d19d75
GM
12086 `number'.
12087
2df636f4
GM
120882000-03-01 David Ponce <david.ponce@wanadoo.fr>
12089
12090 * recentf.el (recentf): Added version tag to the defgroup of
12091 recentf.
12092
120932000-03-01 David Ponce <david.ponce@wanadoo.fr>
12094
12095 * recentf.el (recentf-cleanup): Changed to remove excluded file
12096 too.
12097 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
12098 action to select/unselect a file.
12099 (recentf-edit-list): Code cleanup and improvement.
12100 (recentf-open-more-files-action): `recentf-open-more-files' button
12101 widget action to open a file.
12102 (recentf-open-more-files): No more use standard completion but
12103 widgets.
12104 (recentf-more-collection): Deleted.
12105 (recentf-more-history): Deleted.
12106 (recentf-setup-more-completion): Deleted.
12107
121082000-03-01 David Ponce <david.ponce@wanadoo.fr>
12109
12110 * recentf.el (recentf-mode): No more needs that Emacs is running
12111 under a window-system.
12112
121131999-03-01 David Ponce <david.ponce@wanadoo.fr>
12114
12115 * recentf.el (recentf-edit-list): New command to edit the recent
12116 list which allow the user to remove files.
12117 (recentf-edit-selected-items): New global variable, used by
12118 `recentf-edit-list' to hold the list of files to be removed from
12119 the recent list.
12120 (recentf-make-menu-items): Updated to display a "Edit list..."
12121 menu item. Minor code cleanup.
12122
121231999-03-01 David Ponce <david.ponce@wanadoo.fr>
12124
12125 * recentf.el (recentf-open-more-files): New command to open files
12126 that are not displayed in the menu.
12127 (recentf-more-collection): New global variable holding the set of
12128 permissible completions used by `recentf-open-more-files'.
12129 (recentf-more-history): New global variable holding the history list
12130 used by `recentf-open-more-files' completion.
12131 (recentf-setup-more-completion): New function to setup completion for
12132 `recentf-open-more-files'.
12133 (recentf-make-menu-items): Updated to display a "More..." menu item.
12134
121351999-03-01 David Ponce <david.ponce@wanadoo.fr>
12136
12137 * recentf.el (recentf-menu-action): Doc fixed.
12138
121391999-03-01 David Ponce <david.ponce@wanadoo.fr>
12140
12141 * recentf.el (recentf-menu-filter): Doc updated.
12142 (recentf-update-menu-hook): Allow menu filters to force menu update.
12143 (recentf-make-menu-items): New menu filter handling.
12144 (recentf-make-menu-item): New helper function.
12145 (recentf-menu-elements): New menu handling function.
12146 (recentf-sort-ascending): Updated to new menu filter handling.
12147 (recentf-sort-descending): Updated to new menu filter handling.
12148 (recentf-sort-basenames-ascending): New menu filter function.
12149 (recentf-sort-basenames-descending): New menu filter function.
12150 (recentf-show-basenames): New menu filter function.
12151 (recentf-show-basenames-ascending): New menu filter function.
12152 (recentf-show-basenames-descending): New menu filter function.
12153
72d19d75
GM
121542000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12155
12156 * diary-lib.el (list-diary-entries): Don't try to go forward at
12157 the end of the buffer.
12158
1ac1c836
KH
121592000-02-29 Kenichi Handa <handa@etl.go.jp>
12160
12161 * international/mule-diag.el (list-character-sets): Completely
12162 rewritten.
12163 (sort-listed-character-sets): New function.
12164 (list-character-sets-1): Completely rewritten.
12165 (list-character-sets-2): New function.
12166 (non-iso-charset-alist): New variable.
12167 (decode-codepage-char): New function.
12168 (charset-history): New variable.
12169 (read-charset) (list-block-of-chars)
12170 (list-iso-charset-chars)
12171 (list-non-iso-charset-chars)
12172 (list-charset-chars): New functions.
12173 (mule-diag): Call list-character-sets-2, not
12174 list-character-sets-2.
12175 (dump-charsets): Likewise.
12176
ed4d0512
GM
121772000-02-29 Gerd Moellmann <gerd@gnu.org>
12178
72d19d75
GM
12179 * dired-x.el (dired-filename-at-point): Add `@' to valid
12180 file name characters.
12181 (dired-filename-at-point): Handle ange-ftp file names.
12182
ed4d0512
GM
12183 * frame.el (frame-notice-user-settings): Use assq-delete-all
12184 instead of assoc-delete-all.
12185 (frame-notice-user-settings): Ditto.
12186
12187 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
12188 Don't copy alist.
12189
32038c7a
GM
121902000-02-28 Eli Barzilay <eli@cs.cornell.edu>
12191
12192 * calculator.el (calculator-use-menu): New option.
12193 (calculator-initial-bindings): Changed some bindings to work as
12194 macros.
12195 (calculator-forced-input): Removed.
12196 (calculator-restart-other-mode): New variable.
12197 (calculator-mode-map): Set up menu.
fa78f71b 12198
32038c7a
GM
121992000-02-28 Jari Aalto <jari.aalto@poboxes.com>
12200
12201 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
12202 tags.
fa78f71b 12203
55d7ff38 122042000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
fa78f71b 12205
55d7ff38
MK
12206 * viper-cmd.el (viper-envelop-ESC-key): added the option to
12207 translate all ESC key sequences.
12208 (viper-goto-mark-subr): restore markers for files for which
12209 they were saved.
12210 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
12211 * viper-util.el (viper-set-replace-overlay-glyphs,
12212 viper-set-replace-overlay): always check if the replacement
12213 overlay is live.
12214 * viper.el (viper-vi-state-mode-list): added major modes.
12215 * ediff-wind.el: minor comment changes.
12216 * ediff.el: copyright notice date fix.
fa78f71b 12217
387023ee
JR
122182000-02-27 Jason Rumney <jasonr@gnu.org>
12219
12220 * faces.el (face-font-family-alternatives): Add arial to helv.
12221 (mode-line, header-line, tool-bar): Same default as x for w32.
12222 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
12223 face-font-family-alternatives from working.
12224 * term/w32-win.el (mouse-set-font): Do not build fontset from
12225 chosen font.
12226
f43d79c1
GM
122272000-02-25 Sam Steingold <sds@goems.com>
12228
5d80cc9c 12229 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
f43d79c1 12230 properly.
fa78f71b 12231
8b7bc628 122322000-02-25 Richard M. Stallman <rms@gnu.org>
f43d79c1
GM
12233
12234 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
12235
4eb8436f
GM
122362000-02-25 Gerd Moellmann <gerd@gnu.org>
12237
12238 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
12239 writable.
12240
449c3c52 12241 * frame.el (busy-cursor-delay-seconds): New option.
f5b58615 12242
42088c12
GM
122432000-02-24 Gerd Moellmann <gerd@gnu.org>
12244
12245 * frame.el (show-cursor-in-non-selected-windows): New option.
12246
c60ea02e
GM
122472000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12248
12249 * diary-lib.el (include-other-diary-files): Undo the selective
12250 display in any included file and don't kill it.
12251
d066de8e
EZ
122522000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
12253
12254 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
12255 bar. Menu items converted to (menu-item format, help strings
12256 added.
12257 [downcase, upcase]: Don't enable on MS-DOS.
12258 [symlink, symlinks]: Don't show if make-symbolic-link is not
12259 bound.
12260 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
12261
b6906b38
DL
122622000-02-23 Dave Love <fx@gnu.org>
12263
275cf1b2
DL
12264 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
12265 (backward-kill-word): Revert addition of * to interactive spec --
12266 it's a feature.
12267
12268 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
12269 (backward-kill-sentence, kill-sentence): Likewise.
12270
99d48056
DL
12271 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
12272 scratch buffer name.
12273 (gud-format-command): Use int-to-string in ?l case. Simplify
12274 slightly.
12275
12276 * term/w32-win.el (internal-face-interactive): Update prompt for
12277 new read-face-name.
12278
12279 * mail/footnote.el (footnote): Add :version to defgroup.
12280 (footnote-section-tag-regexp): Customize.
12281 (footnote-start-tag, footnote-end-tag): New option.
12282 (footnote-latin-regexp): New variable.
12283 (Footnote-latin): New function.
12284 (footnote-style-alist): Add element for latin style.
12285 (footnote-style): Moved.
12286 (Footnote-goto-footnote): Use eq to test arg.
12287
12288 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
12289
b6906b38
DL
12290 * emacs-lisp/byte-opt.el: Change old backquote syntax.
12291 (byte-compile-trueconstp): Include keywords.
12292 (byte-optimize-quote, byte-optimize-lapcode): Use
12293 byte-compile-const-symbol-p.
12294 (byte-optimize-char-before): New optimization.
12295
12296 * emacs-lisp/bytecomp.el: Change old backquote syntax.
12297 (byte-compile-const-symbol-p): New function.
12298 (byte-compile-constp, byte-compile-out-toplevel)
12299 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
12300 Use it.
12301
12302 * subr.el (define-key-after): Default AFTER to t. Doc fix.
12303
214f877f
KH
123042000-02-23 Kenichi Handa <handa@etl.go.jp>
12305
c709bcf1
KH
12306 * international/encoded-kb.el: Be sure to update minor-mode-alist
12307 and minor-mode-map-alist.
12308 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
12309 codes SS2 and SS3 correctly.
12310 (encoded-kbd-self-insert-ccl): New function.
12311 (encoded-kbd-setup-keymap): New function.
12312 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
12313 by calling encoded-kbd-setup-keymap.
12314
214f877f
KH
12315 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
12316 characters.
12317 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
12318 locally.
12319
b021ef18
DL
123202000-02-22 Dave Love <fx@gnu.org>
12321
12322 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
12323 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
12324 defvar.
12325 (lisp-mode-syntax-table): Set up for #|...|# comments.
12326 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
12327 classes. Match `defface'.
12328 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
12329 (eval-defun-1): Fix for defcustom.
12330 (lisp-indent-region): Doc fix.
12331
12332 * subr.el (when, unless, split-string): Doc fix.
12333 (read-passwd): Move call of clear-this-command-keys to the right
12334 place.
12335 (replace-regexps-in-string): New function.
12336
14cc00ad
GM
123372000-02-22 Gerd Moellmann <gerd@gnu.org>
12338
12339 * help.el (describe-variable): Set syntax table to
12340 emacs-lisp-mode-syntax-table when moving forward over the
12341 symbol's name.
12342
47da5efa
DL
123432000-02-22 Dave Love <fx@gnu.org>
12344
12345 * xt-mouse.el: Doc fixes.
12346 (xterm-mouse-position-function): New function, replacing advice of
12347 mouse-position.
12348 (xterm-mouse-mode): Use it. Don't turn on under a window system.
12349
12350 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
12351
f0a6c717
GM
123522000-02-21 Gerd Moellmann <gerd@gnu.org>
12353
12354 * format.el (format-annotate-single-property-change): Handle
12355 properties.with dotted-list values.
12356 (format-proper-list-p): New function.
12357
12358 * enriched.el (enriched-face-ans): Handle '(foreground-color
12359 . COLOR) and (background-color . COLOR).
12360
2be80b63
DL
123612000-02-20 Dave Love <fx@gnu.org>
12362
12363 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
12364 and assignments to it.
12365 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
12366 current local map.
12367 (make-flyspell-overlay): Use it.
12368 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
12369
12370 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
12371 (lm-get-header-re): Defun, not defsubst.
12372 (lm-get-package-name): Defun, not defsubst. Simplify.
12373 (lm-version): Doc fix. Simplify.
12374 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
12375 (lm-crack-address, lm-last-modified-date, lm-commentary)
12376 (lm-verify, lm-synopsis): Simplify.
12377 (lm-report-bug): Require emacsbug. Use compose-mail.
12378
329eed9f
GM
123792000-02-20 Gerd Moellmann <gerd@gnu.org>
12380
12381 * dired.el (dired-mode): Call propertized-buffer-identification
12382 to set mode-line-buffer-identification to something having
12383 the right text properties.
12384
12385 * bindings.el (propertized-buffer-identification): New function.
12386
be5bb146
DL
123872000-02-20 Dave Love <fx@gnu.org>
12388
12389 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
12390 check for t-mouse too.
12391
12392 * cus-start.el: Make echo-keystrokes `number'.
12393
1d4311c3
EZ
123942000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
12395
12396 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
12397 Don't call ring-empty-p unless tags-location-ring is bound.
12398 From Noah Friedman <friedman@splode.com>.
12399
a23c5037
TTN
124002000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
12401
12402 * progmodes/hideshow.el (hs-flag-region): No longer use
12403 `intangible' overlay property.
12404
12405 (hs-toggle-hiding): New command.
12406 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
12407
12408 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
12409 Fix omission bug: Run `hs-minor-mode-hook' for both activation
12410 and deactivation.
12411
b6a22bf8
GM
124122000-02-18 Gerd Moellmann <gerd@gnu.org>
12413
12414 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
12415
d621caf7
GM
124162000-02-17 Gerd Moellmann <gerd@gnu.org>
12417
3c0ed7ce
GM
12418 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
12419
d621caf7
GM
12420 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
12421 of `*' to handle `(* ... *)' comments.
12422
538d88fb
EZ
124232000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
12424
53c80cf6 12425 * faces.el (list-faces-display): Use display-mouse-p instead of
f24fef2f 12426 window-system.
53c80cf6 12427
538d88fb
EZ
12428 * menu-bar.el (global-map): Menu-bar items converted to the new
12429 format (menu-item..., rearranged for better CUA compliance, and
12430 their names changed for better clarity. Help strings added.
12431
12432 * international/mule-cmds.el (mule-menu-keymap)
12433 (describe-language-environment-map, set-coding-system-map)
12434 (setup-language-environment-map): Convert to new (menu-item...
12435 form, add help strings. Change names of menu items for better
12436 clarity. "Mule" menu-bar item removed (it's now in the "Options"
12437 submenu).
12438
8389e1e2 124392000-02-17 Gerd Moellmann <gerd@gnu.org>
84fe35f0 12440
a23c5037 12441 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
8389e1e2 12442 within the code.
a23c5037 12443
8389e1e2 124442000-02-16 Dave Love <fx@gnu.org>
a23c5037 12445
84fe35f0
DL
12446 * faces.el: Don't require custom. Add more specific :groups to
12447 various deffaces.
12448 (set-face-attribute): Purecopy args.
12449 (read-face-name): Default to name at point and use it in prompt.
12450 Remove colon from arg in all callers.
12451 (list-faces-display): Hyperlink to face descriptions and customize
12452 buffers.
12453
b2aeee30
DL
124542000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
12455
12456 * wid-edit.el (widget-match-inline): An atom never matches a
12457 list.
12458
99e95407
GM
124592000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12460
82d2c7c5
DL
12461 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
12462 at ':' characters by call to split-string.
99e95407
GM
12463
124642000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12465
82d2c7c5 12466 * textmodes/bibtex.el: Added RCS version identification.
99e95407
GM
12467
124682000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12469
82d2c7c5
DL
12470 * textmodes/bibtex.el: Some temporary comments removed.
12471 (bibtex-field-name, bibtex-entry-type): Made the relationship
12472 explicit.
12473 (bibtex-field-const): Allow capital letters.
12474 (bibtex-start-of-string): Deleted because unused.
12475
12476 * textmodes/bibtex.el: Unified some nomenclature. We no longer
12477 use the term 'reference' to describe a bibtex entry as a whole.
12478 Further, reference keys are no longer called 'labels'.
12479 (bibtex-keys): Renamed to bibtex-reference-keys.
12480 (bibtex-reformat-previous-labels): Renamed to
12481 bibtex-reformat-previous-reference-keys.
12482 (bibtex-reference-type): Renamed to bibtex-entry-type.
12483 (bibtex-reference-head): Renamed to bibtex-entry-head.
12484 (bibtex-reference-maybe-empty-head): Renamed to
12485 bibtex-entry-maybe-empty-head.
12486 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
12487 (bibtex-search-reference): Renamed to bibtex-search-entry.
12488 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
12489 bibtex-enclosing-entry-maybe-empty-head.
12490 (bibtex-entry-field-alist, bibtex-entry-head,
12491 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
12492 bibtex-map-entries, bibtex-search-entry,
12493 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
12494 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
12495 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
12496 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
12497 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
12498 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
12499 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
99e95407
GM
12500
125012000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12502
82d2c7c5
DL
12503 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
12504 comment.
12505 (bibtex-format-field-delimiters): New function, functionality
12506 extracted from bibtex-format-entry.
12507 (bibtex-autokey-get-yearfield-digits): New function, functionality
12508 extracted from bibtex-autokey-get-yearfield.
12509
12510 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
12511 entries in order to avoid stack overflow in the regexp matcher if
12512 field contents become large.
12513 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
12514 bibtex-field-string-part-not-braced,
12515 bibtex-field-string-part-no-inner-braces,
12516 bibtex-field-string-part-1-inner-brace,
12517 bibtex-field-string-part-2-inner-braces,
12518 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
12519 bibtex-field-string-quoted, bibtex-field-string,
12520 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
12521 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
12522 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
12523 as parsing is now performed by the following functions.
12524 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
12525 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
12526 bibtex-parse-field-string, bibtex-search-forward-field-string,
12527 bibtex-parse-association, bibtex-field-name-for-parsing,
12528 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
12529 bibtex-search-forward-field, bibtex-search-backward-field,
12530 bibtex-start-of-field, bibtex-end-of-field,
12531 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
12532 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
12533 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
12534 bibtex-parse-string, bibtex-search-forward-string,
12535 bibtex-search-backward-string, bibtex-start-of-string,
12536 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
12537 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
12538 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
12539 entries. Instead of reporting the results of the parsing by
12540 match-beginning or match-end, these functions return data structures
12541 that hold the corresponding positions.
12542 (bibtex-enclosing-field): Changed to also report field boundaries by
12543 return values rather than by match-beginning or match-end. The
12544 following functions have been adapted to use the new parsing
12545 functions.
12546 (bibtex-skip-to-valid-entry, bibtex-search-reference,
12547 bibtex-enclosing-field, bibtex-format-entry,
12548 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
12549 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
12550 bibtex-print-help-message, bibtex-end-of-entry,
12551 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
12552 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
12553 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
12554 method for parsing.
12555 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
12556 bibtex-map-entries, bibtex-flash-head,
12557 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
12558 bibtex-autokey-change, bibtex-autokey-get-namefield,
12559 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
12560 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
12561 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
12562 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
12563 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
12564 order to make the new binding of case-fold-search immediately
12565 visible.
99e95407
GM
12566
125672000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12568
82d2c7c5
DL
12569 * textmodes/bibtex.el: Copyright notice is up to date.
12570 Added constant 'bibtex-maintainer-salutation.
99e95407 12571
82d2c7c5
DL
12572 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
12573 than make-temp-name, use match-string-no-properties and eliminate
12574 a quadratic behavior when building bibtex-strings.
99e95407 12575
82d2c7c5
DL
12576 * bibtex.el (bibtex-reference-key): Accept string entries whose
12577 reference key contains upper case letters.
99e95407
GM
12578
125792000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12580
82d2c7c5
DL
12581 * bibtex.el (bibtex-reference-head): Allow entries to start with
12582 a new line.
99e95407
GM
12583
125842000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12585
82d2c7c5
DL
12586 * bibtex.el: Hiding of entry bodies is not longer provided by
12587 bibtex.el directly. Instead the hideshow package can be used.
12588 Added a special bibtex entry to hs-special-modes-alist.
12589 (bibtex-hs-forward-sexp): Added for hideshow.el.
8389e1e2
GM
12590
125912000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12592
f24fef2f
SM
12593 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
12594 at ':' characters by call to split-string.
8389e1e2
GM
12595
125962000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12597
f24fef2f 12598 * textmodes/bibtex.el: Added RCS version identification.
8389e1e2
GM
12599
126002000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12601
f24fef2f
SM
12602 * textmodes/bibtex.el: Some temporary comments removed.
12603 (bibtex-field-name, bibtex-entry-type): Made the relationship
12604 explicit.
12605 (bibtex-field-const): Allow capital letters.
12606 (bibtex-start-of-string): Deleted because unused.
fa78f71b 12607
f24fef2f
SM
12608 * textmodes/bibtex.el: Unified some nomenclature. We no longer
12609 use the term 'reference' to describe a bibtex entry as a whole.
12610 Further, reference keys are no longer called 'labels'.
12611 (bibtex-keys): Renamed to bibtex-reference-keys.
12612 (bibtex-reformat-previous-labels): Renamed to
12613 bibtex-reformat-previous-reference-keys.
12614 (bibtex-reference-type): Renamed to bibtex-entry-type.
12615 (bibtex-reference-head): Renamed to bibtex-entry-head.
12616 (bibtex-reference-maybe-empty-head): Renamed to
12617 bibtex-entry-maybe-empty-head.
12618 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
12619 (bibtex-search-reference): Renamed to bibtex-search-entry.
12620 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
12621 bibtex-enclosing-entry-maybe-empty-head.
12622 (bibtex-entry-field-alist, bibtex-entry-head,
12623 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
12624 bibtex-map-entries, bibtex-search-entry,
12625 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
12626 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
12627 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
12628 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
12629 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
12630 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
12631 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
8389e1e2
GM
12632
126332000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12634
f24fef2f
SM
12635 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
12636 comment.
12637 (bibtex-format-field-delimiters): New function, functionality
12638 extracted from bibtex-format-entry.
12639 (bibtex-autokey-get-yearfield-digits): New function, functionality
12640 extracted from bibtex-autokey-get-yearfield.
fa78f71b 12641
f24fef2f
SM
12642 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
12643 entries in order to avoid stack overflow in the regexp matcher if
12644 field contents become large.
12645 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
12646 bibtex-field-string-part-not-braced,
12647 bibtex-field-string-part-no-inner-braces,
12648 bibtex-field-string-part-1-inner-brace,
12649 bibtex-field-string-part-2-inner-braces,
12650 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
12651 bibtex-field-string-quoted, bibtex-field-string,
12652 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
12653 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
12654 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
12655 as parsing is now performed by the following functions.
12656 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
12657 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
12658 bibtex-parse-field-string, bibtex-search-forward-field-string,
12659 bibtex-parse-association, bibtex-field-name-for-parsing,
12660 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
12661 bibtex-search-forward-field, bibtex-search-backward-field,
12662 bibtex-start-of-field, bibtex-end-of-field,
12663 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
12664 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
12665 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
12666 bibtex-parse-string, bibtex-search-forward-string,
12667 bibtex-search-backward-string, bibtex-start-of-string,
12668 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
12669 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
12670 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
12671 entries. Instead of reporting the results of the parsing by
12672 match-beginning or match-end, these functions return data structures
12673 that hold the corresponding positions.
12674 (bibtex-enclosing-field): Changed to also report field boundaries by
12675 return values rather than by match-beginning or match-end. The
12676 following functions have been adapted to use the new parsing
12677 functions.
12678 (bibtex-skip-to-valid-entry, bibtex-search-reference,
12679 bibtex-enclosing-field, bibtex-format-entry,
12680 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
12681 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
12682 bibtex-print-help-message, bibtex-end-of-entry,
12683 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
12684 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
12685 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
12686 method for parsing.
12687 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
12688 bibtex-map-entries, bibtex-flash-head,
12689 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
12690 bibtex-autokey-change, bibtex-autokey-get-namefield,
12691 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
12692 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
12693 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
12694 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
12695 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
12696 order to make the new binding of case-fold-search immediately
12697 visible.
8389e1e2
GM
12698
126992000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12700
f24fef2f
SM
12701 * textmodes/bibtex.el: Copyright notice is up to date.
12702 Added constant 'bibtex-maintainer-salutation.
fa78f71b 12703
f24fef2f
SM
12704 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
12705 than make-temp-name, use match-string-no-properties and eliminate
12706 a quadratic behavior when building bibtex-strings.
fa78f71b 12707
f24fef2f
SM
12708 * bibtex.el (bibtex-reference-key): Accept string entries whose
12709 reference key contains upper case letters.
8389e1e2
GM
12710
127112000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12712
f24fef2f
SM
12713 * bibtex.el (bibtex-reference-head): Allow entries to start with
12714 a new line.
8389e1e2
GM
12715
127162000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12717
f24fef2f
SM
12718 * bibtex.el: Hiding of entry bodies is not longer provided by
12719 bibtex.el directly. Instead the hideshow package can be used.
12720 Added a special bibtex entry to hs-special-modes-alist.
12721 (bibtex-hs-forward-sexp): Added for hideshow.el.
99e95407
GM
12722
127232000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12724
82d2c7c5 12725 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
99e95407
GM
12726 proceedings entry type (for cross referencing). Thanks to Wagner
12727 Toledo Correa for the suggestion.
12728
82d2c7c5 12729 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
99e95407 12730
eae61d8f
KH
127312000-02-14 Kenichi Handa <handa@etl.go.jp>
12732
12733 * international/characters.el: Setup case table for Vietnamese.
12734
fb07a302
GM
127352000-02-12 Gerd Moellmann <gerd@gnu.org>
12736
12737 * uniquify.el (toplevel): Require CL at compile time.
12738 (uniquify-push): Removed.
12739
12740 * shadowfile.el (shadow-when): Removed.
12741
12742 * tempo.el (tempo-dolist, tempo-mapc): Removed.
12743 (tempo-process-and-insert-string): Use dolist instead of
12744 tempo-dolist.
12745
12746 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
12747 regexp for paragraph-start.
12748
12749 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
12750 commas as well.
12751
a0eddf92
DL
127522000-02-10 Dave Love <fx@gnu.org>
12753
12754 * wid-edit.el: (widgets) [defgroup]: Remove url link.
12755 (widget-color-choice-list, widget-color-history, widget-mouse-help):
12756 Deleted.
12757 (widget-specify-field, widget-specify-button): Don't use
12758 widget-mouse-help as help-echo property.
12759 (default): Use #'ignore for :validate and :mouse-down-action.
12760 (checkbox): Add help-echo.
12761 (widget-sexp-validate): Rewritten to clarify error messages.
12762 (character): Use char-valid-p in :match function.
12763 (widget-color-complete): Use facemenu-color-alist.
12764 (widget-color-action): Use facemenu-read-color.
12765
12766 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
12767 set up `caar' &c that we now have.
12768
82d2c7c5
DL
127692000-02-09 Ray Blaak <blaak@gnu.org>
12770
12771 * delphi.el: Make resourcestring a declaration region, like const
12772 and var.
12773
6cbc1482
DL
127742000-02-09 Dave Love <fx@gnu.org>
12775
12776 * bindings.el (mode-line-input-method-map): New variable.
12777 (mode-line-mule-info): Use it; fix last change.
12778 (mode-line-mode-menu): Move definition.
12779 (mode-line-mouse-sensitive-p): Deleted.
12780 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
12781 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
12782 level.
12783
12784 * startup.el (command-line-1): Don't call
12785 make-mode-line-mouse-sensitive.
12786
f7136ee8
GM
127872000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
12788
12789 * mail/rmail.el (rmail-retry-failure): Use
12790 rmail-beginning-of-message before rmail-toggle-header, because the
12791 former toggles headers.
12792
6e1d0d15
SM
127932000-02-06 Stefan Monnier <monnier@cs.yale.edu>
12794
fef8c55b
SM
12795 * diff-mode.el (diff-kill-junk): New interactive function.
12796 (diff-reverse-direction): Use delete-and-extract-region.
12797 (diff-post-command-hook): Restrict the area so that the hook also works
12798 outside of any diff hunk. This is necessary for the minor-mode.
12799 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
12800 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
12801
6e1d0d15
SM
12802 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
12803 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
12804 so that it can be used more easily in <foo>-mode-hook. Also make sure
12805 to avoid duplicate entries.
12806 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
12807 (font-lock-remove-keywords): Just as was done for `add', allow it to
12808 work even if font-lock-mode is nil. Also make sure we don't modify
12809 any pre-existing list by forcing a copy-sequence. Finally rename
12810 `major-mode' to `mode'.
12811 (font-lock-fontify-syntactic-anchored-keywords)
12812 (font-lock-fontify-anchored-keywords)
12813 (font-lock-fontify-keywords-region): Use line-end-position.
12814 Don't make `font-lock-multiline' local (it's now done in
12815 font-lock-set-defaults).
12816 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
12817 move the `font-lock-fontified' creation to inside the `unless'.
12818
a75dfea0
AI
128192000-02-06 Andrew Innes <andrewi@gnu.org>
12820
12821 * term/w32-win.el (x-handle-args): Comment out call to message,
12822 which occurs before window system is initialized.
12823
12824 * makefile.nt: Add support for recompiling lisp code.
12825
b85e9462
DL
128262000-02-04 Dave Love <fx@gnu.org>
12827
9ff33afb
DL
12828 * bindings.el (mode-line-mule-info): Fix/extend last change.
12829
b85e9462
DL
12830 * completion.el: Replace completion-dolist with dolist.
12831
12832 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
12833 dotimes.
12834
44dff075
CD
128352000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
12836
12837 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
12838 environment names before they go into the section regexp.
12839
12840 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
12841 char class in regexp.
12842
12843 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
12844 `case-fold-search' to nil.
12845
12846 * progmodes/idlwave.el (idlwave-template): Respect
12847 `idlwave-abbrev-change-case'.
12848 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
12849 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
12850 idlwave-while): respect `idlwave-reserved-word-upcase'.
12851 (idlwave-rw-case): New function.
12852 (idlwave-statement-match): Fixed problem with assignment regexp.
12853 (idlwave-font-lock-keywords): Improved regexp for keyword
12854 parameters.
a23c5037 12855 (idlwave-surround): New argument LENGTH to support padding of
44dff075
CD
12856 operators longer than 1 char.
12857
12858 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
12859 idlwave-shell-expression-overlay. Implemented printing of
12860 expressions on higher levels of the calling stack.
12861 (idlwave-shell-display-level-in-calling-stack): Restore stack
12862 level.
12863 (idlwave-retrieve-expression-from-level): New function.
12864 (idlwave-shell-last-calling-stack): Variable removed.
12865 (idlwave-shell-reset): Argument action reversed (`visible' to
12866 `hidden'). Also remove stop-line overlay.
12867 (idlwave-shell-calling-stack-routine): New variable.
12868 (idlwave-shell-parse-stack-and-display): Messages now display
12869 negative level numbers.
12870 (idlwave-shell-mode): Set `modeline-format'.
12871 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
12872 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
12873 21.
12874 (idlwave-shell-print-expression-function): New option.
a23c5037 12875
44dff075
CD
12876 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
12877 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
12878 `tool-bar' instead of `toolbar'.
12879
f26c34fd
DL
128802000-02-02 Dave Love <fx@gnu.org>
12881
12882 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
12883 emacs-lisp-mode-hook. Don't check for defalias being defined.
12884
12885 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
12886 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
12887 the new builtins directly.
12888
12889 * whitespace.el (whitespace): Add :version to defgroup.
12890
12891 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
12892 Doc fix.
12893
12894 * thingatpt.el (sexp-at-point, symbol-at-point)
12895 (number-at-point, list-at-point): Add autoload cookie.
12896
12897 * recentf.el (recentf): Add :version to defgroup.
12898
12899 * quickurl.el (quickurl): Add :version to defgroup.
12900
12901 * elide-head.el (elide-head): Use point-marker more.
12902
12903 * bs.el (bs): Add :version to defgroup.
12904
12905 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
12906
12907 * progmodes/delphi.el (delphi): Add :version to defgroup.
12908
d240a249
GM
129092000-02-02 Gerd Moellmann <gerd@gnu.org>
12910
12911 * ange-ftp.el (ange-ftp-write-region): Handle case that
12912 succeeding process operation sets a different coding system.
12913
12914 * calculator.el: New file.
12915
d5179a01
EZ
129162000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
12917
12918 * frame.el (frames-on-display-list, framep-on-display): New
12919 functions.
12920 (display-mouse-p, display-popup-menus-p, display-graphic-p)
12921 (display-selections-p, display-screens, display-pixel-width)
12922 (display-pixel-height, display-mm-width, display-mm-height)
12923 (display-backing-store, display-save-under, display-planes)
12924 (display-color-cells, display-visual-class): New functions.
12925
12926 * term/tty-colors.el (tty-color-gray-shades): New function.
12927
12928 * faces.el (display-color-p): Use framep-on-display.
12929 (display-grayscale-p): New function.
12930
968e00f0
DL
129312000-01-31 Dave Love <fx@gnu.org>
12932
12933 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
12934 (create-fontset-from-x-resource): Don't concat integers.
12935
2cb750ba
GM
129362000-01-31 Inge Frick <inge@nada.kth.se>
12937
12938 * view.el: Some changes in documentation. Removed some trailing
12939 whitespace. Changed some parameter names to agree with
12940 documentation.
12941 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
12942 window is not deleted. Modifies change 1998-04-26.
a23c5037 12943
74e9213b
GM
129442000-01-31 Gerd Moellmann <gerd@gnu.org>
12945
47569935
GM
12946 * windmove.el: New file.
12947
74e9213b
GM
12948 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
12949 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
2cb750ba 12950 progmodes/ebnf-yac.el: Update copyright and license info.
a23c5037 12951
74e9213b
GM
12952 * jit-lock.el (jit-lock-function): Widen before calculating end
12953 position.
12954 (jit-lock-stealth-chunk-start): Rewritten.
12955
12956 * info.el (Info-title-face-alist): Removed.
12957 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
12958 faces.
12959 (Info-fontify-node): Use these faces.
12960
994c5afe
GM
129612000-01-30 Gerd Moellmann <gerd@gnu.org>
12962
12963 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
12964 (cl-macro-list1): Recognize `&allow-other-keys' instead of
12965 `&allow-other-keywords'.
12966
12967 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
12968 the list of directories scanned heuristically.
12969
12970 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
12971 exist.
12972
f00276e3
JR
129732000-01-30 Jason Rumney <jasonr@gnu.org>
12974
12975 * w32-fns.el: Define w32-tty-standard-colors.
12976
12977 * startup.el (command-line): Use w32-tty-standard-colors when in
12978 w32 console mode.
12979
cc4dfff0
DL
129802000-01-30 Dave Love <fx@gnu.org>
12981
e645e77b
DL
12982 * jka-compr.el (jka-compr-load): Fix up load-history.
12983
cc4dfff0
DL
12984 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
12985
12986 * emacs-lisp/cl-macs.el: Revert previous change.
12987
16215eb0
DL
129882000-01-29 Dave Love <fx@gnu.org>
12989
12990 * facemenu.el: Purecopy various strings.
12991
12992 * timezone.el (timezone-fix-time): Window against 69 for two-digit
12993 years. Deal with three-digit years.
12994
12995 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
12996 defconst, purecopy.
12997 (help-back-label): Purecopy it.
12998
bbd9b566
GM
129992000-01-18 Gerd Moellmann <gerd@gnu.org>
13000
13001 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
13002 variable. If non-nil, order the buffer list according to the
13003 currently selected frame.
13004 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
13005 non-nil, pass the selected frame to function buffer-list.
a23c5037 13006
887448e1
GM
130072000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13008
13009 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
13010
7df85084
DL
130112000-01-28 Dave Love <fx@gnu.org>
13012
142e109c
DL
13013 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
13014
7df85084
DL
13015 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
13016 Don't use lisp-indent-hook property.
13017 (cl-abs): Remove.
13018
13019 * subr.el: Move out indent and edebug specs for when and unless.
13020
13021 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
13022 when, unless.
13023
13024 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
13025 unless, when.
13026
3b43c01c
GM
130272000-01-28 Gerd Moellmann <gerd@gnu.org>
13028
d060bc9f
GM
13029 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
13030 `collecting' as synonym for `collect'.
13031
13032 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
13033 for the case it contains spaces.
13034
13035 * simple.el (what-cursor-position): Change formatting of
13036 messages.
13037
b02786f9
GM
13038 * frame.el (delete-other-frames): New function.
13039 (toplevel): Bind it to C-x 5 1.
13040
efd68b8a
GM
13041 * sort.el (sort-numeric-base): New option.
13042 (sort-numeric-fields): If number starts with `0' or `0[xX[',
13043 interpret it as octal or hexadecimal. Use sort-numeric-base
13044 as default base.
13045
3b43c01c
GM
13046 * progmodes/glasses.el: New file.
13047
984ae001
GM
130482000-01-27 Gerd Moellmann <gerd@gnu.org>
13049
a0b796e3
GM
13050 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
13051 userids differently.
13052
984ae001
GM
13053 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
13054 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
13055 progmodes/ebnf-yac.el: New files.
13056
6c67ddee
DL
130572000-01-26 Dave Love <fx@gnu.org>
13058
13059 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
13060 on a function with an empty body. [From Eric Ludlam.]
13061
4e6473c8
GM
130622000-01-25 Andre Spiegel <spiegel@gnu.org>
13063
13064 * vc.el (vc-version-diff): Make sure file name is expanded.
13065
e12489f9
GM
130662000-01-25 Gerd Moellmann <gerd@gnu.org>
13067
13068 * scroll-bar.el (scroll-bar-timer): Variable removed.
13069 (scroll-bar-toolkit-scroll): Don't use a timer.
13070
8dbe2b07
KH
130712000-01-25 Kenichi Handa <handa@etl.go.jp>
13072
13073 * language/thai-util.el (thai-composition-function): Delete
13074 superfluous `a'.
13075
26ef1c87
DL
130762000-01-24 Dave Love <fx@gnu.org>
13077
13078 * fortran.el (fortran-mode): Use beginning-of-defun-function,
13079 end-of-defun-function.
13080
13081 * font-lock.el (turn-on-font-lock): Don't depend on window-system
13082 &c.
13083
7ed4e9a7
JR
130842000-01-22 Jason Rumney <jasonr@gnu.org>
13085
13086 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
13087 conflicts with new face support.
13088
8b7bc628 130892000-01-22 Richard M. Stallman <rms@gnu.org>
d2ce3151
RS
13090
13091 * replace.el (query-replace): Rename last arg to DELIMITED.
13092 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
13093 (query-replace-regexp): Likewise.
13094
8b7bc628 130952000-01-20 Richard M. Stallman <rms@gnu.org>
2d5e9b54 13096
02b14400
RS
13097 * subr.el (with-syntax-table): Use make-symbol, not gensym.
13098
5bb6f079
RS
13099 * emacs-lisp/lisp.el (beginning-of-defun-function):
13100 Variable renamed from beginning-of-defun.
13101 Do not call make-variable-buffer-local.
13102 (beginning-of-defun-raw): Use new variable name; doc fix.
13103 (beginning-of-defun): Doc fix.
13104 (end-of-defun-function): Variable renamed from end-of-defun.
13105 Do not call make-variable-buffer-local.
13106 (end-of-defun): Use new variable name; doc fix.
13107
02b14400
RS
13108 * subr.el (dolist, dotimes): Copied from cl-macs.el
13109 and made to work.
2d5e9b54 13110
a23c5037 13111 * mail/undigest.el (rmail-digest-end-regexps):
2d5e9b54
RS
13112 Variable replaces rmail-digest-end-regexp.
13113 Allows multiple regexps for detecting the end line.
13114 (undigestify-rmail-message): Corresponding changes.
13115
60af03f1
DL
131162000-01-19 Dave Love <fx@gnu.org>
13117
fe5d99e1
DL
13118 * files.el (user-init-file): Don't declare here -- is primitive.
13119
60af03f1
DL
13120 * startup.el (command-line): Check for compiled user-init-file and
13121 set to uncompiled version if necessary.
13122
72dbbc7d
GM
131232000-01-18 Gerd Moellmann <gerd@gnu.org>
13124
6a1950ec
GM
13125 * mail/undigest.el (rmail-digest-end-regexp): New user option.
13126 (undigestify-rmail-message): Use it.
13127
72dbbc7d
GM
13128 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
13129
fbe91bbd
GM
131302000-01-17 Gerd Moellmann <gerd@gnu.org>
13131
13132 * tmm.el (tmm-goto-completions): Adapt to prompt being part
13133 of mini-buffer.
13134
33a6685b
GM
131352000-01-14 Gerd Moellmann <gerd@gnu.org>
13136
b3303df7
GM
13137 * emacs-lisp/copyright.el (copyright-update): Removed the
13138 requirement for a trailing space from `copyright-regexp', to
13139 support copyrights with owner specified on a separate line..
a23c5037 13140
3c4c8064
GM
13141 * align.el: New file.
13142
33a6685b
GM
13143 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
13144
13145 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
13146
044a4975
DL
131472000-01-13 Dave Love <fx@gnu.org>
13148
13149 * ph.el: Removed. (Obsoleted by EUDC.)
13150
0a352cd7
GM
131512000-01-13 Gerd Moellmann <gerd@gnu.org>
13152
13153 * net/eudc.el (toplevel): Remove autoloaded code installing
13154 menu with easymenu, because that causes build problems.
13155
13156 * frame.el (frame-notice-user-settings): New variable.
13157 (frame-notice-user-settings): Don't modify frame parameters
13158 if called a second time.
13159
8b7bc628 131602000-01-13 Richard M. Stallman <rms@gnu.org>
0a352cd7
GM
13161
13162 * frame.el (frame-notice-user-settings):
13163 Notice default-frame-parameters even for non-window frames.
13164
feb450e0
GM
131652000-01-13 Gerd Moellmann <gerd@gnu.org>
13166
13167 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
13168 for Emacs.
13169 (eudc-bob-can-display-inline-images): Extend for Emacs.
13170 (eudc-bob-toggle-inline-display): Ditto.
13171 (eudc-bob-display-jpeg): Ditto.
13172
99c6d63b
GM
131732000-01-12 Gerd Moellmann <gerd@gnu.org>
13174
7970b229
GM
13175 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
13176 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
13177 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
a23c5037 13178
e4936aa9
GM
13179 * add-log.el (add-change-log-entry): Fix error trying an `(insert
13180 nil)'.
13181
13182 * subdirs.el: Add `net' directory.
13183
133c9e59
GM
13184 * net: New directory.
13185
99c6d63b
GM
13186 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
13187 eval-last-sexp. Don't bind debug-on-error here.
13188 (eval-last-sexp): New function. Bind debug-on-error if
13189 eval-expression-debug-on-error is non-nil.
13190 (eval-defun-2, eval-defun): Likewise.
13191
13192 * simple.el (eval-expression): Don't bind debug-on-error if
13193 eval-expression-debug-on-error is nil. Detect changed
13194 debug-on-error, and propagate new value to global binding, if
13195 eval-expression-debug-on-error is non-nil,
13196 (eval-expression-debug-on-error): Change doc string.
a23c5037 13197
8b7bc628 131982000-01-11 Richard M. Stallman <rms@gnu.org>
83c8f461
RS
13199
13200 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
13201
13202 * emacs-lisp/lisp-mode.el (with-syntax-table):
13203 Set up lisp-indent-function property.
13204
13205 * subr.el (with-syntax-table): Moved from simple.el.
13206
13207 * simple.el (with-syntax-table): Moved to subr.el.
13208
7e3c74fa
GM
132092000-01-11 Gerd Moellmann <gerd@gnu.org>
13210
1fab1775
GM
13211 * tmm.el (tmm-shortcut): Delete region after prompt instead
13212 of erasing buffer.
13213
7e3c74fa 13214 * textmodes/fill.el (fill-common-string-prefix): New function.
133c9e59
GM
13215 (fill-context-prefix): Use the longest common prefix of first
13216 and second line fill prefix, if there is one.
7e3c74fa 13217
8b7bc628 132182000-01-11 Richard M. Stallman <rms@gnu.org>
782bd3ec
RS
13219
13220 * array.el (array-mode): Don't use make-variable-buffer-local.
13221 Use make-local-variable for `truncate-lines'.
13222
aa705642 132232000-01-11 Jari Aalto <jari.aalto@poboxes.com>
57df2446 13224
aa705642
GM
13225 * add-log.el (add-log-current-defun): Handle user-defined
13226 add-log-current-function returning nil,
a23c5037 13227
57df2446 13228 * add-log.el (add-change-log-entry): Insert version number
aa705642 13229 if having found a current function
c1356086
GM
13230
13231 * add-log.el (add-log-current-defun): Call
13232 `add-log-current-defun-function'. Try matches at level 0 and
13233 level 1. Strip whitespace from defun found.
a23c5037 13234
1d8c59e9
RS
132352000-01-10 John Wiegley <johnw@gnu.org>
13236
13237 * allout.el (isearch-done/outline-provisions): Added `edit'
13238 argument to correspond with the current definition of
13239 `isearch-done'.
13240
8cf87e9b
DL
132412000-01-10 Dave Love <fx@gnu.org>
13242
13243 * elide-head.el (elide-head): Use point-marker, not point.
13244
9050446c
GM
132452000-01-10 Gerd Moellmann <gerd@gnu.org>
13246
8321b22a
GM
13247 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
13248 before and after the year 2000.
a23c5037 13249
9050446c
GM
13250 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
13251 Add ispell- prefix.
13252
132532000-01-10 Ken Stevens <k.stevens@ieee.org>
13254
13255 * ispell.el: Only define dictionaries in menus when they exist.
13256 (version18p): New variable.
13257 (version20p): New variable.
13258 (xemacsp): New variable.
13259 (ispell-choices-win-default-height): Fix for XEmacs visibility.
13260 (ispell-dictionary-alist1): Added Brasileiro dictionary.
13261 (ispell-dictionary-alist6): Russian command lines no longer accept
f24fef2f 13262 run-together words.
9050446c
GM
13263 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
13264 (ispell-dictionary-alist): Add koi8-r to customize definition.
13265 (check-ispell-version): Added documentation string. Returns
f24fef2f 13266 library path when called non-interactively.
9050446c
GM
13267 (ispell-menu-map-needed): Uses new variables.
13268 (ispell-library-path): New variable.
13269 (ispell-decode-string): XEmacs fix for bogus variable bindings.
13270 (ispell-word): Improved documentation string. Test for valid
13271 character mappings. Correctly check typed in word changes that can
13272 result in single words split into multiple words. Returns
13273 replacement word.
13274 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
13275 replace in recursive query replace mode. Help message for
13276 recursive edit mode.
13277 (ispell-show-choices): Protect against bad framepop bindings.
13278 (ispell-help): Fix to work with XEmacs.
13279 (ispell-highlight-spelling-error): Use new variables.
13280 (ispell-overlay-window): Fix to work with XEmacs.
13281 (ispell-parse-output): Passed and returns location information
13282 tracking spelling corrections. Doesn't recheck same word on
13283 current line.
13284 (ispell-init-process): Protect against bogus XEmacs variable binding.
13285 Fix call to single argument in sleep-for. Use new variables.
13286 (ispell-region): Passed and returns location information tracking
13287 spelling corrections. Doesn't check same word on current line.
13288 Improved documentation string. Doesn't resend a line already
13289 checked to the ispell process - fixes bug in LaTeX parsing.
13290 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
13291 (ispell-skip-region): No longer skips <TT> in SGML.
13292 (ispell-process-line): Tracks location information with spelling
13293 corrections. Added documentation string. Accounts for words
13294 already accepted on this line. Don't allow query-replace on line
13295 starting with math characters. Doesn't resend a line already sent
13296 to ispell process. Fixes alignment error bug.
a23c5037 13297
8b7bc628 132982000-01-10 Richard M. Stallman <rms@gnu.org>
6d0c28f4 13299
a23c5037 13300 * dired-x.el (dired-guess-shell-alist-default):
8f3efb4e
RS
13301 Suggest xloadimage, which is free, not xv, which isn't.
13302
a23c5037 13303 * ange-ftp.el (ange-ftp-file-name-nondirectory):
6d0c28f4
RS
13304 Don't ever include the host name or user name in the value.
13305
9ed79f5d
GM
133062000-01-09 Gerd Moellmann <gerd@gnu.org>
13307
13308 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
13309 of a real newline.
13310
b950abb1
GM
133112000-01-09 Stephen Eglen <stephen@gnu.org>
13312
a23c5037 13313 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
b950abb1
GM
13314 for .png files.
13315
3c708e98
GM
133162000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
13317
13318 * cus-edit.el (custom-hook-convert-widget): Fix comment.
13319
bf61662d
GM
133202000-01-09 Gerd Moellmann <gerd@gnu.org>
13321
f1d851ae
GM
13322 * progmodes/cperl-mode.el: Replace ^F with ^L.
13323
bf61662d 13324 * sendmail.el (toplevel): Provide `sendmail' when compiling
a23c5037 13325 before `require'ing rmail and mailalias to prevent infinite
bf61662d
GM
13326 recursion.
13327
c65d14ee
DL
133282000-01-08 Dave Love <fx@gnu.org>
13329
8cf87e9b
DL
13330 * emacs-lisp/backquote.el: Remove inappropriate customization
13331 (allowing custom.el to use backquote).
c65d14ee 13332
83de2ebc
DL
133332000-01-07 Dave Love <fx@gnu.org>
13334
13335 * add-log.el (add-log-debugging): Deleted.
13336 (add-change-log-entry): Treat a backup FILE-NAME as its parent
13337 file. Remove debugging code.
13338 (change-log-get-method-definition, change-log-name): Add doc.
13339 (change-log-sortable-date-at): New function.
13340 (change-log-merge): New command.
13341
13342 * time.el (display-time-string-forms): Make the Mail string active.
13343 (display-time-update): Provide help-echo for load average.
13344
13345 * bindings.el (make-mode-line-mouse2-map): New function.
13346 (mode-line-modified): Use it and simplify.
13347 (mode-line-mule-info): Provide help-echo info.
13348 (minor-mode-alist): Activate the strings.
13349 (make-mode-line-mouse-sensitive): Simplify for
13350 mode-line-buffer-identification.
13351
c1475eae
GM
133522000-01-07 Gerd Moellmann <gerd@gnu.org>
13353
13354 * play/pong.el: New file.
13355
83de2ebc
DL
133562000-01-06 Dave Love <fx@gnu.org>
13357
13358 * array.el: Assorted cleanups for compiler warnings, doc strings,
13359 `array-' prefix for symbols.
13360
133612000-01-05 Dave Love <fx@gnu.org>
13362
13363 * textmodes/outline.el (outline-mode-menu-bar-map): Add
13364 outline-headers-as-kill.
13365 (outline-mode): Define imenu-generic-expression.
13366 (outline-headers-as-kill): New command.
13367
13368 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
13369 from paragraph-start.
13370 (paragraph-indent-minor-mode): New command.
13371
13372 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
13373 M-C-e, M-C-h, C-j, C-xnd, TAB.
13374 (fortran-mode): Set beginning-of-defun, end-of-defun.
13375 (fortran-column-ruler): Simplify.
13376 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
13377 (fortran-with-subprogram-narrowing): Likewise.
13378 (fortran-indent-subprogram): Call mark-defun.
13379 (fortran-check-for-matching-do): Change narrowing.
13380
13381 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
13382 (cl-lucid-hash-tag): Delete.
13383 (cl-hash-table-p): Correct test for native table.
13384 (cl-hash-table-count): Use hash-table-count.
13385
13386 * browse-url.el (browse-url): Fix case of
13387 browse-url-browser-function being an alist.
13388
676ac023
CD
133892000-01-05 Carsten Dominik <cd@gnu.org>
13390
c1475eae
GM
13391 * textmodes/reftex-vars.el (reftex-parse-file-extension)
13392 (reftex-index-phrase-file-extension): New options.
676ac023
CD
13393
13394 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
c1475eae 13395 Use new option `reftex-index-phrase-file-extension'.
676ac023
CD
13396
13397 * textmodes/reftex.el (reftex-access-parse-file): Use new option
c1475eae 13398 `reftex-parse-file-extension'.
eb483e17 13399
88807984
DL
134002000-01-05 Dave Love <fx@gnu.org>
13401
83de2ebc 13402 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
88807984
DL
13403 (beginning-of-defun-raw): Use it.
13404 (end-of-defun): New variable.
13405 (end-of-defun): Use it.
13406 (check-parens): New command.
13407
1362aeb4
TTN
134082000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
13409
c1475eae
GM
13410 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
13411 (hs-show-block): Don't use `mapcar' when not accumulating.
1362aeb4 13412
7ddafb95
TTN
13413 Fix buglet in local variables initialization.
13414
7334aa99
AS
134152000-01-05 Andreas Schwab <schwab@suse.de>
13416
13417 * hscroll.el (hscroll): Doc fix.
13418
b12e24cd
CD
134192000-01-05 Carsten Dominik <cd@gnu.org>
13420
13421 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
13422 idlw-toolbar.
13423
13424 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
13425 file idlw-rinfo.el.
1362aeb4
TTN
13426 (idlwave-customize): load must read file idlw-shell.el.
13427 (idlwave-create-customize-menu): load must read file idlw-shell.el.
b12e24cd 13428
d6226972
CD
134292000-01-05 Carsten Dominik <dominik@astro.uva.nl>
13430
13431 * progmodes/idlw-shell.el: Also provide idlwave-shell
13432 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
13433 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
13434
13435 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
13436 both reftex-dcr and reftex-vcr.
1362aeb4 13437
d6226972
CD
13438 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
13439
6ddb893f 134402000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
894ee0a2
KH
13441
13442 * ps-print.el: PostScript code now is in separate files, doc fix.
13443 (ps-print-version): New version number (5.0.3).
13444 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
13445 local.
13446 (ps-spool-config): Initialization fix.
c1475eae
GM
13447 (ps-print-prologue-1, ps-print-prologue-2)
13448 (ps-print-duplex-feature): PostScript code moved to separated file.
894ee0a2
KH
13449 (ps-background-image): Little code reformating.
13450 (ps-begin-file, ps-begin-job): Fix code.
88807984 13451 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
894ee0a2
KH
13452 (ps-prologue-file): New fun.
13453
ae833aae
KH
134542000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13455
c1475eae 13456 * ps-vars.el: Eliminated.
ae833aae
KH
13457
13458 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
13459 `;;;###autoload'.
13460
13461 * ps-print.el: ps-vars eliminated, doc fix.
13462 (ps-print-version): New version number (5.0.2).
13463 (ps-spool-config): Initialization fix.
13464 (ps-print-customize): New fun.
13465
560a7bd2
GM
134662000-01-04 Gerd Moellmann <gerd@gnu.org>
13467
13468 * autorevert.el (auto-revert-mode): Return value of
13469 auto-revert-mode.
13470
f45dd0f4
DL
134712000-01-04 Dave Love <fx@gnu.org>
13472
fae2ac05
DL
13473 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
13474 menu items.
f45dd0f4 13475
61255981
DL
134762000-01-03 Dave Love <fx@gnu.org>
13477
88807984 13478 * elide-head.el (elide-head) [defgroup]: Add :version.
c282ca4d 13479
83de2ebc 13480 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
61255981
DL
13481 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
13482 `cl-hash-table-p', not `hash-table-p'.
13483 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
13484
c182a70f
EZ
134852000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
13486
13487 * faces.el (face-read-integer, read-face-attribute)
13488 (color-defined-p, color-values): unspecified-{f,b}g are now
13489 strings.
13490
047f434a
GM
134912000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
13492
13493 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
13494 at comment end, and re-insert them after filling.
13495
bab531e2
EZ
134962000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
13497
13498 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
f7002084
EZ
13499 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
13500 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
bab531e2 13501
d684c676
EZ
135022000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
13503
13504 * term/x-win.el (xw-defined-colors): Call color-supported-p,
13505 the new name of face-color-supported-p.
13506
13507 * term/w32-win.el (xw-defined-colors): Likewise.
13508
0aad4805
EZ
135092000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
13510
13511 * simple.el (completion-setup-function): Count completion-size
13512 from minibuffer-prompt-end, not from point-min.
13513
5fe1d139
EZ
135142000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
13515
13516 * faces.el (read-face-attribute, defined-colors, color-defined-p):
13517 Pass the frame to tty-color-* functions.
13518 (display-color-p, frame-set-background-mode): Pass the frame to
13519 tty-display-color-p.
13520
13521 * term/tty-colors.el (tty-defined-color-alist): Renamed from
13522 tty-color-alist.
13523 (tty-color-alist, tty-modify-color-alist): New functions.
13524 (tty-color-define, tty-color-clear, tty-color-approximate)
13525 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
13526 an optional parameter FRAME.
13527
162dec01
GM
135282000-01-01 Gerd Moellmann <gerd@gnu.org>
13529
27189709
GM
13530 * image.el (create-image, defimage): Don't assume image data is a
13531 string.
13532
162dec01
GM
13533 * image.el (defimage): Handle specifications containing :data
13534 instead of :file.
13535 (image-type-from-data): New function.
13536 (image-type-from-file-header): Use it.
13537 (create-image): Add parameter DATA-P.
1362aeb4 13538
bea56df7 13539See ChangeLog.8 for earlier changes.
25a6fab1
KH
13540
13541;; Local Variables:
e64c3a75 13542;; coding: iso-2022-7bit
25a6fab1 13543;; End: