(skkdic-set-okuri-nasi): Show
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
6192b604
KF
12000-12-13 Karl Fogel <kfogel@red-bean.com>
2
3 * bookmark.el: Provide a generic exit hook, as suggested by
4 Ovidiu Predescu <ovidiu@cup.hp.com>:
5 (bookmark-exit-hook): new var.
6 (bookmark-exit-hook-internal): new func, replaces
7 old raw lambda form in `kill-emacs-hook', and runs new
8 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
9 as logically that feature must have been provided if this function
10 is running.
11 Removed ;;;###autoload before the `add-hook' call.
12
5edf6b55
SM
132000-12-13 Stefan Monnier <monnier@cs.yale.edu>
14
15 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
16 (easy-menu-current-active-maps): New function.
17 (easy-menu-get-map): Use it.
18 Make a proper menu entry when creating a new keymap.
19
16b5e8e6
KH
202000-12-13 Kenichi Handa <handa@etl.go.jp>
21
d49fc4eb
KH
22 * international/characters.el: Fix cases and syntaxes for
23 mule-unicode-0100-24ff.
24
3b53d876
KH
25 * dired.el (dired-move-to-filename-regexp): Fixed for the case
26 that a Japanese character is not appended after day and year.
27
16b5e8e6
KH
28 * info.el (Info-suffix-list): Change format for a command that
29 requires arguments.
30 (info-insert-file-contents): Adjusted for the above change.
31
1df1c518
AS
322000-12-12 Andreas Schwab <schwab@suse.de>
33
34 * tar-mode.el (tar-extract): Base the name of the subfile buffer
35 on the name of the tar buffer. Verify that the existing buffer is
36 visiting the same subfile.
37
a7a07b98
DL
382000-12-12 Dave Love <fx@gnu.org>
39
40 * subdirs.el: Add obsolete.
41
4fdbd809
GM
422000-12-12 Gerd Moellmann <gerd@gnu.org>
43
bfdb75ee
GM
44 * mail/rmailsum.el (rmail-summary-expunge)
45 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
46 instead of rmail-confirm-expunge.
47
4fdbd809
GM
48 * replace.el (perform-replace): Don't use an empty match adjacent
49 to a non-empty match when computing the next match before the
50 replacement is performed.
51
e9a59cad
GM
522000-12-12 Milan Zamazal <pdm@freesoft.cz>
53
54 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
55 definition (patch by Stefan Monnier).
56 (glasses-mode): Use jit-lock instead of `after-change-functions'
57 (patch by Stefan Monnier).
58
c2def7a0
MB
592000-12-12 Miles Bader <miles@gnu.org>
60
61 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
62 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
63
591b63b4
AC
642000-12-12 Andrew Choi <akochoi@i-cable.com>
65
66 * term/mac-win.el: Remove load for ls-lisp.
67
5edf6b55 68 * loadup.el: Load ls-lisp for system-type macros.
591b63b4 69
5ff4ba3d
MB
702000-12-12 Miles Bader <miles@gnu.org>
71
72 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
73 Respect field end too.
74 (just-one-space): Respect fields as `delete-horizontal-space'.
75 (newline-and-indent, reindent-then-newline-and-indent): Use
76 `delete-horizontal-space'.
77
d0c679bc
SM
782000-12-11 Stefan Monnier <monnier@cs.yale.edu>
79
adf9c994
SM
80 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
81 (so as to obey the field property in the minibuffer).
82
4b0cd42d
SM
83 * obsolete/c-mode.el: Moved from lisp/progmodes.
84 * obsolete/auto-show.el: Moved from lisp.
85 * obsolete/ooutline.el: Moved from lisp/textmodes.
d0c679bc 86
89f85863
CD
872000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
88
89 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
90 changes to list them here.
91
92 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7. Too
93 many changes to list them here.
94
95 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7. Too
96 many changes to list them here.
97
98 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
99
3e0d35ce
GM
1002000-12-11 Gerd Moellmann <gerd@gnu.org>
101
d990421f
GM
102 * simple.el (kill-new): Don't try to setcar kill-ring if it is
103 nil.
104
fda514f7
GM
105 * cus-edit.el (custom-save-variables, custom-save-faces):
106 Comment fix.
107
3e0d35ce
GM
108 * hscroll.el: Moved to `obsolete' subdir.
109
ff904dd6
MB
1102000-12-11 Miles Bader <miles@gnu.org>
111
112 * window.el (window-text-height): Function removed (now in C).
113
fb97d87f
SM
1142000-12-10 Stefan Monnier <monnier@cs.yale.edu>
115
116 * log-edit.el (log-edit-parent-buffer): New var.
117 (log-edit): Set it. Add BUFFER argument.
118 (log-edit-done): Use char-before.
119 Don't bother checking validity of vc-comment-ring.
120 Only bury the buffer if log-edit popped it up.
121
122 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
123 (cvs-mode-diff-help): Remove.
124 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
802cf66c 125 (cvs-mode-marked): Set up the default for CMD manually.
fb97d87f
SM
126
127 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
128 Remove binding for ? now made unnecessary.
129
7de77417
CD
1302000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
131
132 * textmodes/reftex.el (reftex-scanning-info-available-p): New
133 function
134 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
135
136 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
137 when master file is not open.
138
4efa209f
SM
1392000-12-09 Stefan Monnier <monnier@cs.yale.edu>
140
141 * progmodes/ada-stmt.el: Update `maintainer'.
142
0a8052bd
GM
1432000-12-09 Stephen Gildea <gildea@alum.mit.edu>
144
145 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
146 choices to match documentation string.
147
a12167c5
MB
1482000-12-09 Miles Bader <miles@gnu.org>
149
2161605d
MB
150 * minibuf-eldef.el: New file.
151
a12167c5
MB
152 * window.el (fit-window-to-buffer): Don't pass last argument to
153 pos-visible-in-window-p, now that its meaning is inverted.
154
9ea8de1b
EZ
1552000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
156
157 * image.el (create-image): Doc fix; spotted by Per Cederqvist
158 <ceder@lysator.liu.se>.
159
5002ddbb
SM
1602000-12-08 Stefan Monnier <monnier@cs.yale.edu>
161
b6114d80
SM
162 * autoinsert.el (auto-insert-alist): Add missing final \n.
163
ee8d23ee
SM
164 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
165 (cvs-menu-map): Remove.
166 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
167 (cvs-mode-quit): Turn it back into a plain function.
168
5002ddbb 169 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
ee8d23ee 170 (texinfo-filter): Remove (move to texinfo.el).
5002ddbb
SM
171
172 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
173 file where it's more visible.
174 (texinfo-filter, texinfo-chapter-level-regexp): New variables
175 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
176 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
177 (texinfo-inside-macro-p): Only catch `scan-error's.
178 (texinfo-inside-env-p): Make better use of the match info.
179 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
180 (texinfo-insert-@end): Slight re-organization.
181 Also remove useless `looking-at' call.
182
30cd075d
AI
1832000-12-08 Andrew Innes <andrewi@gnu.org>
184
185 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
186 accessible in -nw mode.
187
188 * term/w32-win.el: Remove stuff about selection timeout, which is
189 irrelevant on Windows. Move clipboard support to w32-fns.el, so
190 it is accessible in -nw mode.
191
01b91009
DL
1922000-12-08 Dave Love <fx@gnu.org>
193
194 * emacs-lisp/lisp-mode.el (lisp-mode): Set
195 font-lock-keywords-case-fold-search.
196
842b2a94
GM
1972000-12-08 Gerd Moellmann <gerd@gnu.org>
198
199 * textmodes/ispell.el (ispell): Doc fix.
200
f9d5f611
KH
2012000-12-08 Kenichi Handa <handa@etl.go.jp>
202
203 * international/quail.el (quail-insert-decode-map): Check the
204 frame width of a window displaying the current buffer, not that of
205 the selected frame.
206 (quail-help): Make sure that the help buffer has window before
207 inserting text in it.
208
e04d21aa
SS
2092000-12-07 Sam Steingold <sds@gnu.org>
210
211 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
212 Backquote is used in isearch.el, so autoloading saves nothing.
213
fc3e23a4
EZ
2142000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
215
137cad7c
EZ
216 * startup.el (normal-top-level-add-subdirs-to-load-path): Ignore
217 the CVS and RCS subdirectories case-insensitively.
218
fc3e23a4
EZ
219 * dired.el (dired-insert-directory): If file-system-info is
220 fboundp, call it instead of invoking dired-free-space-program.
221
796ecd10
GM
2222000-12-07 Gerd Moellmann <gerd@gnu.org>
223
0f5f7c3e
GM
224 * server.el (server-visit-files): Push files on file-name-history.
225
3764ba49
GM
226 * progmodes/cc-langs.el: Update copyright.
227
8e7931da
GM
228 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
229
ae0d7485 230 * bindings.el (mode-line-mode-menu): Add glasses-mode.
e04d21aa 231
796ecd10
GM
232 * bindings.el (mode-line-mode-menu): Reverse the order
233 of define-keys so that the menu appears in alphabetical order.
234
ae0d7485
GM
2352000-12-07 Milan Zamazal <pdm@freesoft.cz>
236
237 * progmodes/glasses.el (glasses-mode): Update mode line at the end
238 of the function.
239
e2849090
DL
2402000-12-07 Dave Love <fx@gnu.org>
241
242 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
243
244 * facemenu.el (facemenu-unlisted-faces): Fix value.
245
5c7f629c
SM
2462000-12-07 Stefan Monnier <monnier@cs.yale.edu>
247
248 * font-lock.el (font-lock-default-fontify-region):
249 Include the terminating \n (off-by-one error).
250 (font-lock-set-defaults): Use dolist.
251
252 * derived.el (define-derived-mode): Don't use combine-run-hooks.
253
73481ae3
KH
2542000-12-07 Kenichi Handa <handa@etl.go.jp>
255
ffbaa122
KH
256 * international/mule-cmds.el (describe-language-environment): Fix
257 for the case that an input method title is not string but a list.
258
73481ae3
KH
259 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
260 of wrong SIZE record.
261
e2896b22
DL
2622000-12-06 Dave Love <fx@gnu.org>
263
67292061
DL
264 * newcomment.el (comment-region, comment-dwim): Doc fix.
265
266 * textmodes/texinfo.el: Require tex-mode when compiling.
267 (texinfo-update-node): Doc fix.
268 (texinfo-imenu-generic-expression): Add @anchor.
269 (texinfo-font-lock-keywords): Add @uref.
270 (texinfo-inside-macro-p): Don't use ignore-errors.
271 (texinfo-insert-quote): Match more contexts.
272
e76938e7
DL
273 * international/mule.el (decode-char, encode-char): Doc fix.
274 (auto-coding-alist): Customize.
275
276 * files.el (load-file): Fix change of 2000-03-12.
277
e2896b22
DL
278 * wid-edit.el (widget-text-keymap): Doc fix.
279
6610f4b2
AI
2802000-12-06 Andrew Innes <andrewi@gnu.org>
281
282 * makefile.w32-in (lisp): Set to an absolute directory, namely
283 $(CURDIR).
284
9e3366e4
EZ
2852000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
286
287 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
288 read generated-autoload-file, and set buffer-file-coding-system to
289 raw-text-unix after reading the file.
290
291 * international/mule-conf.el (file-coding-system-alist): Use
292 raw-text for reading loaddefs.el and raw-text-unix for writing
293 it.
294
d94d636f
GM
2952000-12-06 Gerd Moellmann <gerd@gnu.org>
296
384333ee
GM
297 * replace.el (occur): Make line-number-width 1 smaller for the
298 colon following the line number.
299
347d0813
GM
300 * startup.el (fancy-splash-text, command-line-1): Use
301 `File' for the menu name instead of `Files'.
e04d21aa 302
d4b72d58
GM
303 * tmm.el: Update copyright.
304
d94d636f
GM
305 * cus-start.el: Add entry for even-window-heights.
306
6e424019
MB
3072000-12-06 Miles Bader <miles@gnu.org>
308
309 * faces.el (frame-set-background-mode): Avoid stomping on
310 locally modified faces.
311
e6477b58
KH
3122000-12-06 Kenichi Handa <handa@etl.go.jp>
313
314 * international/fontset.el: Correct the font registries for
315 japanese-jisx0213-1 and japanese-jisx0213-2.
316
21999ab9
GM
3172000-12-05 Gerd Moellmann <gerd@gnu.org>
318
57d6e381
GM
319 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
320
21999ab9
GM
321 * iswitchb.el: Update customization commentary.
322
7422819c
GM
3232000-12-05 Rob Riepel <riepel@Stanford.EDU>
324
325 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
326 (tpu-search-highlight): Fixed comparison of overlay end positions.
327 (tpu-trim-line-ends): Implemented trimming logic locally.
328
329 * emulation/tpu-extras.el (tpu-write-file-hook)
330 (tpu-set-cursor-bound): Replaced picture-clean with
331 tpu-trim-line-ends.
332
73daff18
KH
3332000-12-05 Kenichi Handa <handa@etl.go.jp>
334
335 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
336 to cn-gb.
337 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
338
6a4cd002
DL
3392000-12-04 Dave Love <fx@gnu.org>
340
341 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
342
6452929e
GM
3432000-12-04 Gerd Moellmann <gerd@gnu.org>
344
e04d21aa 345 * mail/rmailsum.el (rmail-summary-expunge)
6452929e
GM
346 (rmail-summary-expunge-and-save): Ask for confirmation with
347 rmail-expunge-confirmed.
348
349 * mail/rmail.el (rmail-expunge-confirmed): New function.
350 (rmail-expunge): Use it.
351
0c68ce6f
GM
352 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
353 (etags-recognize-tags-table, find-tag-in-order): New
354 functionality: interpret file names as tags.
e04d21aa 355
7a53d8c8
EZ
3562000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
357
358 * info.el (Info-scroll-prefer-subnodes): New defcustom.
359 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't
360 visit the first subnode until the bottom of the current node is
361 visible.
362
caa15ef7
GM
3632000-12-04 Gerd Moellmann <gerd@gnu.org>
364
365 * format.el (format-decode): Don't change buffer's undo list.
366
e225faa7
KH
3672000-12-04 Kenichi Handa <handa@etl.go.jp>
368
369 * faces.el (face-font-registry-alternatives): Add entries for CJK
370 fonts. Doc-string adjusted for the actual usage of this data.
371
372 * international/fontset.el: Change the font registries for CJK
373 fonts in the default fontset. Don't append '*' to registries.
374
8b262a65
SM
3752000-12-03 Stefan Monnier <monnier@cs.yale.edu>
376
e04d21aa 377 * emacs-lisp/easy-mmode.el (define-derived-mode)
8b262a65
SM
378 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
379
380 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
381 (derived-mode-p): New function.
382 (derived-mode-make-docstring): Add `docstring' argument.
383 Use it if available and complete it if necessary.
384
33c4460b
AS
3852000-12-03 Andreas Schwab <schwab@suse.de>
386
387 * type-break.el (type-break): Don't make parent of itself.
388
5c9b3fac
MB
3892000-12-03 Miles Bader <miles@gnu.org>
390
391 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
392
27ce741e
SM
3932000-12-02 Stefan Monnier <monnier@cs.yale.edu>
394
07c16ec4
SM
395 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
396 (tex-main-file, tex-file): Simplify.
397 (tex-generate-zap-file-name): Use subst-char-in-string.
398 (tex-strip-dots): Remove.
399
c19cc275
SM
400 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
401
27ce741e
SM
402 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
403 to check if the match succeeded.
404
285991dc
GM
4052000-12-02 Gerd Moellmann <gerd@gnu.org>
406
407 * startup.el (use-fancy-splash-screens-p): New function.
408 (command-line-1): Use it to determine whether or not to use
409 a fancy splash screen.
410
52dca1b2
AS
4112000-12-02 Andreas Schwab <schwab@suse.de>
412
413 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
414
d3e7e7cf
EZ
4152000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
416
2dce2360
EZ
417 * international/mule.el (make-char): Fix last change.
418
9768eaa7
EZ
419 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
420 New defcustoms.
421 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
422 autoloading tex-mode; instead, do the same manually. Use
423 texinfo-open-quote and texinfo-close-quote. Insert literal quote
424 with numeric argument. Docstring fix.
425 (toplevel): Require cl when compiling.
e04d21aa 426
285991dc 427 * international/mule.el (make-char): Doc fix.
d3e7e7cf 428
0dd5e255
JR
4292000-12-02 Jason Rumney <jasonr@gnu.org>
430
431 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
432 the Emacs Lisp manual)
433
fbb87147
EZ
4342000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
435
5cbb3e93
EZ
436 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
437
fbb87147
EZ
438 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
439 the Emacs Lisp manual).
440
1636ca09
GM
4412000-12-02 Gerd Moellmann <gerd@gnu.org>
442
443 * simple.el (next-line-add-newlines): Change default to nil.
444
68875f0e
EZ
4452000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
446
447 * files.el (revert-buffer, recover-file): Bind
448 coding-system-for-read to emacs-mule-unix, not to no-conversion.
449
fd9ac94c
GM
4502000-12-01 Gerd Moellmann <gerd@gnu.org>
451
452 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
453
45450dd5
MB
4542000-12-01 Miles Bader <miles@gnu.org>
455
456 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
457
09df8881
KH
4582000-12-01 Kenichi Handa <handa@etl.go.jp>
459
460 * international/mule-diag.el (describe-char-after): Fix typo.
461 (describe-character-set, non-iso-charset-alist): Fix typo.
462
dea0a87d
MB
4632000-12-01 Miles Bader <miles@gnu.org>
464
b170205b
MB
465 * image-file.el (image-file-name-regexp): Automatically add
466 upper-case variants of each filename extension in
467 `image-file-name-extensions', since they seem to be common.
468
e04d21aa 469 * simple.el (minibuffer-contents)
dea0a87d
MB
470 (minibuffer-contents-no-properties, delete-minibuffer-contents):
471 New functions.
472 * filecache.el (file-cache-directory-name)
473 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
474
2b69bc11 4752000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
e04d21aa 476
dea0a87d
MB
477 * filecache.el (file-cache-minibuffer-complete): Don't try to
478 delete the minibuffer prompt.
479
a8a1b05d
DL
4802000-11-30 Dave Love <fx@gnu.org>
481
482 * cus-start.el: Fix read-buffer-function type.
483
693c4692
GM
4842000-11-30 Gerd Moellmann <gerd@gnu.org>
485
486 * md5.el: Removed. There's a built-in function, now.
487
2c0b1898
GM
4882000-11-30 Markus Rost <rost@math.ohio-state.edu>
489
490 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
491 as dummy 0-th char of rmail-deleted-vector.
492
63dfcf4b
EZ
4932000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
494
495 * ps-print.el (ps-end-job): Bind case-fold-search only after
496 switching to ps-spool-buffer.
497
4982000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
499
500 * ps-print.el: Line number font customization. PostScript: Lines and
501 PageCount are initialized on each page. Doc Fix.
502 (ps-print-version): New version number (6.3.2).
503 (ps-lpr-switches, ps-font-info-database, ps-font-size)
504 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
505 (ps-right-header): Customization fix.
506 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
507 Fix code.
508 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
509 New vars.
510
df3aedcf
GM
5112000-11-30 Gerd Moellmann <gerd@gnu.org>
512
edfb795e
GM
513 * bs.el: Fix typos and spelling errors.
514 (bs-appearance) <defgroup>: Renamed from bs-appearence.
515 (bs-configuration): Doc fix.
e04d21aa 516
df3aedcf
GM
517 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
518
8b8a7f01
GM
5192000-11-30 Rob Riepel <riepel@Stanford.EDU>
520
521 * emulation/tpu-edt.el (tpu-version): New version.
522 (tpu-search-overlay, tpu-replace-overlay): New initial range.
523 (tpu-original-mode-line): Variable deleted.
524 (tpu-mark-flag): New initial value.
525 (tpu-set-mode-line): Don't redefine mode-line-format. Add
526 tpu-mark-flag to minor-mode-alist.
527 (tpu-update-mode-line): New mark flag logic.
528 (tpu-get): Use find-file-wildcards.
529 (tpu-search-highlight): Move overlay less, reset overlay properly.
530 (tpu-unselect): Deactivate mark.
531 (tpu-lm-replace): Reset overlay properly.
532 (tpu-forward-line): Use forward-visible-line.
533 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
534
535 * emulation/tpu-extras.el (tpu-forward-line): Use
536 forward-visible-line.
e04d21aa 537
c069a9d3
GM
5382000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
539
540 * cus-edit.el (custom-face-value-create): Always emphasize tag.
541
b02cd40b
GM
5422000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
543
544 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
545 and skip whitespace and newlines.
e04d21aa 546
b7a90344
SM
5472000-11-30 Stefan Monnier <monnier@cs.yale.edu>
548
549 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
550
be6bbb55
GM
5512000-11-29 Gerd Moellmann <gerd@gnu.org>
552
0383ed60
GM
553 * help.el (describe-function-1): Regexp-quote function name
554 when used as part of a regexp.
555
c7957947
GM
556 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Use
557 face-attribute instead of face-foreground and face-background.
558 (tool-bar-add-item): Likewise, and handle unspecified colors.
559
560 * enriched.el (enriched-face-ans): Use face-attribute instead
561 of face-foreground and face-background.
562
563 * faces.el (face-foreground, face-background, face-stipple):
564 Return nil if attribute is unspecified, for backward
565 compatibility.
566
7423978d
GM
567 * files.el (auto-mode-alist): Add an entry for antlr-mode.
568
ef128c78
GM
569 * play/5x5.el: Remove version info.
570
a81fc510
GM
571 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
572
be6bbb55
GM
573 * frame.el (blink-cursor-mode): Doc fix.
574
f9396e03
GM
5752000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
576
577 * antlr-mode.el: New commands to run ANTLR from within Emacs and
578 to create Makefile rules.
579 (antlr-tool-command): New user option.
580 (antlr-ask-about-save): New user option.
581 (antlr-makefile-specification): New user option.
582 (antlr-file-formats-alist): New variable.
583 (antlr-special-file-formats): New variable.
584 (antlr-unknown-file-formats): New user option.
585 (antlr-help-unknown-file-text): New variable.
586 (antlr-help-rules-intro): New variable.
587 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
588 (antlr-mode-menu): Add entries.
589 (antlr-file-dependencies): New function.
590 (antlr-directory-dependencies): New function.
591 (antlr-superclasses-glibs): New function.
592 (antlr-run-tool): New command.
593 (antlr-makefile-insert-variable): New function.
594 (antlr-insert-makefile-rules): New function.
595 (antlr-show-makefile-rules): New command.
596
597 * antlr-mode.el: More Emacs/XEmacs stuff.
598 (antlr-no-action-keywords): New constant with value nil.
599 (antlr-font-lock-keywords-alist): Use it. Old value would break
600 syntax highlighting in Emacs-21.0.
601 (antlr-default-directory): Emacs/XEmacs dependend function.
602 (antlr-read-shell-command): Ditto.
603 (antlr-with-displaying-help-buffer): Ditto.
604
6052000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
606
607 * antlr-mode.el: imenu, parsing and highlighting changes.
608 (antlr-imenu-create-index-function): Don't create extra submenus
609 for definitions in different grammar classes. It is not necessary
610 for the menu and would make command `imenu' awkward to use.
611 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
612 header actions and more than one.
613 (antlr-font-lock-tokendef-face): Changed color.
614 (antlr-font-lock-tokenref-face): Changed color.
615 (antlr-font-lock-additional-keywords): Also highlight lowercase.
616 (antlr-mode-syntax-table): New variable.
617 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
618 (antlr-with-syntax-table): Don't copy syntax table.
619
6202000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
621
622 * antlr-mode.el: Minor changes: language setting.
623 (antlr-language-alist): The value for file option "language" can
624 be both an identifier and a string.
625 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
626 (antlr-language-limit-n-regexp): Change accordingly.
627
6282000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
629
630 * antlr-mode.el: Minor changes: tabs, hiding.
631 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
632 (antlr-action-visibility): Also allow value nil to also hide the
633 braces. Renamed from `antlr-tiny-action-length'.
634 Suggested by Jay@aol.com.
635 (antlr-hide-actions): Change accordingly. Hide line if completely
636 hidden action is on a line of its own.
e04d21aa 637
6ad948eb
SM
6382000-11-29 Stefan Monnier <monnier@cs.yale.edu>
639
640 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
641
642 * sort.el (sort-columns): Don't concat strings with numbers.
643
9c6a4107
DL
6442000-11-29 Dave Love <fx@gnu.org>
645
646 * cus-edit.el (face): Fix :format.
647
648 * mail/feedmail.el: Require smtpmail when compiling.
649 (mail-do-fcc): Autoload.
650 (feedmail) <defgroup>: Fix :link.
651 (feedmail-nuke-body-in-fcc): Fix :type.
652 (feedmail-send-it): Add autoload cookie.
653
053b8d35
SM
6542000-11-29 Stefan Monnier <monnier@cs.yale.edu>
655
656 * newcomment.el (comment-indent): Save excursion around call to
657 comment-indent-function.
658
242c13e8
MB
6592000-11-29 Miles Bader <miles@gnu.org>
660
661 * subr.el (member-ignore-case): Return the tail of the list who's
662 car matches, like `member', not the matching element itself.
663
8f4b5f28
KH
6642000-11-29 Kenichi Handa <handa@etl.go.jp>
665
666 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
667 should not contain `\n'.
668
bebe4a2c
GM
6692000-11-28 Gerd Moellmann <gerd@gnu.org>
670
fd9ac94c 671 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
99879a40 672
ba7e40eb
GM
673 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
674
75ab0c79
GM
675 * dired-aux.el (dired-do-create-files): Construct default file
676 name for dired-mark-read-file-name so that when the user enters
677 just RET, the target file will end up in the target directory.
678
bebe4a2c
GM
679 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
680 local-abbrev-table before changing buffers because it might
681 have a buffer-local binding.
682
fa6d1ca8
MB
6832000-11-28 Miles Bader <miles@gnu.org>
684
685 * simple.el (delete-horizontal-space): Handle fields more generally.
686
8d2c2642
GM
6872000-11-28 Gerd Moellmann <gerd@gnu.org>
688
689 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
690
8b31236d
DL
6912000-11-28 Dave Love <fx@gnu.org>
692
3cbd02d2
DL
693 * progmodes/ps-mode.el (ps-mode): Set comment-start and
694 comment-start-skip locally.
695
8b31236d
DL
696 * progmodes/fortran.el (fortran-mode): Don't set
697 fortran-comment-line-start-skip. Set comment-start to
698 fortran-comment-line-start.
699 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
700 (fortran-comment-line-start-skip): Simplify slightly.
701
ae4bf56d
GM
7022000-11-28 Gerd Moellmann <gerd@gnu.org>
703
17ef7534
GM
704 * play/5x5.el: Remove RCS keyword.
705
fd9ac94c 706 * bs.el: Mistaken commit, undone 2000-11-30.
ae4bf56d 707
665b27a6
GM
7082000-11-28 Milan Zamazal <pdm@freesoft.cz>
709
710 * textmodes/tildify.el (tildify-string-alist): Add
711 `plain-tex-mode' here.
712
fe3c2ae3
GM
7132000-11-28 Colin Walters <walters@cis.ohio-state.edu>
714
715 * chistory.el (Command-history-setup): Remove extraneous `keymap'
716 reference.
717
d970106b
MB
7182000-11-28 Miles Bader <miles@gnu.org>
719
36b80a0d
MB
720 * cus-face.el (custom-face-attributes): Add post-filter function
721 for :box. Make pre-filter function for :box handle all cases.
722
d970106b
MB
723 * wid-edit.el (widget-choose): Make sure pop-up window is large
724 enough to display all the choices, as there's no way to scroll it.
725
5a2bae6c
KH
7262000-11-28 Kenichi Handa <handa@etl.go.jp>
727
728 * international/mule-conf.el: Make the coding system no-conversion
729 safe for all characters.
730
9e836e23
DL
7312000-11-27 Dave Love <fx@gnu.org>
732
8b31236d
DL
733 * net/ldap.el (ldap) <defgroup>: Add :version.
734
9e836e23
DL
735 * tooltip.el (tooltip-use-echo-area): Doc fix.
736
737 * cus-start.el <minibuffer-prompt-properties>: Add version.
738 <read-buffer-function>: Add.
739
740 * apropos.el (apropos-print): Add help-echo to active text.
741
742 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
743
4a74d071
GM
7442000-11-27 Gerd Moellmann <gerd@gnu.org>
745
746 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
747 type, group and version.
748
76058c27
EZ
7492000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
750
4a74d071 751 * select.el (x-get-selection): Docstring fix.
76058c27 752
fd9ac94c 7532000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
26a8d08d 754
fd9ac94c 755 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
26a8d08d 756
49060c51
AI
7572000-11-27 Andrew Innes <andrewi@gnu.org>
758
759 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
760
761 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
762
b2a8e429
MB
7632000-11-27 Miles Bader <miles@gnu.org>
764
765 * dired.el (dired-get-filename): Return filename verbatim if
766 LOCALP is `verbatim'.
767 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
768 `verbatim' so that we don't inadvertently delete a non-existant
769 directory name.
770
5ac0366d
KH
7712000-11-27 Kenichi Handa <handa@etl.go.jp>
772
773 * international/characters.el: Specify cases and syntaxes for
774 mule-unicode-0100-24ff.
775
67f1cf4c
GM
7762000-11-27 Gerd Moellmann <gerd@gnu.org>
777
778 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
779 that foreground and/or background colors of the face `tool-bar'
780 are unspecified.
781
46c56972
MB
7822000-11-27 Miles Bader <miles@gnu.org>
783
e04d21aa 784 * wid-edit.el (widget-field-buffer, widget-field-start)
ec725166
MB
785 (widget-field-end): Handle widget field `pseudo-overlays'.
786 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
787 if it's there instead of in `widget-field-list'.
788
46c56972 789 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
a2e6f426
MB
790 (help-make-xrefs): Delete extraneous newlines at the end of the
791 docstring.
46c56972 792
640a9cdd
JR
7932000-11-25 Jason Rumney <jasonr@gnu.org>
794
795 * startup.el (command-line): Call set-locale-environment after
796 Window System init file is read, as it can result in a call to
797 redraw-frame.
798
0b3f96d4
EZ
7992000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
800
801 * simple.el (shell-command): Mention the effect of the prefix
802 argument in the doc string.
803
8da6e2a1
MB
8042000-11-25 Miles Bader <miles@gnu.org>
805
a658d039
MB
806 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
807
8da6e2a1 808 * wid-edit.el (widget-field-value-delete): Don't try to delete
a2e6f426 809 overlay when it's the `pseudo-overlay' that exists at some points.
8da6e2a1 810
d3416cca
JR
8112000-11-24 Jason Rumney <jasonr@gnu.org>
812
813 * international/mule-cmds.el (locale-language-names): Add "jp" as
814 a non-standard alternative for Japanese.
815
17e37f53
AS
8162000-11-24 Andre Spiegel <spiegel@gnu.org>
817
818 * vc-hooks.el: Require 'cl during compilation.
819
9aa5f148
GM
8202000-11-24 Gerd Moellmann <gerd@gnu.org>
821
ba193890
GM
822 * faces.el (face-set-after-frame-default): Let face attributes
823 specified for new frames override frame parameters.
824
9aa5f148
GM
825 * startup.el (command-line): Fix computation of the source file
826 for user-init-file when user-init-file is a compiled file.
827
51a1edab
MB
8282000-11-24 Miles Bader <miles@gnu.org>
829
e04d21aa 830 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
51a1edab
MB
831 (custom-post-filter-face-spec): New functions.
832 (custom-face-set, custom-face-value-create): Filter the face spec
833 before and after customization.
834 (custom-face-set): If VALUE specifies a null face, pass a
835 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
836 * cus-face.el (custom-face-attributes): Remove SET and GET
837 functions. Add some IN-FILTER and OUT-FILTER functions in the few
838 cases they're needed.
839
1ed74431
MB
840 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
841 that it's distinguishable from the :off-glyph on dark-background
842 displays. Set its background color too.
843
67ee1125
MB
844 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
845 so that people can easily turn it off.
846
7d027816 8472000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
e04d21aa 848
7d027816 849 * ediff-diff.el: Moved variables around to have it compile under NT.
e04d21aa 850
9aa5f148 851 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
e04d21aa 852
9aa5f148 853 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
e04d21aa 854
9aa5f148 855 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
7d027816 856 redundant skip-small-frames test.
e04d21aa 857
9aa5f148 858 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
7d027816 859 (viper-downgrade-to-insert): protect against errors in hooks.
e04d21aa 860
9aa5f148
GM
861 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
862 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
863 (viper-restore-cursor-type,viper-set-insert-cursor-type): New
7d027816 864 functions.
e04d21aa 865
9aa5f148 866 * viper-util.el (viper-memq-char): Bug fixes.
e04d21aa 867
9aa5f148 868 * viper.el (viper-mode): Fix cursor handling.
e04d21aa 869
f07fa1b8
KH
8702000-11-24 Kenichi Handa <handa@etl.go.jp>
871
872 * international/mule-diag.el (list-iso-charset-chars): For
873 two-byte charset, fix the `while' condition.
874 (list-non-iso-charset-chars): Fix the `while' condition.
875
ba8299ff
SM
8762000-11-23 Stefan Monnier <monnier@cs.yale.edu>
877
79372165
SM
878 * subr.el (add-hook, remove-hook): Don't call make-local-hook
879 if the variable is make-variable-buffer-local.
880
ba8299ff
SM
881 * progmodes/ada-stmt.el (ada-template-map): Initialize
882 and bind it to C-c t in ada-mode-map.
883 (ada-stmt-mode-hook): New function extracted from old code.
884 Only change the buffer-local side of skeleton-*.
885 (ada-mode-hook): Use it.
886
68a887fa
EZ
8872000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
888
889 * iswitchb.el (iswitchb-minibuf-depth): New variable.
890 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
891 we expect to be returned by minibuffer-depth once we prompt the
892 user in the minibuffer.
893 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
894 as recorded in iswitchb-minibuf-depth, return non-nil.
895
3b345582
EZ
8962000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
897
898 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
899 (hscroll-window-maybe): Docstring fix.
900
595dead2
DL
9012000-11-23 Dave Love <fx@gnu.org>
902
903 * rect.el (string-rectangle): Don't test delete-selection-mode.
904
1e66b27a
GM
9052000-11-23 Gerd Moellmann <gerd@gnu.org>
906
02790ce2
GM
907 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
908 is in the tool bar.
909
1e66b27a
GM
910 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
911 with `no-dir'; we want the directory part to be able to remove
912 it.
913
a4caa65d
SM
9142000-11-22 Stefan Monnier <monnier@cs.yale.edu>
915
916 * textmodes/outline.el (outline-flag-region):
917 Don't bind inhibit-read-only since we don't modify the buffer.
918 (outline-isearch-open-invisible): Don't jump to overlay-start
919 since we're trying to unhide text around point.
920 (outline-discard-overlays): Use dolist.
921
922 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
923
03e757c1
GM
9242000-11-22 Gerd Moellmann <gerd@gnu.org>
925
e04d21aa 926 * mail/rmail.el (rmail-confirm-expunge): Default to
03e757c1 927 y-or-n-p.
e04d21aa 928
1598a961
SM
9292000-11-22 Stefan Monnier <monnier@cs.yale.edu>
930
931 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
932 Fix ARG regexp to skip quoted braces.
933 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
934 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
935 are (correctly) handled separately).
936 Remove `caption' and `footnote' from `citations': they contain text.
937 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
938 (latex-skeleton-end-hook): New function.
939 (latex-mode): Use it.
940 (tex-start-tex-marker): Remove.
941 (tex-send-tex-command): Don't set tex-start-tex-marker.
942 (tex-error-parse-syntax-table): New var.
943 (tex-compilation-parse-errors): Use it.
944 Ignore tex-start-tex-marker. Don't bother with marker-position.
945 (tex-validate-buffer): Don't bother with marker-position.
946
947 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
bd7e01a3 948 (flyspell-generic-progmode-verify): Use it.
1598a961 949
eaae8106
SS
9502000-11-22 Sam Steingold <sds@gnu.org>
951
03e757c1
GM
952 * simple.el (delete-trailing-whitespace): New interactive
953 function.
e04d21aa 954
eaae8106 955 * progmodes/ada-mode.el (ada-mode): Use it instead of
bd7e01a3 956 `ada-remove-trailing-spaces'.
eaae8106 957 (ada-remove-trailing-spaces): Removed.
e04d21aa 958
eaae8106 959 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
e04d21aa 960
1598a961
SM
961 * textmodes/picture.el (picture-clean): Removed.
962 (picture-mode-exit): Call it instead of `picture-clean'.
eaae8106 963
a41d49e9
GM
9642000-11-22 Gerd Moellmann <gerd@gnu.org>
965
e053c60f
GM
966 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
967
a41d49e9
GM
968 * hi-lock.el (hi-lock-refontify): Don't call non-existent
969 jit-lock-fontify-buffer; it should anyway be unneccessary to
4c4a541d 970 do anything special when jit-lock is active.
a41d49e9
GM
971 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
972
197615f3
DL
9732000-11-22 Dave Love <fx@gnu.org>
974
ddbfaa9f
DL
975 * calendar/todo-mode.el (todo-top-priorities): Use
976 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
977
ddc3c695
DL
978 * language/chinese.el, language/cyrillic.el:
979 * language/devanagari.el, language/ethiopic.el, language/greek.el:
980 * language/hebrew.el, language/indian.el, language/japanese.el:
981 * language/korean.el, language/lao.el, language/misc-lang.el:
982 * language/thai.el, language/tibetan.el, language/vietnamese.el:
983 Use provide.
984
fb9fa98d
DL
985 * cus-edit.el (custom-buffer-create-internal): Save some consing.
986 (custom-variable-set): Improve validation error mesage.
987
197615f3
DL
988 * rect.el (string-rectangle): Revert last change.
989 (string-rectangle-line): New arg DELETE.
990 (string-rectangle): Check delete-selection-mode.
991
992 * emacs-lisp/edebug.el (edebug-version)
993 (edebug-maintainer-address): Deleted.
994 (edebug-submit-bug-report): Just alias to report-emacs-bug.
995 (edebug-read-function): Account for other `'#' read forms.
996 (edebug-mode-menus): Make some items toggles.
997 (edebug-outside-unread-command-event, unread-command-event):
998 Remove these to avoid warnings.
999
f4117c4d
GM
10002000-11-22 David Ponce <david@dponce.com>
1001
1002 * recentf.el (recentf-menu-items-for-commands)
1003 (recentf-make-menu-items, recentf-make-menu-item)
4c4a541d 1004 (recentf-filter-changer): Added :help and :active menu-item properties.
eaae8106 1005
f4117c4d
GM
1006 (recentf-build-dir-rules, recentf-dump-variable)
1007 (recentf-edit-list, recentf-open-files-item)
1008 (recentf-open-files): Replaced unnecessary `mapcar' with new
1009 built-in `mapc'.
eaae8106 1010
f8e2f3f2
MB
10112000-11-23 Miles Bader <miles@gnu.org>
1012
1013 * faces.el (menu): Make inverse-video on ttys too.
1014
4c4a541d
SM
10152000-11-22 Stefan Monnier <monnier@cs.yale.edu>
1016
1017 * simple.el (comment-line-break-function): Use the new name
1018 indent-new-comment-line -> comment-indent-new-line.
1019 (clone-indirect-buffer): Don't ignore NORECORD.
1020 (next-completion): Properly handle the case where items are adjacent.
1021
1022 * mouse.el (popup-menu): Stupid typo.
1023
980d836e
GM
10242000-11-22 Gerd Moellmann <gerd@gnu.org>
1025
60e8e0a5
GM
1026 * emacs-lisp/authors.el: Remove autoload cookies, add author,
1027 maintainer, keywords tags.
1028
980d836e
GM
1029 * rect.el (replace-rectangle): Don't call string-rectangle-line
1030 with too many arguments.
1031
e08b2069
AS
10322000-11-22 Andre Spiegel <spiegel@gnu.org>
1033
60e8e0a5 1034 * ediff-util.el (ediff-file-checked-out-p)
eaae8106 1035 (ediff-file-checked-in-p): Call vc-state instead of
e08b2069
AS
1036 vc-locking-user, which no longer exists.
1037
1038 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
1039
c6779d8d
DL
10402000-11-22 Dave Love <fx@gnu.org>
1041
1042 * md5.el (md5): Provide.
1043 (md5): Fix error call.
1044
e672fdce
MB
10452000-11-22 Miles Bader <miles@gnu.org>
1046
eaae8106 1047 * textmodes/refill.el (refill-adjust-ignorable-overlay)
d9fdcdb5
MB
1048 (refill-fill-paragraph-at): Remove debugging code.
1049
80e24c04
MB
1050 * calendar/calendar.el (generate-calendar-window): When we don't
1051 call `fit-window-to-buffer', make sure the top line is fully visible.
1052
3a17d6cc
MB
1053 * image-file.el (insert-image-file): Don't make `read-only'
1054 property rear-nonsticky.
1055
ae1a21c6
MB
1056 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
1057 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
1058 stashing away its original value.
1059 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
1060 in the recursive edit.
1061 Bind `isearch-original-minibuffer-message-timeout' to protect it.
1062 (isearch-done): Restore `minibuffer-message-timeout'.
1063
e672fdce
MB
1064 * cus-start.el: Remove entry for `mode-line-inverse-video'.
1065
3ea79df8
SM
10662000-11-21 Stefan Monnier <monnier@cs.yale.edu>
1067
1068 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
1069
1070 * find-lisp.el (find-lisp-find-files-internal):
1071 Use dolist, when and file-name-as-directory.
1072
980d836e 1073 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
3ea79df8
SM
1074 (define-derived-mode, define-minor-mode): Add specs.
1075
1076 * window.el: General comment and spacing fixes.
1077 (save-selected-window): Use backquotes.
1078 (window-safely-shrinkable-p): New function.
1079 (shrink-window-if-larger-than-buffer): Use it.
1080
1081 * subr.el (make-local-hook): Docstring fix.
1082
1083 * shell.el (shell-mode): Use define-derived-mode.
1084
1085 * newcomment.el (comment-indent): Insert comment before calling
1086 comment-indent-function. Don't insert in column 0.
1087 (comment-dwim): Indent before inserting comment.
1088
1089 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
1090 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
1091 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
1092 Use mapc rather than map.
1093
1094 * files.el (find-buffer-visiting): Compare all attributes before
1095 declaring two files identical (rather than just their inode-no).
1096 (auto-mode-alist): Use \' rather than $.
1097
1098 * which-func.el: Update maintainer line.
1099
1100 * pcvs.el (uniquify-buffer-file-name): Remove advice.
1101 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
1102 (uniquify-buffer-file-name): Use it.
1103
8f62f2b8
MB
11042000-11-22 Miles Bader <miles@gnu.org>
1105
1106 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
1107 * simple.el (minibuffer-avoid-prompt): New function.
1108
fb279a6d
GM
11092000-11-21 Gerd Moellmann <gerd@gnu.org>
1110
1111 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
1112
867092e9
MB
11132000-11-21 Miles Bader <miles@gnu.org>
1114
ef860850
MB
1115 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
1116 inclusion of `track-mouse'.
1117
867092e9
MB
1118 * textmodes/refill.el (refill-ignorable-overlay): New variable.
1119 (refill-adjust-ignorable-overlay): New function.
1120 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
1121 only the paragraph's tail if possible.
1122 Update `refill-ignorable-overlay'.
1123 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
1124
1125 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
1126 point inside the fill-prefix.
1127
1128 * textmodes/refill.el (refill-post-command-function): Don't reset
1129 refill-doit in the case where a self-insertion command doesn't
1130 case a refill. Use `refill-fill-paragraph-at', getting position
1131 from `refill-doit'.
1132 (refill-after-change-function): Set `refill-doit' to END.
1133 (refill-fill-paragraph-at): New function, mostly from old
1134 refill-fill-paragraph.
1135 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
1136 (refill-pre-command-function): New function.
1137 (refill-mode): Add it to `pre-command-hook'.
1138
ff9ab414
GM
11392000-11-20 Gerd Moellmann <gerd@gnu.org>
1140
29a01b72
GM
1141 * textmodes/artist.el (artist-mode): Fix autoload cookie.
1142
ff9ab414
GM
1143 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
1144 javadoc tags.
eaae8106 1145
885b211b
AS
11462000-11-20 Andre Spiegel <spiegel@gnu.org>
1147
1148 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
1149 vc.el).
1150
eaae8106 1151 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
885b211b 1152 require vc.
eaae8106
SS
1153
1154 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
885b211b 1155 checkouts.
eaae8106 1156
d1838556
DL
11572000-11-20 Dave Love <fx@gnu.org>
1158
1159 * Makefile.in (DONTCOMPILE): Omit bindings.el.
1160
2b69bc11 11612000-11-20 Eli Barzilay <eli@www.barzilay.org>
56c13ae6 1162
2b69bc11
GM
1163 * calculator.el (calculator-paste): Use `if' instead of `and'
1164 and `or'.
1165 (calculator-help): Don't use electric-describe-mode for XEmacs.
56c13ae6 1166
b95b34e5
GM
11672000-11-19 Gerd Moellmann <gerd@gnu.org>
1168
030de92f
GM
1169 * info.el (info-menu-5): Doc fix.
1170
b95b34e5
GM
1171 * textmodes/artist.el: New file.
1172
54970452
AS
11732000-11-19 Andre Spiegel <spiegel@gnu.org>
1174
eaae8106 1175 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
54970452
AS
1176 and differentiate according to checkout model.
1177 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
1178 since this function is only concerned with master state.
1179
eaae8106 1180 * vc-hooks.el (vc-workfile-unchanged-p,
54970452
AS
1181 vc-default-workfile-unchanged-p): Moved here from vc.el.
1182
eaae8106 1183 * vc.el (vc-workfile-unchanged-p,
54970452
AS
1184 vc-default-workfile-unchanged-p): See above.
1185
e5a9dabf
MB
11862000-11-19 Miles Bader <miles@gnu.org>
1187
1188 * image-file.el (insert-image-file): Make `intangible' and
1189 `read-only' properties rear-nonsticky too.
1190
24127af0
GM
11912000-11-18 Gerd Moellmann <gerd@gnu.org>
1192
d392e9c5 1193 * ps-print.el: Update copyright notice.
eaae8106 1194
d392e9c5
GM
1195 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
1196 (tooltip-show): Use the offsets.
1197
24127af0 1198 * bindings.el (mode-line-modified): Fix a typo.
eaae8106 1199 (mode-line-toggle-modified, mode-line-widen)
24127af0
GM
1200 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
1201
2b69bc11 12022000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
08ea6f17 1203
2b69bc11
GM
1204 * ps-print.el (toplevel): Test for find-coding-system being
1205 fboundp before calling ps-x-find-coding-system.
08ea6f17 1206
66321b2f
SM
12072000-11-16 Stefan Monnier <monnier@cs.yale.edu>
1208
1209 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
1210 (vc-version-backup-file): Docstring fix.
1211
046110c6
GM
12122000-11-16 Gerd Moellmann <gerd@gnu.org>
1213
4104194e
GM
1214 * files.el (basic-save-buffer): Don't add a newline if
1215 find-file-literally is non-nil.
1216 (find-file-literally): Extend doc string.
1217
046110c6
GM
1218 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
1219 sort(1) with the `-f' argument.
1220
6505c16e
AS
12212000-11-16 Andre Spiegel <spiegel@gnu.org>
1222
fd063975
AS
1223 * vc.el: Updated backend documentation.
1224 (vc-default-check-headers): New function.
1225
3d02dd81 1226 * vc-{cvs,rcs,sccs}.el: Functions reordered.
eaae8106
SS
1227
1228 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
8791d617 1229 up-to-date.
eaae8106 1230 (vc-do-command): In the asynchronous case, output messages only if
9dd94743 1231 the minibuffer is not active.
fd063975 1232
eaae8106 1233 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
8791d617 1234 `vc-cvs-use-edit' is on.
eaae8106
SS
1235 (vc-cvs-checkout): When this is used for reverting the workfile,
1236 make a backup of the original contents and revert to that in case
8791d617 1237 of error.
eaae8106 1238 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
9dd94743 1239 remote repositories.
eaae8106 1240
6505c16e
AS
1241 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
1242 for both version and ratio in the minibuffer.
fd063975 1243
eaae8106 1244 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
8791d617 1245 Use vc-do-command to perform the annotation, not call-process.
6505c16e 1246
a13f0660
KH
12472000-11-16 Kenichi Handa <handa@etl.go.jp>
1248
1249 * international/quail.el (quail-start-translation): Don't call
1250 `message' before reading key sequence.
1251
1389a414
MB
12522000-11-16 Miles Bader <miles@lsi.nec.co.jp>
1253
1254 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
1255
9256a532
KH
12562000-11-16 Kenichi Handa <handa@etl.go.jp>
1257
1258 * window.el (fit-window-to-buffer): Be sure to acquire at least
1259 one text line even if the buffer is empty.
1260
0e14fe9f
GM
12612000-11-16 Gerd Moellmann <gerd@gnu.org>
1262
eaae8106 1263 * net/ange-ftp.el (ange-ftp-file-writable-p)
0e14fe9f
GM
1264 (ange-ftp-file-readable-p, ange-ftp-file-executable-p): Bind
1265 ange-ftp-process-verbose to nil.
1266
da645c53
DL
12672000-11-15 Dave Love <fx@gnu.org>
1268
233d5cde
DL
1269 * wid-edit.el (widget-specify-field, widget-specify-button): If
1270 :help-echo is a function, set help-echo of overlay to
1271 widget-mouse-help.
1272 (widget-mouse-help): New function.
1273 (widget-echo-help): Rewritten for :help-echo functions only taking
1274 a widget arg.
1275
b12057b9
DL
1276 * net/eudc-bob.el (eudc-bob-can-display-inline-images): Use
1277 display-graphic-p.
1278 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
1279 and that JPEG is available.
1280 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
1281
da645c53
DL
1282 * international/mule-cmds.el (locale-charset-language-names):
1283 Match @euro.
1284
6d133d1f
GM
12852000-11-15 Gerd Moellmann <gerd@gnu.org>
1286
1287 * faces.el (face-set-after-frame-default): If
0e14fe9f 1288 `inhibit-default-face-x-resources' is bound, don't intialize the
6d133d1f
GM
1289 default face from X resources.
1290
49ac2ac5
EZ
12912000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
1292
1293 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
1294 Don't set EMACSLOADPATH.
1295
4fb0a34c
EZ
12962000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
1297
1298 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
1299 texinfo-insert-@url.
1300 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
1301 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
1302
bb304a7a
SM
13032000-11-14 Stefan Monnier <monnier@cs.yale.edu>
1304
82bc80bf
SM
1305 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
1306 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
1307 (checkdoc-minor-keymap): Backward compatibility.
1308 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
1309 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
1310 (checkdoc-this-string-valid-engine): Be a bit more strict
1311 to avoid matching substrings of `...' quoted vars/funs.
1312 (checkdoc-defun-info): Only look for `interactive' if alone.
1313 (debug-ignored-errors): Add "arg doesn't appear in docstring".
1314
e8c87124
SM
1315 * progmodes/compile.el (grep): `tag-default' can be nil.
1316
bb304a7a
SM
1317 * newcomment.el (comment-indent): Paren typo.
1318
8628686a
DL
13192000-11-14 Dave Love <fx@gnu.org>
1320
25c269ef
DL
1321 * calculator.el: New maintainer version.
1322
66321b2f 1323 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
25c269ef 1324
8628686a
DL
1325 * cmuscheme.el: Doc fixes.
1326 (cmuscheme) <defgroup>: Use `scheme' as parent.
1327 (cmuscheme-program-name): Remove. Change uses to
1328 scheme-program-name.
1329
1330 * xscheme.el (scheme-program-name): Don't define here.
1331
1332 * progmodes/scheme.el (scheme-program-name): New variable
1333 (originally in cmuscheme).
1334
88f0a1eb
MB
13352000-11-14 Miles Bader <miles@gnu.org>
1336
1337 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
1338 Handle header-lines. Don't loop forever if we can't enlarge the
1339 window anymore. Simplify a bit.
1340
cd9a000c
KH
13412000-11-14 Kenichi Handa <handa@etl.go.jp>
1342
1343 * window.el (fit-window-to-buffer): Don't check
1344 window-text-height. Assure that the last line is fully visible.
1345
1346 * international/quail.el (quail-show-guidance-buf): Call
1347 fit-window-to-buffer to assure the enough height of the guidance
1348 buffer.
1349 (quail-update-guidance): Avoid making the guidance buffer shorter.
1350
d3fcda22
SM
13512000-11-14 Stefan Monnier <monnier@cs.yale.edu>
1352
bdbd9606
SM
1353 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
1354 rather than `prepend' and add an interesting comment.
1355 (tex-math-face, tex-font-lock-syntactic-face-function):
1356 New face and function to use it.
1357 (tex-define-common-keys, tex-mode-map): Use menu-item rather
1358 than `menu-enable' symbol property.
1359 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
1360 (tex-mode): Add some latex-mode commands for auto-selection.
1361 Use tex-font-lock-syntactic-face-function.
1362 (tex-insert-quote): Simplify.
1363 (tex-shell): New mode.
1364 (tex-start-shell): Use it.
1365 (tex-shell-proc, tex-shell-buf): New functions.
1366 (tex-send-command): Use it.
1367 (tex-main-file): Fix the meaning of the new arg REALFILE.
1368 (tex-send-tex-command): New function split from `tex-start-tex'.
1369 Set compilation-last-buffer and compilation-parsing-end.
1370
d3fcda22
SM
1371 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
1372 when it follows non-comment text on the line.
1373
1374 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
1375 Set font-lock-defaults.
1376 (lisp-mode-shared-map): Init inside the defvar.
1377 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
1378 Use define-derived-mode.
1379
bdab1d43
MB
13802000-11-14 Miles Bader <miles@lsi.nec.co.jp>
1381
1382 * faces.el (header-line): Use `:box nil' for color/gs displays too.
1383
936ae731
GM
13842000-11-14 Gerd Moellmann <gerd@gnu.org>
1385
1386 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda): Don't
1387 recursively optimize body because that can lead to infinite
1388 recursion; see comment there.
1389
1695ca2b
EZ
13902000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
1391
1392 * faces.el (face-spec-set-match-display): Revert the change from
1393 2000-10-24. Add a FIXME for after v21.1.
1394
9d348294
MB
13952000-11-13 Miles Bader <miles@gnu.org>
1396
1397 * textmodes/fill.el (skip-line-prefix): New function.
1398 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
1399 (fill-paragraph): Don't leave point inside the fill-prefix.
88f0a1eb
MB
1400 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
1401 point inside the fill-prefix.
9d348294 1402
b85fa13c
MB
14032000-11-13 Miles Bader <miles@lsi.nec.co.jp>
1404
1405 * calendar/calendar.el (generate-calendar-window): Use
1406 `fit-window-to-buffer'.
1407
a0b47716
SM
14082000-11-12 Stefan Monnier <monnier@cs.yale.edu>
1409
1410 * gud.el (gud-minor-mode): New var.
1411 (gud-symbol, gud-val): New functions.
1412 (gud-find-file): Copy gud-minor-mode to the new buffer.
1413 (gud-menu-map): Include entries for commands that are not always
1414 available, using :enable to (de)activate them.
1415 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
1416 (gud-mode-map): New map.
eaae8106 1417 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
a0b47716
SM
1418 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
1419 Don't set up gud's menu (it's done by the minor-mode).
1420 (gud-minibuffer-local-map): New.
1421 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
1422 (gud-query-cmdline): New function.
1423 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
1424 (gud-mode): Use define-derived-mode.
1425 Don't set up gud's menu (it's done by the minor-mode).
1426 (gud-chop-words): Remove.
1427 (gud-common-init): Use split-string instead.
1428 (gud-new-keymap, gud-make-debug-menu): Eradicate.
1429
1430 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
1431 Add keyword arg :name.
1432
1433 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
1434 (diff-count-matches, diff-split-hunk): New functions.
1435 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
1436
1437 * pcvs-info.el (cvs-fi-conflict-face): New var.
1438
1439 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
1440 Make it into a simple syntax-table, shared among all submodes.
1441 (sh-heredoc-face): Re-introduce.
1442 (sh-font-lock-syntactic-face-function): New function.
1443 (sh-mode): Use it. Also use define-derived-mode.
1444 Remove old bogus setting of indent-region-function.
1445 (sh-set-shell): Don't set the syntax-table any more.
1446 (sh-mode-syntax-table) <defun>: Remove.
1447
f5ed37df
MB
14482000-11-12 Miles Bader <miles@gnu.org>
1449
1450 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
1451 message if interactive.
1452
0b074c2f
DL
14532000-11-12 Dave Love <fx@gnu.org>
1454
1455 * mail/feedmail.el: Fix header,
1456 (feedmail) <defgroup>: Add :link.
1457
1458 * view.el: Use local-map property, not keymap on mode-line string.
1459
1460 * scroll-all.el (scroll-all-mode): Customize variable. Add
1461 autoload cookie to function.
1462
1463 * lazy-lock.el: Remove compatibility code.
1464
1465 * finder.el (finder-known-keywords): Add `files', remove `vms'.
1466 (finder-help-echo): New variable.
1467 (finder-mouse-face-on-line): Add help-echo stuff.
1468 (finder-list-keywords, finder-list-matches): Use mapc.
1469
1470 * faces.el (face-font-registry-alternatives): Add :version.
1471
1472 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
1473 tags-table-list.
1474
a0b47716 1475 * net/browse-url.el (browse-url-browser-function): Update :version.
0b074c2f 1476
a0b47716 1477 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
0b074c2f
DL
1478 (mail-mode): Use [:alnum:] in some regexps.
1479
6d502396
DL
14802000-11-10 Dave Love <fx@gnu.org>
1481
1482 * ediff.el (ediff-regions-internal, ediff-documentation):
1483 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
1484 fundamental mode.
1485
1486 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
1487 buffer into fundamental mode.
1488 (ediff-set-difference): Use copy-sequence if available.
1489
1490 * ediff-ptch.el (ediff-dispatch-file-patching-job): Check
1491 ediff-patch-map non-nil.
1492 (ediff-fixup-patch-map, ediff-fixup-patch-map)
1493 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
1494 buffer into fundamental mode.
1495
1496 * ediff-merg.el (state-or-merge): Defvar when compiling.
1497
a82fe213
JR
14982000-11-10 Jason Rumney <jasonr@gnu.org>
1499
1500 * w32-fns.el (w32-add-charset-info): New function.
1501 (w32-charset-info-alist): Use it.
1502
52d89894
GM
15032000-11-10 Gerd Moellmann <gerd@gnu.org>
1504
1505 * faces.el (face-font-registry-alternatives): New user-option.
1506
178932de
SM
15072000-11-10 Stefan Monnier <monnier@cs.yale.edu>
1508
d7fa3319
SM
1509 * textmodes/texinfo.el (texinfo-block-default): New var.
1510 (texinfo-insert-block): Use it. Insert a newline if needed.
1511
178932de
SM
1512 * textmodes/fill.el (fill-indent-according-to-mode): New var.
1513 (fill-region-as-paragraph): Use it.
1514
1515 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
1516 (latex-mode): Tweak tex-*-(head|trail)er regexps.
1517 Tweak paragraph regexps to allow a leading [ \t]*.
1518 (tex-latex-block): Insert a newline if necessary.
1519 (latex-insert-item): Only insert a newline if necessary.
1520 (tex-guess-main-file): New function.
1521 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
1522 Set tex-main-file if TeX-master is provided.
1523 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
1524
bd02b8e0
GM
15252000-11-10 Gerd Moellmann <gerd@gnu.org>
1526
1527 * startup.el (command-line): Set the default tooltip-mode
1528 to t for graphical displays which implement x-show-tip.
1529
1530 * tooltip.el (tooltip-mode): Add a comment about startup.el
1531 setting the default value of this user-option.
1532
b29b03eb
SM
15332000-11-09 Stefan Monnier <monnier@cs.yale.edu>
1534
1535 * font-lock.el (font-lock-*-face) <defvar>: Move.
1536 (font-lock-defaults-alist): Mark obsolete.
1537 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
1538 (font-lock-mode): Use define-minor-mode.
1539 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
1540 (font-lock-turn-off-thing-lock): Be more explicit.
1541 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
1542 (font-lock-syntactic-face-function): New var.
1543 (font-lock-fontify-syntactically-region): Use it.
1544 (font-lock-doc-face): New.
1545
1546 * pcvs.el (cvs-enabledp): Ignore errors.
1547 (cvs-commit-filelist): Never query.
1548 (cvs-mode-insert): Always add a terminating / in the initial prompt.
1549 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
1550 (cvs-do-removal): Use cvs-partition rather than delete-if.
1551 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
1552 cvs-bury-buffer.
1553
1554 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
1555 Allow `next' to jump to after the end of the last match.
1556
778fbc46
GM
15572000-11-09 Gerd Moellmann <gerd@gnu.org>
1558
730c746c
GM
1559 * simple.el (byte-compiling-files-p): New function.
1560
1561 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
1562 if it is there.
1563
1564 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
1565 nil again.
1566
778fbc46
GM
1567 * textmodes/ispell.el (ispell-library-path): Don't call
1568 check-ispell-version when byte-compiling because that starts
1569 an ispell process, and ispell might not be installed.
1570 (toplevel): Don't set up a menu when byte-compiling.
1571
1572 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
1573 it, so that a boundp test can be used to determine if we're
1574 currently byte-compiling.
1575
5912c5bb
DL
15762000-11-09 Dave Love <fx@gnu.org>
1577
1578 * pcvs.el (uniquify-buffer-file-name): Wrap advice in
1579 eval-after-load.
1580
7bb054a5
GM
15812000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1582
1583 * ps-print.el: Patch for variable initialization when spooling. Doc
1584 fix.
1585 (ps-output-list): Fun eliminated.
1586 (ps-begin-file, ps-begin-job): Code fix.
1587
9db2706e
DL
15882000-11-08 Dave Love <fx@gnu.org>
1589
1590 * ediff-wind.el (ediff-control-frame-parameters): Zero
1591 tool-bar-lines.
1592
f7eb32aa
GM
15932000-11-08 Gerd Moellmann <gerd@gnu.org>
1594
1595 * simple.el (shell-command, display-message-or-buffer)
1596 (shell-command-on-region): Mention resize-mini-windows in the doc
1597 string.
1598 (display-message-or-buffer): Take the value of resize-mini-windows
1599 into account.
1600
7b01b08c
GM
16012000-11-07 Gerd Moellmann <gerd@gnu.org>
1602
acad3c0b
GM
1603 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
1604
7b01b08c
GM
1605 * dired.el (dired-between-files): Add `^. find' as an alternative
1606 to the regular expression, for find-dired.
1607
6f602bd0
SM
16082000-11-06 Stefan Monnier <monnier@cs.yale.edu>
1609
1610 * textmodes/texnfo-upd.el: Require texinfo.
1611 (defmacro, defgroup): Remove.
1612 (texinfo-section-to-generic-alist): Remove.
1613 Use texinfo-section-list instead (i.e. level is changed string->int).
1614 (texinfo-filter): New function.
1615 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
1616 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
1617 Use it. And use regexp-opt.
1618 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
1619 (texinfo-update-menu-region-beginning)
1620 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
1621 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
1622 (texinfo-update-menu-same-level-regexps): Update.
eaae8106 1623 (texinfo-update-node, texinfo-every-node-update)
6f602bd0
SM
1624 (texinfo-sequential-node-update): Remove autoload cookie.
1625
1626 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
1627 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
1628 (texinfo-chapter-level-regexp): Remove.
1629 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
1630
bb216218
DL
16312000-11-06 Dave Love <fx@gnu.org>
1632
6f602bd0 1633 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
b04f7626 1634
6f602bd0
SM
1635 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
1636 Match defun*.
bb216218 1637
ff8dd5d5
KH
16382000-11-06 Kenichi Handa <handa@etl.go.jp>
1639
1640 * composite.el (composition-function-table): Variable declaration
1641 moved to src/composite.c.
1642 (compose-chars-after): New optional arg object.
1643
e9da51a1
GM
16442000-11-06 Gerd Moellmann <gerd@gnu.org>
1645
e0c12c68
GM
1646 * bindings.el (mode-line-toggle-read-only)
1647 (mode-line-toggle-modified, mode-line-widen)
1648 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
1649 (make-mode-line-mouse2-map): Rewritten.
1650 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
1651 functions so that C-h k can show something with a doc string.
eaae8106 1652
e9da51a1
GM
1653 * startup.el (fancy-splash-delay): Set to 10 seconds.
1654 (fancy-splash-max-time): New user-option.
1655 (fancy-splash-stop-time): New variable.
1656 (fancy-splash-screens): Set it. Catch `stop-splashing'.
1657 (fancy-splash-screens-1): Throw `stop-splashing' when current
1658 time is greater than fancy-splash-stop-time.
1659
611dbdf0
SM
16602000-11-06 Stefan Monnier <monnier@cs.yale.edu>
1661
4d2806e2
SM
1662 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
1663
611dbdf0
SM
1664 * pcvs.el (cvs-mode-marked): New arg `noquery'.
1665 Prompt user for a file rather than raising an error.
1666 (cvs-enabledp): Fix call to cvs-mode-marked.
1667 (cvs-insert-file): New function (extracted from cvs-mode-insert).
1668 (cvs-mode-insert): Use it. Change the init prompt' value.
1669 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
1670
1671 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
1672 Don't pass default arg to ewoc-locate.
1673 (ewoc-collect): Return result in the right order.
1674
1675 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
1676
1677 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
1678 (cvs-status-get-tags): Fix regexp.
1679 (cvs-status-trees, cvs-status-cvstrees):
1680 Combine after change hooks and don't sit-for.
4d2806e2
SM
1681 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
1682 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
611dbdf0
SM
1683 Use make-char rather than hard-coded cryptic data.
1684 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
1685
1686 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
1687
1688 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
1689 (cvs-insert-strings): New function.
1690
937b2877
MB
16912000-11-06 Miles Bader <miles@lsi.nec.co.jp>
1692
1693 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
1694 `mwheel-scroll-amount'.
1695 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
1696 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
1697 string-matching against the version string.
1698
c6c97763
KH
16992000-11-06 Kenichi Handa <handa@etl.go.jp>
1700
6eaec747
KH
1701 * language/thai.el ("Thai"): Set a lisp form that produces
1702 composed string in `sample-text' language info.
1703
1704 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
1705 composed string in `sample-text' language info.
1706
1707 * international/mule-cmds.el (describe-language-environment): Eval
1708 `sample-text' data and insert the result.
1709
c6c97763
KH
1710 * international/mule-conf.el (compound-text): Define this coding
1711 system here. Make x-ctext and ctext aliases of it.
1712
1713 * language/european.el (compound-text, ctext): Moved to
1714 international/mule-conf.el.
1715
d1145f85
AI
17162000-11-05 Andrew Innes <andrewi@gnu.org>
1717
1718 * w32-fns.el (w32-version): New function.
1719
178a6a45
SM
17202000-11-05 Stefan Monnier <monnier@cs.yale.edu>
1721
1722 * progmodes/awk-mode.el: Update copyright.
1723 (awk-mode-abbrev-table): Remove.
1724 (awk-font-lock-keywords): Use regexp-opt.
1725 (awk-mode): Use define-derived-mode.
1726
1727 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
1728 when extracting a suffix.
1729
1ba90166
AS
17302000-11-04 Andre Spiegel <spiegel@gnu.org>
1731
1732 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
1733 auto-save-mode.
1734
546790cb
JR
17352000-11-04 Jason Rumney <jasonr@gnu.org>
1736
1737 * language/european.el (decode-mac-roman): Test against r1 not r0.
1738
d247e32d
SM
17392000-11-03 Stefan Monnier <monnier@cs.yale.edu>
1740
fbf44f44
SM
1741 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
1742 (icon-mode): Define indent-line-function.
1743 (icon-comment-indent): Simplify.
1744 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
1745
1746 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
1747
1748 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
1749 Bind change-log-default-mode to defeat the caching done on it.
1750 Don't bother saving excursion any more.
1751
1752 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
1753
1754 * frame.el (after-setting-font-hook): Rename hooks -> hook.
1755 (set-frame-font): Use the new name (and the old for compatibility).
1756
eaae8106
SS
1757 * toolbar/tool-bar.el (tool-bar-mode):
1758 * time.el (display-time-mode):
1759 * recentf.el (recentf-mode):
1760 * paren.el (show-paren-mode):
1761 * mwheel.el (mouse-wheel-mode):
1762 * msb.el (msb-mode):
1763 * jka-compr.el (auto-compression-mode):
1764 * image-file.el (auto-image-file-mode):
1765 * hl-line.el (hl-line-mode):
1766 * delsel.el (delete-selection-mode):
1767 * autoinsert.el (auto-insert-mode):
fbf44f44
SM
1768 * complete.el (partial-completion-mode): Drop unneeded positional args.
1769
eaae8106 1770 * info.el (Info-mode):
79372165 1771 * comint.el (comint-mode): Don't bother with make-local-hook.
fbf44f44 1772
d247e32d
SM
1773 * log-edit.el (log-edit-menu): New menu.
1774
4921558e
MB
17752000-11-03 Miles Bader <miles@gnu.org>
1776
1777 * wid-edit.el (widget-end-of-line): Reinstate, with a new
1778 definition, so that trailing spaces are handled properly.
1779 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
1780
1fc02b3c
GM
17812000-11-03 Gerd Moellmann <gerd@gnu.org>
1782
1783 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
1784 tab character.
1785 (fancy-splash-screens): Set tab-width to 20.
1786
51d001f7
DL
17872000-11-03 Dave Love <fx@gnu.org>
1788
1789 * comint.el (comint-completion-addsuffix): Fix custom type.
1790
ba22aeff
SM
17912000-11-02 Stefan Monnier <monnier@cs.yale.edu>
1792
1793 * font-lock.el (font-lock-buffers): Remove.
1794 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
1795 (font-lock-change-major-mode): Remove.
1796 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
1797 (font-lock-default-fontify-region): Extend the multiline
1798 fontification to whole lines.
1799 (font-lock-fontify-anchored-keywords)
1800 (font-lock-fontify-keywords-region): If matching just one
1801 line (with \n) only mark the \n as multiline.
1802
1803 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
1804 Correctly handle the case where several :group args are supplied.
1805 Allow :extra-args.
1806 (easy-mmode-define-global-mode): Allow :extra-args.
1807 Correctly handle the case where several :group args are supplied.
1808
9c887ada
MB
18092000-11-02 Miles Bader <miles@gnu.org>
1810
eaae8106 1811 * calendar/calendar.el (diary-face, calendar-today-face)
9c887ada
MB
1812 (holiday-face): Remove dependency on `window-system'.
1813
7f25090d
KR
18142000-11-02 Ken Raeburn <raeburn@gnu.org>
1815
1816 * Makefile.in (emacs): Set EMACSLOADPATH always.
1817 (update-authors, .el.elc, compile-files): Don't do it explicitly
1818 here.
9b911107 1819 (compile-files): Bomb out if compilation of a file fails.
7f25090d 1820
7dd6009c
DL
18212000-11-02 Dave Love <fx@gnu.org>
1822
1823 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
1824
94821e4f
EZ
18252000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
1826
1827 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
1828 punctuation in the warning inserted into the *mail* buffer.
1829
1ac3fc42
GM
18302000-11-02 Gerd Moellmann <gerd@gnu.org>
1831
57731876
GM
1832 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
1833 (authors-public-domain-p): New function.
1834 (authors-print): Use it.
1835
975f82c9
GM
1836 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
1837
1ac3fc42
GM
1838 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
1839
4b3eb10f
GM
18402000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1841
975f82c9 1842 * ps-print.el: Extension for even/odd printing. Doc fix.
4b3eb10f
GM
1843 (ps-print-version): New version number (6.3.1).
1844 (ps-even-or-odd-pages): Customization fix.
1845 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
1846 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
1847 (ps-page-count): Var replaced by `ps-page-column'.
1848 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
1849 (ps-print-sheet-p): New fun.
1850
7da794df
MB
18512000-11-02 Miles Bader <miles@lsi.nec.co.jp>
1852
1853 * tooltip.el (tooltip-gud-tips-setup): New function.
1854 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
1855 (tooltip-mode): Call tooltip-gud-tips-setup.
1856 (tooltip-gud-tips): Use `gud-basic-call' instead of
1857 process-send-string, so the prompt gets frobbed appropriately.
1858 Handle nil return value from `tooltip-gud-print-command'.
1859
0e40b809
EL
18602000-11-01 Eric M. Ludlam <zappo@ultranet.com>
1861
1862 * comint.el (comint-add-to-input-history): New function.
1863 (comint-send-input): Use `comint-add-to-input-history'.
1864
50ada0db
MB
18652000-11-02 Miles Bader <miles@lsi.nec.co.jp>
1866
973a3104
MB
1867 * info.el (info-menu-header): New face.
1868 (Info-fontify-menu-headers): New function.
1869 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
1870
50ada0db
MB
1871 * info.el (Info-insert-dir): Don't include blank lines at
1872 beginning of additional dir files (one is added automatically).
1873
bff53411
SM
18742000-11-01 Stefan Monnier <monnier@cs.yale.edu>
1875
1876 * emacs-lisp/easy-mmode.el (define-minor-mode):
1877 Revert the latest changes.
1878 Allow the three positional arguments to be skipped and replaced
1879 by keyword arguments.
1880 Add a :toggle argument to determine whether a nil arg means toggle
1881 or means turn-on. The default is unchanged.
1882 Add a call to force-mode-line-update.
1883
6b8a0b2d
DL
18842000-11-01 Dave Love <fx@gnu.org>
1885
1886 * emacs-lisp/elp.el (elp-restore-function): Remove autoload
1887 cookie.
1888
5bf99100
MB
18892000-11-01 Miles Bader <miles@lsi.nec.co.jp>
1890
1891 * calendar/calendar.el (diary-face, holiday-face): Add
1892 dark-background variants.
1893
a4032611
SS
18942000-10-31 Sam Steingold <sds@gnu.org>
1895
1896 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
1897 `tex-main-file' does not have directory in it.
1898
c286608e
SM
18992000-10-31 Stefan Monnier <monnier@cs.yale.edu>
1900
1901 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
1902
4836835a
TTN
19032000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
1904
1905 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
1906 functional change.
1907
26dcb81b
GM
19082000-10-31 Gerd Moellmann <gerd@gnu.org>
1909
1910 * files.el (find-file-noselect): When we expand a wildcard, return
1911 a list of buffers, as we should do according to the doc string.
1912
49fc4500
KR
19132000-10-31 Ken Raeburn <raeburn@gnu.org>
1914
1915 * loadup.el (top level): Adjust load path if program name is
1916 "../src/bootstrap-emacs", in case it's not dumped and thus the
1917 load path adjustment hasn't already been done.
1918
ea0c615d
GM
19192000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1920
1921 * ps-print.el: Fix bug on selected pages for printing. Use
1922 `color-values' for Emacs 21. Ensure fontification when jit-lock
1923 is on. Try to avoid warning messages when compiling. Doc Fix.
1924 (ps-print-version): New version number (6.3).
1925 (ps-color-device): Use `color-values' to determine if device
1926 supports color.
1927 (ps-color-values): Try to use `x-color-values' when using XEmacs.
1928 (ps-print-page-p): Changed from defsubst to defun.
1929 (ps-page-number): Changed from defmacro to defun.
1930 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
1931 printing.
c286608e 1932 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
ea0c615d
GM
1933 (ps-end-file, ps-dummy-page): Funs eliminated.
1934 (ps-print-color-scale): Changed default value.
1935 (ps-page-n-up, ps-print-page-p): New internal vars.
1936 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
1937 (ps-plot-region, ps-generate, ps-end-job): Code fix.
1938
9e20722f
GM
1939 * delim-col.el: Little programming improvement.
1940 (delimit-columns-str): New macro.
1941 (delimit-columns-region, delimit-columns-rectangle): Code fix.
1942
d7a0fd00
KH
19432000-10-31 Kenichi Handa <handa@etl.go.jp>
1944
c286608e
SM
1945 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
1946 Moved to european.el.
d7a0fd00
KH
1947 (ccl-encode-mac-roman-font, fontset-mac): Modified for
1948 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
c286608e
SM
1949 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
1950 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
d7a0fd00 1951
234be340
DL
19522000-10-30 Dave Love <fx@gnu.org>
1953
1954 * progmodes/cc-menus.el (imenu-generic-expression)
1955 (imenu-progress-message): Only defvar when compiling.
1956
4edc4a39
DL
1957 * emacs-lisp/elp.el (elp-unload-hook): New function.
1958
1959 * loadhist.el (unload-feature): Call elp-restore-function,
1960 checking for symbols; don't use elp-restore-all.
1961 (loadhist-hook-functions): Doc fix.
1962
70c825df
SM
19632000-10-30 Stefan Monnier <monnier@cs.yale.edu>
1964
1965 * log-edit.el (log-edit-confirm): Fix the default.
1966
1d3baf74
GM
19672000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1968
1969 * delim-col.el: Little fix: replace delimit-columns-align-columns by
1970 delimit-columns-format.
1971 (delimit-columns-region, delimit-columns-rectangle): Code fix.
4836835a 1972
1ec321a7
MB
19732000-10-30 Miles Bader <miles@lsi.nec.co.jp>
1974
1975 * comint.el (comint-replace-by-expanded-history): Don't use
1976 comint-get-old-input (we're not looking at *old* input).
1977 (comint-get-old-input-default): If using fields, signal an error
1978 when the point is not in an input field.
1979
70737ea9
KH
19802000-10-30 Kenichi Handa <handa@etl.go.jp>
1981
1982 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
1983 and mule-unicode-e000-ffff.
1984
fa0cb51d 1985 * international/mule.el (decode-char, encode-char): New functions.
70737ea9
KH
1986 (make-coding-system): Accept a symbol of translation table as a
1987 value of property `safe-chars'.
1988
1989 * international/mule-cmds.el (encode-coding-char): Check property
1990 safe-chars instead of safe-charsets.
1991
1992 * international/fontset.el (fontset-default): Modified for
1993 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
1994 (x-font-name-charset-alist): Likewise.
1995 (ccl-encode-unicode-font): New CCL program. Record it in
1996 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
1997
70c825df
SM
1998 * language/european.el (mac-roman-decoder, mac-roman-encoder):
1999 New translation tables.
70737ea9
KH
2000 (decode-mac-roman, encode-mac-roman): Definition of these CCL
2001 programs are modified and moved from mac-win.el.
2002 (mac-roman): Definition of this coding system is modified and
2003 moved from mac-win.el.
4836835a 2004
fda2ce24 20052000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 2006
1d3baf74 2007 * ediff-wind.el (ediff-setup-control-frame): Enclose
fda2ce24 2008 face-attribute in condition-case to avoid errors in older emacsen.
70737ea9 2009
dd4d3cb6
MB
20102000-10-29 Miles Bader <miles@gnu.org>
2011
2012 * custom.el (custom-add-to-group): Allow multiple entries for a
2013 given value OPTION, as long as their widget types are different.
2014 * cus-edit.el (custom-face-value-create): If face name doesn't end
2015 with "face", add such here (similar to custom group widgets).
2016
2017 * comint.el (comint-highlight-prompt): Add :type.
2018
dace60cf
JW
20192000-10-28 John Wiegley <johnw@gnu.org>
2020
2021 * textmodes/flyspell.el (flyspell-maybe-correct-transposition):
2022 Changed this function to operate on a temporary buffer instead of
2023 the main buffer. This not only keeps flyspell from marking a
2024 buffer as changed that wasn't, but it solves the jumpy cursor
2025 problem when attempts are made to edit incorrect words.
2026 (flyspell-maybe-correct-doubling): Same change as for
2027 `flyspell-maybe-correct-transposition'.
2028
2029 * calendar/timeclock.el (timeclock-log): Doc fix.
2030 (timeclock-last-event): Doc fix.
2031 (timeclock-log): Kill the timelog buffer after appending a new
2032 event.
2033 (timeclock-find-discrep): Use a temp buffer to read in the
2034 timelog, instead of visiting the file.
2035 (timeclock-log-data): A new function, along with a host of helper
2036 functions, for the purpose of making timelog data accessible to
2037 programmers.
2038
2039 * eshell/esh-mode.el (window-height test): Make certain that
2040 `eshell-stringify-t' is non-nil.
2041 (eshell-password-prompt-regexp): Changed to a much simpler
2042 password regexp.
2043 (eshell-send-input): If `eshell-invoke-directly' returns t,
2044 directly invoke the parsed command using `eval'. This improves
2045 turn-around time on simple commands by a factor of three or
2046 greater, such as cd, ls, pwd, etc. -- which get used very often.
2047 It also conserves thousands of cons cells per call (since
2048 `eshell-do-eval' consumes memory like a Cookie Monster set loose
2049 in the Pacific Cookie Company).
2050
2051 * eshell/esh-test.el (eshell-test): Whitespace fix.
2052
2053 * eshell/em-ls.el (eshell-ls-insert-directory): Make
2054 `eshell-ls-initial-args' nil when inserting directory contents.
2055
2056 * eshell/em-script.el (eshell-script-initialize): Add names to
2057 `eshell-complex-commands, since `source' and `.' are complex.
2058
0467b076
EZ
2059 * eshell/esh-cmd.el (eshell-rewrite-for-command)
2060 (eshell-rewrite-while-command): Use `eshell-protect' instead of
dace60cf
JW
2061 `eshell-copy-handles'.
2062 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
2063 bodies.
2064 (eshell-separate-commands): Whitespace fix.
2065 (eshell-complex-commands): Added a new list of names, for
2066 determining whether a given command is as simple as it looks.
2067 (eshell-invoke-directly): New function. Returns t if a command
2068 should be invoked directly (using `eval'), rather than indirectly
2069 using `eshell-do-eval'.
2070 (eshell-do-eval): Whitespace fix.
2071
2072 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
2073 which provides an emulation of the DOS shell behavior of assuming
2074 that cp/mv/ln should copy/move/link to the current directory.
2075 (eshell-remove-entries): Added a doc string.
2076 (eshell-shuffle-files): Removed the check for `target' being null.
2077 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
2078 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
2079 it to do a smarter check of whether a destination was provided.
2080 (eshell/mv, eshell/cp): Enable `:preserve-args'.
2081 (eshell/ln): Enable `:preserve-args', and use
2082 `eshell-mvcpln-template' to implement the body of the function.
0467b076
EZ
2083 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
2084 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
dace60cf
JW
2085 list after flattening it. This makes it possible to cat files
2086 with numerical names.
2087 (eshell-unix-initialize): Added several names to
2088 `eshell-complex-commands.
2089 (eshell-unix-command-complex-p): Return t if a given command name
2090 may result in external processes being invoked.
2091
2092 * eshell/em-glob.el (eshell-glob-show-progress): Make this
2093 variable nil by default, since it slows down glob processing by a
2094 factor of two or more, and increases memory consumption.
2095
2096 * eshell/em-smart.el: Added a note about how memory consumptive
2097 smart display mode can be (at least this is true in Emacs 21).
2098 (eshell-smart-initialize): Whitespace fix.
2099 (eshell-refresh-windows): Use `if' instead of `when'.
2100 (eshell-smart-scroll-window): Calling `save-current-buffer' was
2101 not necessary.
2102 (eshell-currently-handling-window): Added a missing global
2103 variable.
2104
2105 * eshell/em-ls.el (eshell-do-ls): Code simplification.
2106 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
2107 Whitespace fix.
2108 (eshell-ls-exclude-hidden): Added this variable in addition to
2109 `eshell-ls-exclude-regexp'. This one prevents files beginning
2110 with . from even being read, which can improve memory consumption
2111 quite a bit.
2112 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
2113 read file entries beginning with a dot. In home directories with
2114 lots of hidden files, fully two-thirds of the time spent in ls is
2115 used to read directory entries that are immediately thrown away.
2116 (eshell-ls-initial-args): Added back this configuration variable,
2117 for specifying default initial arguments to every call to ls.
2118 Much faster than using an alias to do the same thing.
2119 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
2120 (eshell-ls-dir): Whitespace change.
2121
2122 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
2123
2124 * eshell/esh-util.el: Don't require `ange-ftp' if it's not
2125 available.
2126 (eshell-stringify-t): Added a customization variable, to indicate
2127 whether `t' should be rendered as a string at all. If not, one
2128 can still determine if the result of an expression is true using
2129 "file-exists-p FILE && echo true".
2130 (eshell-stringify): If `eshell-stringify-t' is nil, don't
2131 stringify t!
2132
2133 * eshell/esh-module.el: Whitespace fix.
2134
2135 * eshell/em-alias.el (eshell-alias-initialize): Added
2136 `eshell-command-aliased-p' to `eshell-complex-commands'.
2137 (eshell-command-aliased-p): New function that returns t if a
2138 command name names an aliased.
2139
657f9cb8 21402000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 2141
0467b076 2142 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
70c825df 2143 redrawing the screen when changing cursor color.
0467b076
EZ
2144 (viper-insert-state-pre-command-sentinel)
2145 (viper-replace-state-pre-command-sentinel)
70c825df
SM
2146 (viper-replace-state-post-command-sentinel):
2147 Use viper-preserve-cursor-color.
657f9cb8
MK
2148 Many functions changed to use viper= instead of = when comparing
2149 characters.
0467b076 2150 * viper-util.el (viper-memq-char,viper=): New functions for
657f9cb8 2151 working with characters.
0467b076 2152 (viper-change-cursor-color): Fixed buglet.
657f9cb8
MK
2153 Many functions changed to use viper= instead of = when comparing
2154 characters.
0467b076 2155 * viper.el (viper-insert-state-mode-list): Added eshell.
4836835a 2156
0467b076 2157 * ediff-init.el (ediff-before-setup-hook): New hook.
657f9cb8 2158 Several typos fixed in various docstrings.
0467b076
EZ
2159 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
2160 * ediff-nult.el (ediff-before-session-group-setup-hooks): New
657f9cb8 2161 hook.
0467b076
EZ
2162 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
2163 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
2164 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
2165 (ediff-get-selected-buffers): New function.
2166 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
2167 (ediff-vc-merge-internal,ediff-rcs-merge-internal): Use
657f9cb8 2168 save-window-excursion.
0467b076 2169 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
657f9cb8 2170 termination check in while loop.
0467b076 2171 * ediff.el (ediff-get-default-file-name): Better defaults when in
657f9cb8 2172 dired buffer.
0467b076
EZ
2173 (ediff-files,ediff-merge-files,ediff-files3)
2174 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
4836835a 2175
4f490d99
DL
21762000-10-28 Dave Love <fx@gnu.org>
2177
2178 * info.el (Info-fontify-node): Add help-echo for menu items.
2179
45b84006
EZ
21802000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
2181
5ebc02b3
EZ
2182 * startup.el (normal-top-level): If the value of $TERM indicates
2183 we are running from xterm or one of its work-alikes, default to a
2184 light background mode.
2185
45b84006
EZ
2186 Support for -fg, -bg, and -rv command-line arguments for TTYs:
2187 * faces.el (tty-handle-reverse-video): New function.
2188 (tty-create-frame-with-faces): Call it.
2189
2190 * frame.el (frame-notice-user-settings): Don't apply
2191 default-frame-alist and initial-frame-alist to MS-DOS frames.
2192 Call tty-handle-reverse-video, frame-set-background-mode, and
2193 face-set-after-frame-default for non-MS-DOS frames.
2194
2195 * startup.el (tty-long-option-alist): New variable.
2196 (tty-handle-args): New function.
2197 (command-line): Call tty-handle-args.
2198
2199 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
2200 startup.el now does that for all character-terminal frames.
2201
eab6e8b9
MB
22022000-10-28 Miles Bader <miles@gnu.org>
2203
2204 * emacs-lisp/easy-mmode.el (define-minor-mode): Generate
2205 `turn-on-MODE' and `turn-off-MODE' functions unless the mode is
2206 global. If :global is followed by a non-nil but non-t value,
2207 make the mode buffer-local, but also generate a `global-MODE'
2208 version using `easy-mmode-define-global-mode'. Add
2209 :conditional-turn-on keyword argument.
2210
51a29efc
DL
22112000-10-28 Dave Love <fx@gnu.org>
2212
2213 * international/latin1-disp.el (latin1-char-displayable-p): Don't
2214 use window-system.
2215
d71d7114
EZ
22162000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
2217
2218 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
2219 Don't call find-buffer-file-type-coding-system. Instead, just
2220 set eol-type to -unix if inhibit-eol-conversion is in effect, or
2221 if the file is on an untranslated filesystem.
2222 (add-untranslated-filesystem): Use "D" instead of "f" inside
2223 interactive.
2224
1f9cab4b
DL
22252000-10-27 Dave Love <fx@gnu.org>
2226
70c825df 2227 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
1f9cab4b
DL
2228 (refill-mode): Use it.
2229
70c825df
SM
22302000-10-27 Stefan Monnier <monnier@cs.yale.edu>
2231
2232 * international/quail.el (quail-activate): Don't make-local-hook.
2233
7432cf10
AS
22342000-10-27 Andre Spiegel <spiegel@gnu.org>
2235
4836835a 2236 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
7432cf10 2237 manual backups and file.~<rev>.~ for automatic ones.
08a1fcb7
AS
2238 (vc-make-version-backup): Don't do it on MS-DOS without long file
2239 names.
4836835a 2240
7432cf10
AS
2241 * vc.el (vc-version-other-window): If an automatic backup of the
2242 desired version exists, rename it instead of copying it.
2243
4836835a
TTN
2244 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
2245 after command. If there's an unexpected error, signal it instead
7432cf10 2246 of being silent.
e1483c38 2247 (vc-cvs-merge-news): Be prepared for no news at all.
4836835a 2248
05ea7ef2
MB
22492000-10-27 Miles Bader <miles@lsi.nec.co.jp>
2250
fd1035aa
MB
2251 * shell.el (shell): Add BUFFER argument.
2252 * comint.el (make-comint-in-buffer): New function.
2253 (make-comint): Use it.
2254
05ea7ef2
MB
2255 * faces.el (face-spec-choose): Change syntax so that the list of
2256 attribute-value pairs is now the cdr of each clause, not the cadr.
2257 Detect old-style entries, and handle them. Use pop.
2258
835a55fe
SM
22592000-10-26 Stefan Monnier <monnier@cs.yale.edu>
2260
f5ab1cdd
SM
2261 * cus-edit.el (custom-mode-map): Use a sparse map.
2262 (custom-mode): Don't bother with make-local-hook.
2263
2264 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
2265
835a55fe
SM
2266 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
2267
c13b0ec8
GM
22682000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2269
2270 * ps-print.el: Avoid compilation gripes.
2271 (ps-print-version): New version number (6.2.1).
4836835a 2272
e9f63196
DL
22732000-10-26 Dave Love <fx@gnu.org>
2274
0b95284b
DL
2275 * menu-bar.el: Modify some menu item help strings.
2276 (menu-bar-help-menu): Add link to MORE.STUFF.
2277
e9f63196
DL
2278 * cus-edit.el (custom-mode): Add `special' mode-class property.
2279
2280 * wid-browse.el (widget-browse-mode): Likewise.
2281
2282 * wid-edit.el (widget-specify-field): Revert to using local-map
2283 property, not keymap.
2284
e276a14a
MB
22852000-10-26 Miles Bader <miles@lsi.nec.co.jp>
2286
c1545d88
MB
2287 * wid-edit.el (widget-field-end): When checking for a `boundary'
2288 field, do so in the correct buffer.
2289
3c1b77ca
MB
2290 * simple.el (undo): Correctly distinguish between numeric and
2291 non-numeric prefix args in non-transient-mark-mode, as per the doc
2292 string. When in transient-mark-mode, treat all prefix-args as
2293 numeric.
2294
f5ab1cdd
SM
2295 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
2296 Position point on match. Handle N == 0 correctly.
22626d9d
MB
2297
2298 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
2299 (comint-mode-map): Reverse order of `comint-write-output' and
2300 `comint-append-output-to-file'.
2301 (comint-append-output-to-file): Reinstate this function, for the
2302 benefit of the menu.
2303
d97151cb
SM
23042000-10-25 Stefan Monnier <monnier@cs.yale.edu>
2305
2306 * vc.el (vc-version-other-window): Bind `file'.
2307
ea7d6f5b
GM
23082000-10-25 Gerd Moellmann <gerd@gnu.org>
2309
f5ab1cdd 2310 * Makefile.in (update-authors): New target for maintenance purposes.
ea7d6f5b
GM
2311
2312 * emacs-lisp/authors.el (batch-update-authors): New function.
2313 (authors-fixed-entries): New defconst.
2314 (authors-add-fixed-entries): New function.
2315 (authors): Call it.: Don't process lispref/.
2316
17c25cea
JR
23172000-10-25 Jason Rumney <jasonr@gnu.org>
2318
2319 * cus-edit.el (custom-button-face, custom-button-pressed-face):
2320 Merge x w32 and mac definitions.
2321
4ecda532
GM
23222000-10-25 Gerd Moellmann <gerd@gnu.org>
2323
2324 * menu-bar.el (menu-bar-options-menu): Add a help string for
2325 `uniquify'.
2326
b6735035
GM
23272000-10-25 Stephen Gildea <gildea@alum.mit.edu>
2328
f5ab1cdd
SM
2329 * time-stamp.el (time-stamp-string-preprocess):
2330 Fix a wrong type argument error.
b6735035 2331
f4cbc7a0
MB
23322000-10-25 Miles Bader <miles@gnu.org>
2333
2334 * recentf.el (recentf-mode): Variable removed.
2335 (recentf-mode): Use `define-minor-mode'.
2336
2337 * mwheel.el (mouse-wheel-mode): New global minor mode.
2338 (mwheel-install): Use `mouse-wheel-mode'.
2339
f4b020f6
DL
23402000-10-25 Dave Love <fx@gnu.org>
2341
f5ab1cdd
SM
2342 * progmodes/cperl-mode.el (cperl-mode):
2343 Set normal-auto-fill-function correctly.
072cb6f9 2344
f4b020f6
DL
2345 * wid-edit.el (widget-field-keymap, widget-text-keymap): Don't
2346 inherit from global-map and don't nullify menu-bar and tool-bar
0b95284b 2347 bindings.
f4b020f6 2348
ebe2a441
MB
23492000-10-25 Miles Bader <miles@lsi.nec.co.jp>
2350
ff4dcd4b
MB
2351 * wid-edit.el (widget-field-at): New function.
2352 (widget-at, widget-field-activate): Use it.
2353 (widget-tabable-at): Use `widget-at'.
2354 (widget-specify-field): If the terminating character of the widget
2355 field (which is read-only) is a newline, put it into a special
2356 `boundary' field so that C-n/C-p act more naturally.
2357 (widget-field-end): Also don't subtract one if a special
2358 `boundary' field has been added after the widget field.
2359
ebe2a441
MB
2360 * comint.el (comint-output-filter, comint-send-input): Don't
2361 bother adding stickiness fields to overlays to fool the field
2362 code, since it should notice the overlay insertion-types now.
ff4dcd4b 2363
ebe2a441
MB
2364 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
2365 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
2366 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
2367
fe50b6ab
GM
23682000-10-24 Gerd Moellmann <gerd@gnu.org>
2369
53df4dda
GM
2370 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
2371 (authors): Set file coding system to iso-2022-7bit. Add
2372 file-local variables to output buffer.
2373
4836835a 2374 * files.el (after-find-file): Don't print any warnings if
fe50b6ab
GM
2375 WARN is nil.
2376
53df4dda
GM
23772000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2378
2379 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
2380
2381 * delim-col.el: Now there is a column formatting mechanism.
2382 Modified to customization mechanisms convention. Doc fix.
2383 (columns): New group for delim-col.
2384 (delimit-columns-before, delimit-columns-after)
2385 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
2386 (delimit-columns-end): New vars.
2387 (delimit-columns-customize, delimit-columns-format): New funs.
2388 (delimit-columns-region, delimit-columns-rectangle)
2389 (delimit-columns-rectangle-line): Modified to support column
2390 formatting.
4836835a 2391
a9839779
DL
23922000-10-24 Dave Love <fx@gnu.org>
2393
2394 * log-edit.el (log-edit): Add :version and a :group for vc.
2395
df0267b8
GM
23962000-10-24 Gerd Moellmann <gerd@gnu.org>
2397
9acc3873
GM
2398 * files.el (after-find-file): Don't print a message ``New file''
2399 if WARN is nil.
2400
63e1b552
GM
2401 * wid-edit.el (widget-field-keymap, widget-text-keymap): Define
2402 the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
2403 get duplicate tool-bar entries because we'll see the global ones
2404 on more than one path through keymaps.
2405
1946f901
GM
2406 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
2407
df0267b8
GM
2408 * progmodes/cmacexp.el: Change Francesco's email address.
2409
ae3b264b
KH
24102000-10-24 Kenichi Handa <handa@etl.go.jp>
2411
2412 * window.el (fit-window-to-buffer): Adjust point of the window
2413 buffer, not that of the current buffer.
2414
23afac01
EZ
24152000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
2416
2417 * progmodes/cmacexp.el: Update the euthor's email address.
2418
22d1a4ed
MB
24192000-10-24 Miles Bader <miles@lsi.nec.co.jp>
2420
2421 * faces.el (face-spec-set-match-display): Add `graphic' display
2422 type (the inverse of `tty'). Use `display-graphic-p' instead of
2423 the window-system variable.
2424
f408aa48
KH
24252000-10-24 Kenichi Handa <handa@etl.go.jp>
2426
2427 * international/isearch-x.el (isearch-with-input-method): Call
2428 input-method-function with the first event in
2429 unread-command-events.
2430
94fe8a31
MB
24312000-10-24 Miles Bader <miles@lsi.nec.co.jp>
2432
2433 * faces.el (face-default-spec, face-user-default-spec): Make
2434 defsubsts.
2435
8f47302e
AC
24362000-10-24 Andrew Choi <akochoi@i-cable.com>
2437
2438 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
2439 New charsets.
2440
2441 * term/mac-win.el: Remove definitions of mac-roman-lower and
2442 mac-roman-upper, require dired, and define instead of set
2443 mac-ready-for-drag-n-drop to avoid compilation error.
2444
446c097e
AI
24452000-10-23 Andrew Innes <andrewi@gnu.org>
2446
2447 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]: Remove
2448 superfluous calls to subst-char-in-string; instead apply
2449 expand-file-name after convert-standard-filename to ensure
2450 expected directory separators are used.
2451
379b70e7
EZ
24522000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
2453
2454 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
2455
85c766e9
DL
24562000-10-23 Dave Love <fx@gnu.org>
2457
b7e03a67
DL
2458 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
2459 (tool-bar-add-item): Set foreground and background for XBM icons.
2460
2461 * international/latin1-disp.el (latin1-char-displayable-p): New
2462 function (from Handa).
2463 (latin1-display-check-font): Use it.
2464
0dcf8835
DL
2465 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
2466 using :key-sequence, making it much more usable. Use nconc, not
2467 append.
2468 (imenu--create-keymap-1): Avoid append.
2469
85c766e9 2470 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
4836835a 2471
cb3069bb
MB
24722000-10-23 Miles Bader <miles@lsi.nec.co.jp>
2473
2474 [the following changes fix a bug where `define-minor-mode' didn't
2475 correctly generate :require clauses for defcustoms in compiled files]
2476 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
2477 (byte-compile-log-file, byte-compile-log-1): Don't set
2478 `byte-compile-current-file' to nil. Instead set
2479 `byte-compile-last-logged-file' to it. Test whether
2480 byte-compile-current-file equals byte-compile-last-logged-file
2481 instead of whether its nil.
3b6542ba 2482 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
cb3069bb 2483
6db6243b
SM
24842000-10-23 Stefan Monnier <monnier@cs.yale.edu>
2485
2486 * textmodes/refill.el: Fix var names in doc.
2487 (refill-mode): Don't bother with make-local-hook anymore.
2488
98490598
MB
24892000-10-23 Miles Bader <miles@lsi.nec.co.jp>
2490
e01cd227
MB
2491 * faces.el (face-user-default-spec, face-default-spec): New functions.
2492 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
4836835a 2493 (frame-set-background-mode, face-set-after-frame-default):
e01cd227
MB
2494 Use `face-user-default-spec'. Simplify code slightly.
2495
4836835a 2496 * woman.el (woman-italic-face, woman-bold-face)
e01cd227
MB
2497 (woman-unknown-face): Add dark-background variants.
2498 (woman-default-faces): Renamed from `woman-colour-faces'.
2499 Set using the stored defaults, rather than using hard-wired colors.
2500 (woman-monochrome-faces): Renamed from `woman-black-faces'.
2501 Just make the foreground `unspecified' rather than "black".
2502 (woman-menu): Rename menu entries accordingly.
2503
98490598
MB
2504 * faces.el (header-line): Make more reasonable on mono/grayscale
2505 displays.
2506
1a578e9b
AC
25072000-10-23 Andrew Choi <akochoi@i-cable.com>
2508
2509 * cus-edit.el (custom-button-face): Use 3D look for mac.
2510 (custom-button-pressed-face): Likewise.
2511
2512 * faces.el (set-face-attributes-from-resources): Handle mac frames
2513 in the same way as x and w32 frames.
2514 (face-valid-attribute-values): Likewise.
2515 (read-face-attribute): Likewise.
2516 (defined-colors): Likewise.
2517 (color-defined-p): Likewise.
2518 (color-values): Likewise.
2519 (display-grayscale-p): Likewise.
2520 (face-set-after-frame-default): Likewise.
2521 (mode-line): Same default face as for x and w32.
2522 (tool-bar): Likewise.
2523
2524 * frame.el: Remove call to frame-notice-user-settings at end of
2525 the file.
2526
2527 * info.el (Info-fontify-node): make underlines invisible for mac
2528 as for x, pc, and w32 frame types.
2529
2530 * term/mac-win.el: New file.
2531
aaaf7be7
DL
25322000-10-22 Dave Love <fx@gnu.org>
2533
2534 * textmodes/refill.el: New file.
2535
5392d654
AS
25362000-10-22 Andre Spiegel <spiegel@gnu.org>
2537
4836835a 2538 * vc-hooks.el (vc-version-backup-file-name): New optional args
5392d654 2539 MANUAL and REGEXP.
4836835a 2540 (vc-delete-automatic-version-backups, vc-make-version-backup):
5392d654
AS
2541 New functions.
2542 (vc-before-save): Use the latter.
2543 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
2544 confusion.
2545
4836835a 2546 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
5392d654
AS
2547 expected by vc[-hooks].el.
2548
2549 * vc.el (vc-checkout): Added `-p' suffix in call to
2550 vc-make-version-backups-p; use vc-make-version-backup to actually
2551 make the backup.
2552 (vc-version-other-window, vc-version-backup-file): Handle both
2553 automatic and manual backups.
2554 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
2555 of all of them.
2556
1e221c16
MB
25572000-10-22 Miles Bader <miles@gnu.org>
2558
7ff4fda5
MB
2559 * comint.el (comint-highlight-input, comint-highlight-prompt):
2560 Renamed, `-face' at end removed.
2561 (comint-send-input, comint-output-filter): Use renamed faces.
2562
3511cde8
MB
2563 * window.el (fit-window-to-buffer): Change defaulting of
2564 MAX-HEIGHT slightly.
2565
1e221c16
MB
2566 * faces.el (color-values, color-defined-p): Use `member', not
2567 `memq', because it works correctly for strings.
2568 (frame-set-background-mode): Actually, "unspecified-fg" and
2569 "unspecified-bg" *are* strings. Use `member', not `memq', and
2570 `equal', not `eq', when a string value is possible.
2571
b6ef4898
EZ
25722000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
2573
2574 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
2575
34939e2c
SM
25762000-10-21 Stefan Monnier <monnier@cs.yale.edu>
2577
2578 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
2579 sh-electric-rparen, sh-electric-less and sh-electric-hash.
2580 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
2581 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
2582 (sh-font-lock-syntactic-keywords): Use them.
2583 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
2584 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
2585 (sh-mode): Don't override font-lock-unfontify-region-function.
2586 Use a copy of sh-font-lock-syntactic-keywords.
2587 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
2588 Don't call sh-scan-buffer since font-lock does it on the fly.
2589 (sh-get-indent-info): Use `face' rather than `syntax-table'
2590 text-property to detect here-documents.
2591 Replace sh-special-syntax with sh-st-punc.
2592 (sh-prev-line): Use `face' rather than `syntax-table'
2593 text-property to skip over here-documents.
2594 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
2595 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
2596 (sh-electric-less, sh-set-here-doc-region)
4836835a 2597 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
34939e2c
SM
2598 (sh-scan-buffer, sh-rescan-buffer): Remove.
2599
f3d3c491
AI
26002000-10-21 Andrew Innes <andrewi@gnu.org>
2601
2602 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
2603 remote (ange-ftp) file names.
2604
b86c791c
MB
26052000-10-21 Miles Bader <miles@gnu.org>
2606
d9c30bdf
MB
2607 * window.el (fit-window-to-buffer): New function.
2608 (shrink-window-if-larger-than-buffer): Use it.
1e221c16
MB
2609 (window-text-height): Don't expect minibuffers to have mode-lines.
2610
d9c30bdf 2611 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
feb5013d
MB
2612 * international/quail.el (quail-update-guidance): Use
2613 `fit-window-to-buffer' instead of `set-window-text-height'.
d9c30bdf 2614
617fee5a
MB
2615 * international/quail.el (quail-show-guidance-buf): Make sure
2616 guidance window really has enough room.
2617 (quail-update-guidance): If quail-guidance-win is already shown,
2618 make sure its height is OK.
2619
b86c791c
MB
2620 * window.el (window-text-height, set-window-text-height):
2621 New functions.
2622 (shrink-window-if-larger-than-buffer): Use `window-text-height'
2623 instead of `window-height' & `mode-line-window-height-fudge'.
2624 (mode-line-window-height-fudge): Add FACE parameter.
2625 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
2626 instead of `enlarge-window' & `mode-line-window-height-fudge'.
2627
e34850d1
MB
26282000-10-20 Miles Bader <miles@gnu.org>
2629
2630 * window.el (height-affecting-face-attributes): Use `defconst'.
2631
2632 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
2633 New function, conditionally aliased to `mode-line-window-height-fudge'.
2634 (ispell-help): Use it.
2635 (ispell-choices-win-default-height): Don't include mode-line fudge.
2636 (ispell-choices-win-default-height): New function.
2637 (ispell-show-choices, ispell-command-loop): Use function
2638 `ispell-choices-win-default-height' instead of variable.
2639
a8b883c2
MB
26402000-10-20 Miles Bader <miles@lsi.nec.co.jp>
2641
8c6e4a58
MB
2642 * window.el (mode-line-window-height-fudge): New variable.
2643 (height-affecting-face-attributes): New variable.
2644 (mode-line-window-height-fudge): New function.
2645 (shrink-window-if-larger-than-buffer): Use it.
2646 * help.el (resize-temp-buffer-window): Likewise.
2647
a8b883c2
MB
2648 * info.el (Info-fontify-node): Add support for @subsubsection
2649 titles, which use `Info-title-4-face'.
2650 (Info-title-4-face): New face.
2651 (Info-title-3-face): Inherit from Info-title-4-face instead of
2652 variable-pitch.
2653
e64c3a75
JR
26542000-10-19 Jason Rumney <jasonr@gnu.org>
2655
2656 * dired.el (dired-insert-directory): Do not let errors signalled by
2657 attempt to run dired-free-space-program prevent dired from working.
2658
c70fe852
SM
26592000-10-19 Stefan Monnier <monnier@cs.yale.edu>
2660
2661 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
2662
877cf6b4
GM
26632000-10-19 Gerd Moellmann <gerd@gnu.org>
2664
5de037e0
GM
2665 * dirtrack.el (dirtrack): Fix call to run-hooks.
2666
6deb9af9
GM
2667 * cmuscheme.el (cmuscheme-program-name): Renamed from
2668 scheme-program-name because xscheme.el contains a defcustom with
2669 the same name. As a consequence, customizing group `cmuscheme'
2670 loaded `xscheme' which redefined run-scheme.
2671 (run-scheme): Use cmuscheme-program-name.
2672
877cf6b4
GM
2673 * ps-print.el (ps-print-emacs-type): Move into the
2674 eval-and-compile.
2675
e597d8fb 2676 * play/doctor.el (doctor-death): Update the Samaritans'
c70fe852 2677 anonymous address, and add a website for Befrienders International.
4836835a 2678
3e9cb08f
GM
26792000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2680
c70fe852
SM
2681 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
2682 Avoid compilation gripes. Doc fix.
3e9cb08f
GM
2683 (ps-print-version): New version number (6.2).
2684 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
2685 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
2686 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
2687 (ps-x-extent-priority, ps-x-extent-start-position)
2688 (ps-x-face-font-instance, ps-x-find-coding-system)
2689 (ps-x-font-instance-properties, ps-x-make-color-instance)
2690 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
2691 avoid compilation gripes without defining functions.
2692 (ps-e-find-composition): Alias for function find-composition, to have a
2693 suitable function depending on Emacs version.
2694 (ps-color-device, ps-color-values, ps-face-foreground-name)
2695 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
2696 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
2697 (ps-print-ensure-fontified): Function definitions surrounded by
2698 `eval-and-compile' to avoid compilation gripes.
2699 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
2700 by symbol-value to avoid compilation gripes.
2701 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
2702 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
2703
d8abcd91
MB
27042000-10-19 Miles Bader <miles@lsi.nec.co.jp>
2705
13ab33c4
MB
2706 * startup.el (normal-top-level): Call `frame-set-background-mode'
2707 after `frame-notice-user-settings' because the latter doesn't call
2708 the former on a tty.
2709
d8abcd91
MB
2710 * faces.el (frame-set-background-mode): `unspecified' &c are
2711 symbols, not strings.
2712
e8bce0a9
EZ
27132000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
2714
c70fe852
SM
2715 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
2716 why some "light*" colors are deliberately absent from the alist.
e8bce0a9 2717
c70fe852
SM
2718 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
2719 Change colors for tty's, as suggested by Miles Bader.
e8bce0a9 2720
773272d8
KH
27212000-10-19 Kenichi Handa <handa@etl.go.jp>
2722
c70fe852 2723 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
773272d8
KH
2724 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
2725 for ISO10646-1 fonts.
2726 (x-font-name-charset-alist): Add an entry for "iso10646-1".
2727
772139c0
EZ
27282000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
2729
2730 * faces.el (frame-set-background-mode): If a tty frame defines a
2731 background color, use that to compute the background mode, instead
2732 of always defaulting to "dark".
2733
d134a19f
MB
27342000-10-19 Miles Bader <miles@lsi.nec.co.jp>
2735
8bb84cb2
MB
2736 * comint.el (comint-write-output): New function.
2737 (comint-mode-map): Add it to the menu.
e40a778f 2738 Bind `C-c C-s' to comint-write-output.
d134a19f 2739
dada41e1
GM
27402000-10-18 Gerd Moellmann <gerd@gnu.org>
2741
2742 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
2743 Use fancy-splash-delay.
2744
9b5360aa
GM
27452000-10-18 Alex Schroeder <alex@gnu.org>
2746
2747 * progmodes/sql.el (sql-sybase-options): New option.
2748 (sql-sybase): Use it. Add sql-database to the list of parameters
2749 provided for login. The options -w 2048 -n are not used any more.
2750
9035a35a
GM
2751 * comint.el (comint-read-input-ring): Bugfix such that the first
2752 and the last entry of the input ring file are not lost.
2753
3556c6dd
GM
27542000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2755
2756 * ps-print.el: Internal variable changes to defcustom,
2757 make-local-hook changes to defvar. Doc fix.
2758 (ps-print-version): New version number (6.1).
2759 (ps-setup, ps-do-despool): Code fix.
2760 (ps-printer-name): Customization fix.
2761 (ps-printer-name-option): Now is a defcustom instead of an
2762 internal variable.
2763 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
2764 (ps-print-begin-column-hook): Now are defvar instead of
2765 make-local-hook.
4836835a 2766
4e217e50
MB
27672000-10-18 Miles Bader <miles@gnu.org>
2768
2769 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
2770 (comint-kill-output): Changed into an alias for `comint-delete-output',
2771 and made obsolete.
2772 (comint-mode-map): Rename references to comint-kill-output.
2773
34460354
EZ
27742000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
2775
2776 * diff-mode.el (diff-header-face, diff-file-header-face)
2777 (diff-changed-face): Add bold and italic attributes to tty faces.
2778 (diff-function-face): New face.
2779 (diff-font-lock-keywords): Use it.
2780
17ea3cdb
MB
27812000-10-18 Miles Bader <miles@lsi.nec.co.jp>
2782
2783 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
2784 Remove commented-out call to force-mode-line-update.
2785 (comint-kill-output): Use `forward-line 0' instead of
2786 beginning-of-line to make sure we get past the prompt.
2787
9244f2c7
SM
27882000-10-17 Stefan Monnier <monnier@cs.yale.edu>
2789
2790 * diff-mode.el (diff-header-face, diff-file-header-face):
2791 Add specific setting for dark background.
2792 (diff-context-face): Renamed from diff-comment-face.
2793 Set explicitly rather than inheriting from font-lock-comment-face.
2794
1592c1ef
EZ
27952000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
2796
2797 * startup.el (command-line): Move the code which sets the default
2798 TTY colors to before before-init-hook.
2799
f86292a9
GM
28002000-10-17 Gerd Moellmann <gerd@gnu.org>
2801
2802 * jit-lock.el (jit-lock-stealth-time): Doc fix.
2803
f7f2e883
EZ
28042000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
2805
e854cc22
EZ
2806 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
2807 extensions, for MS-DOS.
2808
f7f2e883
EZ
2809 * diff-mode.el (diff-header-face, diff-file-header-face)
2810 (diff-changed-face): Define tty-specific colors.
2811
c7b4f0f9
GM
28122000-10-17 Gerd Moellmann <gerd@gnu.org>
2813
2814 * startup.el (fancy-splash-text): Realign the text.
2815
12a72271
EZ
28162000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
2817
2818 * font-lock.el (font-lock-comment-face): Define a separate default
2819 for dark-background tty's.
2820
61dfccfd
MB
28212000-10-17 Miles Bader <miles@gnu.org>
2822
2823 * help.el (resize-temp-buffer-window): Add hack to avoid last line
2824 being obscured by whizzy mode-lines on graphics displays.
2825
333cd59e
EZ
28262000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
2827
2828 * info.el (Info-title-1-face, Info-title-2-face)
2829 (Info-title-3-face): Define colors for tty's.
dada41e1 2830 (info-header-node): Remove unneeded tty-specific definition.
333cd59e 2831
dbf1fcc1
EZ
28322000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
2833
2834 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
2835 reverse from the frame parameters, and don't invert foreground and
2836 background colors.
2837
ac629823
MB
28382000-10-16 Miles Bader <miles@gnu.org>
2839
2840 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
2841 string "*Info*". Call propertized-buffer-identification to spruce
2842 up the result.
2843
76eebffc
GM
28442000-10-16 Gerd Moellmann <gerd@gnu.org>
2845
3a6b59d9
GM
2846 * help.el: Provide `help' for the sake of define-minor-mode
2847 which generates defcustoms with requires.
2848
6569c3d3
GM
2849 * jit-lock.el (jit-lock-after-change): If we're in text that
2850 matches a multi-line font-lock pattern, make sure the whole text
2851 will be redisplayed.
2852
c2e0a611
GM
2853 * emacs-lisp/authors.el (authors-add): Don't add an entry if
2854 author's name is unknown.
2855
76eebffc
GM
2856 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
2857 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
2858 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
2859 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
2860 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
2861 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
2862 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
2863 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
2864 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
2865 Add author information.
2866
cf1e7b12
MB
28672000-10-16 Miles Bader <miles@lsi.nec.co.jp>
2868
2869 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
2870 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
2871 full-color version (using the Gimp) to eliminate dithering artifacts.
2872
5586f3eb
SM
28732000-10-15 Stefan Monnier <monnier@cs.yale.edu>
2874
2875 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
2876
2877 * simple.el (syntax-flag-table, string-to-syntax): Remove.
2878
ad64a888
DL
28792000-10-15 Dave Love <fx@gnu.org>
2880
2881 * progmodes/sh-script.el: Require skeleton and comint when
2882 compiling.
2883
2884 * pcomplete.el (pcomplete) <defgroup>: Add :version.
2885
2886 * whitespace.el: Doc fixes.
2887 (top-level): Don't add hooks here.
2888 (whitespace-running-emacs): Deleted.
2889 (timer): Don't require.
2890 (whitespace): Add back :version conditional on xemacs test.
2891 (whitespace-spacetab-regexp, whitespace-indent-regexp)
2892 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
2893 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
2894 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
2895 Avoid specific xemacs test.
2896 (whitespace-global-mode): New option.
2897 (whitespace-global-mode): New command.
2898 (whitespace-unload-hook): New function.
2899
2900 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
4836835a 2901 (Info-fontify-node, Info-goto-node, Info-mode-menu)
ad64a888
DL
2902 (Info-fontify-node): `Goto' goes to `Go to'.
2903 (Info-fontify-node): Add help-echo to xref links.
2904
1ef49fc6
EZ
29052000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
2906
2907 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
2908
8b7707e1
SM
29092000-10-15 Stefan Monnier <monnier@cs.yale.edu>
2910
b3b7f42f
SM
2911 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
2912 Use plist-get and allow :inherit.
2913
2914 * emacs-lisp/cl-macs.el (cl-do-arglist):
2915 Use plist-get and plist-member instead of memq.
2916
3c7fafc7
SM
2917 * emacs-lisp/ewoc.el (ewoc-location): New function.
2918 (ewoc-enter-after, ewoc-enter-before): Document return value.
2919 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
2920 Don't need make-local-hook any more.
2921 (cvs-addto-collection): Return the new tin.
2922 (cvs-mode-insert): Jump to the new line.
2923
8b7707e1
SM
2924 * jit-lock.el (jit-lock-fontify-buffer): Remove.
2925
2926 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
2927
2928 * font-lock.el (font-lock-syntactically-fontified): New var.
2929 (font-lock-fontify-syntactic-keywords-region): Use it.
2930 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
2931
2932 * diff-mode.el (diff-find-file-name): Fix regexp.
2933
2934 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
2935 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
2936
2937 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
2938 (sh-mode-syntax-table): Add punctuation syntax for < and >.
2939 (sh-mode): Don't make all vars local here.
2940 (sh-kw): Reformat.
2941 (sh-set-shell): Use dolist. Don't set indent-region-function.
2942 (sh-mode-syntax-table): Use pop.
2943 (sh-remember-variable): Use push.
2944 (sh-help-string-for-variable): Use memq.
2945 (sh-safe-backward-sexp): Remove.
2946 (sh-safe-forward-sexp): Add ARG.
2947 (sh-get-indent-info, sh-prev-stmt): Use it.
2948 (sh-prev-line): Simplify by using forward-comment.
2949 (sh-this-is-a-continuation): Simplify.
2950 (sh-learn-buffer-indent): Use dolist.
2951 (sh-do-nothing): Remove.
2952 (sh-set-char-syntax, sh-set-here-doc-region):
2953 Use inhibit-modification-hooks.
2954 (sh-name-style): Use mapcar and push.
2955 (sh-load-style): Use dolist.
2956 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
2957 (sh-case, sh-while-getopts): Use propertize directly rather
2958 than sh-electric-rparen.
2959
29602000-10-14 Stefan Monnier <monnier@cs.yale.edu>
2961
2962 * textmodes/tex-mode.el: Require CL when compiling.
2963 (tex-mode-syntax-table): Init immediately.
2964 (tex-mode-map): Bind M-RET to latex-insert-item.
2965 (latex-mode): Set indent-line-function to latex-indent.
2966 (tex-common-initialization): Don't setup the syntax-table any more.
2967 (latex-insert-item): New skeleton.
2968 (tex-next-unmatched-end): Fix copy/paste braino.
4836835a 2969 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
8b7707e1 2970 (latex-indent, latex-find-indent): New functions.
4836835a 2971 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
8b7707e1
SM
2972 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
2973 (tex-compilation-parse-errors): Use with-syntax-table.
2974
86b7fcbb
MB
29752000-10-15 Miles Bader <miles@gnu.org>
2976
2977 * font-lock.el (font-lock-comment-face): Change dark-background,
2978 color, non-tty, default to `chocolate1'.
2979
57a24508
JW
29802000-10-13 John Wiegley <johnw@gnu.org>
2981
2982 * eshell/esh-util.el (require): Added a missing `require' form,
2983 needed when compiling (for an ange-ftp macro definition).
2984
40ad3db4
DL
29852000-10-13 Dave Love <fx@gnu.org>
2986
2987 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
2988
db460189
GM
29892000-10-13 Gerd Moellmann <gerd@gnu.org>
2990
b41c9501
GM
2991 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc
2992 fix.
2993
4836835a 2994 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
db460189
GM
2995 transparent -colors 8).
2996
3b5e21df
GM
29972000-10-13 Stephen Gildea <gildea@alum.mit.edu>
2998
2999 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
3000 that breaks with old list format timestamps.
3001 (time-stamp-warn-inactive, time-stamp-old-format-warn)
3002 (time-stamp-count, time-stamp-conversion-warn): Improved doc
3003 strings.
3004
16908a3f
JW
30052000-10-13 John Wiegley <johnw@gnu.org>
3006
d7103dda
JW
3007 * align.el, pcomplete.el, calendar/timeclock.el,
3008 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
3009
dace60cf 3010 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
16908a3f
JW
3011 faulty math, where holiday hours were being computing as seconds.
3012
b6b70cda
JW
30132000-10-13 John Wiegley <johnw@gnu.org>
3014
3015 * desktop.el (desktop-buffer-modes-to-save): Added a global for
3016 specifying what "other" kinds of buffers should be saved. This
3017 used to be hard-coded.
3018 (desktop-buffer-misc-functions): A global for specifying how
3019 auxiliary data should be determined for special buffer types.
3020 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
3021 instead of hard-coding the special buffer types.
3022 (desktop-save): Run `desktop-buffer-misc-functions' to gather
3023 auxiliary data, instead of hard-coding for Info buffers and dired.
3024 (desktop-buffer-info-misc-data): Aux function for determining Info
3025 buffer auxiliary info.
3026 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
3027 (desktop-buffer-info): Changed this function to use the info
3028 gathered above.
3029 (desktop-create-buffer): Be a little more careful about what
3030 `minor-mode' means before calling it. This is important for some
3031 buffer types.
3032
8c6b1d83
JW
30332000-10-13 John Wiegley <johnw@gnu.org>
3034
3035 * eshell/esh-util.el: Added a global form which declares an
3036 autoload for `parse-time-string', if that function is not already
3037 defined, and if parse-time.el is available on the user's system.
3038
3039 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
3040 to be aware of ange-ftp user info.
3041 (eshell-do-ls): Bind `ange-cache'. Also, use
3042 `eshell-file-attributes'.
3043 (eshell-ls-annotate): Use `eshell-file-attributes'.
3044 (eshell-ls-file): Made the user-id printing code a bit smarter.
3045
3046 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
3047 allow identification of alias user ids in remote directories.
3048 It's manual, but there's no other way to know when the current
3049 user on the local machine, is also the owning user on the remote
3050 machine.
3051 (fboundp): Bind `ange-cache'.
3052 (eshell-directory-files-and-attributes): Re-organized the logic a
3053 bit to use `eshell-file-attributes' instead of `file-attributes'.
3054 The former is more sensitive to directories that are read via FTP,
3055 and knows how to use ange-ftp to determine full attribute
3056 information, instead of just the name and last modtime.
3057 (eshell-current-ange-uids): Return the current user id when in a
3058 remote directory.
3059 (eshell-parse-ange-ls): Parse a full directory listing that has
3060 been returned by ange-ftp.
3061 (eshell-file-attributes): This beefed up version of
3062 `file-attributes' is only special if the user is currently in a
3063 remote directory, in which case it does a lot of work to find out
3064 what the real attributes of a file are, as they appear on the
3065 remote machine. This makes usage of remote directories (i.e.,
3066 ange-ftp pathnames) much more useful. You can now use Eshell as a
3067 full-fledged FTP client, with much more manipulation ability than
3068 most other clients.
3069
3070 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
3071 variable, which means that Eshell's du should always be preferred
3072 in remote directories.
3073 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
3074 just `file-attributes'.
3075 (eshell-mvcp-template): Bind `ange-cache', to improve performance
3076 when reading remote directories. This is an Eshell-specific
3077 variable (not part of ange-ftp).
3078 (eshell/ln): Bind `ange-cache'.
3079 (eshell/du): Added some extra logic for determining when to use
3080 Eshell's du (which is slow), and when to use the external version
3081 (which may or may not exist).
3082
3083 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof): Call
3084 `eshell-interactive-process', rather than using
3085 `get-buffer-process', since backgrounded processes don't count in
3086 the context of this function's logic.
3087
3088 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
3089 `forward-char', so that null strings are parsed correctly.
3090
87730e84 30912000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
3092
3093 * eshell/em-pred.el (eshell-pred-file-type,
3094 eshell-pred-file-links, eshell-pred-file-size): Use
3095 `eshell-file-attributes'. This is more correct over ange-ftp.
3096
3097 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
3098 that remote file globbing is more efficient.
3099
3100 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
3101 gathering the files and attributes within a directory.
3102
3103 * eshell/em-unix.el (eshell/cat): If any of the files passed on
3104 the command line is a special file (not a regular file, directory
3105 or symlink), always attempt to call the external version of cat.
3106
87730e84 31072000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
3108
3109 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
3110 Eshell-friendly version of find-tag.
3111
1c7e37a9
MB
31122000-10-13 Miles Bader <miles@lsi.nec.co.jp>
3113
4836835a 3114 * image-file.el (image-file-name-extensions)
1c7e37a9
MB
3115 (image-file-name-regexps): Add autoload cookies.
3116
11a7f341
KH
31172000-10-13 Kenichi Handa <handa@etl.go.jp>
3118
3119 * international/mule-cmds.el (select-safe-coding-system): If FROM
3120 is string, show it in *Warning* buffer.
3121
8ddddcb0
EZ
31222000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
3123
3124 * startup.el (normal-top-level): Use display-popup-menus-p instead
3125 of window-system.
3126 (command-line): Use display-graphic-p instead of window-system.
3127 (command-line-1): Use display-popup-menus-p and display-mouse-p
3128 instead of window-system.
3129
72200f89
SS
31302000-10-12 Sam Steingold <sds@gnu.org>
3131
3132 * tooltip.el (tooltip-use-echo-area): New user variable.
3133 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
3134
8661c643
DL
31352000-10-12 Dave Love <fx@gnu.org>
3136
d0b40dc1
DL
3137 * recentf.el: Maintainer's checkdoc fixes.
3138
a622451f
DL
3139 * startup.el (normal-top-level-add-subdirs-to-load-path): Use
3140 character class, not ASCII when matching file names.
3141 (fancy-splash-head): Add trailing slash to URL.
3142 (command-line): Don't require XPM support for toolbar.
3143
8661c643
DL
3144 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
3145 (cperl-invalid-face): Revert last change.
3146 (cperl-init-faces): Quote cperl-invalid-face.
3147
ef2ed8ab
KH
31482000-10-12 Kenichi Handa <handa@etl.go.jp>
3149
3150 * startup.el (fancy-splash-text): Remove superfluous quote.
3151
b0da379e
GM
31522000-10-12 Gerd Moellmann <gerd@gnu.org>
3153
dbeb499b
GM
3154 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
3155 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
3156 (command-line-1): Don't use fancy-splash-pending-command.
3157 (fancy-splash-screens-1): Goto point-min after inserting text.
3158
d861718a
GM
3159 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
3160
b0da379e
GM
3161 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
3162 instead of shared-lisp-mode-map.
3163
4fb2ad98
MB
31642000-10-12 Miles Bader <miles@lsi.nec.co.jp>
3165
1cb4393e
MB
3166 * faces.el (header-line): Change tty-variant to use underlining.
3167
4fb2ad98
MB
3168 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
3169 (isearch-highlight): Restore lazy-isearch face properties at old
3170 position, and suppress them at new position.
3171 (isearch-dehighlight): Restore lazy-isearch face properties.
3172 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
3173 over the real isearch overlay, but in that case, don't give it a
3174 face property. Use `push'.
3175
eb991b25
KH
31762000-10-12 Kenichi Handa <handa@etl.go.jp>
3177
3178 * man.el (Man-getpage-in-background): Fix previous change.
3179 Decode the process output only when we are in multibyte mode.
3180
a818c1c0
DL
31812000-10-11 Dave Love <fx@gnu.org>
3182
c990f53a
DL
3183 * info.el (Info-mode-menu): Fix some help.
3184 (info-tool-bar-map): Add entry for Info-last.
3185
a818c1c0
DL
3186 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
3187 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
3188 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
3189 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
3190 * toolbar/search-replace.xpm, toolbar/exit.xpm:
3191 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
3192 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
3193 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
3194 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
3195 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
3196 Reduce colour requirements to 25 overall. (Probably wants
3197 revisiting from the originals to reduce further.)
3198
c1b096cb
EZ
31992000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
3200
3201 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
3202 buffer-file-coding-system, instead of raw-text.
3203 (dehexlify-buffer): Bind coding-system-for-read to
3204 buffer-file-coding-system, instead of raw-text.
3205
5c8b7eaf
SS
32062000-10-11 Sam Steingold <sds@gnu.org>
3207
3208 * progmodes/cperl-mode.el (cperl-invalid-face): double-quote
3209 `underline' - fixes the bug introduced on 2000-09-21.
3210
2cfbdb7a
DL
32112000-10-11 Dave Love <fx@gnu.org>
3212
3213 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode): Avoid
3214 compiler warnings.
3215 (scheme-mode): Doc fix.
3216 (scheme-font-lock-keywords-1): Match `define-syntax'.
3217
32182000-10-11 Miles Bader <miles@lsi.nec.co.jp>
4b33f290
MB
3219
3220 * faces.el (frame-set-background-mode): Pay attention to saved
f161d539
MB
3221 face specs as well as default ones. Only do anything if the
3222 bg-mode or display-type has actually changed. Use `dolist'.
0c846ea2 3223 (region): Make dark-background `region' face less in-your-face.
4b33f290 3224
690ec649
SS
32252000-10-10 Sam Steingold <sds@gnu.org>
3226
3227 * chistory.el, ielm.el, ledit.el:
3228 * progmodes/inf-lisp.el, progmodes/scheme.el:
3229 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
3230
3b95d6bb
SM
32312000-10-10 Stefan Monnier <monnier@cs.yale.edu>
3232
3233 * textmodes/texinfo.el: Update copyright and fix typo.
3234
3235 * desktop.el (desktop-modes-not-to-save): New var.
3236 (desktop-save-buffer-p): Use it.
3237 Also, obey desktop-buffers-not-to-save even for non-file buffers.
3238 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
3239
d646c828
DL
32402000-10-10 Dave Love <fx@gnu.org>
3241
3242 * toolbar/tool-bar.el (tool-bar-add-item)
3243 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono
3244 display.
3245
d646c828
DL
3246 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
3247 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
3248 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
3249 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
3250 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
3251 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
3252 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
3253 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
3254 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
3255 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
3256 the .xpms; probably need retouching.
3257
862a7e28
MB
32582000-10-10 Miles Bader <miles@lsi.nec.co.jp>
3259
3260 * subr.el (add-to-list): Add optional argument APPEND.
3261 * battery.el (display-battery): Use `add-to-list'.
3262
46e33aee
TTN
32632000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
3264
930baf47
TTN
3265 * play/zone.el (zone-timer, zone-wc-tbl): Rework
3266 these vars as symbol properties.
2cfbdb7a
DL
3267 (zone, zone-when-idle, zone-leave-me-alone)
3268 (zone-pgm-whack-chars): Use new symbol properties.
930baf47 3269
5a430f9c
TTN
3270 * battery.el (display-battery): Doc spelling fix.
3271
46e33aee
TTN
3272 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
3273 property.
3274
adf7d3a8
DL
32752000-10-09 Dave Love <fx@gnu.org>
3276
3277 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
3278 has been initialized before calling tool-bar-setup.
c2156508 3279 (tool-bar-add-item-from-menu): Add autoload cookie.
adf7d3a8 3280
06a8c9f8
EZ
32812000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
3282
e4ca8f8c
EZ
3283 * menu-bar.el (send-mail-item-name): New function.
3284 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
3285 of mail-user-agent in the menu. Don't display the "Send Mail"
3286 item if mail-user-agent is nil or its value is ignore.
3287 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
3288 if read-mail-command is nil or its value is ignore.
3289
06a8c9f8
EZ
3290 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
3291
7dbc9c8a
MB
32922000-10-09 Miles Bader <miles@gnu.org>
3293
29e0814b
MB
3294 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
3295 Correct image size.
3296 * toolbar/left_arrow.xpm: Correct image size.
3297
7dbc9c8a
MB
3298 * jka-compr.el: Don't call `jka-compr-install' when loading (it
3299 will be done by the definition of `auto-compression-mode' if
3300 necessary. Move code to uninstall existing file-name handler
3301 before definition of `auto-compression-mode'.
3302
3303 * image-file.el (auto-image-file-mode): Move to the end of the
3304 file, because `define-minor-mode' actually calls the mode-function
3305 if the associated variable is non-nil, which requires that all
3306 needed functions be already defined.
3307
65b61266
MB
3308 * mouse.el (popup-menu): Balance parens.
3309
d6b8c85b
SM
33102000-10-08 Stefan Monnier <monnier@cs.yale.edu>
3311
3312 * mouse.el (popup-menu): Move the command call outside the loop
3313 so that popup-menu returns whatever the command returns.
3314
3315 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
3316 (initialize-new-tags-table): Use run-hook-with-args-until-success.
3317 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
3318 (tags-table-format-functions): Renamed from tags-table-format-hooks.
3319
3320 * vc.el (vc-version-diff): diff-switches can be a list.
3321 Use relative filenames for prettier output.
3322
46e33aee 3323 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
d6b8c85b
SM
3324 (vc-post-command-functions): Remove old-VC compatibility code.
3325
3326 * newcomment.el (comment-indent-default): Autoload.
3327
3328 * font-lock.el (font-lock-defaults): Make buffer-local.
3329 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
3330 (font-lock-choose-keywords):
3331 Ignore LEVEL unless KEYWORDS is a list of syms.
3332 (c-keywords, c++-keywords, objc-keywords, java-keywords):
3333 Don't wrap regexp-opt things in \(...\) unnecessarily.
3334
3335 * jit-lock.el: Don't require font-lock any more.
3336 (jit-lock-functions): Make buffer-local.
3337 (jit-lock-saved-fontify-buffer-function): Remove.
3338 (jit-lock-mode): Remove autoload cookie.
3339 Remove font-lock specific code.
3340 (jit-lock-unregister): Don't bother handling complex hooks any more.
3341 (jit-lock-refontify): New function.
3342 (jit-lock-fontify-buffer): Use it.
3343 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
3344 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
3345 Add optional args START and END.
3346 Never call font-lock-fontify-region directly.
3347 (jit-lock-function, jit-lock-stealth-fontify): Use it.
3348
3349 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
3350
a30ed6ac
DL
33512000-10-08 Dave Love <fx@gnu.org>
3352
4e7c7ca9
DL
3353 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
3354
3355 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
3356
3357 * play/studly.el (studlify-region, studlify-word): Add autoload
3358 cookie.
3359
3360 * play/morse.el (morse-region, unmorse-region): Add autoload
3361 cookie.
3362
3363 * play/spook.el (spook-phrases-file): Use expand-file-name, not
3364 concat.
3365
3366 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
3367 insist on symbols starting with word syntax.
3368 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
3369 (eval-defun-1): Doc fix.
3370 (indent-sexp): Use nconc to build up indent-stack.
3371
3372 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
3373 Gnus with little use.
3374 (mail-setup-hook): Add mail-abbrevs-setup to options.
3375
968f7c4a
DL
3376 * recentf.el: Doc fixes.
3377
3378 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
3379 Clean up remainder.
3380
3381 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
3382 without timezone and (8) with timezone to enforce some whitespace.
3383 Simplify code somewhat.
3384
3385 * options.el (list-options): Doc that you should use customize.
3386
3387 * iswitchb.el (iswitchb-mode): Add :require.
3388
a30ed6ac
DL
3389 * info.el (Info-goto-node, Info-menu): Doc fix.
3390 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
3391 (info-tool-bar-map): New variable.
3392 (Info-mode): Use it.
3393 (Info-edit-map): Define all in defvar.
3394 (speedbar-attached-frame): Avoid compiler warning.
3395
3396 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
3397 (global-map): Bind [tool-bar] to a filtered map.
3398 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
3399 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
3400 Allow PBM icons.
3401 (tool-bar-setup): Adjust calls of tool-bar-add-item.
3402
3403 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
3404 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
3405 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
3406 icons, except up_arrow, which is left-arrow rotated.
3407
3408 * imenu.el (imenu-add-to-menubar): Fix last change.
3409
4e953aff
PB
34102000-10-08 Peter Breton <pbreton@ne.mediaone.net>
3411
3412 * generic-x.el (rul-generic-mode): Remove eval-when-compile
3413 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
3414
739e92a7
EZ
34152000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
3416
d20faceb
EZ
3417 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
3418 typos in doc strings.
3419
a640322e
EZ
3420 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
3421 the doc strings how to customize Font Lock faces.
3422
739e92a7
EZ
3423 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
3424 computing growth when dragging the header line.
3425
8be7408c
EZ
34262000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
3427
3428 * simple.el (kill-line): Doc fix.
3429
6fee86a3
MB
34302000-10-08 Miles Bader <miles@gnu.org>
3431
445a653e
MB
3432 * faces.el (secondary-selection): Make foreground visible on tty.
3433
6fee86a3
MB
3434 * jka-compr.el (auto-compression-mode): Move to the end of the
3435 file, because `define-minor-mode' actually calls the mode-function
3436 if the associated variable is non-nil, which requires that all
3437 needed functions be already defined.
3438 (with-auto-compression-mode): Add autoload cookie.
3439
a115794c
EZ
34402000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
3441
3442 * files.el (find-backup-file-name) [ms-dos]: If support for long
3443 file names is not available, behave as if version-control were set
3444 to never.
3445
b12e6de3
DL
34462000-10-07 Dave Love <fx@gnu.org>
3447
3448 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
3449 (browse-url-gnome-moz): New function.
3450 (browse-url-browser-function): Use it.
3451 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
3452
20b1d079
SM
34532000-10-07 Stefan Monnier <monnier@cs.yale.edu>
3454
3455 * indent.el (tab-always-indent): New var.
3456 (indent-for-tab-command): Use it.
39250ec3 3457
9ee45b2c 3458 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
a115794c 3459 raise an error. This way it can still default to a sane value.
9ee45b2c 3460
8c6b1d83
JW
34612000-10-06 Stefan Monnier <monnier@cs.yale.edu>
3462
39250ec3
SM
3463 * startup.el (fancy-splash-screens): Use local rather than global map.
3464 Don't use `update-menu-bindings' any more.
3465 Get rid of assumptions about keymap representation.
3466
a23ccdf2
DL
34672000-10-06 Dave Love <fx@gnu.org>
3468
814299a7 3469 * textmodes/fill.el (sentence-end-double-space)
742c1822
DL
3470 (sentence-end-without-period): Doc fix.
3471 (adaptive-fill-regexp): Purecopy.
3472 (unjustify-current-line): Use line-end-position.
3473 (fill-individual-paragraphs-prefix): Use line-beginning-position.
3474
3475 * net/eudc-vars.el (eudc): Add :version, :link.
3476
39250ec3 3477 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
742c1822
DL
3478
3479 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
3480 Fix for define-minor-mode.
3481 (function-at-point): Alias to function-called-at-point.
3482
3483 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
3484
3485 * simple.el (backward-word): Doc fix.
3486
a23ccdf2
DL
3487 * image-file.el (image-file-name-regexp): image-file-regexps ->
3488 image-file-name-regexps.
742c1822 3489 (image-file-name-extensions): Add pbm.
a23ccdf2 3490
39250ec3
SM
34912000-10-06 Stefan Monnier <monnier@cs.yale.edu>
3492
3493 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
3494 and add filename to the names so that diff-mode can jump to source.
3495
3496 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
814299a7 3497 (tex-font-lock-keywords, tex-font-lock-keywords-2)
39250ec3
SM
3498 (tex-font-lock-keywords-1): Remove.
3499 (font-lock-turn-on-thing-lock): Use jit-lock-register.
3500 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
9ee45b2c
SM
3501 (font-lock-default-fontify-region):
3502 Expand beg..end correctly when just following a multiline region.
39250ec3
SM
3503 (font-lock-fontify-anchored-keywords):
3504 Include the anchor text as part of the multiline.
3505
8d5dfacd
GM
35062000-10-06 Gerd Moellmann <gerd@gnu.org>
3507
3508 * loadup.el (toplevel): Load `loaddefs' before `help' because the
3509 latter needs the autoloaded define-minor-mode macro during the
3510 bootstrap.
3511
3512 * startup.el (command-line): For now, activate tool-bar-mode only
3513 if XPM images are supported.
3514
3515 * mouse.el (mouse-drag-header-line): Don't allow resizing a
3516 window by dragging a header-line at the top of the frame; that's
4c19fbce 3517 confusing because the header-line doesn't move.
8d5dfacd
GM
3518 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
3519 of treating the event as a list. Some cleanup.
3520
f69aad2b 35212000-10-06 Miles Bader <miles@gnu.org>
8fb051f9 3522
f69aad2b
MB
3523 * simple.el (display-message-or-buffer): New function.
3524 (shell-command-on-region): Use `display-message-or-buffer'.
06933804 3525
09cb7646
MB
3526 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
3527 docstring parts.
3528
814299a7 3529 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
8fb051f9
MB
3530 (smbclient-prompt-regexp): Add usage note to doc string.
3531 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
3532 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
3533 Use add-hook for adding the comint filter function, and only do so
3534 if it's not already in the global hook list.
3535 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
3536 to `make-local-variable'.
3537 (nslookup-font-lock-keywords): Remove prompt entry.
3538 (nslookup): Don't set the process-filter.
3539 (finger): Exit the loop correctly when the regexps list runs out.
3540 (ftp, smbclient, smbclient-list-shares):
3541 Set the real major mode immediately, not after execing.
3542 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
3543
3544 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
3545
4c19fbce
SM
35462000-10-05 Stefan Monnier <monnier@cs.yale.edu>
3547
3548 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
3549
3550 * which-func.el (which-func-format): Remove spurious space.
3551 (which-func-mode): Don't make it permanent-local.
3552 (which-func-ff-hook): Allow which-func-maxout to be nil.
3553 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
3554 (which-func-mode): Simplify.
3555 Use post-command-idle-hook rather than post-command-hook.
3556 Go through all buffers and update their state.
3557 (which-function): Also try add-log-current-defun-function.
3558
3559 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
3560 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
3561 Update call to with-vc-properties accordingly.
3562 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
3563 (vc-revert-buffer): More careful about window selection and deletion.
3564 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
3565
3566 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
3567 (cvs-retrieve-revision): Reuse a pre-existing buffer.
3568 (cvs-dired-action): Change the default to quickdir.
3569
3570 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
3571 if comment-indent-function returns nil.
3572 (comment-indent-default): New function.
3573 (comment-indent-function): Use it and document the new semantics.
3574
3575 * image-file.el: Docstring fixes.
3576
3577 * help.el (help-xref-on-pp): Use match-string.
3578 (describe-variable): New arg BUFFER.
3579 Store the current buffer in the help-xref-stack.
3580 (temp-buffer-resize-mode): Use define-minor-mode.
3581
3582 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
3583 consistently with its docstring.
3584 Set jit-lock-first-unfontify-pos in an idempotent way.
3585 (jit-lock-register): Autoload and add arg CONTEXTUAL.
3586
542c6552
GM
35872000-10-05 Alex Schroeder <alex@gnu.org>
3588
3589 * sql.el (sql-mysql-options): New variable.
3590 (sql-mysql): Use it.
3591
a3489ece
MB
35922000-10-05 Miles Bader <miles@lsi.nec.co.jp>
3593
77f6105c
MB
3594 * image.el (image): New group.
3595
814299a7 3596 * smerge-mode.el (smerge-mine-face, smerge-other-face)
a3489ece
MB
3597 (smerge-base-face, smerge-markers-face): Add dark-background variants.
3598
3478046b
PB
35992000-10-04 Peter Breton <pbreton@ne.mediaone.net>
3600
3601 * net/net-utils.el (nslookup-font-lock-keywords)
814299a7 3602 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
3478046b
PB
3603 Ignore the value of wqindow-system; always define keywords
3604
22aca186
KH
36052000-10-05 Kenichi Handa <handa@etl.go.jp>
3606
3607 * startup.el (fancy-splash-screens): Remove the code for
3608 debugging; `(trace-to-stderr "EXITTT\n")'.
3609
55d5d717
MB
36102000-10-05 Miles Bader <miles@gnu.org>
3611
3612 * diff-mode.el (diff-goto-source): Update call to
3613 `diff-hunk-status-msg' to reflect new REV variable.
3614
41fa7178
SM
36152000-10-04 Stefan Monnier <monnier@cs.yale.edu>
3616
3617 * progmodes/icon.el (icon-mode):
3618 Don't gratuitously override the default for comment-column.
3619
3620 * vc-hooks.el (vc-mode-line): Fix interactive spec.
3621
3622 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
3623 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
3624 (jit-lock-functions): New var.
3625 (jit-lock-function-1): Use it if non-nil.
3626 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
3627 Set the `fontified' property before doing the fontification to avoid
3628 repeatedly going through the same error.
3629 Don't turn errors into messages.
3630 (jit-lock-register, jit-lock-unregister): New functions.
3631
3632 * dired.el (dired-mark-pop-up): Turn comment into docstring.
3633 Use with-current-buffer.
3634
3635 * dired-aux.el (dired-do-create-files, dired-kill-tree):
3636 Turn comment into docstring.
3637
3638 * apropos.el (apropos-mode): Use define-derived-mode.
3639
3dc78168
GM
36402000-10-04 Gerd Moellmann <gerd@gnu.org>
3641
3642 * startup.el (fancy-splash-pending-command): New variable.
3643 (fancy-splash-pre-command): New function.
3644 (fancy-splash-screens): Rewritten.
3645 (command-line-1): If fancy-splash-pending-command is set, call it
3646 interactively.
3647
dae9dc56
DL
36482000-10-04 Dave Love <fx@gnu.org>
3649
3650 * toolbar/tool-bar.el (tool-bar-setup): New function.
3651 (tool-bar-mode): Use it.
3652
3653 * subr.el (substitute-key-definition): Doc fix.
3654 (play-sound-file): New command.
3655
3388f0a5
AS
36562000-10-04 Andre Spiegel <spiegel@gnu.org>
3657
814299a7 3658 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
3388f0a5
AS
3659 vc-version-backup-file-name): New functions.
3660
3661 * files.el (basic-save-buffer): Call vc-before-save before saving.
814299a7
MB
3662
3663 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
3388f0a5
AS
3664 vc-cvs-stay-local-p.
3665
3666 * vc.el (vc-revert-buffer): Handle empty diff properly.
3667 (vc-version-backup-file): New function.
3668 (vc-checkout): Create a version backup if necessary.
3669 (vc-checkin): If a version backup file exists, delete it.
3670 (vc-version-diff): Diff locally using version backups, if available.
3671 (vc-revert-file): If there's a version backup, revert locally.
3672 (vc-transfer-file): Use version backup for base version, if
3673 available. If not, ask for confirmation whether to get it from the
3674 server. Update mode line before check-in.
3675
ebd4825d
DL
36762000-10-04 Dave Love <fx@gnu.org>
3677
3678 * toolbar/tool-bar.el (tool-bar-setup): New function.
3679 (tool-bar-mode): Use it.
3680
1b24f4b7
PB
36812000-10-04 Peter Breton <pbreton@ne.mediaone.net>
3682
3dc78168 3683 * net/net-utils.el (nslookup-font-lock-keywords)
814299a7 3684 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
8b7187d8
PB
3685 Only set if window-system is non-nil
3686 (net-utils-run-program): Returns buffer.
3687 (network-connection-reconnect): Added this function.
3688
814299a7
MB
3689 * generic.el:
3690 Incorporates extensive cleanup and docfixes by
9a7f629d
PB
3691 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
3692 Uses cl compile-time macros.
3dc78168
GM
3693 (generic-mode-name, generic-comment-list)
3694 (generic-keywords-list, generic-font-lock-expressions)
3695 (generic-mode-function-list, generic-mode-syntax-table):
9a7f629d
PB
3696 Removed variables.
3697 (generic-mode-alist): Renamed to generic-mode-list.
3698 (generic-find-file-regexp): Default changed to "^#".
3699 (generic-read-type): Uses completing read on generic-mode-list.
3700 (generic-mode-sanity-check): removed this function.
3701 (generic-add-to-auto-mode): Removed this function
3dc78168 3702 (generic-mode-internal): Bind mode-specific definitions
9a7f629d
PB
3703 into function instead of putting them in alist.
3704 (generic-mode-set-comments): Reworked extensively.
3705 (generic-mode-find-file-hook): Simplified regexp searching
814299a7 3706 (generic-make-keywords-list): Omit extra pair of parens
9a7f629d 3707
814299a7 3708 * find-lisp.el (find-lisp-find-files-internal):
1b24f4b7
PB
3709 Make sure directory name ends with "/".
3710
814299a7 3711 * generic-x.el (apache-conf-generic-mode):
1b24f4b7
PB
3712 Regexp now allows leading whitespace.
3713 (rc-generic-mode): Added eval-when-compile
3714 around generic-make-keywords-list.
3715 Deleted duplicate regexp
3716 (rul-generic-mode): Added eval-when-compile
3717 around generic-make-keywords-list.
3718 (etc-fstab-generic-mode): New generic mode.
3719 (rul-generic-mode): Removed one eval-when-compile
814299a7 3720 which caused a max-specpdl-size exceeded error.
1b24f4b7 3721
a7bf5cf3
MB
37222000-10-04 Miles Bader <miles@gnu.org>
3723
3724 * simple.el (minibuffer-temporary-goal-position): New variable.
3725 (next-history-element): Try to keep the position of point in the
3726 input string constant.
3727
3728 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
3729 (dired-do-create-files): If there's only one file, pass it in as
3730 the DEFAULT arg to dired-mark-read-file-name.
3731
ce1087a9
SM
37322000-10-03 Stefan Monnier <monnier@cs.yale.edu>
3733
3734 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
3735 (diff-goto-source): Be smarter when choosing REVERSE or not.
3736
3737 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
3738 (texinfo-mode-menu): Add an explicit shortcut for update all.
3739
0e41e1d6
AS
37402000-10-03 Andre Spiegel <spiegel@gnu.org>
3741
814299a7 3742 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
858f7cb4
AS
3743 factorize backend-specific code cleanly (this was essentially
3744 conceived by Stefan Monnier).
3745 (vc-unregister): Function removed.
814299a7 3746 (vc-revert-file): New function.
858f7cb4
AS
3747 (vc-revert-buffer): Delegate some of the work to it.
3748
0e41e1d6
AS
3749 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
3750 default branch unconditionally.
3751 (vc-rcs-set-default-branch): New function.
3752 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
3753 (vc-rcs-checkin): If an appropriate default branch has been set,
3754 force creation of that branch.
858f7cb4
AS
3755 (vc-rcs-receive-file): Rewritten to contain only backend-specific
3756 code (as suggested by Stefan Monnier).
0e41e1d6 3757
01c86c56
GM
37582000-10-02 Gerd Moellmann <gerd@gnu.org>
3759
45c477b4
GM
3760 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
3761 highlighting overlay with a different face over the overlay
3762 isearch uses to highlight the current match because that can lead
3763 to bad face combinations.
3764
01c86c56
GM
3765 * loadup.el (toplevel): Load faces before isearch.
3766
3767 * isearch.el (isearch-faces): New custom group.
3768 (isearch): New defface; was already tested for in the code.
3769 (isearch-lazy-highlight-face): Changed to defface from defcustom.
3770 (isearch-highlight): Always use face `isearch'.
3771
944425c0
DL
37722000-10-02 Dave Love <fx@gnu.org>
3773
3774 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
3775 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
3776 comparison of opcode with operand.
3777
2a099bcc
MB
37782000-10-03 Miles Bader <miles@gnu.org>
3779
3780 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
3781 buffer, since the echo area will now grow to accommodate them.
3782
4300ecb8
AS
37832000-10-02 Andre Spiegel <spiegel@gnu.org>
3784
3785 * vc-hooks.el (vc-registered): If FILE used to be registered under
3786 a certain backend, try that one first.
3787
814299a7 3788 * vc.el (vc-responsible-backend): Undo the previous change in the
4300ecb8
AS
3789 argument list. Handle multiple backends correctly.
3790 (vc-find-new-backend): Function removed.
3791 (vc-register): Use vc-responsible-backend, as before.
3792 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
3793
64e6cc18
GM
37942000-10-02 Gerd Moellmann <gerd@gnu.org>
3795
3796 * startup.el (fancy-splash-head): Change message below the
3797 logo.
3798
00df919e
MB
37992000-10-02 Miles Bader <miles@lsi.nec.co.jp>
3800
3801 * diff-mode.el (diff-goto-source): Emit a status message.
3802 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
4eaa6852 3803 (diff-test-hunk): Fix doc string.
00df919e
MB
3804 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
3805 (diff-advance-after-apply-hunk): New variable.
4eaa6852 3806 (diff-apply-hunk): Don't return a value.
00df919e 3807
ceec5a0c
SM
38082000-10-01 Stefan Monnier <monnier@cs.yale.edu>
3809
3810 * vc.el (vc-editable-p): Minor optimization.
3811 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
3812 (vc-find-new-backend): New function split from vc-responsible-backend.
3813 (vc-register): Use it.
3814 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
3815 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
3816 (vc-default-unregister, vc-revert-buffer): Docstring fix.
3817 (vc-clear-headers): Don't use find-file.
3818 (vc-revert-buffer): Use `and' again (must have been a braino).
3819 (vc-switch-backend): Only prompt if requested.
3820 Short circuit if nothing is to be done.
3821 Don't use vc-resynch-buffer which could lose unsaved editing.
3822 (vc-default-receive-file): Update call to vc-unregister.
3823 (with-vc-file, vc-next-action-on-file):
3824 Use vc-backend rather than vc-registered.
3825 (vc-next-action-on-file): Use intern-soft.
3826 Deal with read-only *vc-diff* buffer.
3827 (vc-transfer-file): Docstring fix.
3828
3829 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
3830 (vc-rcs-receive-file): Avoid with-vc-properties.
3831 Update call to vc-unregister.
3832 Use constant `RCS' rather than (dynamically bound) var `backend'.
3833
4ad5da8f
AS
38342000-10-01 Andre Spiegel <spiegel@gnu.org>
3835
814299a7 3836 * vc.el (vc-next-action-on-file): Update mode line only if file
4ad5da8f
AS
3837 is visited.
3838 (vc-start-entry): New argument initial-contents. Don't visit the file
3839 if it isn't already visited. Brought documentation up-to-date.
814299a7
MB
3840 (vc-next-action, vc-register): Updated calls to vc-start-entry.
3841 (vc-checkin): New optional arg initial-contents, which is passed to
4ad5da8f
AS
3842 vc-start-entry.
3843 (vc-finish-logentry): Make sure to bury log buffer only if there
3844 really is one. Call `vc-resynch-buffer' on log-file, not
3845 buffer-file-name.
3846 (vc-default-comment-history, vc-default-wash-log): New functions.
3847 (vc-index-of): Removed.
3848 (vc-transfer-file): Make do without the above.
3849 (vc-default-receive-file): Call comment-history unconditionally. Pass
3850 the resulting string to vc-checkin, instead of inserting it into the
3851 comment ring.
3852
3853 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
3854 unconditionally. Use the comments as initial contents of the log
814299a7 3855 entry buffer. Document the trick to force branch creation with no
4ad5da8f
AS
3856 changes.
3857
aa0c3dca
MB
38582000-10-01 Miles Bader <miles@gnu.org>
3859
3860 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
3861 `recenter' with an arg to prevent redrawing the display.
3862
d5f5a2c5
SM
38632000-09-30 Stefan Monnier <monnier@cs.yale.edu>
3864
3865 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
3866
3867 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
3868
814299a7 3869 * progmodes/c-mode.el (c-mode):
d5f5a2c5
SM
3870 Don't gratuitously override the default for comment-column.
3871
3872 * textmodes/tex-mode.el (latex-metasection-list): New var.
3873 (latex-imenu-create-index): Use it.
3874 Move the regexp construction outside loops (and use push).
814299a7 3875 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
d5f5a2c5
SM
3876 (tex-font-lock-keywords): Moved from font-lock.el.
3877 (tex-comment-indent): Remove.
3878 (tex-common-initialization): Don't set comment-indent-function.
3879 (latex-block-default): New var.
3880 (tex-latex-block): Use it to provide a default choice.
3881 Add any unknown choice to latex-block-names.
3882 Insert [...] after {...}.
3883 (tex-last-unended-begin): Simplify regexp.
3884 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
3885 (latex-forward-sexp-1, latex-forward-sexp): New functions.
3886 (latex-mode): Set forward-sexp-function.
3887
3888 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
3889 Add regexp for @ignore ... @end ignore.
3890 (texinfo-heading-face): New face.
3891 (texinfo-font-lock-keywords): Use it.
3892 (texinfo-mode-menu): New menu.
3893 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
3894 New functions.
3895 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
814299a7 3896 (texinfo-section-types-regexp, texinfo-section-level-regexp)
d5f5a2c5
SM
3897 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
3898 Remove declaration.
3899 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
3900
3901 * delsel.el (delete-selection-mode): Use define-minor-mode.
3902
3903 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
3904
39052000-09-29 Stefan Monnier <monnier@cs.yale.edu>
3906
3907 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
3908
8a5506f2
GM
39092000-09-30 Gerd Moellmann <gerd@gnu.org>
3910
068127d6
GM
3911 * replace.el (keep-lines-read-args): New function.
3912 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
3913 read arguments interactively. Add parameters RSTART and REND.
3914 Operate on the active region in Transient Mark mode.
3915
d777bb8f
GM
3916 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
3917
8a5506f2
GM
3918 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
3919 (authors-obsolete-files-regexps): New variable.
3920 (authors-add): Don't record changes in obsolete files.
3921
3fa87bfc
SM
39222000-09-29 Stefan Monnier <monnier@cs.yale.edu>
3923
3924 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
3925
3926 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
3927 (comment-indent): Make sure there's a space between code and comment.
3928 Shift comments left to avoid going past fill-column.
3929
f02149ce
GM
39302000-09-29 Gerd Moellmann <gerd@gnu.org>
3931
3932 * startup.el (startup-echo-area-message): New function.
3933 (display-startup-echo-area-message): Use it.
3934 (fancy-splash-screens): Rewritten to use keymaps and a timer.
3935 (fancy-splash-default-action): New function.
3936 (fancy-splash-screens-1): New function.
3937 (fancy-splash-head): Put a help-echo and a keymap under the image.
3938
a3ef6569
SM
39392000-09-29 Stefan Monnier <monnier@cs.yale.edu>
3940
3941 * diff-mode.el (diff-add-log-file-name): Remove.
3942 (diff-mode): Use add-log-buffer-file-name-function.
3943
3944 * add-log.el (find-change-log): New arg BUFFER-FILE.
3945 (add-log-file-name): Obey add-log-file-name-function.
3946 (add-log-buffer-file-name-function): New var.
3947 (add-change-log-entry): Use it.
3948
75e5b373
MB
39492000-09-29 Miles Bader <miles@gnu.org>
3950
3951 * image-file.el (image-file-name-extensions): New variable.
3952 (image-file-name-regexps): Renamed from `image-file-regexps'.
3953 New default value is nil. Call `auto-image-file-mode'.
3954 (image-file-name-regexp): New function.
3955 (auto-image-file-mode): New minor mode.
3956 (insert-image-file): Don't make conditional on the image-file
3957 handler being enabled.
3958 (image-file-handler): Make the call here conditional instead.
3959 (set-image-file-handler-enabled, enable-image-file-handler)
3960 (disable-image-file-handler): Functions removed.
3961
3962 * emacs-lisp/authors.el (authors-print): Rephrase many-files
3963 string.
3964
de6e1f7c
GM
39652000-09-29 Gerd Moellmann <gerd@gnu.org>
3966
3967 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
3968 it's a function from CL.
3969 (latex-imenu-create-index): Replace eval-when-compile with progn
3970 because latex-section-alist is not bound while compiling.
3971
d8c201f5
SM
39722000-09-28 Stefan Monnier <monnier@cs.yale.edu>
3973
3974 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
3975 (outline-mode): Use define-derived-mode.
3976
814299a7 3977 * progmodes/perl-mode.el (perl-mode):
d8c201f5
SM
3978 * progmodes/awk-mode.el (awk-mode):
3979 * progmodes/asm-mode.el (asm-mode):
3980 Don't gratuitously override the default for comment-column.
3981
3982 * emacs-lisp/lisp.el (lisp-complete-symbol):
3983 Distinguish the let-binding case from the funcall case.
3984 (forward-sexp-function): New variable.
3985 (forward-sexp): Use it.
3986
3987 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
3988 (easy-mmode-defmap): Remove the now useless autoload.
3989
3990 * time.el (display-time-mode): Use define-minor-mode.
3991
3992 * subr.el (add-minor-mode): Don't eval NAME.
3993 Don't depend on the presence of TOGGLE-FUN for any special behavior.
3994 Use if rather than cond.
3995
3996 * simple.el (read-expression-map): Define more properly.
3997 (comment-indent-hook): Remove.
3998 (string-to-syntax): Bug fix.
3999
4000 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
4001 (cvs-ediff-diff): Fix typo.
4002 (cvs-revert-if-needed): Don't bother preserving read-only.
4003
4004 * paren.el (show-paren-mode): Use define-minor-mode.
4005
4006 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
4007 (toggle-auto-compression): Remove.
4008 (jka-compr-build-file-regexp): Remove useless grouping.
4009
4010 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
4011 Avoid user-reserved bindings.
4012 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
4013 (diff-header-face): Revert to grey85.
4014
4015 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
4016
4017 * complete.el (partial-completion-mode) <defcustom>: Remove.
4018 (partial-completion-mode): Use define-minor-mode.
4019 (PC-do-completion): Understand `completion-auto-help = delay'
4020 to mean to popup the completion buffer only the second time.
814299a7 4021 (PC-include-file-all-completions, PC-include-file-all-completions)
d8c201f5
SM
4022 (PC-include-file-all-completions): Don't quote lambda.
4023
4024 * comint.el (comint-mode-hook): Docstring fix.
4025 (comint-mode): Use define-derived-mode.
4026 (comint-mode-map): Remove obsolete comment.
4027 (make-comint): Minor stylistic change.
4028 (comint-insert-clicked-input): Be more careful to find the overlay.
4029 Use this-command-keys rather than hardcoding mouse-2.
4030
4031 * font-lock.el: Replace confusing (,@ with ,
4032 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
4033 Don't use regexp-opt-depth. Spice up the regexp for args.
4034 Don't distinguish between cmds that can take an opt arg or not.
4035 Use `append' and `prepend' rather than `keep'.
4036
4037 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
4038 (latex-outline-regexp): New var.
4039 (latex-outline-level): New fun.
4040 (latex-section-alist): New var.
4041 (latex-imenu-create-index): Use it. Use `push' as well.
4042 (tex-shell-map): Initialize it properly.
4043 (tex-mode): Minor stylistic change.
4044 (plain-tex-mode): Use define-derived-mode.
4045 (latex-mode): Use define-derived-mode.
4046 Construct the paragraph regexps in a more readable way.
4047 Set the buffer-local outline-{level,regexp} vars.
4048 (slitex-mode): Derive from latex-mode.
4049 (tex-common-initialization): Don't kill-all-vars anymore.
4050 Add setting for comment-add and font-lock-defaults.
4051 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
4052 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
4053 (tex-start-tex): New arg DIR (and send a chdir command for it).
4054 Also display the shell buffer and save it in tex-last-buffer-texed.
4055 (tex-region): Use expand-file-name rather than concat.
4056 Remove code made useless by changes in tex-start-tex.
4057 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
4058
4059 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
4060
ff398532
DL
40612000-09-28 Dave Love <fx@gnu.org>
4062
4063 * eshell/eshell.el (eshell) <defgroup>: Add :version.
4064
f9415d5b
GM
40652000-09-28 Gerd Moellmann <gerd@gnu.org>
4066
4067 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
4068 `append'.
4069
fa003899
SM
40702000-09-28 Stefan Monnier <monnier@cs.yale.edu>
4071
4072 * info.el (Info-extract-pointer): Undo last change.
4073 Instead, fix the position of the `bound' arg to re-search-backward.
4074
40752000-09-27 Stefan Monnier <monnier@cs.yale.edu>
4076
4077 * info.el (Info-extract-pointer):
4078 Widen more carefully, to avoid finding pointers in other nodes.
4079 (Info-index): Use push.
4080
f9415d5b 40812000-09-27 Gerd Moellmann <gerd@gnu.org>
6f22f1ad
GM
4082
4083 * frame.el (set-frame-font): Remove call to obsolete function
4084 frame-update-faces.
4085 (set-foreground-color, set-background-color): Likewise for
4086 frame-update-face-colors.
4087
5538b8ba
MB
40882000-09-27 Miles Bader <miles@gnu.org>
4089
4090 * image-file.el: New file.
4091
60536eea
GM
40922000-09-27 Gerd Moellmann <gerd@gnu.org>
4093
5b551d58
GM
4094 * frame.el (frame-notice-user-settings): Don't call
4095 frame-update-faces, which is a no-op now.
814299a7 4096
60536eea
GM
4097 * ediff-wind.el (ediff-control-frame-parameters): Add zero
4098 tool-bar-lines.
4099
36f1966f
DL
41002000-09-27 Dave Love <fx@gnu.org>
4101
4102 * mouse.el: Fix last change.
4103
c5785b73
MB
41042000-09-27 Miles Bader <miles@lsi.nec.co.jp>
4105
4106 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
4107
672172d9
KH
41082000-09-22 Kenichi Handa <handa@etl.go.jp>
4109
4110 * international/quail.el (quail-help): The output message is
4111 improved.
4112
4653b4ea
DL
41132000-09-26 Dave Love <fx@gnu.org>
4114
4115 * mouse.el (popup-menu): If POSITION is nil, set it using
4116 mouse-position.
4117
63900fcf
SS
41182000-09-25 Sam Steingold <sds@gnu.org>
4119
4120 * net/browse-url.el (browse-url-file-url): Check for null maps.
4121
cd3b81be
GM
41222000-09-26 Gerd Moellmann <gerd@gnu.org>
4123
876512ab 4124 * frame.el (frame-notice-user-settings): Don't add a
fa003899 4125 tool-bar-lines frame parameter to default-frame-alist in batch mode.
814299a7 4126
fa003899
SM
4127 * frame.el (frame-notice-user-settings):
4128 Make tool-bar-mode and default-frame-alist consistent.
77072ab1 4129
cd3b81be
GM
4130 * toolbar/tool-bar.el (tool-bar-help): New function.
4131
d8b4516f
GM
41322000-09-25 Gerd Moellmann <gerd@gnu.org>
4133
6567e9b5
GM
4134 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
4135 current-load-list in top-level forms. Else this leaks a cons cell
4136 every time a defun is called.
63900fcf 4137
d8b4516f 4138 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
63900fcf 4139
a461758e
DL
41402000-09-25 Dave Love <fx@gnu.org>
4141
7df6adc3
DL
4142 * startup.el (fancy-splash-head): Check XPM is available.
4143
a461758e
DL
4144 * autoinsert.el (auto-insert): Doc fix.
4145 (auto-insert-alist): Following GNU notices, don't say `copyright
4146 _by_'. Use line-beginning-position.
4147 (auto-insert): Check buffer-file-name is non-nil before use.
4148
b11af2dd
GM
41492000-09-25 Gerd Moellmann <gerd@gnu.org>
4150
4151 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
4152 starting with `@def' or `@multitable', in addition to ones
4153 specified by the user in auto-fill-inhibit-regexp.
4154
5f9f981b
GM
41552000-09-25 Markus Rost <rost@math.ohio-state.edu>
4156
4157 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
4158 rmail-dont-reply-to-names matches the empty string.
63900fcf 4159
8ff16b4e
GM
41602000-09-25 Gerd Moellmann <gerd@gnu.org>
4161
63900fcf 4162 * startup.el (command-line-1, fancy-splash-text): Change the
8ff16b4e
GM
4163 text to sound more friendly.
4164
9b4a7800
TTN
41652000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
4166
4167 * progmodes/hideshow.el: Update author email address.
4168 Generally, sync w/ maintainer version 5.22.
9b4a7800
TTN
4169 (hs-hide-all-non-comment-function): New var.
4170 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
4171 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
4172 (hs-show-region): Delete this command.
4173 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
4174
4c7c1f3f
DL
41752000-09-22 Dave Love <fx@gnu.org>
4176
4177 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
4178 (hl-line-highlight): Specify buffer when moving overlay.
4179
4180 * progmodes/fortran.el (fortran-mode): Locally set
4181 normal-auto-fill-function.
4182 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
4183 (fortran-mode-map): Adjust auto-fill menu entry.
4184
13f93dee
GM
41852000-09-22 Gerd Moellmann <gerd@gnu.org>
4186
36eb0a91
GM
4187 * vc-rcs.el (toplevel): Require `vc' when compiling.
4188
fa003899 4189 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
13f93dee 4190
36a03bf9
AS
41912000-09-22 Andre Spiegel <spiegel@gnu.org>
4192
9b4a7800 4193 * vc.el (vc-switch-backend): Signal an error if the file is not
36a03bf9
AS
4194 registered under the new backend.
4195
9b4a7800 4196 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
36a03bf9
AS
4197 without explicit revision number.
4198
6e4e8a3b
SM
41992000-09-21 Stefan Monnier <monnier@cs.yale.edu>
4200
4201 * diff-mode.el (diff-file-header-face): Reset to its previous value.
4202 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
4203 (diff-xor): New function.
4204 (diff-find-source-location): Use it. Fix a stupid name clash.
4205 (diff-hunk-status-msg): New function.
4206 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
4207 (diff-test-hunk): Use diff-find-source-location.
4208 (diff-goto-source): Favor the `reverse'.
4209 (diff-hunk-text): Properly handle one-sided context diffs.
4210 (diff-apply-hunk): When done, advance to the next hunk.
4211
1b24b888
GM
42122000-09-21 Gerd Moellmann <gerd@gnu.org>
4213
623a0aae
GM
4214 * startup.el (command-line): If frame was created with a non-zero
4215 tool-bar-lines parameter, switch tool-bar-mode on.
9b4a7800 4216
1b24b888
GM
4217 * add-log.el (change-log-date-face, change-log-name-face)
4218 (change-log-email-face, change-log-file-face)
4219 (change-log-list-face, change-log-conditionals-face)
fa003899
SM
4220 (change-log-function-face, change-log-acknowledgement-face):
4221 New faces, inheriting from font-lock faces.
1b24b888 4222 (change-log-font-lock-keywords): Use them.
9b4a7800 4223
93b3a1c8
DL
42242000-09-21 Dave Love <fx@gnu.org>
4225
80585273
DL
4226 * progmodes/cperl-mode.el (top-level): Clean up
4227 `eval-when-compile's and assorted defvars.
4228 (cperl-invalid-face): Don't double-quote value. Change custom
4229 type.
4230 (cperl-mode): Set normal-auto-fill-function and don't zap
4231 auto-fill-function.
4232 (cperl-imenu--function-name-regexp-perl): Renamed from
4233 imenu-example--function-name-regexp-perl.
4234 (cperl-imenu--create-perl-index): Renamed from
4235 imenu-example--create-perl-index.
4236 (cperl-xsub-scan): Don't require cl.
4237
93b3a1c8
DL
4238 * msb.el (msb-mode-map): Use substitute-key-definition.
4239 (msb-mode): Use msb-mode-map.
4240
43ccb598
AS
42412000-09-21 Andre Spiegel <spiegel@gnu.org>
4242
4243 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
4244 New functions.
fa003899 4245 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
43ccb598
AS
4246 (vc-switch-backend): New function.
4247 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
4248 (vc-register): Fix prompt.
4249 (vc-unregister, vc-default-unregister): New functions.
4250 (vc-version-diff): Handle empty buffer in sentinel.
4251
4252 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
4253 (vc-rcs-state-heuristic): Use it to guess the state of files with
4254 non-strict locking.
4255 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
4256 been set with -b, but not created yet.
4257 (vc-rcs-fetch-master-state): With non-strict locking, compare file
4258 contents in order to find the state.
4259 (vc-rcs-checkin): Allow creation of branches with no changes.
fa003899
SM
4260 (vc-rcs-unregister, vc-rcs-receive-file)
4261 (vc-rcs-set-non-strict-locking): New functions.
43ccb598 4262
9b4a7800 4263 * vc-hooks.el (vc-name): Force correct computation of the value
43ccb598 4264 in case it is missing.
9b4a7800 4265
95fadcca
GM
42662000-09-21 Gerd Moellmann <gerd@gnu.org>
4267
4268 * startup.el (fancy-splash-tail): Use a different foreground
4269 color on a dark frame background.
4270
470f23e1
MB
42712000-09-21 Miles Bader <miles@lsi.nec.co.jp>
4272
4273 * info.el: Use the correct capitalization when making Info-mode
4274 and Info-edit-mode `special' modes.
4275
281096ed
SM
42762000-09-20 Stefan Monnier <monnier@cs.yale.edu>
4277
4278 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
4279 (diff-mode): Add support for add-log.el.
4280 (diff-hunk-text): Use char offsets rather than line offsets.
4281 (diff-find-source-location): Replace LINE with line-offset (nil
4282 if not found) and always set POS to a meaningful position.
4283 Adapt to the new char-offsets.
4284 (diff-apply-hunk): Drop support for the unused `select' POPUP.
4285 Adapt to the new diff-find-source-location.
4286 (diff-goto-source): Adapt to the new diff-find-source-location.
4287
4288 * add-log.el (add-log-file-name): New function (split out of
4289 add-change-log-entry).
4290 (add-change-log-entry): Use it.
4291 Call add-log-file-name-function with the changelog file name if
4292 the current buffer is not associated with any file.
4293 Avoid find-file if the selected window is dedicated.
4294
4295 * diff-mode.el (diff-find-source-location):
4296 Move code from diff-apply-hunk. Return buffer rather than file.
4297 (diff-apply-hunk): Use the new result from diff-find-source-location.
4298 (diff-goto-source): Use the new diff-find-source-location.
4299
c29d77c4
DL
43002000-09-20 Dave Love <fx@gnu.org>
4301
4302 * iswitchb.el: Some doc fixes.
4303 (iswitchb-mode-map): Define completely initially. Inherit
4304 minibuffer-local-map.
4305 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
4306 fundamental-mode.
4307 (iswitchb-global-map): New variable.
4308 (iswitchb-summaries-to-end): Amalgamate regexps.
4309 (iswitchb-mode): New.
4310 (iswitchb-mode-hook): New variable.
4311 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
4312 `extensions'.
4313
49939379
GM
43142000-09-20 Gerd Moellmann <gerd@gnu.org>
4315
d05c87ac
GM
4316 * ehelp.el (electric-help): New defgroup.
4317 (electric-help-shrink-window): New user-option.
4318 (with-electric-help): Use it.
4319
1ec082d4
GM
4320 * window.el (shrink-window-if-larger-than-buffer): If face
4321 `mode-line' has a :box, and we're on a graphical frame, add 1
4322 to the needed window height.
4323
f46c275e
GM
4324 * frame.el (frame-notice-user-settings): Add a last parameter nil
4325 to a call to `append', because the last list passed to `append' is
4326 not copied, and so subsequent calls to assq-delete-all will modify
4327 default-frame-alist.
4328
b7e11c5b
GM
4329 * startup.el (fancy-splash-image): Change :type.
4330 (fancy-splash-head): Use an XBM image if appropriate.
4331 (command-line-1): Show splash screens in more cases.
4332
26ff68aa
GM
4333 * startup.el (fancy-splash-text): Don't quote faces.
4334
8320414c
GM
4335 * dired.el (dired-font-lock-keywords): Undo last change.
4336 (dired-readin): Bind indent-tabs-mode to nil.
4337
49939379
GM
4338 * startup.el (fancy-splash-head): If frame's background mode
4339 is `dark', change the black background of the image to gray.
4340 (fancy-splash-screens): Display startup echo area message.
4341 (display-startup-echo-area-message): New function.
4342
c3b27206
MB
43432000-09-20 Miles Bader <miles@lsi.nec.co.jp>
4344
55a3d2a1
MB
4345 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
4346
4347 * info.el (info-header-node): Tweak for color ttys.
4348
37a99821
MB
4349 * faces.el (face-valid-attribute-values): Make sure directories we
4350 search for stipples both exist and are readable before trying to
4351 search them.
4352
0415d0d0
MB
4353 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
4354 in the dry-run case.
4355
523b128c
MB
4356 * jka-compr.el (with-auto-compression-mode): New macro.
4357
c3b27206
MB
4358 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
4359 (custom-group-tag-face, custom-variable-tag-face): Use relative
4360 :height and inherit from `variable-pitch' face instead of
4361 hardwiring :family.
4362 * hi-lock.el (hi-black-hb): Likewise.
4363
ddba99ad
MB
4364 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
4365 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
4366 toolbar-add-item, if image doesn't have a mask add a `:mask
4367 heuristic'.
4368
7e99fbde
SM
43692000-09-19 Stefan Monnier <monnier@cs.yale.edu>
4370
4371 * diff-mode.el: Docstring fixes.
4372 (diff-header-face, diff-comment-face): New faces.
4373 (diff-font-lock-keywords): Highlight a bit differently.
4374 (diff-find-source-location): Don't return SPAN any more.
4375 (diff-hunk-text): Don't bother erasing the temp buffer.
4376 (diff-find-text): Drop argument LINE.
4377 (diff-apply-hunk): Update calls to diff-find-text.
4378 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
4379
4380 * calendar/calendar.el: Docstring fixes.
4381 (calendar-make-alist): Don't quote lambda.
4382 (calendar-star-date): Use make-local-variable.
4383
fb275c02
DL
43842000-09-19 Dave Love <fx@gnu.org>
4385
7e99fbde
SM
4386 * toolbar/tool-bar.el: Renamed from toolbar.el.
4387 Change `toolbar' to `tool-bar' generally in symbols.
4388 Make some items invisible in `special' major modes.
4389 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
4390 Add arg PROPS.
532cb34d 4391
7e99fbde
SM
4392 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
4393 Add :version here.
fb275c02
DL
4394 (fancy-splash-delay, fancy-splash-image): Remove :version here.
4395
8f4ca9a5
GM
43962000-09-19 Gerd Moellmann <gerd@gnu.org>
4397
8b7707e1 4398 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
da1608d9 4399
8b7707e1 4400 * files.el (find-file-suppress-same-file-warnings): New user-option.
8fb3df59
GM
4401 (find-file-noselect): Use it.
4402
8b7707e1 4403 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
a01bb1db
GM
4404 (fancy-splash-screen): Defgroup.
4405
8f4ca9a5
GM
4406 * add-log.el (change-log-font-lock-keywords): Match names
4407 more exactly for the case that font-lock-constant-face is
4408 underlined.
4409
ba9eeda1 44102000-09-19 Richard M. Stallman <rms@gnu.org>
9b4a7800 4411
8b7707e1 4412 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
ba9eeda1 4413
289eaef9
AS
44142000-09-19 Andre Spiegel <spiegel@gnu.org>
4415
4416 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
4417
ce9ded5d
GM
44182000-09-19 Gerd Moellmann <gerd@gnu.org>
4419
c113de23
GM
4420 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
4421 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
4422 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
4423 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
4424 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
4425 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
4426 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
4427 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
4428 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
4429 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
4430 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
8f4ca9a5 4431 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
c113de23 4432
ce9ded5d
GM
4433 * startup.el (fancy-splash-text): New variable.
4434 (fancy-splash-delay, fancy-splash-image): New user-options.
4435 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
4436 (fancy-splash-screens): New functions.
4437 (command-line-1): If display has a `display' frame parameter, has
4438 colors, and we have XPM support, show more fancy splash screens.
9b4a7800 4439
b9b1c3a9
DL
44402000-09-19 Dave Love <fx@gnu.org>
4441
4442 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
4443 with null `help'. Use modern backquote syntax.
4444
1af25534
GM
44452000-09-19 Gerd Moellmann <gerd@gnu.org>
4446
afd3c8cd
GM
4447 * font-lock.el (font-lock-mode): Change message telling the user
4448 that ``the buffer is too big''.
4449
1af25534
GM
4450 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
4451 for instance for the case that tab-width is 2.
4452
05b1f851
GM
44532000-09-18 Gerd Moellmann <gerd@gnu.org>
4454
4455 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
4456 toolbar-add-item, if image doesn't have a mask add a `:mask
4457 heuristic'.
4458
8ec8f673
MB
44592000-09-18 Miles Bader <miles@lsi.nec.co.jp>
4460
2b612b1f
MB
4461 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
4462 and return a cons if it's non-nil.
4463 (diff-apply-hunk): Try to jump to the line in the source text
4464 corresponding to the position of point in the in the hunk.
4465
9b4a7800 4466 * info.el (Info-title-3-face, Info-title-2-face)
8ec8f673
MB
4467 (Info-title-1-face): Use face inheritance and relative sizes
4468 instead of hard-wiring things.
4469
4470 * faces.el (secondary-selection): Make dark-background variant sane.
4471
5eedab4d
AI
44722000-09-16 Andrew Innes <andrewi@gnu.org>
4473
5eedab4d
AI
4474 * makefile.w32-in (compile-files-CMD): No need to make .elc files
4475 read-only, since they aren't under VC now.
4476
6a142f26
DL
44772000-09-17 Dave Love <fx@gnu.org>
4478
e07436e1
DL
4479 * tmm.el: Replace mapcar with mapc in several places.
4480
4481 * loadhist.el (unload-feature): Maybe call elp-restore-list and
4482 ad-unadvise.
4483
7d354dd5
DL
4484 * international/latin1-disp.el: New file.
4485
6a142f26
DL
4486 * calendar/cal-move.el (scroll-calendar-left)
4487 (scroll-calendar-right): Make arg optional (for active mode line).
4488
4489 * calendar/calendar.el (calendar-mode-line-format): Make fields
4490 mouse-sensitive.
4491 (calendar-read-date, calendar-read-date, calendar-window-list):
4492 Unquote lambda.
4493 (calendar-month-name): Use aref, not sref.
4494
4495 * view.el (minor-mode-alist): Propertize the string.
4496
4497 * international/characters.el (standard-case-table): Add entries
4498 for Greek.
4499
50ac70af
MB
45002000-09-18 Miles Bader <miles@gnu.org>
4501
53c9ab4f
MB
4502 * info.el (info-node, info-xref): Add dark-background variants.
4503
a114b1ca
MB
4504 * faces.el (header-line): Change defaults to be less confusing
4505 when mixed with mode-lines.
4506
50ac70af
MB
4507 * info.el (Info-fontify-node): Make a few cleanups.
4508 Add extra `help-echo' and `local-map' props to node xrefs.
4509 Use header-specific faces for node-names & xrefs.
4510 (Info-use-header-line): New variable.
53c9ab4f 4511 (info-header-xref, info-header-node): New faces.
50ac70af
MB
4512 (Info-setup-header-line): New function.
4513 (Info-select-node): Call Info-setup-header-line when enabled.
4514 (Info-extract-pointer): Work even if the header line is hidden.
4515 (Info-header-line): New variable.
4516
729927ff
SM
45172000-09-16 Stefan Monnier <monnier@cs.yale.edu>
4518
4519 * vms-patch.el (print-region-function): Don't quote lambda.
4520
4521 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
4522
4523 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
4524 (lm-get-header-re): Allow spaces between the header and the colon.
4525 (lm-header): Allow $ in non-RCS headers.
4526 (lm-header-multiline): Put the strings back into order.
4527 Stop at an empty line. Don't require two space chars if the
4528 line is clearly not another header line.
4529
4530 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
4531 (popup-menu-popup): Remove.
4532
7a98d821
GM
45332000-09-15 Gerd Moellmann <gerd@gnu.org>
4534
7f8f1edc
GM
4535 * toolbar/toolbar.el (toolbar-add-item): Use the same image
4536 specification if or if not tool-bar item contains an `:enabled'
4537 property.
4538
7a98d821
GM
4539 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
4540 current buffer has no file name.
4541
a7bc704b
DL
45422000-09-15 Dave Love <fx@gnu.org>
4543
4544 * strokes.el: Sync with maintainer's current version with changes
4545 for Emacs, but avoid runtime cl and levents.
4546 (toplevel): Change autoloads and compilation requires.
4547 (strokes-version, strokes-bug-address, strokes-lift): Values
4548 changed.
4549 (strokes-xpm-header, strokes-insinuated): New variable.
4550 (strokes): Add :link.
4551 (strokes-mode): Customized.
4552 (strokes-while-inhibiting-garbage-collector): New macro.
4553 (strokes-remassoc): Avoid remove-if.
4554 (strokes-fix-button2-command): Don't use ad-do-it.
4555 (strokes-insinuate): New function.
4556 (strokes-button-press-event-p, strokes-button-release-event-p):
4557 New functions, used instead of non-`strokes-' versions..
4558 (strokes-mouse-event-p): Rewritten.
4559 (strokes-event-closest-point): Avoid event-point.
4560 (strokes-get-grid-position): Avoid cdadr, caadr
4561 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
4562 functions.
4563 (strokes-help): Use with-output-to-temp-buffer.
4564 (strokes-window-configuration-changed-p): New function.
4565 (strokes-update-window-configuration): Use buffer-live-p,
4566 strokes-window-configuration-changed-p.
4567 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
4568 (strokes-char-face): New face.
4569 (strokes-char-table, strokes-base64-chars): New variable.
4570 (strokes-xpm-for-stroke, strokes-list-strokes)
4571 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
4572 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
4573 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
4574 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
4575 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
4576 functions.
4577
47e351a3
GM
45782000-09-15 Gerd Moellmann <gerd@gnu.org>
4579
ebb8f116
GM
4580 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
4581
47e351a3
GM
4582 * image.el (create-image): Doc fix.
4583
4584 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
4585 instead of `:heuristic-mask t'.
4586
fe83b953
AI
45872000-09-14 Andrew Innes <andrewi@gnu.org>
4588
4589 * makefile.w32-in: Revert to Unix line endings.
4590
52481729
AI
45912000-09-14 Andrew Innes <andrewi@gnu.org>
4592
3021e816
AI
4593 * makefile.w32-in: Add bootstrap support. Also copy lisp source
4594 when installing.
4595
52481729
AI
4596 * makefile.nt (DONTCOMPILE): Fix typo.
4597
4598 * shell.el (shell-write-history-on-exit): New function.
4599 (shell-dumb-shell-regexp): New custom variable.
4600 (shell-mode): Make shell-write-history-on-exit the process
4601 sentinel if shell name matches shell-dumb-shell-regexp.
4602
4603 * w32-fns.el: Comment out before-init-hook function which resets
4604 source-directory based; this breaks bootstrap.
4605
f8034e41
DL
46062000-09-14 Dave Love <fx@gnu.org>
4607
4608 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
4609 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
4610 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
4611 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
4612 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
4613 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
4614 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
4615 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
4616 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
4617
4618 * toolbar/toolbar.el: New.
4619
4620 * subdirs.el: Add toolbar.
4621
b9ce5694
GM
46222000-09-14 Gerd Moellmann <gerd@gnu.org>
4623
4624 * indent.el (indent-for-tab-command): Doc fix.
4625
986b7dee
GM
46262000-09-14 Alex Schroeder <alex@gnu.org>
4627
4628 * ansi-color.el (ansi-colors): Doc change.
4629 (ansi-color-get-face): Simplified regexp.
4630 (ansi-color-faces-vector): Added more faces, doc change.
4631 (ansi-color-names-vector): Doc change.
4632 (ansi-color-regexp): Simplified regexp.
4633 (ansi-color-parameter-regexp): New regexp.
4634 (ansi-color-filter-apply): Doc change.
4635 (ansi-color-filter-region): Doc change.
4636 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
4637 deal with zero length parameters.
4638 (ansi-color-apply-on-region): Doc change.
4639 (ansi-color-map): Doc change.
4640 (ansi-color-map-update): Removed debugging message.
4641 (ansi-color-get-face-1): Added condition-case to trap
4642 args-out-of-range errors.
4643 (ansi-color-get-face): Doc change.
4644 (ansi-color-make-face): Removed.
4645 (ansi-color-for-shell-mode): New option.
9b4a7800 4646
076ff911
KH
46472000-09-13 Kenichi Handa <handa@etl.go.jp>
4648
4649 * international/quail.el (quail-start-translation): Translate KEY
4650 if necessary even if it doesn't have any mapping in the current
4651 input method.
4652 (quail-start-conversion): Likewise.
4653 (quail-help): The output message is improved.
4654
bdf08678
MB
46552000-09-13 Miles Bader <miles@gnu.org>
4656
4657 * comint.el (comint-output-filter): Revert to using
4658 `insert-before-markers'. Add bletcherous hack to undo damage
4659 caused by `insert-before-markers'. Put `front-sticky' property on
4660 overlays created here so that the field code understands how the
4661 overlay works. Use a let when making comint-last-prompt-overlay,
4662 so that the code is easier to read.
4663
ffb8db8d
DL
46642000-09-13 Dave Love <fx@gnu.org>
4665
4666 * wid-edit.el (widget-default-format-handler): DTRT when
4667 doc-property is a function.
4668
5dd05f61
GM
46692000-09-12 Francesco Potorti` <pot@gnu.org>
4670
4671 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
4672 filed name if it's not there.
4673
35177617
DL
46742000-09-12 Dave Love <fx@gnu.org>
4675
9023837e
DL
4676 * simple.el (read-mail-command): Doc fix.
4677 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
4678
35177617
DL
4679 * vc.el (vc-dired-listing-switches): Fix :version.
4680
4681 * vc-hooks.el: Doc fixes.
4682
4683 * subr.el (add-minor-mode): Use toggle-fun arg.
4684
4685 * speedbar.el: Add :version to several defcustoms.
4686
4687 * imenu.el (imenu--truncate-items, imenu--cleanup)
4688 (imenu--generic-function): Avoid mapcar.
4689 (imenu--replace-spaces): Function removed.
4690 (imenu--completion-buffer): Use subst-char-in-string.
4691 (imenu-add-to-menubar): Use keymap inheritance.
4692
1afaae94
MB
46932000-09-12 Miles Bader <miles@gnu.org>
4694
4695 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
4696 (diff-mode-map): Bind `diff-test-hunk'.
4697 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
4698
46992000-09-11 Gerd Moellmann <gerd@gnu.org>
71246c2c
GM
4700
4701 * bytecomp.el (byte-compile-defvar): Undo last change
4702 because it breaks '(make-variable-buffer-local (defvar ...)'
4703 which is used at least in dired.
4704
63c36c3c
KH
47052000-09-12 Kenichi Handa <handa@etl.go.jp>
4706
4707 * international/quail.el (quail-define-package): Docstring
4708 modified.
4709
1ad24be1
KH
47102000-09-12 Kenichi Handa <handa@etl.go.jp>
4711
362a8065
KH
4712 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
4713 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
4714 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
4715 docstring of "chinese-py".
4716
1ad24be1
KH
4717 * international/quail.el (quail-translation-docstring): New
4718 variable.
4719 (quail-show-keyboard-layout): Docstring modified.
4720 (quail-select-current): Likewise.
4721 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
4722 infinite recursive call.
4723 (quail-help): Check quail-translation-docstring. Format of the
4724 output changed.
4725 (quail-help-insert-keymap-description): Adjusted for the above
4726 change.
4727
cc0f95a4
GM
47282000-09-11 Gerd Moellmann <gerd@gnu.org>
4729
4730 * bytecomp.el (byte-compile-defvar): Only cons onto
4731 current-load-list in top-level forms. Else this leaks a cons cell
4732 every time a defun is called.
4733
7530b6da
MB
47342000-09-11 Miles Bader <miles@lsi.nec.co.jp>
4735
4736 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
4737 Now understands non-unified diffs. Some functionality moved into
4738 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
4739 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
4740 modify anything. Only reposition point in the patched file if the
4741 patch succeeds. Only pop up another window if POPUP is true.
4742 Emit a message describing what happened if successful, and at what
4743 line-offset. Automatically detect reversed hunks and do something
4744 appropriate.
4745 (diff-hunk-text, diff-find-text): New functions.
4746 (diff-filter-lines): Function removed.
4747 (diff-test-hunk): New function.
4748 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
4749
6b124390
DL
47502000-09-10 Dave Love <fx@gnu.org>
4751
4752 * textmodes/tildify.el: Minor doc/commentary fixes.
4753 (tildify) <defgroup>: Add :version.
4754
4755 * faces.el (face-x-resources): Make custom type more specific.
4756 (frame-background-mode): Use mapc.
4757 (region) <defcustom>: Add :version.
4758
7f8b6551
SM
47592000-09-08 Stefan Monnier <monnier@cs.yale.edu>
4760
9b4a7800
TTN
4761 * vc-sccs.el (vc-sccs-register):
4762 * vc-rcs.el (vc-rcs-register):
7f8b6551
SM
4763 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
4764 * vc.el (vc-register): Clear file's properties.
4765
c454aac1
GM
47662000-09-08 Gerd Moellmann <gerd@gnu.org>
4767
4768 * faces.el (face-spec-set): Only face-spec-reset-face when
4769 ATTRS is non-nil.
4770
bb934822
EZ
47712000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
4772
4773 * help.el (help-insert-xref-button): Fix a typo in doc string.
4774
03419440
EZ
47752000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
4776
7f8b6551
SM
4777 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
4778 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
43b11fee
EZ
4779 methods.
4780
03419440
EZ
4781 * menu-bar.el (read-mail-item-name): New function.
4782 (menu-bar-tools-menu): Use it to compute and display the package
4783 used to read email.
4784 (menu-bar-tools-menu): Fix typo in GUD's help string.
4785
dbcee71a
DL
47862000-09-07 Dave Love <fx@gnu.org>
4787
19e713d8
DL
4788 * diff-mode.el (diff-mouse-goto-source): New function.
4789
a7cafade 4790 * vc-sccs.el: Doc fixes.
7f8b6551 4791 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
a7cafade
DL
4792
4793 * vc-rcs.el: Doc fixes.
7f8b6551
SM
4794 (vc-rcs-register-switches, vc-rcs-checkin-switches)
4795 (vc-rcs-checkout-switches, vc-rcs-header)
a7cafade
DL
4796 (vc-rcs-master-templates): Add or change :version.
4797
7f8b6551 4798 * vc-cvs.el: Doc fixes.
a7cafade
DL
4799 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
4800 (vc-cvs-stay-local): Add :version.
4801
dbcee71a
DL
4802 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
4803
ed254191
KH
48042000-09-07 Kenichi Handa <handa@etl.go.jp>
4805
4806 * international/quail.el (quail-help): Fix previous change.
4807
ab0ee409
GM
48082000-09-07 Gerd Moellmann <gerd@gnu.org>
4809
f46f845b 4810 * faces.el (color-values): Doc fix.
9b4a7800 4811
ab0ee409
GM
4812 * faces.el (frame-set-background-mode): Use frame-parameter
4813 instead of frame-parameters.
4814
4815 * frame.el (filtered-frame-list): Reduce consing.
9b4a7800 4816 (frames-on-display-list): Call frame-parameter instead of
ab0ee409 4817 frame-parameters.
9b4a7800 4818
f7246ac7
KH
48192000-09-07 Kenichi Handa <handa@etl.go.jp>
4820
4821 * language/devan-util.el (devanagari-to-indian-region): In the
4822 loop, change the following char, not preceding char.
4823
96889af2
GM
48242000-09-07 Gerd Moellmann <gerd@gnu.org>
4825
1091dd67
GM
4826 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
4827 instead of frame-parameters.
4828
9b4a7800 4829 * faces.el (set-face-attribute): Simplify by calling
0da3ecef
GM
4830 internal-set-lisp-face-attribute with FRAME being 0.
4831
4832 * vc.el: Remove `Id' version control keyword.
96889af2 4833
0fddd0dc
KH
48342000-09-07 Kenichi Handa <handa@etl.go.jp>
4835
4836 * help.el (help-make-xrefs): Adjusted for the change of
4837 help-xref-mule-regexp.
4838 (help-insert-xref-button): New function.
4839
4840 * international/mule-cmds.el (help-xref-mule-regexp-template):
4841 Include the pattern for character set.
4842 (leim): New group.
4843
4844 * international/quail.el: Don't require face.
4845 (quail): New group.
7f8b6551 4846 (quail-other-command): Dummy command to make quail-help work better.
0fddd0dc
KH
4847 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
4848 (quail-keyboard-layout-substitution): New variable.
4849 (quail-update-keyboard-layout): New function.
4850 (quail-keyboard-layout-type): New customizable variable.
4851 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
4852 (quail-keyboard-translate): Pay attention to
4853 quail-keyboard-layout-substitution.
4854 (quail-insert-kbd-layout): New function.
4855 (quail-show-keyboard-layout): New function.
4856 (quail-get-translation): If the definition is a vector of length
7f8b6551 4857 1, and the element is a string of length 1, return the character
0fddd0dc
KH
4858 in that string.
4859 (quail-update-current-translations): Fix the case of
4860 relative-index out of range.
4861 (quail-build-decode-map, quail-insert-decode-map): New Functions.
4862 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
7f8b6551 4863 Show key sequences for all available characters.
0fddd0dc
KH
4864 (quail-help-insert-keymap-description): Don't show such verbose
4865 key bindings as quail-self-insert-command.
4866
4867 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
4868 Format changed, and each element now have extra documentations.
4869 (tit-process-header): Delete invalid characters from TIT-PROMPT.
4870 Adjusted for the change of quail-cxterm-package-ext-info.
4871
8ddceaf1
GM
48722000-09-06 Gerd Moellmann <gerd@gnu.org>
4873
4874 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
4875 requiring it leads to a recursive loading of vc.el and vc-hooks.el
4876 during bootstrap.
4877
099bd78a
SM
48782000-09-05 Stefan Monnier <monnier@cs.yale.edu>
4879
4880 * vc.el: (toplevel): Don't require `dired' at run-time.
4881 (vc-dired-resynch-file): Remove autoload cookie.
4882
48832000-09-05 Andre Spiegel <spiegel@gnu.org>
4884
4885 * vc.el: Made several backend functions optional.
4886 (vc-default-responsible-p): New function.
4887 (vc-merge): Use RET for first version to trigger merge-news, not
4888 prefix arg.
4889 (vc-annotate): Handle backends that do not support annotation.
4890 (vc-default-merge-news): Removed. The existence of a merge-news
4891 implementation is now checked on caller sites.
4892
9b4a7800 4893 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
099bd78a
SM
4894 case.
4895
9b4a7800 4896 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
099bd78a
SM
4897 special case that has been removed from the default in vc-hooks.el.
4898
48992000-09-05 Stefan Monnier <monnier@cs.yale.edu>
4900
4901 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
4902
49032000-09-05 Andre Spiegel <spiegel@gnu.org>
4904
4905 * vc-hooks.el: Require vc during compilation.
4906 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
4907 macro `with-vc-properties' in vc.el.
4908 (vc-file-getprop): Doc fix.
4909 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
9b4a7800 4910
099bd78a
SM
4911 * vc.el: Require dired-aux during compilation.
4912 (vc-name-assoc-file): Moved to vc-sccs.el.
4913 (with-vc-properties): New macro.
9b4a7800 4914 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
099bd78a
SM
4915 vc-finish-steal): Use it.
4916 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
4917 to the backend-specific function is now supposed to do the checkout,
4918 too.
4919 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
4920
9b4a7800 4921 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
099bd78a
SM
4922 set file properties; that gets done in the generic code now.
4923
4924 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
4925 Changed parameter list, added code from vc.el that does the
4926 checkout, possibly with a double-take.
4927
4928 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
4929 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
4930 the above under the new name.
4931 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
4932 parameter list, added checkout command.
4933 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
4934 properties; that gets done in the generic code now.
4935
49362000-09-05 Stefan Monnier <monnier@cs.yale.edu>
4937
4938 * vc.el: Docstring fixes (courtesy of checkdoc).
4939
49402000-09-05 Stefan Monnier <monnier@cs.yale.edu>
4941
4942 * vc.el (vc-checkout-writable-buffer-hook)
4943 (vc-checkout-writable-buffer): Remove.
4944 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
4945 (vc-log-mode): Make it into a clean derived major mode.
4946 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
4947 vc-log-mode if log-edit is not available.
4948 (vc-dired-mode-map): Don't set-keymap-parent yet.
4949 (vc-dired-mode): Do set-keymap-parent here.
4950 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
4951
08ba3862
GM
49522000-09-05 Gerd Moellmann <gerd@gnu.org>
4953
4954 * faces.el (set-face-attribute, face-spec-reset-face)
4955 (face-spec-set): Avoid consing by removing calls to `apply'.
4956
4957 * frame.el (frame-parameter): Move to C code.
4958
3b4429b4
DL
49592000-09-05 Dave Love <fx@gnu.org>
4960
4961 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
4962 insert-before-markers-and-inherit. Now checked systematically!
4963
877055f6
GM
49642000-09-05 Alex Schroeder <alex@gnu.org>
4965
4966 * sql.el (sql-postgres): Use sql-postgres-options.
4967 (sql-postgres-options): New variable.
4968
49692000-09-05 Alex Schroeder <alex@gnu.org>
4970
4971 * sql.el (sql-mode-menu): Work around missing variable mark-active
4972 in XEmacs.
4973 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
4974 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
4975 compatibility.
4976
7a004b71
GM
49772000-09-04 Gerd Moellmann <gerd@gnu.org>
4978
54baed30 4979 * vc.el (vc-dired-resynch-file): Add autoload cookie.
9b4a7800 4980
7a004b71
GM
4981 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
4982
4983 * Makefile.in (DONTCOMPILE): Fix typo in file name.
4984
49852000-09-04 Andre Spiegel <spiegel@gnu.org>
4986
4987 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
4988 don't support anything else under SCCS yet.
4989
4990 * vc-hooks.el: Minor doc fixes.
4991
49922000-09-04 Andre Spiegel <spiegel@gnu.org>
4993
4994 * vc.el (vc-next-action-on-file): Do not visit the file if it's
4995 not necessary. If verbose in state `needs-patch', do the same as
4996 under `up-to-date'. When NOT verbose and `needs-patch', check out
4997 latest version instead of `merge-news'.
4998 (vc-next-action-dired): Don't mess with default-directory here; it
4999 breaks other parts of dired. It is the job of the
099bd78a 5000 backend-specific functions to adjust it temporarily if they need it.
7a004b71
GM
5001 (vc-next-action): Remove a special CVS case.
5002 (vc-clear-headers): New optional arg FILE.
5003 (vc-checkin, vc-checkout): Set properties vc-state and
5004 vc-checkout-time properly.
099bd78a 5005 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
7a004b71
GM
5006 (vc-print-log): Use new backend function `show-log-entry'.
5007 (vc-cancel-version): Do the checks in a different order. Added a
5008 FIXME concerning RCS-only code.
5009
5010 * vc-rcs.el (vc-rcs-show-log-entry): New function.
5011 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
5012
5013 * vc-cvs.el (vc-cvs-show-log-entry): New function.
5014
9b4a7800 5015 * vc-hooks.el (vc-default-mode-line-string): Show state
7a004b71
GM
5016 `needs-patch' as a `-' too.
5017
50182000-09-04 Andre Spiegel <spiegel@gnu.org>
5019
5020 * vc.el (vc-responsible-backend): New optional arg REGISTER.
5021 (vc-default-could-register): New function.
5022 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
5023 (vc-resynch-buffer): Call vc-dired-resynch-file.
5024 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
5025 vc-resynch-buffer instead of vc-resynch-window.
5026 (vc-next-action-dired): Don't redisplay here, that gets done as a
5027 result of the individual file operations.
5028 (vc-retrieve-snapshot): Corrected prompt order.
5029
5030 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
9b4a7800 5031
7a004b71
GM
5032 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
5033 as well.
5034 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
5035 hostname regexps. Updated all callers.
5036 (vc-cvs-responsible-p): Handle directories as well.
5037 (vc-cvs-could-register): New function.
5038 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
5039 properties up-to-date.
9b4a7800 5040
7a004b71
GM
5041 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
5042 user whether to create one.
5043
50442000-09-04 Andre Spiegel <spiegel@gnu.org>
5045
5046 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
5047 check out a non-existing file.
5048
5049 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
5050 workfile does not exist.
5051
5052 * vc.el (vc-version-diff): Use `require' to check for existence of
5053 diff-mode.
5054
50552000-09-04 Andre Spiegel <spiegel@gnu.org>
5056
5057 * vc-cvs.el (vc-cvs-registered): Use new function
5058 vc-cvs-parse-entry to do the actual work.
5059
50602000-09-04 Andre Spiegel <spiegel@gnu.org>
5061
5062 * vc-hooks.el (vc-find-backend-function): If function doesn't
5063 exist, return nil instead of error.
5064 (vc-call-backend): Doc fix.
5065
5066 * vc.el (vc-do-command): Doc fix.
5067 (vc-finish-logentry): When checking in from vc-dired, choose the
5068 right backend for logentry check.
5069 (vc-dired-mode-map): Inherit from dired-mode-map.
5070 (vc-dired-mode): Local value of dired-move-to-filename-regexp
5071 simplified.
5072 (vc-dired-state-info): Removed, updated caller.
5073 (vc-default-dired-state-info): Use parentheses instead of hyphens.
5074 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
5075 (vc-dired-listing-switches): New variable.
5076 (vc-directory): Use it, instead of dired-listing-switches.
5077
5078 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
5079 (vc-cvs-dir-state): New function.
7f8b6551 5080 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
7a004b71
GM
5081 (vc-cvs-parse-entry): New function, also to be used in
5082 vc-cvs-registered.
9b4a7800 5083
7a004b71
GM
50842000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5085
5086 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
5087 *or* single-window-frames.
5088
50892000-09-04 Andre Spiegel <spiegel@gnu.org>
5090
5091 * vc.el (vc-update-changelog): Split into generic part and default
5092 implementation. Doc string adapted.
5093 (vc-default-update-changelog): New function. Call the `rcs2log'
5094 script in exec-directory, to fix a long-standing nuisance.
5095
5096 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
5097 simply signals an error.
9b4a7800 5098
7a004b71
GM
50992000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5100
5101 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
5102 control-flow more clear and to avoid running `cvs' twice.
5103
5104 * vc.el (vc-next-action-on-file): Doc fix.
5105 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
5106 (vc-print-log): Eval `file' before constructing the continuation.
5107
51082000-09-04 Andre Spiegel <spiegel@gnu.org>
5109
5110 * vc.el (vc-next-action-on-file): Corrected several messages.
5111 (vc-merge): Add prefix arg `merge-news'; handle it.
5112
5113 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
5114 is not reached. It is.
5115 (vc-cvs-merge): Set state to 'edited after merge.
5116 (vc-cvs-merge-news): Set workfile version to nil if not known.
5117 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
5118
5119 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
5120 via stdout. (Merge from main line.)
9b4a7800 5121
7a004b71
GM
51222000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5123
5124 * vc.el (vc-finish-logentry): Thinko in the "same comment"
5125 detection.
5126
51272000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5128
5129 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
5130 against kill-all-local-variables.
5131 (vc-log-edit): Don't save vc-parent-buffer any more.
5132 (vc-last-comment-match): Initialize to an empty string.
5133 (vc-post-command-functions): New hook.
5134 (vc-do-command): Run it.
5135 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
5136 (vc-finish-logentry): Only add the comment to the ring if it's
5137 different from the last comment entered.
5138 (vc-new-comment-index): New function.
5139 (vc-previous-comment): Use it. Make the minibuffer message
5140 slightly less terse.
5141 (vc-comment-search-reverse): Make it work forward as well. Don't
5142 set vc-comment-ring-index if no match is found. Use
5143 vc-new-comment-index.
5144 (vc-comment-search-forward): Use vc-comment-search-reverse.
5145 (vc-dired-mode-map): Don't inherit from dired-mode-map since
5146 define-derived-mode will do it for us. Bind `v' to a keymap that
5147 inherits from vc-prefix-map so that we can bind `vt' without
5148 binding C-x v t.
5149 (vc-retrieve-snapshot): Parenthesis typo.
5150
5151 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
5152 to 1. Make sure to switch to *vc* before looking for an error
5153 message. Use vc-parse-buffer.
5154
51552000-09-04 Andre Spiegel <spiegel@gnu.org>
5156
5157 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
5158 and NAME.
5159 (vc-retrieve-snapshot): Split into two parts.
5160 (vc-default-retrieve-snapshot): New function.
5161
5162 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
5163 (vc-cvs-retrieve-snapshot): New function (untested).
5164 (vc-cvs-stay-local): Default to t.
5165 (vc-cvs-remote-p): New function and property.
5166 (vc-cvs-state): Stay local only if the above is t.
5167 (vc-handle-cvs): Removed.
5168 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
5169 done via vc-handled-backends now.
5170 (vc-cvs-header): Escape Id.
5171
51722000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5173
5174 * vc.el (vc-do-command): Remove unused commands.
5175 (vc-version-diff): Make sure default-directory ends with a slash.
5176 Move the window commands into a vc-exec-after.
5177 (vc-print-log): Move more of the code into the `vc-exec-after'.
5178
51792000-09-04 Andre Spiegel <spiegel@gnu.org>
5180
5181 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
5182 (vc-print-log): Search current revision from beginning of buffer.
5183 (vc-revert-buffer): Clear echo area after the diff is finished.
5184 (vc-prefix-map): Removed definition of "t" for terse display in vc
5185 dired.
5186 (vc-dired-mode-map): Inherit from dired-mode-map. Added
5187 definition of "vt" for terse display.
5188 (vc-dired-mode): Fix dired-move-to-filename-regexp.
5189
51902000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5191
5192 * vc.el (vc-exec-after): Avoid caddr.
5193
51942000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5195
5196 * vc.el (vc-exec-after): New function.
5197 (vc-do-command): Use it to add a termination message for async
5198 procs.
5199 (vc-checkout): Try to handle a missing-backend situation.
5200 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
5201 of a directory with a backend using async diffs.
5202 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
5203 present.
5204
5205 * vc-sccs.el (vc-sccs-state-heuristic): Use
5206 file-ownership-preserved-p.
5207
5208 * vc-rcs.el (vc-rcs-state-heuristic): Use
5209 file-ownership-preserved-p.
5210 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
5211
52122000-09-04 Andre Spiegel <spiegel@gnu.org>
5213
5214 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
5215 vc-do-command.
5216
5217 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
5218 when there are no changes.
5219
52202000-09-04 Andre Spiegel <spiegel@gnu.org>
5221
5222 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
5223
5224 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
5225
52262000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5227
5228 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
5229
5230 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
5231 the `fset' outside of the defvar so that it works even if
5232 vc-prefix-map was already defined.
5233 (vc-setup-buffer): New function, split out of vc-do-command.
5234 (vc-do-command): Allow BUFFER to be t to mean `just use the
5235 current buffer without any fuss'.
5236 (vc-version-diff): Change the `diff' backend operation to just put
5237 the diff in the current buffer without erasing it. Always use
5238 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
5239 shrink-window-if-larger-than-buffer.
5240 (vc-print-log): Change the `print-log' backend operation to just
5241 put the log in the current buffer without erasing it. Protect
5242 shrink-window-if-larger-than-buffer.
5243 (vc-update-change-log): Fix setd typo.
5244
5245 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
5246 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
5247
5248 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
5249 (vc-rcs-diff): Insert in the current buffer and remove unused arg
5250 CMP.
5251
5252 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
5253 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
5254 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
5255
52562000-09-04 Andre Spiegel <spiegel@gnu.org>
5257
5258 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
5259 not possible, use vc-BACKEND-workfile-unchanged-p.
5260 (vc-default-workfile-unchanged-p): New function. Delegates to a
5261 full vc-BACKEND-diff.
5262
5263 * vc-hooks.el (vc-simple-command): Removed.
5264
5265 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
5266 instead of vc-simple-command.
5267 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
5268 avoid doing a diff when opening a file.
5269 (vc-rcs-state): Added check for unlocked-changes.
5270 (vc-rcs-header): Escape Id.
5271 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
5272 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
5273 version.
5274
5275 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
5276 (vc-sccs-diff): Remove optional arg CMP.
5277 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
5278 SCCS-specific function.
5279
5280 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
5281 vc-simple-command.
5282
52832000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5284
5285 * vc.el (vc-editable-p): Renamed from vc-writable-p.
5286 (with-vc-file, vc-merge): Use vc-editable-p.
5287 (vc-do-command): Remove unused var vc-file and fix the
5288 doubly-defined `status' var. Add a user message when starting an
5289 async command.
5290 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
5291 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
5292 Use with-current-buffer.
5293 (vc-buffer-sync): Use unless.
5294 (vc-next-action-on-file): If the file is 'edited by read-only,
5295 make it read-write instead of trying to commit.
5296 (vc-version-diff, vc-update-change-log): Use `setq
5297 default-directory' rather than `cd'.
5298 (vc-log-edit): Don't forget to set default-directory in the
5299 buffer.
5300
5301 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
5302 (vc-sccs-state-heuristic): Use file-writable-p instead of
5303 comparing userids.
5304 (vc-sccs-checkout): Use `unless'.
5305
5306 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
5307 of comparing userids.
5308 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
5309 Simplify the logic by eliminating unreachable code.
5310 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
5311 just do a recursive call if we need to retry.
5312 (vc-rcs-checkout): Handle the case where rcs is missing by making
5313 the buffer read-write if requested and re-signalling the error.
5314
5315 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
5316
53172000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5318
5319 * vc-hooks.el (vc-handled-backends): Docstring change.
5320 (vc-ignore-vc-files): Mark obsolete.
5321 (vc-registered): Check vc-ignore-vc-files.
5322 (vc-find-file-hook, vc-file-not-found-hook): Don't check
5323 vc-ignore-vc-files.
5324
5325 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
5326
53272000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5328
5329 * vc.el (vc-checkout): Don't do anything special for ange-ftp
5330 files since ange-ftp already has vc-registered return nil.
5331
5332 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
5333 (vc-sccs-workfile-version): Use with-temp-buffer and new
5334 vc-parse-buffer and don't bother setting the property.
5335 (vc-sccs-add-triple): Use with-current-buffer and
5336 find-file-noselect.
5337 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
5338
5339 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
5340 derives from the old vc-parse-buffer but uses the revision number
5341 rather than the date (much easier to compare robustly).
5342 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
5343 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
5344 locking-user more directly. Check strict locking and set
5345 checkout-model appropriately.
5346 (vc-rcs-parse-locks): Remove.
5347 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
5348 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
5349 (vc-rcs-system-release): Use with-current-buffer and
5350 vc-parse-buffer.
5351 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
5352
5353 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
5354 (vc-simple-command): Docstring fix.
5355 (vc-registered): Align the way the file-handler is called with the
5356 way the function itself works.
5357 (vc-file-owner): Remove.
5358
5359 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
5360 extraction of fields and call to file-attributes because of a
5361 temporary bug in rcp.el.
5362 (vc-cvs-fetch-status): Use with-current-buffer.
5363
53642000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5365
5366 * vc.el (vc-do-command): Use file-relative-name.
5367 (vc-responsible-backend): Use vc-backend if possible.
5368 (vc-create-snapshot): Improve the `interactive' spec. Add support
5369 for branches and dispatch to backend-specific `create-snapshot'.
5370 (vc-default-create-snapshot): New function, containing the bulk of
5371 the old vc-create-snapshot.
5372 (vc-retrieve-snapshot): Improve the interactive spec.
5373
5374 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
5375 (vc-backend-hook-functions): Remove.
5376 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
5377 (vc-backend): Reintroduce the test for `file = nil' now that I
5378 know why it was there (and added a comment to better remember).
5379
5380 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
5381 code from vc-sccs-hooks.el.
5382 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
5383 'vc anymore.
5384 (vc-sccs-responsible-p): Use expand-file-name instead of concat
5385 and file-directory-p instead of file-exists-p.
5386 (vc-sccs-check-headers): Simplify the regexp.
5387
5388 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
5389 from vc-rcs-hooks.el. Don't require 'vc anymore.
5390 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
5391 file-directory-p instead of file-exists-p.
5392
5393 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
5394 from vc-cvs-hooks.el.
5395 (proto vc-cvs-registered): Require 'vc-cvs instead of
5396 'vc-cvs-hooks. Don't require 'vc anymore.
5397 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
5398 file-directory-p instead of file-exists-p.
5399 (vc-cvs-create-snapshot): New function, replacing
5400 vc-cvs-assign-name.
5401 (vc-cvs-assign-name): Remove.
5402
54032000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5404
5405 * vc-cvs.el (vc-cvs-header): New var.
5406
5407 * vc-rcs.el (vc-rcs-exists): Remove.
5408 (vc-rcs-header): New var.
5409
5410 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
5411 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
5412 (vc-sccs-header): New var.
5413
5414 * vc.el (vc-do-command): Get rid of the `last' argument.
5415 (vc-header-alist): Remove, replaced by vc-X-header.
5416 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
5417 (vc-dired-hook): Use expand-file-name instead of concat.
5418 (vc-directory): Use file-name-as-directory.
5419 (vc-snapshot-precondition, vc-create-snapshot)
5420 (vc-retrieve-snapshot): Allow the command to operate on any
5421 directory.
5422
5423 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
5424 just removing the 'WORKFILE argument or by removing the 'MASTER
5425 argument and replacing `file' with (vc-name file).
5426
54272000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5428
5429 * vc.el: Update Copyright and add a crude list of backend funs.
5430 (vc-writable-p): New function.
5431 (with-vc-file): Use vc-writable-p.
7f8b6551 5432 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
7a004b71
GM
5433 (vc-register): Avoid vc-name.
5434 (vc-locking-user): Remove.
5435 (vc-steal-lock): Make the `owner' arg non-optional.
5436 (vc-merge): Use vc-writable-p instead of vc-locking-user and
5437 vc-checkout-model.
5438 (vc-default-dired-state-info): Use vc-state instead of
5439 vc-locking-user and return special strings for special states.
5440 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
5441 and get rid of one of the special CVS cases.
5442 (vc-cancel-version): prettify error message with \\[...].
5443 (vc-rename-master): New function.
5444 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
5445 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
5446 the CVS special case generic.
5447 (vc-default-record-rename): Remove.
5448 (vc-file-tree-walk-internal): Only call FUNC for files that are
5449 under control of some VC backend and replace `concat' with
5450 expand-file-name.
5451 (vc-file-tree-walk): Update docstring.
5452 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
5453 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
5454
5455 * vc-sccs.el (vc-sccs-rename-file): Renamed from
5456 vc-sccs-record-rename. Use `find-file-noselect' rather than
5457 `find-file' and call `vc-rename-master' to do the actual move.
5458 (vc-sccs-diff): Remove unused `backend' variable.
5459
5460 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
5461 to delay loading of vc-sccs until it is really used.
5462 (vc-sccs-master-templates): Preload.
5463 (vc-sccs-state): Update call to vc-sccs-parse-locks.
5464 (vc-sccs-project-dir): Remove (merged into
5465 vc-sccs-search-project-dir).
5466 (vc-sccs-search-project-dir): Rewrite using file name handling ops
5467 rather than `concat', make sure it is preloaded and don't bother
5468 to check that the file actually exists.
5469 (vc-sccs-parse-locks): Remove unused `file' argument, remove
5470 `locks' argument (use buffer's content instead) and eliminate n^2
5471 behavior.
5472
5473 * vc-rcs.el: Update Copyright.
5474 (vc-rcs-rename-file): New function.
5475 (vc-rcs-diff): Remove unused `backend' variable.
5476
5477 * vc-hooks.el: Update Copyright.
5478 (vc-backend): Don't accept a nil argument any more.
5479 (vc-up-to-date-p): Turn into a defsubst.
5480 (vc-possible-master): New function.
5481 (vc-check-master-templates): Use `vc-possible-master' and allow
5482 funs in vc-X-master-templates to return a non-existent file.
5483
5484 * vc-cvs.el: Update Copyright.
5485 (vc-cvs-diff): Remove unused `backend' variable.
7f8b6551 5486 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
7a004b71
GM
5487
5488 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
5489
54902000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5491
5492 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
5493 since it can be called from vc-rcs.el.
5494 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
5495
54962000-09-04 Andre Spiegel <spiegel@gnu.org>
5497
5498 * vc.el (vc-version-diff): Expand file name read from the
5499 minibuffer. Handle the case when a previous version number can't
5500 be guessed. Give suitable messages when there were no differences
5501 found.
5502 (vc-clear-headers): Call backend-specific implementation, if one
5503 exists.
5504 (vc-cancel-version): Made error checks generic. When done, clear
5505 headers generically, too.
5506
5507 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
5508 from vc-clear-headers in vc.el.
5509
5510 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
5511 correctly.
5512 (vc-rcs-latest-on-branch-p): Made second argument VERSION
5513 optional. Handle the case when it's not there.
5514
55152000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5516
5517 * vc.el (vc-locking-user): Moved from vc-hooks.el.
5518
55192000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5520
5521 * vc-hooks.el (vc-loadup): Remove.
5522 (vc-find-backend-function): Use `require'. Also, handle the case
5523 where vc-BACKEND-hooks.el doesn't exist.
5524 (vc-call-backend): Cleanup.
5525
55262000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5527
5528 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
5529 vc-rcs-grab-templates)
5530 (vc-rcs-registered): Remove. The default function works as well.
5531 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
5532 vc-sccs-grab-templates)
5533 (vc-sccs-registered): Remove. The default function works as well.
5534
5535 * vc.el (vc-version-diff): Left out a vc- in call to
5536 vc-call-backend.
5537 (vc-default-dired-state-info, vc-default-record-rename)
5538 (vc-default-merge-news): Update for the new backend argument.
5539
5540 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
5541 using the default function.
5542 (vc-call-backend): If calling the default function, pass it the
5543 backend as first argument. Update the docstring accordingly.
5544 (vc-default-state-heuristic, vc-default-mode-line-string): Update
5545 for the new backend argument.
5546 (vc-make-backend-sym): Renamed from vc-make-backend-function.
5547 (vc-find-backend-function): Use the new name.
5548 (vc-default-registered): New function.
5549
55502000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5551
5552 * vc.el (vc-merge): Use vc-find-backend-function.
5553
5554 * vc-hooks.el (vc-backend-functions): Remove.
5555 (vc-loadup): Don't setup 'vc-functions.
5556 (vc-find-backend-function): New function.
5557 (vc-call-backend): Use above fun and populate 'vc-functions
5558 lazily.
5559 (vc-backend-defines): Remove.
5560
55612000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5562
5563 * vc.el (vc-register): Put a FIXME note for a newly found bug.
5564 Call vc-call-backend without the leading vc-.
5565 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
5566 (vc-check-headers): Call vc-call-backend without the leading vc-.
7f8b6551 5567 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
7a004b71
GM
5568 (vc-annotate-display): Replace confusing use of `cond' with `or'.
5569 Call vc-call-backend without the leading vc-.
5570
5571 * vc-cvs.el (tail): Provide vc-cvs.
5572 * vc-sccs.el (tail): Provide vc-sccs.
5573 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
5574
5575 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
5576 (vc-make-backend-function, vc-call): Pass names without leading
7f8b6551 5577 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
7a004b71
GM
5578 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
5579 (vc-call-backend): Always try to load vc-X-hooks.
5580 (vc-registered): Remove vc- in call to vc-call-backend.
5581
55822000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5583
5584 * vc.el (vc-process-filter): New function.
5585 (vc-do-command): Setup `vc-process-filter' for the async process.
5586 (vc-maybe-resolve-conflicts): New function to reduce
5587 code-duplication. Additionally, it puts the buffer in
5588 `smerge-mode' if applicable.
5589 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
5590 calling `merge-news'.
7f8b6551 5591 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
7a004b71
GM
5592 (vc-log-edit): New function. Replacement for `vc-log-mode' by
5593 interfacing to log-edit.el.
5594 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
5595 log-edit is available.
5596 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
5597
55982000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5599
5600 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
5601 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
5602 defvar and the initialization.
5603 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
5604
5605 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
5606 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
5607
7f8b6551 5608 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
7a004b71
GM
5609
56102000-09-04 Andre Spiegel <spiegel@gnu.org>
5611
5612 * vc.el (vc-file-clear-masterprops): Removed.
5613 (vc-checkin, vc-revert-buffer): Removed calls to the above.
5614 (vc-version-diff): Use buffer-size without argument.
5615 (vc-register): Heed vc-initial-comment.
5616
5617 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
5618 default branch.
5619
5620 * vc-rcs.el (vc-rcs-register): Parse command output to find master
5621 file name and workfile version.
5622 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
5623
5624 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
5625 vc-file-clear-masterprops.
5626
5627 * vc-sccs.el (vc-sccs-checkout): Removed call to
5628 vc-file-clear-masterprops. If writable, set vc-state to 'edited
5629 rather than user login name.
5630
5631
56322000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5633
5634 * vc.el (vc-workfile-unchanged-p): Remove unused argument
5635 `want-differences-if-changed' and simplify.
5636 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
5637 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
5638 output (which is invalid for async vc-diff) to decide whether to
5639 do the revert silently or not.
5640
56412000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5642
5643 * vc-hooks.el (vc-loadup): Load files quietly.
5644 (vc-call-backend): Oops, brain fart.
5645
56462000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5647
5648 * vc-cvs.el (vc-cvs-state): Typo.
7f8b6551 5649 (vc-cvs-merge-news): Return the status code rather than the error msg.
7a004b71
GM
5650
56512000-09-04 Andre Spiegel <spiegel@gnu.org>
5652
5653 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
5654 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
5655 vc-state or vc-up-to-date-p.
5656 (vc-merge): Use vc-backend-defines to check whether merging is
5657 possible. Set state to 'edited after successful merge.
5658
5659 * vc-hooks.el (vc-locking-user): If locked by the calling user,
5660 return that name. Redocumented.
5661
56622000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5663
5664 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
5665 new `vc-state' semantics.
5666 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
5667 'vc-locking-user to the current user.
5668 (vc-merge): Inline vc-backend-merge. Comment out code that I
5669 don't understand and hence can't adapt to the new `vc-state' and
5670 `vc-locking-user' semantics.
5671 (vc-backend-merge): Remove.
5672
5673 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
5674 rather than 'vc-locking-user.
5675
5676 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
5677
5678 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
5679 (vc-state): Don't use 'reserved any more. Just use the same
5680 convention as the one used for vc-<backend>-state where the
5681 locking user (as a string) is returned.
5682 (vc-locking-user): Update, based on the above convention. The
5683 'vc-locking-user property has disappeared.
7f8b6551 5684 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
7a004b71
GM
5685
5686 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
5687 with a heuristic one.
5688 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
5689 (vc-cvs-checkin): Do a trivial parse to set the state in case of
5690 error. That allows us to get to 'needs-merge even in the
5691 stay-local case. There's still no way to detect 'needs-patch in
5692 such a setup (or to force an update for that matter).
5693 (vc-cvs-logentry-check): Remove, the default works as well.
5694
56952000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5696
7f8b6551 5697 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
7a004b71
GM
5698
5699 * vc.el (vc-do-command): kill-all-local-variables, to reset any
5700 major-mode in which the buffer might have been put earlier. Use
5701 `remove' and `when'. Allow `okstatus' to be `async' and use
5702 `start-process' in this case.
5703 (vc-version-diff): Handle the case where the diff looks empty
5704 because of the use of an async process.
5705
57062000-09-04 Andre Spiegel <spiegel@gnu.org>
5707
5708 * vc.el (vc-next-action-on-file): Removed optional parameter
5709 `simple'. Recompute state unconditionally.
5710 (vc-default-toggle-read-only): Removed.
5711
5712 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
5713 (vc-toggle-read-only): Undid prev change.
5714
5715 * vc-cvs.el (vc-cvs-stay-local): Renamed from
5716 vc-cvs-simple-toggle. Redocumented.
5717 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
5718 (vc-cvs-toggle-read-only): Removed.
5719
57202000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5721
7f8b6551 5722 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
7a004b71
GM
5723 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
5724 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
5725 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
5726 still is. So maybe it should be removed.
5727 (vc-head-version, vc-find-binary): Remove.
5728 (vc-recompute-state): Move from vc-hooks.el.
5729 (vc-next-action-on-file): Add a `simple' argument to allow
5730 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
7f8b6551
SM
5731 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
5732 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
7a004b71
GM
5733 (vc-dired-mode-map): Properly defvar it.
5734 (vc-print-log): Call log-view-mode if available.
5735 (small-temporary-file-directory): defvar instead of use boundp.
5736 (vc-merge-news): Moved to vc-cvs.el.
5737 (vc-default-merge-news): New function.
5738
5739 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
5740 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
5741 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
5742 unknown `vc-latest-version' function. It should probably refer to
5743 vc-workfile-version or somesuch, but it's very unclear to me and I
5744 don't have SCCS to test things.
5745
5746 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
5747 (vc-sccs-state-heuristic): Fix typo.
5748 (vc-sccs-workfile-unchanged-p): Add missing argument.
5749
5750 * vc-rcs.el: Require vc and vc-rcs-hooks.
5751 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
5752 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
5753 (vc-release-greater-or-equal-p): Move from vc.
5754 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
5755 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
5756 (vc-rcs-checkout): Add a missing `new-version' argument in the
7f8b6551 5757 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
7a004b71
GM
5758
5759 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
5760 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
5761 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
5762 than the apparently unbound `workfile-version'.
5763
5764 * vc-hooks.el (vc-master-templates): Def the obsolete var.
5765 (vc-file-prop-obarray): Use `make-vector'.
5766 (vc-backend-functions): Add new hookable functions
5767 vc-toggle-read-only, vc-record-rename and vc-merge-news.
5768 (vc-loadup): If neither backend nor default functions exist, use
5769 the backend function rather than nil.
5770 (vc-call-backend): If the function if not bound yet, try to load
5771 the non-hook file to see if it provides it.
5772 (vc-call): New macro plus use it wherever possible.
5773 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
5774 nor `vc-find-binary' since it's only called from
7f8b6551 5775 vc-mistrust-permission which is only used once the backend is known.
7a004b71
GM
5776 (vc-checkout-model): Fix parenthesis.
5777 (vc-recompute-state, vc-prefix-map): Move to vc.el.
5778
7f8b6551 5779 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
7a004b71
GM
5780 (vc-cvs-release, vc-cvs-system-release): Remove.
5781 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
5782 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
5783 status symbols.
5784 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
5785 (vc-cvs-toggle-read-only): First cut at a function to allow a
5786 cvs-status-free vc-toggle-read-only.
5787 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
5788 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
5789 vc-cvs-status. Also set vc-state rather than vc-locking-user.
5790 (vc-cvs-checkout): Modify access rights directly if the user
5791 requested not to use `cvs edit'. And refresh the mode line.
5792
5793 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
5794 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
5795
57962000-09-04 Stefan Monnier <monnier@cs.yale.edu>
5797
5798 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
5799 workfile' that got lost when the code was extracted from vc.el.
5800 And merged the tail with the rest of the code (not possible in the
5801 old vc.el where the tail was shared among all backends). And
5802 explicitly set the state to 'edited if `writable' is set.
5803
5804 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
5805 (vc-cvs-state): Be careful to return the value from
5806 vc-cvs-parse-state.
5807 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
5808 property but return it instead. Also be careful to handle a nil
5809 or "" `rev' when workfile is non-nil (it was handled properly when
5810 workfile was nil).
5811
5812 * vc.el: Removed those pesky unnecessary `(function' quotes.
5813 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
5814 directly in the defvar.
5815 (vc-do-command): Bind inhibit-read-only so as to properly handle
5816 the case where the destination buffer has been made read-only.
5817 (vc-diff): Delegate to vc-version-diff in all cases.
7f8b6551 5818 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
7a004b71
GM
5819 (vc-annotate-mode-variables): Removed (code moved partly to
5820 defvars and partly to vc-annotate-add-menu).
5821 (vc-annotate-mode): Turned into a derived-mode.
5822 (vc-annotate-add-menu): Moved in code in
5823 vc-annotate-mode-variables.
5824 (vc-update-change-log): Use make-temp-file if available.
5825
58262000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
5827
5828 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
5829 `vc-checkout-model' updated to `vc-cvs-update-model'.
5830
58312000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5832
5833 * vc.el (vc-next-action-on-file): Added handling of state
5834 `unlocked-changes'.
5835 (vc-checkout-carefully): Is now practically obsolete, unless the
5836 above is too slow to be enabled unconditionally.
5837 (vc-update-change-log): Fixed typo.
5838
5839 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
5840
7f8b6551
SM
5841 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
5842 Now handles state `unlocked-changes'.
5843 (vc-sccs-workfile-unchanged-p): New function, to support the above.
7a004b71
GM
5844
5845 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
5846
5847 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
5848 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
5849 `unlocked-changes'.
5850 (vc-rcs-workfile-unchanged-p): Renamed from
5851 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
5852 function yet, but supposed to become one soon.
5853
5854 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
5855 `vc-steal-lock'.
5856 (vc-call-backend): Changed error message.
5857 (vc-state): Added description of state `unlocked-changes'.
5858
58592000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5860
5861 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
5862 always return t in CVS-controlled directories.
5863
5864 * vc.el (vc-responsible-backend): New function.
5865 (vc-register): Largely rewritten.
5866 (vc-admin): Removed (implementation moved into vc-register).
5867 (vc-checkin): Redocumented.
5868 (vc-finish-logentry): If no backend defined yet (because we are in
5869 the process of registering), use the responsible backend.
5870
5871 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
5872 Updated function lists.
5873 (vc-call-backend): Fixed typo.
5874
7f8b6551
SM
5875 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
5876 New functions.
5877 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
5878 Removed query option. Redocumented.
7a004b71
GM
5879
58802000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5881
5882 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
5883
5884 * vc.el: Updated callers of `vc-checkout-required' to use
5885 `vc-checkout-model'.
5886
58872000-09-04 Martin Lorentzson <martinl@gnu.org>
5888
5889 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
5890 stuff updated to reference this function instead of the old
5891 `vc-backend-release-p'.
5892
58932000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5894
5895 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
5896 vc-checkout-model. Return appropriate values. Updated callers.
5897
58982000-09-04 Martin Lorentzson <martinl@gnu.org>
5899
7f8b6551 5900 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
7a004b71
GM
5901 (vc-backend-revert): Function moved into `vc-revert';
5902 `vc-next-action' must be updated to accomodate this change.
5903 (vc-backend-steal): Function moved into `vc-finish-steal'.
5904 (vc-backend-logentry-check): Function moved into
5905 `vc-finish-logentry'.
5906 (vc-backend-printlog): Function moved into `vc-print-log'.
5907 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
5908 (vc-backend-assign-name): Function moved into
5909 `vc-create-snapshot'.
5910
59112000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5912
5913 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
7f8b6551
SM
5914 Rename to vc-checkout-model. Return appropriate values.
5915 Update callers.
7a004b71 5916
7f8b6551 5917 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
7a004b71 5918 to vc-checkout-model.
7f8b6551
SM
5919 (vc-checkout-required): Rename to vc-checkout-model.
5920 Re-implement and re-comment.
7a004b71
GM
5921 (vc-after-save): Use vc-checkout-model.
5922
59232000-09-04 Martin Lorentzson <martinl@gnu.org>
5924
7f8b6551
SM
5925 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
5926 Update to use the vc-BACKEND-diff functions instead.
5927 `vc-diff' is now working.
7a004b71 5928
7f8b6551 5929 * vc-rcs.el (vc-rcs-logentry-check): New function.
7a004b71 5930
7f8b6551 5931 * vc-cvs.el (vc-cvs-logentry-check): New function.
7a004b71
GM
5932
5933 * vc-sccs.el (vc-sccs-diff): Function changed name from
5934 `vc-backend-diff'. This makes `vc-diff' work.
5935
7f8b6551 5936 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
7a004b71 5937 of functions possibly implemented in a vc-BACKEND library.
7f8b6551 5938 (vc-checkout-required): Fix bug that caused an error to be
7a004b71
GM
5939 signaled during `vc-after-save'.
5940
7f8b6551
SM
5941 * vc.el: Fix typo.
5942 This checkin is made with our new VC code base for the very first time.
5943 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
7a004b71
GM
5944
5945 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
5946 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
5947
5948 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
5949 updated to `vc-uses-locking'.
7f8b6551 5950 (vc-checkout-required): Call to backend function.
7a004b71
GM
5951 `vc-checkout-required' updated to `vc-uses-locking' instead.
5952
5953 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
5954 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
5955
7f8b6551 5956 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
7a004b71 5957 to match the split into various backends.
7f8b6551 5958 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
7a004b71
GM
5959 (vc-retrieve-snapshot): Bug fix.
5960
59612000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5962
5963 * vc-sccs.el (vc-sccs-release): Doc fix.
5964
59652000-09-04 Martin Lorentzson <martinl@gnu.org>
5966
5967 * vc.el (vc-next-action-on-file): Bug found and fixed.
5968 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
5969 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
5970
5971 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
5972 (vc-rcs-checkout): Name space cleaned up. No more revision number
5973 crunching function names that are not prefixed with vc-rcs.
5974 (vc-rcs-checkout-model): Function added. References to
5975 `vc-checkout-model' replaced.
5976
59772000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5978
5979 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
5980 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
5981 still need to be split, and implemented for RCS).
5982
59832000-09-04 Martin Lorentzson <martinl@gnu.org>
5984
5985 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
5986
5987 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
5988 required by the vc.el file.
5989
5990 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
5991 required by the vc.el file.
5992 (vc-rcs-exists): Function added.
5993
5994 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
5995 required by the vc.el file.
5996
5997 * vc.el (vc-admin): Updated to handle selection of appropriate
5998 backend. Current implementation is crufty and need re-thinking.
5999
6000 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
6001
60022000-09-04 Martin Lorentzson <martinl@gnu.org>
6003
6004 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
6005 beginning of annotate buffers correctly.
6006
6007 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
6008 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
6009 functionality updated quite a lot to support multiple backends.
6010 Variables `vc-annotate-mode', `vc-annotate-buffers',
6011 `vc-annotate-backend' added.
6012
6013 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
6014 `vc-annotate-difference' added to supported backend functions.
6015
60162000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6017
6018 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
6019 Use with-temp-file instead of /bin/sh. Merged from mainline
6020
60212000-09-04 Martin Lorentzson <martinl@gnu.org>
6022
6023 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
6024
6025 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
6026
6027 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
6028
60292000-09-04 Martin Lorentzson <martinl@gnu.org>
6030
6031 * vc-hooks.el: vc-state-heuristic added to
6032 vc-backend-hook-functions.
6033
6034 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
6035
6036 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
6037
7f8b6551
SM
6038 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
6039 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
7a004b71
GM
6040 state to `reserved'.
6041
6042 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
6043 `vc-checkout-required'. Rename the `locked' state to `reserved'.
6044
60452000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6046
7f8b6551 6047 * vc-rcs-hooks.el: Implement new state model. Hardly anything
7a004b71
GM
6048 untouched.
6049
7f8b6551 6050 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
7a004b71 6051
7f8b6551 6052 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
7a004b71
GM
6053 if defined. (Merged from main line, slightly adapted.)
6054
6055 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
6056 millenium problem (merged from mainline).
6057
60582000-09-04 Martin Lorentzson <martinl@gnu.org>
6059
6060 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
6061 part and moved the non-BACKEND stuff to vc.el.
6062
6063 * vc.el: Split the annotate feature into a BACKEND specific part
6064 and moved it from the vc-cvs.el file to this one.
6065
60662000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6067
7f8b6551
SM
6068 * vc-hooks.el: Implement new state model.
6069 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
6070 (vc-locking-user): Simplify. Now only needed if the file is
7a004b71 6071 locked by somebody else.
7f8b6551 6072 (vc-lock-from-permissions): Remove. Functionality is in
7a004b71
GM
6073 vc-sccs-hooks.el and vc-rcs-hooks.el now.
6074 (vc-mode-line-string): New name for former vc-status. Adapted.
7f8b6551 6075 (vc-mode-line): Adapt to use the above. Remove optional parameter.
7a004b71 6076
7f8b6551
SM
6077 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
6078 Various simplifications and adaptations all over the place.
7a004b71 6079
7f8b6551
SM
6080 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
6081 Simplify and adapt the rest.
7a004b71 6082
7f8b6551 6083 * vc.el (vc-resynch-window): Add TODO comment: check for
7a004b71 6084 interaction with view mode according to recent RCS change.
7f8b6551 6085 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
7a004b71
GM
6086
60872000-09-04 Martin Lorentzson <martinl@gnu.org>
6088
7f8b6551 6089 * vc.el: Convert the remaining function comments to docstrings.
7a004b71
GM
6090
60912000-09-04 Martin Lorentzson <martinl@gnu.org>
6092
6093 * vc.el (vc-backend-release, vc-release-greater-or-equal)
6094 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
6095 (vc-minor-part, vc-previous-version): Functions that operate and
6096 compare revision numbers got proper documentation. Comments added
6097 about their possible removal.
6098
60992000-09-04 Martin Lorentzson <martinl@gnu.org>
6100
6101 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
6102 the vc-backend.el files.
6103
6104 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
6105
6106 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
6107 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
6108 (vc-rcs-previous-version): Functions added.
6109
6110 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
6111
6112 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
6113
61142000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6115
6116 * vc-hooks.el (vc-master-templates): Is really obsolete.
7f8b6551 6117 Comment out the definition for now. What is the right procedure
7a004b71
GM
6118 to get rid of it?
6119 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
6120 rewritten.
7f8b6551 6121 (vc-default-registered): Remove.
7a004b71
GM
6122 (vc-check-master-templates): New function; does mostly what the
6123 above did before.
6124 (vc-locking-user): Don't rely on the backend to set the property.
6125
6126 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
7f8b6551 6127 Rewrite documentation.
7a004b71
GM
6128 (vc-rcs-templates-grabbed): New variable.
6129 (vc-rcs-grab-templates): New function.
7f8b6551 6130 (vc-rcs-registered): Rewrite to use above mechanism.
7a004b71
GM
6131
6132 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
7f8b6551 6133 Rewrite documentation.
7a004b71
GM
6134 (vc-sccs-templates-grabbed): New variable.
6135 (vc-sccs-grab-templates): New function.
7f8b6551
SM
6136 (vc-sccs-registered): Rewrite to use above mechanism.
6137 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
6138 Don't throw the result, simply return it.
7a004b71 6139
7f8b6551
SM
6140 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
6141 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
6142 (vc-cvs-registered): Does the check itself now. Simplify.
7a004b71 6143
7f8b6551 6144 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
7a004b71
GM
6145 from main line.
6146
61472000-09-04 Martin Lorentzson <martinl@gnu.org>
6148
7f8b6551 6149 * vc-cvs.el (vc-cvs-diff): New function.
7a004b71 6150
7f8b6551 6151 * vc-sccs.el (vc-sccs-diff): New function.
7a004b71 6152
7f8b6551
SM
6153 * vc-rcs.el (vc-rcs-diff): New function.
6154 (vc-rcs-checkout): Bug (typo) found and fixed.
6155 (vc-rcs-register-switches): New variable.
7a004b71
GM
6156
6157 * vc.el (vc-backend-diff): Function removed and placed in the
6158 backend files.
6159
61602000-09-04 Martin Lorentzson <martinl@gnu.org>
6161
6162 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
6163
6164 * vc.el (vc-backend-checkout): Function removed and replaced in
6165 the vc-backend.el files.
6166
6167 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
6168
6169 * vc.el (vc-backend-admin): Removed and replaced in the
6170 vc-backend.el files.
6171
6172 * vc.el (Martin): Removed all the annotate functionality since it
6173 is CVS backend specific.
6174
61752000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6176
6177 * spec.txt: Added specification of vc-state.
6178
6179 * vc-sccs-hooks.el (vc-sccs-master-properties):
7f8b6551 6180 Remove handling of vc-latest-version and
7a004b71
GM
6181 vc-your-latest-version. What used to be vc-latest-version, is now
6182 returned as vc-workfile-version.
7f8b6551 6183 (vc-sccs-workfile-version): Adapt.
7a004b71
GM
6184
61852000-09-04 Dave Love <fx@gnu.org>
6186
6187 * vc.el: [Merged from mainline.]
6188 (vc-dired-mode): Make the dired-move-to-filename-regexp
6189 regexp match the date, to avoid treating date as file size.
6190 Add YYYY S option to WESTERN/
6191
61922000-09-04 Dave Love <fx@gnu.org>
6193
6194 * vc.el: Require `compile' when compiling.
6195 (vc-logentry-check-hook): New option.
6196 (vc-steal-lock): Use compose-mail.
6197 (vc-dired-mode-map): Defvar when compiling.
6198 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
6199 vc-sccs.el and renamed. Callers changed.
6200 (vc-backend-checkout, vc-backend-logentry-check)
6201 (vc-backend-merge-news): Doc fix.
6202 (vc-default-logentry-check): New function.
6203 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
6204 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
6205 (vc-backend-merge): Doc fix. Use backend functions.
6206 (vc-check-headers): Use backend functions.
6207
6208 * vc-cvs.el: Require vc when compiling.
6209 (vc-cvs-register-switches): Doc fix.
6210 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
6211 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
6212 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
6213 New functions (code from vc.el).
6214 (vc-annotate-display-default): Fix interactive spec.
6215 (vc-annotate-time-span): Doc fix.
6216
6217 * vc-rcs.el: Require vc when compiling.
6218 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
6219 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
6220 (vc-rcs-checkin): New functions (code from vc.el).
6221 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
6222 Doc fix.
6223 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
6224
6225 * vc-sccs.el: Require vc when compiling.
6226 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
6227 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
6228 (vc-sccs-revert)
6229 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
6230 from vc.el).
6231 (vc-sccs-add-triple, vc-sccs-record-rename)
6232 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
6233 (vc-sccs-admin): Doc fix.
6234
62352000-09-04 Martin Lorentzson <martinl@gnu.org>
6236
6237 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
6238 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
6239 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
6240 from vc.el.
6241
6242 * vc-sccs.el (vc-admin-sccs): Added from vc.el
6243
6244 * vc-cvs.el: Moved the annotate functionality from vc.el.
6245 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
6246
62472000-09-04 Dave Love <fx@gnu.org>
6248
6249 * vc.el (vc-backend-release): Call vc-system-release.
6250
6251 * vc-sccs.el (vc-sccs-system-release):
6252 Renamed from vc-sccs-backend-release.
6253
6254 * vc-rcs.el (vc-rcs-system-release):
6255 Renamed from vc-rcs-backend-release.
6256
6257 * vc-cvs.el (vc-cvs-system-release):
6258 Renamed from vc-cvs-backend-release.
6259
62602000-09-04 Dave Love <fx@gnu.org>
6261
6262 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
6263 backend files.
6264 (vc-backend-release): Dispatch to backend functions.
6265 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
6266 probably needs attention.]
6267
6268 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
6269 (vc-sccs-backend-release): New function.
6270
6271 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
6272 (vc-cvs-backend-release): New function.
6273
6274 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
6275 Doc fix.
6276 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
6277 (vc-default-dired-state-info): New function.
6278 (vc-dired-state-info): Dispatch to backends.
6279 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
6280
6281 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
6282 from vc.el and renamed.
6283
62842000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6285
6286 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
6287 (vc-version-other-window, vc-backend-assign-name): Removed
6288 references to vc-latest-version; sometimes changed into
6289 vc-workfile-version.
6290
6291 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
6292 vc-rcs-master-workfile-version.
6293 (vc-rcs-workfile-version): Use the above. Don't call
6294 vc-latest-version (that was unreachable code, anyway).
6295 (vc-rcs-fetch-master-properties): Doc fix.
6296
6297 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
6298 (vc-backend-hook-functions): Removed them from this list, too.
6299 (vc-fetch-properties): Removed.
6300 (vc-workfile-version): Doc fix.
6301
6302 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
6303 (vc-rcs-workfile-version, vc-rcs-locking-user)
6304 (vc-rcs-uses-locking): Use it.
6305
6306 * vc-hooks.el (vc-consult-rcs-headers):
6307 Moved into vc-rcs-hooks.el, under the name
6308 vc-rcs-consult-headers.
6309
6310 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
6311 headers.
6312 (vc-cvs-find-master): Use this name only; correct different
6313 versions of the name.
6314
6315 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
6316 New functions.
6317 (vc-sccs-locking-user): Use the latter.
6318
6319 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
6320 New functions.
6321
6322 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
6323 Moved into both
6324 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
6325 functions are implementation details of those two backends.
6326
63272000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6328
6329 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
6330 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
6331
6332 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
6333 (vc-sccs-parse-locks): SCCS-specific code moved here from
6334 vc-hooks.
6335
6336 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
6337 code moved here from vc-hooks.
6338
6339 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
6340 into back-end specific parts and removed. Callers not updated
6341 yet; because I guess these callers will disappear into back-end
6342 specific files anyway.
6343
63442000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6345
6346 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
6347 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
6348 `vc-uses-locking'.
6349
6350 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
6351 Store yes/no in the property, and return t/nil. Updated all
6352 callers.
6353
6354 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
6355 vc-sccs-uses-locking. Don't set property.
6356 (vc-sccs-locking-user): Don't set property.
6357
6358 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
6359 vc-cvs-uses-locking. Don't set property here; leave that to
6360 vc-hooks.
6361 (vc-cvs-locking-user): Reflect above change. Streamlined.
6362
6363 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
6364 vc-rcs-uses-locking.
6365 (vc-rcs-locking-user): Reflect above change.
6366
63672000-09-04 Dave Love <fx@gnu.org>
6368
6369 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
6370
6371 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
6372
6373 * vc-hooks.el (vc-checkout-model): Punt to backends.
6374
6375 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
6376
6377 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
6378
6379 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
6380 New functions.
6381
6382 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
6383 New functions.
6384
6385 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
6386 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
6387
6388 * vc-hooks.el (vc-default-locking-user): New function.
6389 (vc-locking-user, vc-workfile-version): Punt to backends.
6390
63912000-09-04 Dave Love <fx@gnu.org>
6392
6393 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
6394 (vc-master-workfile-version): Moved from vc-hooks.
6395
6396 * vc-rcs-hooks.el: Fix duplicate code in last change.
6397
6398 * vc-rcs-hooks.el: Require vc-hooks when compiling.
6399 (vc-rcs-master-templates): Improve :type.
6400 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
6401 vc-master-workfile-version): Moved from vc-hooks.
6402
6403 * vc-sccs-hooks.el: Require vc-hooks when compiling.
6404 (vc-sccs-master-templates): Improve :type.
6405 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
6406
6407 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
6408
6409 * vc-cvs-hooks.el: Require vc-hooks when compiling.
6410 (vc-cvs-master-templates): Improve :type. Use
6411 vc-cvs-find-cvs-master.
6412 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
6413 from vc-hooks.
6414 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
6415
6416 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
6417 Moved to vc-cvs-hooks.
6418
6419 * vc-hooks.el: Add doc strings in various places. Simplify the
6420 minor mode setup.
6421 (vc-handled-backends): New user variable.
6422 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
6423 simplification.
6424
64252000-09-04 Dave Love <fx@gnu.org>
6426
6427 * vc.el: Some doc fixes for autoloaded and interactive functions.
6428 Fix compilation warnings from ediff stuff.
6429 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
6430
6431 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
6432
6433 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
6434
6435 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
6436
64372000-09-04 Dave Love <fx@gnu.org>
6438
6439 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
6440 New variable.
6441 (vc-make-backend-function, vc-loadup, vc-call-backend)
6442 (vc-backend-defines): New functions.
6443
6444 * vc-hooks.el: Various doc fixes.
6445 (vc-default-back-end, vc-follow-symlinks): Custom fix.
6446 (vc-match-substring): Function removed. Callers changed to use
6447 match-string.
6448 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
6449 Simplify.
6450
64512000-09-04 Dave Love <fx@gnu.org>
6452
6453 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
6454 type.
6455 (vc-sccs-project-dir, vc-search-sccs-project-dir)
6456 (vc-sccs-registered): Doc fix.
6457
6458 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
6459 (vc-cvs-registered): Doc fix.
6460
6461 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
6462 (vc-rcs-registered): Doc fix.
6463
64642000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6465
6466 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
6467
6468 * vc-hooks.el: vc-registered has been renamed
6469 vc-default-registered. Some functions have been moved to the
6470 backend specific files. they all support the
6471 vc-BACKEND-registered functions.
6472
64732000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
6474
6475 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
6476
6477 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
6478
a033ea13
DL
64792000-09-04 Dave Love <fx@gnu.org>
6480
179fc9ef
DL
6481 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
6482 menu-bar-update-hook.
6483
6484 * help.el (help-manyarg-func-alist): Add
6485 find-operation-coding-system.
6486
a033ea13
DL
6487 * wid-edit.el (widget-sexp-validate): Fix garbled code.
6488
6489 * custom.el (custom-set-variables): Print message about errors in
6490 setting.
6491
f8803e97
AI
64922000-09-03 Andrew Innes <andrewi@gnu.org>
6493
6494 * makefile.w32-in: Change to DOS line endings.
6495
59836110
EZ
64962000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
6497
6498 * mouse.el (mouse-popup-menubar): Supply the prompt string for
6499 minor-mode keymaps, if they don't have one.
6500
5514ba5c
EZ
65012000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
6502
6503 * eshell/esh-module.el (eval-when-compile): Don't lose if
6504 esh-module.el's file name is truncated to DOS 8+3 limits.
6505
79cf8e80
JW
65062000-09-01 John Wiegley <johnw@gnu.org>
6507
6508 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
6509 predicate, which caused entries in the completion list to be
6510 doubled.
6511
65122000-08-30 John Wiegley <johnw@gnu.org>
6513
6514 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
6515 sending to subprocesses. Also, hook pre-command-hook if
6516 `eshell-send-direct-to-subprocesses' is non-nil.
6517 (eshell-send-direct-to-subprocesses): New config variable. If t,
6518 subprocess input is send immediately.
6519 (eshell-toggle-direct-send): New function.
6520 (eshell-self-insert-command): New function.
6521 (eshell-intercept-commands): New function.
6522 (eshell-send-input): If direct subprocess sending is enabled,
6523 don't echo any input to the Eshell buffer. Let the subprocess
6524 handle that. This requires "stty echo" in bash, for example.
6525
65262000-08-28 John Wiegley <johnw@gnu.org>
6527
6528 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
6529 completion function for Eshell's implementation of `unset'.
6530
778911b9
EZ
65312000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
6532
6533 * info.el (Info-directory-list): Doc fix.
6534
05d07b49
PB
65352000-08-31 Peter Breton <pbreton@ne.mediaone.net>
6536
9b4a7800 6537 * filecache.el (file-cache-add-directory-using-find): Don't quote
05d07b49
PB
6538 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
6539
9941d4c7
KH
65402000-08-31 Kenichi Handa <handa@etl.go.jp>
6541
6542 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
6543 coding systems.
6544
af9ba8ad
AI
65452000-08-30 Andrew Innes <andrewi@gnu.org>
6546
6547 * timer.el (run-with-idle-timer): Undo last change, so that timer
6548 is not activated immediately if Emacs is already idle. Some
6549 existing code relies on this behaviour.
6550
caccd8f2
MB
65512000-08-30 Miles Bader <miles@gnu.org>
6552
6553 * frame.el (set-frame-font): Do completion of font-name for
6554 interactive use.
6555
b64c0a1c
KH
65562000-08-30 Kenichi Handa <handa@etl.go.jp>
6557
6558 * international/quail.el (quail-start-translation): Bind locally
6559 last-command-event, last-command, and this-command.
6560 (quail-start-conversion): Likewise.
75cf0095 6561 (quail-self-insert-command): Fix docstring.
b64c0a1c 6562
fd5f61d3
GM
65632000-08-29 Gerd Moellmann <gerd@gnu.org>
6564
6565 * progmodes/executable.el
6566 (executable-make-buffer-file-executable-if-script-p): Check that
6567 buffer contains at least 2 characters.
6568
5b671d04
EZ
65692000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
6570
6571 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
6572
485d9513
DL
65732000-08-29 Dave Love <fx@gnu.org>
6574
a39fb83d
DL
6575 * diff-mode.el (diff-mode) <defgroup>: Add :version.
6576 (diff-mode-shared-map): Bind mouse-2.
6577 (diff-imenu-generic-expression): New variable.
6578 (diff-mode): Use it.
6579
485d9513
DL
6580 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
6581 (mouse-popup-menubar): Add minor mode menus.
6582 (popup-menu): Check for lookup-key returning number.
6583
ba3478d9
MB
65842000-08-29 Miles Bader <miles@gnu.org>
6585
6586 * comint.el (comint-send-input): Create overlays using the proper
6587 front/read-advance arguments.
9b4a7800 6588
c3d6d211
GM
65892000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6590
6591 * ps-print.el: Even/odd pages printing. Doc fix.
6592 (ps-print-version): New version number (6.0).
6593 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
6594 (ps-background, ps-begin-file, ps-begin-job): Code fix.
6595 (ps-print-duplex-feature): Variable eliminated.
6596 (ps-even-or-odd-pages): New variable.
6597
ba087cd7 6598 * progmodes/ebnf2ps.el: Doc fix.
87d0f685
GM
6599 (ebnf-version): New version (3.3).
6600 (ebnf-user-arrow): Change variable customization to sexp.
6601 (ebnf-user-arrow): Function eliminated.
6602 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
9b4a7800 6603
d313265f
KH
66042000-08-29 Kenichi Handa <handa@etl.go.jp>
6605
cba62b78 6606 * help.el (help-xref-mule-regexp): New variable.
d313265f
KH
6607 (help-make-xrefs): Handle help-xref-mule-regexp.
6608
6609 * international/mule-cmds.el (help-xref-mule-regexp-template): New
6610 variable.
6611 (describe-input-method): Temporarily activate the specfied input
6612 method to display the information.
6613 (describe-language-environment): Hyperlinks to mule related items.
6614
6615 * international/mule-diag.el (charset-multibyte-form-string): New
6616 function.
6617 (list-character-sets-1): Use charset-multibyte-form-string.
6618 (describe-character-set): New function.
6619 (describe-coding-system): Hyperlinks to safe character sets.
6620
6621 * international/quail.el (quail-help): New arg PACKAGE.
6622 Hyperlinks to mule related items.
6623 (quail-help-insert-keymap-description): Use
6624 substitute-command-keys instead of describe-bindings.
6625 (quail-translation-help): Hyperlinks to mule related items.
6626
b4bd214e
JW
66272000-08-28 John Wiegley <johnw@gnu.org>
6628
ca7aae91
JW
6629 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
6630 have a defsubst call itself. Made `eshell-flatten-list' back into
6631 a function again.
6632
b4bd214e
JW
6633 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
6634 catch, in case re-centering point at bottom messes up the display.
6635 This happens frequently in Emacs 21, due I believe to variable
6636 line heights.
6637
6638 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
6639 to call `find-tag-interactive'.
6640
6641 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
6642 the list of remember directories.
6643
d44e146b
JW
66442000-08-28 John Wiegley <johnw@gnu.org>
6645
6646 * align.el: Test align-region-separate to see if it's a symbol.
6647
546c0888 66482000-08-28 John Wiegley <johnw@gnu.org>
d44e146b
JW
6649
6650 * eshell/esh-util.el (eshell-flatten-list): Made this function
6651 into a defsubst form. It gets used very frequently, although
6652 calls don't occur all that often.
6653
6654 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
6655 examining it.
6656
6657 * eshell/esh-cmd.el (eshell-rewrite-while-command):
6658 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
6659 `eshell-protect'.
6660 (eshell-copy-handles): Created a new macro for duplicating the
6661 current set of open handles. This is needed by the looping
6662 functions.
6663 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
6664 is not incorrectly stomped on.
6665
6666 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
6667 declaration for pcomplete-use-paring.
6668 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
6669 value of eshell-cmpl-use-paring.
6670 * pcomplete.el (pcomplete-use-paring): New config variable, to
6671 indicate whether paring should be used.
6672 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
6673 completion alternatives that have already been used.
6674
6675 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
6676 bound to C-c C-y, which will repeat the previous N arguments
6677 (based on prefix argument).
6678 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
6679
6680 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
6681 if there is no *Help* buffer. This is for XEmacs, which renames
6682 its help buffers uniquely. TODO: Find out what the current buffer
6683 name to delete is.
6684
6685 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
6686 first entry that correlates to a passwd/group number. Later
6687 entries (used for group/user name aliasing to multiple IDs) are
6688 ignored.
6689
9b4a7800
TTN
6690 * eshell/em-xtra.el (eshell/expr):
6691 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
6692 (eshell-grep, eshell/diff, eshell/locate):
d44e146b
JW
6693 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
6694 argument list, before passing it to the system command.
6695
6696 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
6697 `find-tag' for use at final position in Eshell buffers (which
6698 otherwise triggers an error on Emacs 21).
6699 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
6700 buffer, if it is currently bound to `find-tag'.
6701
6702 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
6703 in the list of matched Makefile names.
6704 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
6705 directory, prefer its contents to Makefile.
6706
6707 * eshell/em-dirs.el (eshell/cd): cd commands that look up
6708 directory parts (like "cd old new", or "cd =regexp"), are now case
6709 sensitive on non-Windows/DOS platforms.
6710
6711 * eshell/esh-mode.el (eshell-parse-command-input): When a user
6712 types RET after an open delimiter (like "), display a message
6713 indicating that Eshell is waiting for the closing delimiter.
6714
6715 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
6716 environment variables.
6717
6718 * eshell/em-unix.el (eshell/diff): Added logic to fail more
6719 gracefully if the user enters incorrect arguments.
6720
6721 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
6722 Eshell buffers.
6723
9b4a7800
TTN
6724 * eshell/esh-var.el (eshell-interpolate-variable):
6725 * eshell/esh-mode.el (eshell-move-argument):
d44e146b
JW
6726 * eshell/em-unix.el (eshell-du-sum-directory):
6727 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
6728 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
6729 (not (= ...)).
6730
6731 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
6732 to ensure the `preserve' flag gets propagated when doing recursive
6733 directory copies.
6734
546c0888 67352000-08-28 Stefan Monnier <monnier@cs.yale.edu>
d44e146b
JW
6736
6737 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
6738 Don't convert \n into \0177 in memory.
6739 (eshell-read-history, eshell-write-history): Convert \n to \0177,
6740 and back again, when reading and writing.
9b4a7800 6741
546c0888 67422000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
d44e146b
JW
6743
6744 * eshell/esh-util.el (eshell-processp): Added to relieve constant
6745 testing of `fboundp' on `processp'.
6746
6747 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
6748 (eshell/jobs): Don't call process-list if it is not bound.
6749 (eshell-gather-process-output): Support systems where async
6750 subprocesses aren't supported.
6751 (eshell-scratch-buffer, eshell-last-sync-output-start): New
6752 variables.
6753
6754 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
6755 eshell-do-eval returns t.
6756 (eshell-do-pipelines-synchronously): New defmacro.
6757 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
6758 when async subprocesses aren't supported.
6759 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
6760 if async subprocesses aren't supported.
6761 (eshell-resume-command): Don't assume STATUS is a string.
6762
6763 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
6764
6765 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
6766 (eshell-close-target, eshell-get-target): Use eshell-processp.
6767 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
6768 fix.
6769 (eshell-get-target, eshell-create-handles): Doc fix.
6770
546c0888 67712000-08-28 Miles Bader <miles@lsi.nec.co.jp>
d44e146b 6772
546c0888 6773 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
d44e146b
JW
6774 criterion to include commands that output something, as long as it
6775 leaves both the command and the end-of-buffer visible when the
6776 command has exited.
6777 (eshell-review-quick-commands): Adjust the help doc string
6778 accordingly.
6779
2a371c3b
PB
67802000-08-28 Peter Breton <pbreton@ne.mediaone.net>
6781
8348e1f9 6782 * locate.el (locate): Cleaned up locate command's interactive prompting
1ec321a7 6783 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
8348e1f9 6784
9b4a7800 6785 * filecache.el (file-cache-case-fold-search): New variable
2a371c3b
PB
6786 (file-cache-assoc-function): New variable
6787 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
6788 Use file-cache-case-fold-search variable
6789 (file-cache-add-file): Use file-cache-assoc-function
6790 (file-cache-delete-file): likewise
6791 (file-cache-directory-name): likewise
6792 (file-cache-debug-read-from-minibuffer): likewise
6793
95931eb1
GM
67942000-08-28 Gerd Moellmann <gerd@gnu.org>
6795
6796 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
6797 (abbrev-table-name): New function.
6798 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
6799 If non-nil list local abbrev, only.
6800
bb17930d
GM
68012000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
6802
546c0888
EZ
6803 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
6804 from Gnus support code, and use special article copy buffer
bb17930d
GM
6805 `(gnus-original-article-buffer)' instead. This allows to get rid
6806 of article-hide-headers usage (which breaks in the latest Gnus
6807 version). Thanks to Detlev Zundel.
6808
41a68aef
KH
68092000-08-28 Kenichi Handa <handa@etl.go.jp>
6810
6811 * international/quail.el (quail-use-package): Hide "... loaded"
6812 message.
6813 (quail-start-translation, quail-start-conversion): Likewise.
6814
6815 * international/kkc.el (kkc-region): Hide "... loaded" message.
6816
28bb2cef
DL
68172000-08-27 Dave Love <fx@gnu.org>
6818
6819 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
6820
11a1118d
MB
68212000-08-27 Miles Bader <miles@gnu.org>
6822
6823 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
6824
0f85d477
KH
68252000-08-27 Kenichi Handa <handa@etl.go.jp>
6826
6827 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
6828 'ja-dic-cnv), not (require 'skkdic-cnv).
6829
2d73e8d3
MB
68302000-08-26 Miles Bader <miles@gnu.org>
6831
a0e5a5a4
MB
6832 * faces.el (face-x-resources): Add entry for :inherit.
6833 * cus-face.el (custom-face-attributes): Add support for :inherit
6834 attribute. Add support for relative face heights.
6835 (custom-face-attributes-get): Treat `nil' as being a default value
6836 for :inherit (as well as `unspecified').
6837
19feb949
MB
6838 * faces.el (set-face-attribute): Update doc string.
6839 (face-attribute-name-alist): Add :inherit.
6840 (face-valid-attribute-values): Handle :inherit.
6841 (face-read-string): Rephrase prompt to be less confusing.
6842 Assume that DEFAULT is a string, since we must return a string.
6843 (face-read-integer): Use `format' to turn DEFAULT into an
6844 acceptable default for face-read-string. Match NEW-VALUE against
6845 the string "unspecified", not the symbol `unspecified', since
6846 that's what face-read-string returns.
6847 (read-face-attribute): Lookup a name for old-value in valid, and
6848 use it as a default if we find one. Treat all values from
6849 face-read-string as strings. If the default is used, don't do any
6850 more processing on the value, just use the old value directly.
6851 (read-face-and-attribute, modify-face): Tweak prompt.
6852 (read-face-name): Don't assume prompt ends with a space.
6853
2d73e8d3
MB
6854 * faces.el (describe-face): Add support for :inherit attribute.
6855
a1a2e38f
KH
68562000-08-25 Kenichi Handa <handa@etl.go.jp>
6857
e84fa7c5
KH
6858 * terminal.el (terminal-emulator): Fix args to `concat'. Now
6859 concat doesn't accept interger.
6860
a1a2e38f
KH
6861 * international/kkc.el: Remove SKK from Keywords. Require
6862 ja-dic-utl instead of skkdic-utl.
6863
6864 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
6865 Provide ja-dic-cnv instead of skkdic-cnv.
6866 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
6867 (iso-2022-7bit-short): Add safe-charsets property.
6868 (skkdic-convert-postfix): Search Japanese chou-on character in
6869 addition to Hiragana character.
6870 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
6871 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
6872 (batch-skkdic-convert): Likewise.
6873
6874 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
6875 Provide ja-dic-utl instead of skkdic-utl.
6876 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
6877
f6499c03
DL
68782000-08-24 Dave Love <fx@gnu.org>
6879
1c2c3f16
DL
6880 * disp-table.el (standard-display-default): Make the test of `l'
6881 useful.
6882
f6499c03
DL
6883 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
6884 mod sample text.
6885
6886 * international/iso-ascii.el: Make pilcrow convenient string
6887 consistent with section.
6888 (iso-ascii-display): Set up multibyte characters as well as
6889 unibyte.
6890
c543db81
KH
68912000-08-24 Kenichi Handa <handa@etl.go.jp>
6892
6893 * international/mule-cmds.el (reset-language-environment): Set
6894 default-process-coding-system to '(undecided . iso-latin-1), which
6895 makes process I/O almost consistent with file I/O. Call this
6896 function when mule-cmds.el[c] is loaded.
6897
746d9caf
AI
68982000-08-22 Andrew Innes <andrewi@gnu.org>
6899
6900 * makefile.w32-in: New file.
6901
5484005d
MB
69022000-08-22 Miles Bader <miles@lsi.nec.co.jp>
6903
6904 * comint.el (comint-output-filter): Compare end of
6905 comint-last-output-overlay with the start of the newly inserted
6906 text, not the end, when deciding whether to extend it.
9b4a7800 6907 Set saved-point's insertion type to advance after insertion.
5484005d
MB
6908
6909 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
6910 since this is now done independently of font-lock mode.
6911
7a912f63
GM
69122000-08-21 Gerd Moellmann <gerd@gnu.org>
6913
6914 * server.el (server-kill-new-buffers): New user option.
6915 (server-existing-buffer): New buffer-local variable.
6916 (server-visit-files): When using an existing buffer, set
6917 server-existing-buffer to t.
6918 (server-buffer-done): If server-kill-new-buffers is t, kill the
6919 buffer, unless it was already present before visiting it with
6920 Emacs server.
9b4a7800 6921
240301df
EZ
69222000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
6923
6924 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
6925 even if the display doesn't support colors: some displays will
6926 support bold/underline faces.
6927
cbcef616
GM
69282000-08-21 Gerd Moellmann <gerd@gnu.org>
6929
6917e6bb
GM
6930 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
6931
cbcef616
GM
6932 * startup.el (command-line): If user's init file had an error,
6933 add explanatory text to *Messages*.
6934
6922b018
KH
69352000-08-21 Kenichi Handa <handa@etl.go.jp>
6936
6937 * man.el (Man-getpage-in-background): Decode the process output by
6938 the system locale coding system.
6939
e50c4203
DL
69402000-08-20 Dave Love <fx@gnu.org>
6941
96ab6351
DL
6942 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
6943 Don't test x-popup-menu.
6944 (function) <complete-function>: Complete only fbound symbols.
6945 <validate, value>: New.
6946 (variable) <complete-function>: Complete only bound symbols.
6947 (coding-system): Add :base-only, :complete-function, :validate,
6948 :value, :prompt-match.
6949 (widget-coding-system-prompt-value): Use read-coding-system and
6950 act on :base-only.
6951 (editable-field): Add :help-echo.
6952 (widget-push-button-gui, widget-push-button-cache)
6953 (widget-gui-action, widget-editable-list-gui): COmment out, along
6954 with uses.
6955 (widget-at): Make arg optional.
6956 (widget-echo-help): Adjust for current help-echo calling sequence.
6957 (widget-specify-field, widget-specify-button)
6958 (widget-specify-insert, widget-get-sibling, widget-image-find)
6959 (widget-convert, widget-insert, widget-leave-text)
6960 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
6961 (widget-setup, widget-field-find, widget-before-change)
6962 (widget-after-change, widget-default-complete)
6963 (widget-default-create, widget-default-delete)
6964 (widget-push-button-value-create, editable-field)
6965 (widget-field-prompt-value, widget-field-validate)
6966 (widget-choice-value-create, widget-choice-action)
6967 (widget-choice-validate, widget-checklist-add-item)
6968 (widget-radio-add-item, widget-radio-chosen)
6969 (widget-radio-value-inline, widget-editable-list-value-create)
6970 (widget-editable-list-entry-create)
6971 (widget-documentation-link-add)
6972 (widget-documentation-string-value-create)
6973 (widget-regexp-validate, widget-file-complete)
6974 (widget-sexp-validate, widget-plist-convert-widget)
6975 (widget-plist-convert-widget, widget-alist-convert-widget)
6976 (widget-alist-convert-widget, widget-color-complete): Simplify,
6977 particularly to avoid bindings which aren't optimized out.
6978
e50c4203
DL
6979 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
6980 Doc fix.
6981 (down-list, backward-up-list, up-list, kill-sexp)
6982 (backward-kill-sexp, mark-sexp): Make arg optional.
6983 (lisp-complete-symbol): Add optional arg PREDICATE.
6984
6985 * cus-start.el: Add display-buffer-reuse-frames,
6986 file-coding-system-alist.
6987
511bd4eb
GM
69882000-08-20 Gerd Moellmann <gerd@gnu.org>
6989
6990 * startup.el (command-line): Clear realized faces after
6991 modifying TTY color mappings.
6992
a9de7d29
MB
69932000-08-20 Miles Bader <miles@gnu.org>
6994
6995 * faces.el (face-attr-match-p): Don't return true if ATTRS are
6996 merely a subset of FACE's attributes.
6997
8a8023d9
MB
69982000-08-19 Miles Bader <miles@gnu.org>
6999
7000 * comint.el (comint-output-filter): Save the point with a marker,
7001 not just a buffer position.
7002
7003 * international/mule.el (set-buffer-process-coding-system): Make
7004 interactive prompt less confusing.
7005
1433385f
GM
70062000-08-19 Gerd Moellmann <gerd@gnu.org>
7007
7008 * hilit-chg.el: General cleanup of doc strings, comments and
7009 code formatting.
7010
136b4eda
MB
70112000-08-19 Miles Bader <miles@gnu.org>
7012
7013 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
7014 Compiler macro removed; beginning-of-line is no longer always
7015 equivalent to forward-line, in the presence of fields.
7016
7017 * comint.el (comint-output-filter): Remove ad-hoc saving of
7018 restriction, and just use save-restriction, now that it works
7019 correctly. Don't adjust comint-last-input-start to account for
7020 our insertion; it shouldn't have moved because we don't use
7021 insert-before-markers anymore. Comment out call to
7022 `force-mode-line-update'; why is it here?
7023
7024 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
7025 while checking for prompt to delete. Use `forward-line 0'
7026 instead of beginning-of-line.
7027 (gud-filter): Temporarily widen gud comint buffer while
7028 examining output.
7029
cdd0f857
SM
70302000-08-18 Stefan Monnier <monnier@cs.yale.edu>
7031
ebf96bfa
SM
7032 * progmodes/sh-script.el: Big bag of typos.
7033
cdd0f857
SM
7034 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
7035 check since ispell-process is not bound when ispell is not yet loaded.
7036
9bb7a286
DL
70372000-08-18 Dave Love <fx@gnu.org>
7038
7039 * image.el (find-image): Copy `spec' before using plist-put.
7040
74ec6045
GM
70412000-08-18 Gerd Moellmann <gerd@gnu.org>
7042
7043 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
7044 `portugues'.
7045
7046 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
7047 backward-kill-sexp, analogous to kill-sexp.
7048
7049 * progmodes/icon.el (icon-indent-line)
7050 (icon-is-continuation-line): Handle comments specially.
7051
70522000-08-17 Ken Stevens <k.stevens@ieee.org>
7053
7054 * ispell.el: Set to standard author/maintainer/keyword fields.
7055 Fine tuning to menu map appearance and operation, and added help.
7056 Remove `start' and `end' error messages when compiling.
7057 (ispell-choices-win-default-height): Fixed comment string.
7058 (ispell-dictionary-alist-1): Fixed regexp in castellano and
7059 castellano8 dictionaries.
7060 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
7061 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
7062 dictionary, added italiano dictionary.
7063 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
7064 word character
7065 (ispell-tex-skip-alists): Added psfig support.
7066 (ispell-skip-html): Renamed from ispell-skip-sgml.
7067 (ispell-begin-skip-region-regexp, ispell-skip-region)
7068 (ispell-minor-check): Improved html skipping support to skip across
7069 code, and recognize `&' commands without propper `;' syntax;
7070 (ispell-process-line): Fix alignment error when manually
7071 correcting spelling.
7072 (ispell): Fix comment string.
7073 (ispell-add-per-file-word-list): Always put word list on new line.
7074
3787e12e
GM
70752000-08-17 Gerd Moellmann <gerd@gnu.org>
7076
a7b28523
GM
7077 * format.el (format-encode-run-method): Fix error message to say
7078 `encode' instead of `decode'. Use save-window-excursion around
7079 shell-command-on-region as in format-decode-run-method because
7080 shell-command-on-region can display a buffer with error output.
7081 (format-decode): Don't record undo information for the decoding.
7082 (format-annotate-function): Add parameter FORMAT-COUNT. Make
7083 that number part of the temporary buffer name so that more than
7084 one decoding using a temporary buffer can happen safely.
7085
7086 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
7087 of `A-z' in the regexp.
7088
7089 * hilit-chg.el: Fix typos in commentary.
7090
3787e12e
GM
7091 * help.el (view-emacs-news): Rewritten for new naming scheme
7092 for old NEWS files.
7093
7094 * startup.el (command-line): Pop to *Messages* in case an error
7095 is signaled while loading user-init-file.
7096
d2473540
AS
70972000-08-17 Andreas Schwab <schwab@suse.de>
7098
7099 * files.el (insert-directory): Don't lose original file name,
7100 undoing an undocumented change.
7101
c0bbaf57
GM
71022000-08-17 Alex Schroeder <alex@gnu.org>
7103
7104 * sql.el (sql-magic-go): Use comint-bol.
7105 (sql-copy-column): Use comint-line-beginning-position.
7106 (comint-line-beginning-position): Define a replacement for
7107 comint-line-beginning-position if it is not fboundp.
7108
71092000-08-17 Alex Schroeder <alex@gnu.org>
7110
7111 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
7112 it didn't have any effect anyway.
7113
71142000-08-17 Alex Schroeder <alex@gnu.org>
7115
7116 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
7117 --pset and pager=off instead of sending \\o|cat at the beginning
7118 of the session.
7119
9d245da5
MB
71202000-08-17 Miles Bader <miles@gnu.org>
7121
7122 * progmodes/octave-inf.el: Add compatibility definition of
7123 comint-line-beginning-position.
7124
abfdbd2e
KH
71252000-08-17 Kenichi Handa <handa@etl.go.jp>
7126
7127 * startup.el (normal-top-level): Look in each dir in load-path for
7128 a leim-list.el file too. This assures of loading leim-list.el
7129 that is created at Emacs installation time even if a user have his
7130 own leim-list.el.
7131
a0b8c939
MB
71322000-08-17 Miles Bader <miles@gnu.org>
7133
7134 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
7135 foreground color to black if the background is dark.
7136
7382bcae
SM
71372000-08-16 Stefan Monnier <monnier@cs.yale.edu>
7138
7139 * loadhist.el (unload-feature): Typo.
7140
9b4a7800 7141 * finder.el (finder-compile-keywords):
7382bcae
SM
7142 * cus-dep.el (custom-make-dependencies): Add local-variable settings
7143 to the generated file.
7144
7145 * mail/mh-e.el (mh-make-local-vars):
7146 Replace make-variable-buffer-local with make-local-variable.
7147
cdd0f857 7148 * play/landmark.el:
7382bcae 7149 * options.el (Edit-options-{set,toggle,t,nil}):
9b4a7800
TTN
7150 * mail/mailabbrev.el (mail-abbrevs-mode):
7151 * textmodes/tex-mode.el (tex-expand-files):
7382bcae
SM
7152 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
7153
7154 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
7155
7156 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
7157 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
7158 Allow going past the last element.
9b4a7800 7159 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
7382bcae
SM
7160 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
7161 (cvs-mouse-toggle-mark): Don't move point.
7162 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
7163
7164 * progmodes/compile.el (grep): Provide a default set of files.
7165 (next-error): Docstring fix.
7166 (compilation-find-file): Avoid find-file (fails in a dedicated window).
7167
7168 * emacs-lisp/easy-mmode.el (define-minor-mode):
7169 Use `symbol-value' to keep the byte-compiler quiet.
7170
7171 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
7172 (diff-find-source-location): New fun, extracted from diff-goto-source.
7173 (diff-goto-source): Use it.
7174 (diff-next-complex-hunk, diff-filter-lines): New function.
7175 (diff-apply-hunk): New command.
7176
7177 * smerge-mode.el (smerge-mode-menu): Doc fix.
7178
7179 * msb.el (msb-mode): Define it in terms of define-minor-mode.
7180
4f00b8c1
DL
71812000-08-16 Dave Love <fx@gnu.org>
7182
2b5198bb
DL
7183 * windmove.el (windmove) <defgroup>: Add :version.
7184
7185 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
7186 (goto-address-fontify-p, goto-address-highlight-p)
7187 (goto-address-url-face, goto-address-url-mouse-face)
7188 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
7189 (goto-address-url-regexp): Use thing-at-point-url-regexp.
7190 (goto-address-fontify, goto-address-at-mouse): Simplify,
7191 (goto-address-at-point): browse-url-url-at-point,
7192 goto-address-find-address-at-point can return nil.
7193 (goto-address-find-address-at-point): Return nil on failure.
7194
7195 * align.el (align) <defgroup>: Add :version.
7196
7197 * calculator.el (calculator): Add :version.
7198 (calculator): Use two lines for calculator window if `modeline'
7199 face is boxed.
7200
4f00b8c1
DL
7201 * play/5x5.el: Doc fixes.
7202 (5x5) <defgroup>: Add :version.
7203
7204 * play/fortune.el (fortune) <defgroup>: Add :version.
7205 (fortune-append): Fix error message.
7206 (fortune-from-region): Doc fix.
7207
7208 * play/pong.el (pong): Doc fix.
7209
7210 * play/morse.el: Keywords, commentary, autoloads.
7211
69db7ee7
EZ
72122000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
7213
7214 * desktop.el (desktop-save): Don't look at symbol-value of a
7215 member of minor-mode-alist, unless it is boundp.
7216
10e1dad9
SS
72172000-08-16 Sam Steingold <sds@gnu.org>
7218
a0b8c939 7219 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
10e1dad9
SS
7220 `while'; use `with-current-buffer' instead of `save-excursion'.
7221 Removed unnecessary kludges now that "*Buffer List*" is excluded.
7222
9d7bcb2e
KH
72232000-08-16 Kenichi Handa <handa@etl.go.jp>
7224
7225 * international/ccl.el (declare-ccl-program): Docstring modified.
7226 (ccl-execute-with-args): Likewise.
7227
04231ab8
MB
72282000-08-16 Miles Bader <miles@gnu.org>
7229
9d245da5 7230 * progmodes/sql.el: Add compatibility definition of
04231ab8
MB
7231 comint-line-beginning-position.
7232
f68446ef
GM
72332000-08-15 Gerd Moellmann <gerd@gnu.org>
7234
dc28878c
GM
7235 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
7236 'buffer-menu' property.
7237 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
7238 fails.
7239 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
7240 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
7241 wasn't killed.
10e1dad9 7242
58ed0d3b
GM
7243 * buff-menu.el (list-buffers-noselect): Don't display the
7244 *Buffer List* buffer.
7245
32dc52f7
GM
7246 * font-lock.el: Require jit-lock to prevent a very late
7247 `Loading jit-lock' message.
7248
f68446ef 7249 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
10e1dad9 7250 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
f68446ef
GM
7251 mail address.
7252
90ac90a2
MB
72532000-08-15 Miles Bader <miles@gnu.org>
7254
7255 * textmodes/ispell.el (ispell-graphic-p): New constant.
7256 (ispell-choices-win-default-height, ispell-help): Use
7257 `ispell-graphic-p' instead of `xemacsp'.
7258
b0a0e263
DL
72592000-08-15 Dave Love <fx@gnu.org>
7260
c1e757e3
DL
7261 * simple.el: Autoload widget-convert when compiling.
7262 (mail-user-agent): Doc fix.
7263
7264 * help.el (function-called-at-point, variable-at-point): Use
7265 with-syntax-table.
7266 (help-manyarg-func-alist): Add insert-and-inherit.
7267
7268 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
7269
7270 * delsel.el (delsel-unload-hook): New function.
7271
7272 * find-file.el: Doc fixes. Move provide to end.
7273 (ff) <defgroup>: Add :link.
7274 (ff-goto-click): Deleted.
7275 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
7276 Use mouse-set-point.
7277
7278 * textmodes/tildify.el: Doc fixes.
7279 (tildify) <defgroup>: Add:version.
7280
7281 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
7282 (glasses-custom-set): Use set-default, not set.
7283 (minor-mode-alist): Propertize the lighter.
7284 (glasses-mode): Provide optional arg.
7285
5f847612
DL
7286 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
7287 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
7288 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
7289 option. Provide :type.
7290 (cwarn-configuration): Provide :type.
7291 (cwarn-mode): Doc fix.
7292
7293 * add-log.el (change-log-merge): Doc fix.
7294 (change-log-redate): New command.
7295
b0a0e263
DL
7296 * net/browse-url.el (browse-url-filename-alist): Add a clause for
7297 Doze and Dog.
7298 (browse-url): Use dolist, not mapcar.
7299 (browse-url-at-point): Check for null url.
7300 (browse-url-event-buffer, browse-url-event-point): Functions
7301 deleted.
7302 (browse-url-at-mouse, browse-url-netscape): Simplify.
7303
7304 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
7305 modes.
7306 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
7307 Fix previous change to mapcan.
7308 (msb--init-file-alist, msb--add-separators)
7309 (msb--make-keymap-menu): Simplify.
7310 (msb--choose-file-menu): Use copy-sequence.
7311 (msb-mode-map): Add title to keymap.
7312 (msb-unload-hook): New function.
7313
7314 * bs.el: Fix indentation.
7315 (bs) <defgroup>: Add :links.
2b5198bb
DL
7316 (bs-show): Doc fix.
7317 (bs-apply-sort-faces): Don't use window-system.
7318 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
b0a0e263 7319
70f1b78e
EZ
73202000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
7321
7322 * calendar/timeclock.el (timeclock-file): Run .timelog through
7323 convert-standard-filename.
7324
956777b3
GM
73252000-08-14 Gerd Moellmann <gerd@gnu.org>
7326
3215096c
GM
7327 * emacs-lisp/authors.el: New file.
7328
956777b3
GM
7329 * paren.el (show-paren-priority): New user option.
7330 (show-paren-function): Set overlay priorities to
7331 show-paren-priority.
10e1dad9 7332
0cde1424
MB
73332000-08-14 Miles Bader <miles@gnu.org>
7334
7335 * comint.el (comint-bol): Use `forward-line 0' instead of calling
7336 beginning-of-line with inhibit-field-text-motion bound.
7337
90cbf47e
GM
73382000-08-14 Gerd Moellmann <gerd@gnu.org>
7339
7340 * calendar/timeclock.el: New file.
7341
73422000-08-14 David Ponce <david@dponce.com>
7343
7344 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
7345 `widget-button-click'. so that one can use left mouse button to
7346 click on dialog buttons.
7347
73482000-08-14 Emmanuel Briot <briot@gnat.com>
7349
7350 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
814299a7 7351 identifiers, since XML is case sensitive
10e1dad9 7352
79e8dca7 73532000-08-12 Miles Bader <miles@gnu.org>
10e1dad9 7354
660394d1
MB
7355 * comint.el (comint-output-filter): Don't bother frobbing
7356 window-start, it doesn't seem to be necessary.
79e8dca7
MB
7357
7358 * comint.el (comint-send-string, comint-send-region): Make into
7359 real functions. Snapshot the prompt before sending.
7360
218c2cc7
EZ
73612000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
7362
7363 * info.el (Info-find-emacs-command-nodes): Rewrite to use
7364 technique similar to Info-index, instead of relying on specific
7365 names of relevant Index nodes.
7366 (Info-goto-emacs-command-node): Bind Info-history to nil when
7367 going to the first node found by Info-find-emacs-command-nodes.
7368
51e066d2 73692000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
968280cc
EZ
7370
7371 * menu-bar.el (menu-bar-help-menu): Add a :help string.
7372
867102f2
MB
73732000-08-10 Miles Bader <miles@gnu.org>
7374
7375 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
7376
af718538
EZ
73772000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
7378
7379 * info.el (Info-file-list-for-emacs): More elements for the
7380 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
7381 and woman manuals.
7382
c51bacd6
MB
73832000-08-10 Miles Bader <miles@lsi.nec.co.jp>
7384
7385 * comint.el (comint-send-input): Make the newline boundary overlay
7386 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
7387 (comint-output-filter): Use `insert' instead of
7388 `insert-before-markers'. Extend comint-last-output-overlay when
7389 necessary since we can't rely on insert-before-markers to do it.
7390 * gud.el (gud-filter): Use `with-current-buffer' instead of
7391 save-excursion when inserting the output, so that point gets
7392 updated correctly; the old method relied on a rather dodgy
7393 side-effect of comint-output-filter to avoid the effect of
7394 save-excursion.
7395
98532b12
EZ
73962000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
7397
7398 * files.el (recover-file): Call insert-directory instead of
7399 invoking `ls' directly.
7400
3db4b719
MB
74012000-08-10 Miles Bader <miles@gnu.org>
7402
7403 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
7404 (comint-last-prompt-overlay): New variables.
7405 (comint-output-filter): Implement prompt highlighting.
7406 (comint-snapshot-last-prompt): New function.
7407 (comint-send-input): Snapshot the last prompt.
7408 Use comint-highlight-input-face.
7409 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
7410 Use defface instead of defcustom.
7411 (send-invisible, comint-send-eof): Snapshot the last prompt.
7412 (comint-delchar-or-maybe-eof): Use comint-send-eof.
7413 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
7414
96190aa1
SM
74152000-08-09 Stefan Monnier <monnier@cs.yale.edu>
7416
5cda4b07
SM
7417 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
7418 (regexp-opt-group): Use a list of chars for `letters'.
7419 (regexp-opt-charset): `chars' is now a list of chars.
7420 Use a char-table rather than a vector so it works for multibyte chars.
7421
96190aa1
SM
7422 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
7423 Set cvs-minor-current-files to the selected fileinfo.
7424 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
7425 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
7426
7d093d56
EZ
74272000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
7428
7429 * files.el (insert-directory): Don't call access-file on
7430 directories on DOS and Windows.
7431
b24c5811
KH
74322000-08-09 Kenichi Handa <handa@etl.go.jp>
7433
7434 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
7435 longer if necessary.
7436 (ccl-embed-code): Call ccl-embed-data to store CODE in
7437 ccl-program-vector.
7438
0a6fd67e
MB
74392000-08-09 Miles Bader <miles@gnu.org>
7440
7441 * comint.el (comint-output-filter): Properly handle the case where
7442 the text surrounded by comint-last-output-overlay was deleted.
7443
9f6d1a6c
GM
74442000-08-08 Gerd Moellmann <gerd@gnu.org>
7445
25ad1371
GM
7446 * info.el (Info-insert-dir): Use Info-additional-directory-list if
7447 non-nil.
7448 (Info-file-list-for-emacs): Remove "info" from the list because
7449 that leads to trying to use the documentation from file `info'
7450 in various situations where it isn't appropriate, for instance
7451 C-h C-k C-h i.
7452
7453 * ffap.el (ffap-read-file-or-url-internal): Handle case that
7454 DIR and/or STRING are nil.
7455
7456 * progmodes/compile.el (compilation-setup): Make variable
7457 compilation-error-screen-columns buffer-local, as some comment
7458 in the code suggests it should be.
7459
7460 * files.el (auto-mode-interpreter-regexp): New variable.
7461 (set-auto-mode): Use it.
7462
7463 * indent.el (indent-for-tab-command): Doc fix.
7464
7465 * mouse-sel.el (mouse-sel-mode): Doc fix.
7466
9f6d1a6c
GM
7467 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
7468 labels.
7469
7470 * help.el (print-help-return-message): When
7471 display-buffer-reuse-frames is set, let the help window been quit,
7472 instead of deleting it, which might delete a reused frame.
7473
3d819a75
EZ
74742000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
7475
7476 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
7477 rename a directory to a name that differs only by its letter case.
7478
c5a52529
KH
74792000-08-08 Kenichi Handa <handa@etl.go.jp>
7480
7481 * international/quail.el (quail-define-rules): Handle Quail decode
7482 map correctly. Add code for supporting annotations.
7483 (quail-install-decode-map): New function.
7484 (quail-defrule-internal): New optional arguments decode-map and
7485 props.
7486 (quail-advice): New function.
7487
5e9e032a
SS
74882000-08-07 Sam Steingold <sds@gnu.org>
7489
7490 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
7491 `defconst', `define-condition', `with-slots'.
7492 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
7493
46645f4b
MB
74942000-08-03 Miles Bader <miles@gnu.org>
7495
7496 * comint.el (comint-use-prompt-regexp-instead-of-fields):
7497 New variable.
7498 (comint-prompt-regexp, comint-get-old-input): Document dependence on
7499 comint-use-prompt-regexp-instead-of-fields.
7500 (comint-send-input): Add `input' field property to stuff we send to
7501 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
7502 (comint-output-filter): Add `output' field property to process
7503 output, if comint-use-prompt-regexp-instead-of-fields is nil.
7504 (comint-replace-by-expanded-history)
7505 (comint-get-old-input-default, comint-show-output)
7506 (comint-backward-matching-input, comint-forward-matching-input)
7507 (comint-next-prompt, comint-previous-prompt): Use field
7508 properties if comint-use-prompt-regexp-instead-of-fields is nil.
7509 (comint-line-beginning-position): New function.
7510 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
7511 (comint-replace-by-expanded-history-before-point): Use
7512 comint-line-beginning-position and line-end-position.
7513 (comint-last-output-overlay): New variable.
7514 (comint-mode): Make `comint-last-output-overlay' buffer-local.
7515
7516 * shell.el (shell-prompt-pattern): Doc change.
7517 (shell-backward-command): Use line-beginning-position.
7518
7519 * gud.el (gud-gdb-complete-command): Use
7520 comint-line-beginning-position.
7521
7522 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
7523 comint-bol doesn't actually go to the beginning of the line.
7524
7525 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
7526 if comint-use-prompt-regexp-instead-of-fields is non-nil.
7527 (try-expand-line-all-buffers): Likewise.
7528
7529 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
7530 explicitly matching comint-prompt-regexp.
7531 (sql-copy-column): Use comint-line-beginning-position instead of
7532 explicitly matching comint-prompt-regexp.
7533
7534 * progmodes/octave-inf.el (inferior-octave-complete): Use
7535 comint-line-beginning-position.
7536
7537 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
7538
7539 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
7540 looking for a prompt, use `forward-line 0' instead of
7541 `beginning-of-line', to avoid getting caught by an input field.
7542
ff3d9573
GM
75432000-08-07 Gerd Moellmann <gerd@gnu.org>
7544
7545 * files.el (shell-quote-wildcard-pattern): Make sure to return
7546 PATTERN, in the Unix case.
7547
e0d8827b
EZ
75482000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
7549
7550 * play/zone.el (zone): Discard any pending input before running
7551 the randomly-chosen pgm.
7552
24d55b8f
KH
75532000-08-07 Kenichi Handa <handa@etl.go.jp>
7554
7555 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
7556 checking the existence of any multibyte characters.
7557
3d05e1ee
GM
75582000-08-06 Gerd Moellmann <gerd@gnu.org>
7559
6c4a4368
GM
7560 * help.el (describe-mode): Test minor-mode symbol for being
7561 bound before testing its value for being nil.
7562
3d05e1ee
GM
7563 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
7564 `first', `second', and `third'.
7565
7566 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
7567 (second): Make it an alias for `cadr'.
7568
6968a481
EZ
75692000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
7570
7571 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
7572 types of display support faces now.
7573
e49aa397
GM
75742000-08-05 Gerd Moellmann <gerd@gnu.org>
7575
7576 * pcvs.el (require): Require `cl' during compilation, only.
7577
7578 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
7579 (toplevel): Remove `remq' and `remove' from autoloads.
7580 (cl-fake-autoloads): New variable. If set, arrange for an error
7581 when CL functions etc. are autoloaded.
7582
588aca27
EZ
75832000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
7584
2e78d4ab
EZ
7585 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
7586
85628348
EZ
7587 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
7588 popped up, but the user clicks outside the menu, return an empty
7589 regexp (that causes unhighlight-regexp to have no effect).
7590
74f0e552
EZ
7591 * menu-bar.el (menu-bar-games-menu): Add Zone.
7592
588aca27
EZ
7593 * hi-lock.el (toplevel): Require font-lock.
7594
f4988be7
GM
75952000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7596
ba087cd7 7597 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
f4988be7
GM
7598 (ebnf-8-bit-chars): New var for bug fix.
7599 (ebnf-string): Bug fix.
7600
027b73ac
SS
76012000-08-03 Sam Steingold <sds@gnu.org>
7602
7603 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
7604 instead of `buffer-string'.
7605 (require 'cl): Always, not just when compiling.
7606 `ignore-errors' in `interactive', `list*', `defun*' &c make this
7607 necessary.
7608
2f1fa038
EZ
76092000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
7610
7611 * international/mule-cmds.el (select-safe-coding-system): Make
7612 the message text about selecting a safe coding system more clear.
7613
ead53494
GM
76142000-08-02 Gerd Moellmann <gerd@gnu.org>
7615
abb2db1c
GM
7616 * hi-lock.el: New file.
7617
7618 * play/zone.el: New file.
7619
ead53494
GM
7620 * replace.el (occur): Set tab-width in the *Occur* buffer to the
7621 value of tab-width in the original buffer. Choose a line number
7622 format that's a multiple of the original buffer's tab width, so
7623 that lines appear right.
7624
7625 * textmodes/ispell.el (ispell): New function, replacing an alias.
7626 Spell-check active region if in transient-mark-mode and mark
7627 is active; otherwise spell-check buffer.
7628
76292000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7630
7631 * ps-mule.el: Fix a customization problem on
7632 ps-mule-font-info-database-default.
7633
f4a2b0a4
EZ
76342000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
7635
7636 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
7637 display-mouse-p instead of window-system.
7638 (ebrowse-member-mode-map): Ditto.
7639
b685181e
GM
76402000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7641
ba087cd7
EZ
7642 * progmodes/ebnf2ps.el: Update ps-print functions call.
7643 Indentation fix. Doc fix.
b685181e
GM
7644 (ebnf-version): New version number (3.2).
7645 (ebnf-format-color, ebnf-begin-job): Code fix.
027b73ac 7646
3b5fab87
EZ
76472000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
7648
032ebb29
EZ
7649 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
7650 font lock support on window-system.
7651 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
7652
3b5fab87
EZ
7653 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
7654 display-color-p, if fboundp, instead of window-system.
7655
7e2605e7
EZ
76562000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
7657
7658 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
7659 instead of window-system.
7660
7661 * wid-edit.el (widget-choose): Use display-mouse-p instead of
7662 window-system.
7663 (widget-choice-mouse-down-action): Use display-popup-menus-p
7664 instead of window-system.
7665
7666 * strokes.el (strokes-file): Run the file name through
7667 convert-standard-filename.
7668 (strokes-mode): Call display-mouse-p instead of looking at
7669 window-system. Change the error message accordingly.
7670
7671 * progmodes/cpp.el (toplevel): Support faces on tty's.
7672
7673 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
7674 (lm-plot-square, lm-init-display): Don't use window-system.
7675
7676 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
7677 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
7678
7679 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
7680 instead of looking at window-system.
7681
26119624
GM
76822000-07-30 Gerd Moellmann <gerd@gnu.org>
7683
7684 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
7685 of testing if iswitchb-prepost-hooks is bound, because the
7686 latter will always be true when invoking a recursive minibuffer
7687 from an active Iswitchb buffer.
7688
c90596f3
EZ
76892000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
7690
7691 * files.el (shell-quote-wildcard-pattern): New function.
7692 (insert-directory): Call it. Only prepend "\" to command on Unix
7693 and GNU/Linux systems.
7694
18925e78
GM
76952000-07-30 Gerd Moellmann <gerd@gnu.org>
7696
7697 * eshell/esh-groups.el: Change custom :link file names
7698 from `eshell.info' to `eshell'.
7699
77002000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
7701
7702 * dired.el (dired-build-subdir-alist): Expand subdirectory names
7703 correctly in recursive ange-ftp listings.
7704
77052000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7706
7707 * ps-print.el: Fix bug 1: if ps-font-size-internal,
7708 ps-header-font-size-internal and
7709 ps-header-title-font-size-internal variables are not set,
7710 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
7711 face text property is (foreground-color . COLOR) or
7712 `(background-color . COLOR)', ps-print crashes. Doc fix.
7713 (ps-print-version): New version number (5.2.4).
7714 (ps-plot-region): Code fix.
7715 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
7716 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
7717 Bug fix 2.
7718
77192000-07-30 Milan Zamazal <pdm@freesoft.cz>
7720
7721 * glasses.el (glasses-make-readable): Fix uncapitalization of
7722 identifiers like `myXMLDocument'.
7723
aeb4c63e
KF
77242000-07-28 Karl Fogel <kfogel@red-bean.com>
7725
18925e78
GM
7726 * mail/mail-hist.el (mail-hist-previous-input)
7727 (mail-hist-next-input): Do the obvious code factorization.
7728 (mail-hist-retrieve-and-insert): New func, contains common
aeb4c63e
KF
7729 code of above two.
7730 If inserting a message body, leave point at top.
7731
9d453139
SS
77322000-07-28 Sam Steingold <sds@gnu.org>
7733
7734 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
18925e78
GM
7735 Use `<=', not `<' to compare times!
7736 (ange-ftp-ls): Remove.
9d453139 7737
b548072f
GM
77382000-07-27 Gerd Moellmann <gerd@gnu.org>
7739
27848c01
GM
7740 * play/cookie1.el: Add explanation of how to make cookie.el
7741 compatible with strfile(1) to comment.
7742
7743 * subr.el (remove, remq): New functions.
7744
3ab82477
GM
7745 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
7746 escape `*' in regexps.
7747 (midnight-find): Reverse order of arguments in the funcall of
7748 TEST.
7749
7750 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
7751 and `.class'.
7752
b548072f
GM
7753 * play/meese.el: Add Commentary section.
7754
27848c01
GM
77552000-07-27 Alex Schroeder <alex@gnu.org>
7756
7757 * sql.el (sql-ms): Added autoload cookie.
7758 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
7759 (sql-oracle): Ditto.
7760 (sql-help): Doc change.
7761
7762 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
7763 types and exceptions.
7764
77652000-07-27 Alex Schroeder <alex@gnu.org>
7766
7767 * sql.el (sql-placeholder-history): New variable.
7768 (sql-query-placeholders-and-send): New function that will query
7769 the user and replace placeholders with user input.
7770 (sql-oracle): If running on NT, set comint-input-sender to
7771 sql-query-placeholders-and-send.
7772
7773 (sql-stop): If in the SQLi buffer, insert stop notification, else
7774 present it as a message.
7775
77762000-07-27 Alex Schroeder <alex@gnu.org>
7777
7778 * sql.el (sql-input-ring-separator): Doc change.
7779 (sql-input-ring-file-name): Doc change.
7780 (sql-interactive-mode): Use `sql-input-ring-separator' and
7781 `sql-input-ring-file-name' to set the comint-mode equivalents
7782 without making them local variables.
7783 (sql-stop): Don't bind `sql-input-ring-separator' and
7784 `sql-input-ring-file-name' dynamically to their comint-mode
7785 equivalents.
7786
91ae8751
KH
77872000-07-27 Kenichi Handa <handa@etl.go.jp>
7788
7789 * international/mule.el (register-char-codings): New function.
7790 (make-coding-system): Handle `safe-chars' specification in the arg
7791 PROPERTY.
7792
7793 * international/mule-cmds.el
7794 (find-coding-systems-region-subset-p): This function deleted.
7795 (sort-coding-systems-predicate): New variable.
7796 (sort-coding-systems): New function.
7797 (find-coding-systems-region): Use
7798 find-coding-systems-region-internal.
7799 (find-coding-systems-string): Use find-coding-systems-region.
7800 (find-coding-systems-for-charsets): Check
7801 char-coding-system-table.
7802 (select-safe-coding-system-accept-default-p): New variable.
7803 (select-safe-coding-system): Mostly rewritten. New argument
7804 ACCEPT-DEFAULT-P.
7805 (select-message-coding-system): Call select-safe-coding-system
7806 with ACCEPT-DEFAULT-P arg.
7807 (reset-language-environment): Reset default-sendmail-coding-system
7808 to the default value iso-latin-1.
7809 (set-language-environment): Don't set the obsolete variable
7810 charset-origin-alist.
7811
7812 * international/codepage.el (cp-coding-system-for-codepage-1):
7813 Give `safe-chars' property to make-coding-system.
7814
7815 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
7816 calling select-message-coding-system twice.
7817
7818 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
7819 instead of `safe-charsets'.
7820 (cyrillic-alternativnyj): Likewise.
7821 (ccl-encode-alternativnyj): Don't check the charset
7822 cyrillic-iso8859-5.
7823
90cf4474
KH
78242000-07-27 Kenichi Handa <handa@etl.go.jp>
7825
7826 * composite.el (compose-chars-after): Preserve match data.
7827
a1f84f6d
SS
78282000-07-26 Sam Steingold <sds@gnu.org>
7829
7830 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
7831 (ange-ftp-real-file-newer-than-file-p): New function.
7832 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
7833 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
7834
7835 * tooltip.el (tooltip-float-time): Removed (use `float-time').
7836 * midnight.el (midnight-float-time): Ditto.
7837
e092928e
AS
78382000-07-26 Andreas Schwab <schwab@suse.de>
7839
7840 * files.el (normal-backup-enable-predicate): Correct
7841 interpretation of the return value of compare-strings.
7842
7465ebef
GM
78432000-07-26 Gerd Moellmann <gerd@gnu.org>
7844
3353ef5a
GM
7845 * isearch.el (isearch-resume): New function.
7846 (isearch-done): Add something to command-history to resume
7847 the search.
7848 (isearch-yank-line, isearch-yank-word): Use
7849 buffer-substring-no-properties instead of buffer-substring.
7850
7465ebef
GM
7851 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
7852 of flyspell-mouse-map.
7853
7854 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
7855 duplicate definition.
7856 (makefile-mode): Remove duplicate setting of local-abbrev-table.
7857
7858 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
7859 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
7860
5044b74a
SS
78612000-07-25 Sam Steingold <sds@gnu.org>
7862
25759a92
SS
7863 * net/ange-ftp.el: Get modtime over the net.
7864 (ange-ftp-file-modtime): New function.
a95cb10a
GM
7865 (ange-ftp-write-region, ange-ftp-insert-file-contents)
7866 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
25759a92
SS
7867 Use it.
7868 (ange-ftp-dot-to-slash): New function.
7869 (ange-ftp-fix-name-for-vms): Use it.
7870
5044b74a
SS
7871 * midnight.el (midnight-buffer-display-time): Use
7872 `with-current-buffer'.
7873
5dcfb3f4
GM
78742000-07-25 Gerd Moellmann <gerd@gnu.org>
7875
7876 * find-dired.el: Update copyright notice.
7877 (find-dired): Offer to kill a running `find'.
7878
7879 * enriched.el (enriched-face-ans): For a `foreground-color'
7880 property, return '(("x-color" COLOR))' so that COLOR will be
7881 output as a parameter of the x-color annotation. Likewise for the
7882 `background-color' property. In the case of normal face
7883 properties, don't return annotations for unspecified foreground
7884 and background face attributes.
7885
8c662166
KH
78862000-07-25 Kenichi Handa <handa@etl.go.jp>
7887
7888 * language/japan-util.el (japanese-katakana-region): Fix handling
7889 HANKAKU argument.
7890
c28da489
MB
78912000-07-25 Miles Bader <miles@gnu.org>
7892
7893 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
7894 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
7895 constrain-to-field.
7896
ad349719
AI
78972000-07-24 Andrew Innes <andrewi@gnu.org>
7898
7899 * timer.el (timer-activate-when-idle): Add optional parameter
7900 DONT-WAIT. Update docstring.
7901 (run-with-idle-timer): Specify extra parameter to
7902 timer-activate-when-idle, so that timer will be activated
7903 immediately if Emacs is already idle.
7904
7905 * w32-fns.el (w32-using-nt): Fix docstring.
7906
c95162f5
DL
79072000-07-24 Dave Love <fx@gnu.org>
7908
7909 * mouse.el (popup-menu): Set last-command-event.
7910 (mouse-major-mode-menu-prefix): Declare.
7911
e3c31fd5
GM
79122000-07-24 Gerd Moellmann <gerd@gnu.org>
7913
7914 * textmodes/flyspell.el: Update to author's version 1.5d.
7915
7916 * progmodes/hideshow.el: Update copyright notice.
7917
7918 * vcursor.el: Set maintainer to FSF, since author cannot
7919 be reached.
7920
7636d2a3
EZ
79212000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
7922
fbe0a958
EZ
7923 * info.el (Info-goto-emacs-key-command-node): Leave a space after
7924 the prompt.
7925
7636d2a3
EZ
7926 * mouse.el (popup-menu): Run the keymap through indirect-function,
7927 in case it was defined with define-prefix-key. If the menu is a
7928 list of keymaps, look up the binding of user's choice in each one
7929 of the keymaps.
7930 (mouse-popup-menubar): If the global and local menu-bar keymaps
7931 don't have a prompt string, create one and insert it into the
7932 keymap. Don't barf if current-local-map returns nil.
7933
e024b101
GM
79342000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
7935
7936 * dired.el (dired-sort-R-check): Added to allow recursive listing
7937 to be undone.
7938 (dired-sort-other): Use it.
7939
7972fcfc
GM
79402000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7941
e024b101 7942 * Release of cc-mode 5.27
7972fcfc
GM
7943
79442000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7945
7946 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
7947 c-beginning-of-statement-1 that caused a bad case of recursion
7948 which could consume a lot of CPU in large classes in languages
7949 that have in-expression classes (i.e. Java and Pike).
7950
7951 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
7952 statements before top level constructs (i.e. case 6 is moved
7953 before case 5 and is now case 4) to catch in-expression
7954 classes in top level expressions correctly.
7955
79562000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7957
7958 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
7959 objc-method-intro. Case 4 removed and case 5I added.
7960
7961 * cc-langs.el (c-append-paragraph-start): New variable used by
7962 c-common-init to get paragraph-start correct.
7963 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
7964 initialize paragraph-start to make it correct both with and
7965 without the javadoc special case.
7966
7967 * cc-mode.el (java-mode): Use c-append-paragraph-start to
7968 initialize paragraph-start for javadoc markup.
7969
7970 * cc-vars.el (c-style-variables-are-local-p): Incompatible
7971 change by defaulting this to t. It's motivated by the
7972 confusing behavior that otherwise arise from the style system
7973 when editing both java and non-java files at the same time
7974 (see the comments about style setting in c-common-init).
7975
79762000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7977
7978 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
7979 similar to the one in c-fill-paragraph to check the fill
7980 prefix from the adaptive fill function for sanity.
7981
79822000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7983
7984 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
7985 defun block.
7986
79872000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7988
5044b74a 7989 * cc-mode.texi Documented the change of cpp-macro.
7972fcfc
GM
7990
79912000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
7992
7993 * cc-align.el (c-lineup-multi-inher): Handle lines with
7994 leading comma nicely. Extended to handle member initializers
7995 too.
7996
e024b101 7997 * cc-engine.el: (c-beginning-of-inheritance-list,
7972fcfc
GM
7998 c-guess-basic-syntax): Fixed recognition of inheritance lists
7999 when the lines begins with a comma.
8000
5044b74a 8001 * cc-mode.texi: Updated doc for c-lineup-multi-inher.
7972fcfc
GM
8002
8003 * cc-vars.el (c-offsets-alist): Changed default for
8004 member-init-cont to c-lineup-multi-inher since it now handles
8005 member initializers and indents better for leading commas.
8006
80072000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8008
8009 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
8010 handling that caused class open lines to be recognized as
8011 statement-conts in some cases.
8012
8013 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
8014 guessed by the adaptive fill function unless point is on the
8015 first line of a block comment.
8016
8017 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
8018 when the buffer ends with a macro continuation char.
8019
8020 * cc-engine.el (c-guess-basic-syntax): Added support for
8021 function definitions as statements in Pike. The first
8022 statement in a lambda block is now labeled defun-block-intro
8023 instead of statement-block-intro.
8024
8025 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
8026 so that the class surrounding point is selected, not the one
8027 innermost in the state.
8028
8029 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
8030 recognition of switch labels having hanging multiline
8031 statements.
8032
8033 * cc-engine.el (c-beginning-of-member-init-list): Broke out
8034 some code in c-guess-basic-syntax to a separate function.
8035 * cc-engine.el (c-just-after-func-arglist-p): Fixed
8036 recognition of member inits with multiple line arglists.
8037 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
8038 member-init-cont when the commas are in funny places.
8039
80402000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8041
8042 * cc-defs.el (c-auto-newline): Removed this macro since it's
8043 not used anymore.
8044
8045 * cc-engine.el (c-looking-at-bos): New helper function.
8046 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
8047 inexpr and toplevel classes apart in Pike.
8048
8049 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
8050 of case 9A.
8051
8052 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
8053 constant, since "class" can introduce an in-expression class
8054 in Pike nowadays.
8055
80562000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8057
8058 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
8059 indentation on cpp-macro lines.
8060
8061 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
8062 a syntax modifier like comment-intro, to make it possible to
8063 get syntactic indentation for preprocessor directives. It's
8064 incompatible wrt to lineup functions on cpp-macro, but it has
8065 no observable effect in the 99.9% common case where cpp-macro
8066 is set to -1000.
8067
80682000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8069
8070 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
8071 member-init-cont when the preceding arglist is several lines.
8072
80732000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8074
8075 * cc-styles.el (c-style-alist): The basic offset for the BSD
8076 style corrected to 8.
8077
80782000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8079
8080 * cc-styles.el (c-style-alist): Adjusted the indentation of
8081 brace list openers in the gnu style.
8082
80832000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8084
8085 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
8086
8087 * cc-cmds.el (c-electric-brace, c-electric-slash,
8088 c-electric-star, c-electric-semi&comma, c-electric-colon,
8089 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
8090 when c-syntactic-indentation is nil.
8091
8092 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
8093 we were left at comments preceding the first statement when
8094 reaching the beginning of the buffer.
8095
8096 * cc-vars.el (c-syntactic-indentation): New variable to turn
8097 off all syntactic indentation.
8098
80992000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8100
8101 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
8102 between the text and the block comment ender when it hangs,
8103 depending on how many there are before the fill.
8104
81052000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8106
8107 * cc-engine.el (c-beginning-of-closest-statement): New helper
8108 function to go back to the closest preceding statement start,
8109 which could be inside a conditional statement.
8110 * cc-engine.el (c-guess-basic-syntax): Use
8111 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
8112
8113 * cc-engine.el (c-guess-basic-syntax): Better handling of
8114 arglist-intro, arglist-cont-nonempty and arglist-close when
8115 the arglist is nested inside parens. Cases 7A, 7C and 7F
8116 changed.
8117
8118 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
8119 up-to-date with javadoc 1.2.
8120
81212000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8122
8123 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
8124 multiline Pike type decls.
8125
81262000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8127
8128 * cc-cmds.el (c-indent-new-comment-line): Always break
8129 multiline comments in multiline mode, regardless of
8130 comment-multi-line.
8131
81322000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8133
8134 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
8135 fully::qualified::names in C++ member init lists. Preamble in
8136 case 5D changed.
8137
81382000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8139
8140 * cc-langs.el (c-common-init): Handling of obsolete variables
8141 moved to c-initialize-cc-mode. More compatible style override
8142 when using global style variables.
8143 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
8144 variables moved here.
8145
e024b101 8146 * cc-mode.texi: Documented the special behavior of
7972fcfc
GM
8147 c-special-indent-hook as a style variable. Don't talk about
8148 doing (c-make-styles-buffer-local t) in a mode hook, since
8149 that's already too late to work right.
5044b74a 8150
7972fcfc
GM
8151 * cc-styles.el (c-make-styles-buffer-local): Flag style
8152 variable localness in c-style-variables-are-local-p to make
8153 the compatibility measure in c-common-init work well.
8154
8155 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
8156 longer contain set-from-style.
8157 * cc-styles.el (c-initialize-builtin-style): Don't check for
8158 set-from-style on c-special-indent-hook.
8159 * cc-styles.el (c-copy-tree): Obsolete. The standard function
8160 copy-alist is sufficient now.
8161
8162 * cc-styles.el (c-set-style, c-set-style-1,
8163 c-get-style-variables): Fixes to variable initialization so
8164 that duplicate entries in styles have the same effect
8165 regardless of DONT-OVERRIDE.
8166
8167 * cc-styles.el (c-set-style-2): Fixed bug where the
8168 initialization of inheriting styles failed when the
8169 dont-override flag is set.
8170
8171 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
8172 on this.
8173
81742000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
8175
8176 * cc-defs.el (c-forward-comment): Removed the workaround
8177 introduced in 5.38 since it had worse side-effects. If a line
8178 contains the string "//\"", it regarded the // as a comment
8179 start since the \ temporarily doesn't have escape syntax.
8180
81812000-07-17 Emmanuel Briot <briot@act-europe.fr>
8182
8183 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
8184 ada-xref.el before ada-prj.el, so that the Project menu is created
8185 when ada-prj tries to add to it.
8186 (ada-activate-keys-for-case): Suppress the characters that are not
8187 part of the Ada syntax. Better compatibility with else-mode
8188 (ada-adjust-case-interactive): When auto-casing is not active,
8189 correctly insert newlines (used to insert only ^M). Prevent the
8190 syntax table from being changed in case of an error
814299a7 8191 (or '_' becomes part of a word and some commands are confused).
7972fcfc
GM
8192 Do nothing if ada-auto-case is nil.
8193 (ada-after-keyword-p): Ignore keywords that are also attributes
8194 (ada-batch-reformat): Update usage comment
8195 (ada-call-from-contextual-menu): New function
8196 (ada-case-read-exceptions): Reinitialize the casing exception list
8197 first to nil first, so that the casing exception file can be
8198 shared.
8199 (ada-check-defun-name): Handles "configure" keyword for gnatdist
8200 files.
8201 (ada-compile-goto-error): Fix regexp used to detect a file:line
8202 anywhere in the error message
8203 (ada-contextual-menu-last-point): New variable
8204 (ada-create-keymap): If the variable delete-key-deletes-forward is
8205 t on XEmacs, it means that DEL should delete one character
8206 forward.
8207 (ada-create-menu): Use :included instead of :visible for XEmacs.
8208 New submenu "Options".
8209 (ada-end-stmt-re): Correctly indent "select ... then abort"
8210 statements.
8211 (ada-fill-comment-paragraph): Correctly delete all leading '--'
8212 even if they don't match ada-fill-comment-prefix Fix handling of
8213 paragraphs on the first or last line of a file.
8214 (ada-format-paramlist): Fix handling of default parameter values.
8215 (ada-get-body-name): New function.
8216 (ada-get-current-indent): Optimized by searchling directly for an
8217 existing generic part or a statement outside of it. Handle
8218 ada-indent-align-comments when indenting comments Replaced some
8219 regexps by testing directly the next character. This results in a
8220 huge speedup on some files. New indentation scheme for renames
8221 statements. Stop looking for the 'while' or 'for' associated with
8222 a 'loop' at the first semicolon encountered. A "return" can also
8223 match an anonymous access subprogram declaration.
8224 (ada-get-indent-noindent): Ignore strings and comments when
8225 looking for the keywords "record" and "private".
8226 (ada-goto-matching-decl-start): When matching "if", make sure we
8227 are not in fact seeing "end if". Ignore "when" statements except
8228 when initial keyword was "begin". Fix handling of nested
8229 procedures. Add a recursive call to this function to skip over
8230 other 'end' statmts. Fix indentation for "when .. => begin"
8231 (ada-in-open-paren-p): Fix indentation for complex boolean
8232 expressions, where 'and then', 'or else' and parenthesis
8233 statements are mixed up.
8234 (ada-in-paramlist-p): Skip comments while searching for the
8235 beginning Fix handling of operator declarations.
8236 (ada-indent-align-comments): New variable
8237 (ada-indent-current): Change the syntax table only in the
8238 protected section, so that we are sure it is restored correctly.
8239 (ada-indent-on-previous-lines): Use ada-use-indent and
8240 ada-with-indent Correctly indent "select ... then"
8241 (ada-indent-region): Slight speedup.
8242 (ada-indent-renames): New variable.
8243 (ada-last-which-function-subprog, ada-last-which-function-line):
8244 New variables
8245 (ada-looking-at-semi-private): Correctly indent the 'private'
8246 keyword when it is the first word in a package declaration.
8247 (ada-loose-case-word): Stop searching if at the end of the buffer.
8248 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
8249 even if point is not initially at the end of the word.
8250 (ada-matching-decl-start-re): Add "when".
8251 (ada-mode): Add support for abbrev-mode, outline-mode and
8252 which-func-mode Override the old find-file.el entry in
8253 ff-special-constructs since it is using the obsolete
8254 ada-spec-suffix variable
8255 (ada-no-auto-case): New function
8256 (ada-scan-paramlist): When parsing the argument type, accept
8257 spaces (as in "X 'Class", generated by Rational Rose).
8258 (ada-other-file-name): No longer loads the other file.
8259 (ada-popup-menu): Save and restore the current buffer and cursor
8260 position before and after displaying the menu.
8261 (ada-search-ignore-complex-boolean): New function.
8262 (ada-uncomment-region): Emacs21 already knows how to delete
8263 comments not starting in the first column.
8264 (ada-use-indent): New variable
8265 (ada-which-function): New function.
8266 (ada-with-indent): New variable
8267 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
8268 can be batch-compiled from the command line.
8269
8270 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
8271 Add to the menu when the file is loaded, not in ada-mode-hook.
8272 Add -toolbar to the default ddd command Switches moved from
8273 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
8274 ada-prj-default-comp-opt
8275 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
8276 Reference Manual to the menu
8277 (ada-check-current): rewritten as a call to ada-compile-current
8278 (ada-compile): Removed.
8279 (ada-compile-application, ada-compile-current, ada-check-current):
8280 Set the compilation-search-path so that compile.el automatically
8281 finds the sources in src_dir. Automatic scrollong of the
8282 compilation buffer. C-uC-cC-c asks for confirmation before
8283 compiling
8284 (ada-compile-current): New parameter, prj-field
8285 (ada-complete-identifier): Load the .ali file before doing
8286 processing
8287 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
8288 conform to gnatmake's behavior.
8289 (ada-find-file-in-dir): New function
8290 (ada-find-references): Set the environment variables for gnatfind
8291 (ada-find-src-file-in-dir): New function.
8292 (ada-first-non-nil): Removed
8293 (ada-gdb-application): Add support for jdb, the java debugger.
8294 (ada-get-ada-file-name): Load the original-file first if not done
8295 yet.
8296 (ada-get-all-references): Handles the new ali syntax (parent types
8297 are found between <>).
8298 (ada-initialize-runtime-library): New function
8299 (ada-mode-hook): Always load a project file when a file is opened,
8300 so that the casing exceptions are correctly read.
8301 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
8302 (ada-parse-prj-file): Use find-file-noselect instead of find-file
8303 to open the project file, since the latter does not work with
8304 speedbar Get default values before loading the prj file, or the
8305 default executable file name is wrong. Use the absolute value of
8306 src_dir to initialize ada-search-directories and
8307 compilation-search-path,... Add the standard runtime library to
8308 the search path for find-file.
8309 (ada-prj-default-debugger): Was missing an opening '{'
8310 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
8311 variables.
8312 (ada-prj-default-gnatmake-opt): New variable
8313 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
8314 buffers, the project file is the default one Save the windows
8315 configuration before displaying the menu.
8316 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
8317 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
8318 ...) regexp-quote identifiers names to support operators +,
8319 -,... in regexps.
8320 (ada-remote): New function.
8321 (ada-run-application): Erase the output buffer before starting the
8322 run Support remote execution of the application. Use
8323 call-process, or the arguments are incorrectly parsed
8324 (ada-set-default-project-file): Reread the content of the active
8325 project file, not the one from the current buffer When a project
8326 file is set as the default project, all directories are
8327 automatically associated with it.
8328 (ada-set-environment): New function
8329 (ada-treat-cmd-string): New special variable ${current}
8330 (ada-treat-cmd-string): Revised. The substitution is now done for
8331 any ${...} substring
8332 (ada-xref-current): If no body was found, compiles the spec
8333 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
8334 compiler to get rid of command line length limitations.
8335 (ada-xref-get-project-field): New function
8336 (ada-xref-project-files): New variable
8337 (ada-xref-runtime-library-specs-path)
8338 (ada-xref-runtime-library-ali-path): New variables
8339 (ada-xref-set-default-prj-values): Default run command now does a
8340 cd to the build directory. New field: main_unit Provide a default
8341 file name even if the current buffer has no prj file.
8342
8343 * ada-prj.el:
8344 Rewritten to show a tabbed-dialog.
8345 (ada-prj-add-ada-menu): Remove the map and name parameters.
8346 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
8347 New function
8348 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
8349 (ada-prj-load-from-file): New function
8350 (ada-prj-save): Always save fields that depend on the current buffer
8351 (ada-prj-show-value): New function
5044b74a 8352
7972fcfc
GM
8353 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
8354 Ada mode. This will allow us to display the Ada menu in any buffer
8355 we want (for project items).
8356 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
8357 number of spaces in the header.
5044b74a 8358
8730a8da
DL
83592000-07-24 Dave Love <fx@gnu.org>
8360
8361 * ediff-init.el (ediff-region-help-echo): Bind face-help.
8362
db3ca487
NF
83632000-07-23 Noah Friedman <friedman@splode.com>
8364
ad953485
NF
8365 * type-break.el (type-break): perform autosave.
8366 Suggested by Stephen Gildea <gildea@intouchsys.com>.
8367 (type-break-do-query): Cancel query schedule while performing
8368 actual query, to avoid possibility of a second query being made
8369 while first one is already in progress.
8370 (type-break-time-stamp-format): New variable.
8371 (type-break-time-stamp): New function.
8372 (type-break-time-warning): Use it.
8373 (type-break-keystroke-warning): Use it.
8374 (type-break-noninteractive-query): Use it.
8375
03a9c6d0
NF
8376 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
8377 cookie.
8378 Use add-minor-mode to set minor-mode-alist, if available.
8379 (eldoc-echo-area-use-multiline-p): New user option.
8380 (eldoc-echo-area-multiline-supported-p): New variable.
8381 (eldoc-docstring-format-sym-doc): Use them.
8382 (eldoc-mode): If not using idle timers, append to local post and
8383 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
8384 (eldoc-display-message-no-interference-p): Don't interfere with
8385 edebug.
8386 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
8387 (eldoc-function-arglist): New function.
8388 (eldoc-function-argstring): Use it.
8389
db3ca487
NF
8390 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
8391 auto save directory exists before calling directory-files.
8392
f7ad1899
DL
83932000-07-23 Dave Love <fx@gnu.org>
8394
8395 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
8396 ^o, ^u.
8397
43e764c9
DL
83982000-07-21 Dave Love <fx@gnu.org>
8399
475de6f4
DL
8400 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
8401 now passed to the function. It now works properly.
8402
43e764c9
DL
8403 * smerge-mode.el (smerge-mode-menu): Fill it out.
8404
e8bea4c0
GM
84052000-07-20 Gerd Moellmann <gerd@gnu.org>
8406
8407 * info-look.el (info-lookup): If *info* is shown in another frame
8408 on the same display, select that frame, instead of switching to
8409 the Info buffer in another window of the selected frame.
8410
8411 * simple.el (universal-argument-map): Bind numeric keypad keys
8412 kp-0 to kp-9 and kp-subtract.
8413 (digit-argument): Handle these keys.
8414
bc75b4fd
DL
84152000-07-20 Dave Love <fx@gnu.org>
8416
8417 * net/goto-addr.el (goto-address-fontify): Don't bother with
8418 buffer-modified and read-only stuff -- irrelevant with overlays.
8419 Put an extra property on the overlays and use it to clean up in
8420 case goto-address is re-run.
8421
8b7bc628
RS
84222000-07-19 Richard M. Stallman <rms@gnu.org>
8423
18e21ce8
RS
8424 * timer.el (run-with-idle-timer): Doc fix.
8425
db3ca487 8426 * mail/mail-utils.el (mail-strip-quoted-names):
8b7bc628
RS
8427 Handle case where <...> appears inside "...".
8428 Use replace-match to edit the string more simply.
8429 (rmail-dont-reply-to): Cope with an unmatched ".
8430
50575ec2
DL
84312000-07-19 Dave Love <fx@gnu.org>
8432
8433 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
8434 implementation.
8435
8436 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
8437 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
8438 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
8439
4279296d
GM
84402000-07-19 Gerd Moellmann <gerd@gnu.org>
8441
47db06aa
GM
8442 * textmodes/refer.el: Correct maintainer's email address.
8443
8444 * progmodes/hideif.el: Correct author's email address.
8445 Fix typo in comment.
8446
8447 * xml.el: New file.
8448
4279296d
GM
8449 * mail/mailheader.el: Correct author's mail address.
8450
8451 * gnus/parse-time.el: Correct author's mail address.
8452
47db06aa 84532000-07-19 Colin Walters <walters@cis.ohio-state.edu>
db3ca487
NF
8454
8455 * comint.el (comint-highlight-input, comint-highlight-face):
47db06aa
GM
8456 New user options.
8457 (comint-input-ring-file-name): Change custom type.
8458 (comint-mode-map): Bind mouse-2.
8459 (comint-insert-clicked-input): New function.
8460 (comint-send-input): Handle input highlighting.
8461
21ad0f7b
SM
84622000-07-18 Stefan Monnier <monnier@cs.yale.edu>
8463
8464 * mouse.el (popup-menu): New function.
8465 (mouse-major-mode-menu): Use it.
8466
3b33a005
DL
84672000-07-18 Dave Love <fx@gnu.org>
8468
8469 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
8470 improvements.
8471
dc1cac59
GM
84722000-07-18 Gerd Moellmann <gerd@gnu.org>
8473
21ad0f7b 8474 * faces.el (face-font-selection-order)
dc1cac59 8475 (face-font-family-alternatives): Add custom type.
db3ca487 8476
f8276b77
DL
84772000-07-18 Dave Love <fx@gnu.org>
8478
8479 * cus-edit.el (custom-variable-reset-saved)
8480 (custom-variable-reset-standard): Remove unused bindings.
8481
8482 * rect.el (open-rectangle-line): Remove unused let.
8483
8484 * hl-line.el (hl-line-highlight): Check hl-line-mode.
8485
3d6cd763
GM
84862000-07-18 Gerd Moellmann <gerd@gnu.org>
8487
8488 * cdl.el: Fix `Maintainer' keyword.
8489
8490 * play/pong.el: Add author's email address.
8491
34342a07
SS
84922000-07-17 Sam Steingold <sds@gnu.org>
8493
8494 * files.el (insert-directory): Call `split-string' instead of
8495 re-implementing it.
8496
088831a6
GM
84972000-07-18 Gerd Moellmann <gerd@gnu.org>
8498
8499 * mail/vms-pmail.el: Change maintainer to FSF.
8500
8501 * net/goto-addr.el: Change maintainer to FSF.
8502
088831a6 8503 * info.el (Info-title-face-alist): Removed.
db3ca487 8504
c152047f
GM
85052000-07-18 David Ponce <david@dponce.com>
8506
8507 * recentf.el (recentf-open-files): New command that works like
8508 `recentf-open-more-files', but shows the whole list of files (not just
8509 those omitted from the menu). Useful if you don't use a menu-bar!
8510 (recentf-open-more-files) Modified to use `recentf-open-files'.
8511
8512 (recentf-open-files, recentf-open-more-files)
8513 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
e04d21aa 8514
c152047f
GM
8515 (recentf-dialog-mode): New mode for dialogs. You can now just type
8516 "q" to cancel the dialogs.
8517
85182000-07-18 David Ponce <david@dponce.com>
8519
8520 * recentf.el: This is a major update of recentf.el. It adds new
8521 features to better organize the recentf menu and "More..." buffer.
8522
8523 Using new provided menu filtering functions you can now organize the
8524 recent files list:
8525
8526 - by major modes
8527 - by directories
8528 - by user defined rules
8529
8530 Finally, with the new `recentf-filter-changer' customizable filter you
8531 can define a ring of filters and dynamically (via the menu) cycle on
8532 each menu organization in the ring (a la msb).
8533
68be2869
EZ
85342000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
8535
8536 * eshell/eshell.el (eshell): Replace links to eshell.info with
8537 links to eshell, to avoid problems on systems where the manual is
8538 installed as `eshell'.
8539 * eshell/esh-cmd.el (eshell-cmd): Ditto.
8540 * eshell/em-smart.el (eshell-smart): Ditto.
8541 * eshell/em-banner.el (eshell-banner): Ditto.
21ad0f7b 8542 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
68be2869
EZ
8543
8544 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
8545 same-file check in the MS-DOS version (it does support inodes).
8546
8547 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
8548
21ad0f7b
SM
8549 * eshell/eshell.el (eshell-directory-name):
8550 Run default directory name through convert-standard-filename.
68be2869 8551
269b4dcb
KH
85522000-07-18 Kenichi Handa <handa@etl.go.jp>
8553
21ad0f7b
SM
8554 * international/mule-cmds.el (select-safe-coding-system):
8555 Fix typo in the comment.
240a16cf 8556
21ad0f7b
SM
8557 * language/european.el (compound-text):
8558 Force katakana-jisx0201 to be designated to G1.
aa96c820 8559
21ad0f7b
SM
8560 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
8561 Don't translate some national variant characters of latin-jisx0201.
aa96c820 8562 (x-ctext): Force katakana-jisx0201 to be designated to G1.
a99c9d06 8563
269b4dcb
KH
8564 * international/kkc.el (kkc-after-update-conversion-functions):
8565 New variable.
8566 (kkc-update-conversion): Run functions in it at the tail.
8567
68be2869 85682000-07-16 John Wiegley <johnw@gnu.org>
6feeb380 8569
21ad0f7b
SM
8570 * lisp/align.el (align-newline-and-indent):
8571 Adding new function. for auto-aligning blocks of code on RET.
6feeb380
JW
8572 (align-region): Fixed badly formatted minibuffer message.
8573
7a3fd467
KH
85742000-07-17 Kenichi Handa <handa@etl.go.jp>
8575
21ad0f7b 8576 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
7a3fd467
KH
8577 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
8578 the conversion list at first if appropriate.
8579 (kkc-next): Don't update kkc-next-count here.
8580 (kkc-prev): Don't update kkc-prev-count here.
8581 (kkc-show-conversion-list-update): Fix setting up of conversion
8582 list message.
8583
a45423d8
SM
85842000-07-16 Stefan Monnier <monnier@cs.yale.edu>
8585
088831a6 8586 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
a45423d8 8587
91a38db1
DL
85882000-07-16 Dave Love <fx@gnu.org>
8589
8590 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
8591 function to be more specific.
8592
8593 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
8594 non-string help-echo.
8595 (widget-types-convert-widget): Defsubst it.
8596 (widget-echo-help): Try to cope with a help-echo function of two
8597 possible sorts.
8598
3fddcdc3
JR
85992000-07-15 Jason Rumney <jasonr@gnu.org>
8600
8601 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
8602 Declare as obsolete.
8603
8604 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
8605
bd23a692
GM
86062000-07-14 Gerd Moellmann <gerd@gnu.org>
8607
8608 * hilit-chg.el: Fix typo.
8609
d4af987a
DL
86102000-07-14 Dave Love <fx@gnu.org>
8611
8612 * info.el (Info-mode-menu): Fix use of :help, :enable.
8613
3a4f3f86
SM
86142000-07-14 Stefan Monnier <monnier@cs.yale.edu>
8615
8616 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
8617
cf6936a4
DL
86182000-07-13 Dave Love <fx@gnu.org>
8619
4d6d04b5
DL
8620 * emacs-lisp/easymenu.el: Doc fixes.
8621 (easy-menu-remove): Defalias to ignore.
8622
cf6936a4
DL
8623 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
8624 Call throw correctly.
8625
56437999
GM
86262000-07-13 Gerd Moellmann <gerd@gnu.org>
8627
8628 * faces.el (frame-background-mode): Doc fix.
8629
8630 * simple.el (eval-expression-print-length): Change custom type to
8631 allow entering nil as value.
8632
d04a3972
DL
86332000-07-13 Dave Love <fx@gnu.org>
8634
3a4f3f86
SM
8635 * progmodes/fortran.el (fortran-imenu-generic-expression):
8636 Change definition layout.
a8189dfe
DL
8637 (fortran-mode-menu): Reinstate customize entries.
8638
d04a3972
DL
8639 * cus-edit.el (custom-group-menu-create, customize-menu-create):
8640 Use :filter, per old XEmacs code.
8641
4bf4fb05
GM
86422000-07-12 Gerd Moellmann <gerd@gnu.org>
8643
8644 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
8645 event when deciding what to send to the terminal.
8646
37328bcd
DL
86472000-07-12 Dave Love <fx@gnu.org>
8648
8649 * cus-start.el: Add optional version as 4th element of specs and
8650 use it for several things new in v21. Remove load-path. Fix type
8651 of line-number-display-limit.
8652
89492072
DL
86532000-07-11 Dave Love <fx@gnu.org>
8654
3a4f3f86
SM
8655 * progmodes/fortran.el: Don't require easymenu.
8656 Use repeat counts in various regexps.
315aa1de
DL
8657 (fortran-mode-syntax-table): Defvar directly.
8658 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
3a4f3f86
SM
8659 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
8660 Use defvar, not defconst.
8661 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
315aa1de
DL
8662 (fortran-mode): Set fortran-comment-line-start-skip,
8663 fortran-comment-line-start-skip, dabbrev-case-fold-search.
8664 (fortran-comment-indent): Use defsubst.
3a4f3f86
SM
8665 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
8666 Use fortran-comment-indent, not fortran-comment-indent-function.
315aa1de
DL
8667 (fortran-comment-region, fortran-electric-line-number): Simplify.
8668 (fortran-auto-fill): New function.
8669 (fortran-do-auto-fill): Deleted.
3a4f3f86
SM
8670 (fortran-find-comment-start-skip):
8671 Check for non-null comment-start-skip.
8672 (fortran-auto-fill-mode, fortran-fill-statement):
8673 Use fortran-auto-fill.
315aa1de 8674 (fortran-fill): Use fortran-auto-fill. Check for null
3a4f3f86 8675 comment-start-skip. Simplify final clause and use end-of-line finally.
315aa1de 8676
89492072
DL
8677 * widget.el (widget-plist-member): New alias.
8678
d55ead18
EZ
86792000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
8680
8681 * eshell/esh-module.el (toplevel): Reference
8682 byte-compile-current-file only if it is bound.
8683
e82a2a05
GM
86842000-07-10 Gerd Moellmann <gerd@gnu.org>
8685
8686 * dired.el: Don't require `dired-aux'.
8687
1fc7fb2b
MB
86882000-07-10 Miles Bader <miles@lsi.nec.co.jp>
8689
8690 * dired-aux.el (dired-show-file-type): New function.
8691 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
8692 (dired-show-file-type): Add autoload.
8693
ab49ce15
KH
86942000-07-10 Kenichi Handa <handa@etl.go.jp>
8695
8696 * international/mule-diag.el (describe-font): Adjusted for the
3a4f3f86 8697 change of fontset-info.
ab49ce15
KH
8698 (print-fontset): Likewise.
8699
f45aab65
SM
87002000-07-09 Stefan Monnier <monnier@cs.yale.edu>
8701
8702 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
8703
2f72fd2f
GM
87042000-07-07 Gerd Moellmann <gerd@gnu.org>
8705
e82a2a05 8706 * bindings.el: Bind `[delete]' to delete-char.
965522f5 8707
2f72fd2f
GM
8708 * dired.el (dired-find-alternate-file): New function.
8709 (dired-mode-map): Bind `a' to dired-find-alternate-file.
8710 (toplevel): Require dired-aux when compiling.
8711 (dired-buffers): Move defvar within file to avoid compiler warning.
8712
8713 * info.el (Info-last-search): Variable removed.
8714 (Info-search-history): New variable.
8715 (Info-search): New Info-search-history.
8716
8717 * battery.el, info-look.el: Change author's mail address.
8718
965522f5 87192000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
34342a07 8720
965522f5
GM
8721 * mail/rmail.el (rmail-clear-headers): Don't throw an error
8722 if rmail-ignored-headers is nil.
8723 (rmail-retry-failure): Bind rmail-ignored-headers and
8724 rmail-displayed-headers to nil.
8725
dd8888a1
GM
87262000-07-06 Gerd Moellmann <gerd@gnu.org>
8727
e5c81191
GM
8728 * lpr.el (lpr-page-header-switches): Add `-h' switch.
8729 (print-region-1): Don't hard code `-h' here.
8730
dd8888a1
GM
8731 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
8732
e5c81191
GM
87332000-07-01 Francesco Potorti` <pot@gnu.org>
8734
8735 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
8736 exim can use "your message" instead of "the message".
34342a07 8737
f45aab65
SM
87382000-07-06 Stefan Monnier <monnier@cs.yale.edu>
8739
8740 * facemenu.el: Docstrings fixes.
8741 (facemenu-get-face): Don't use internal-find-face.
8742 (facemenu-iterate): Rename arg to match the docstring.
8743
8744 * newcomment.el (uncomment-region): Be more careful when skipping
8745 backwards over `=' not to bump into BOBP.
8746
d396e521 87472000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
34342a07 8748
dd8888a1
GM
8749 * ediff-diff.el (ediff-wordify): Use syntax table.
8750 * ediff-init.el (ediff-has-face-support-p): Use
d396e521 8751 ediff-color-display-p.
dd8888a1 8752 (ediff-color-display-p): Use display-color-p, changed to defun
d396e521
MK
8753 from defsubst.
8754 Got rid of special cases for NeXT and OS/2.
dd8888a1 8755 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
d396e521 8756 face.
34342a07 8757
5e2dfaa4
SM
87582000-07-05 Stefan Monnier <monnier@cs.yale.edu>
8759
8760 * emacs-lisp/lucid.el: Require CL.
8761 (copy-tree, remprop): Remove, it's provided by CL.
8762 (map-keymap): Define in terms of cl-map-keymap.
8763 (extent-property, set-extent-end-glyph): New functions.
8764
8765 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
8766
d5c5cddd
GM
87672000-07-05 Gerd Moellmann <gerd@gnu.org>
8768
485266d0
GM
8769 * Makefile.in (DONTCOMPILE): Add comment that the name may
8770 not be changed without changing the make-dist script.
8771
5e2dfaa4 8772 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
d5c5cddd 8773 (cl-mapc): Use mapc instead of cl-old-mapc.
34342a07 8774
e2c46326
AI
87752000-07-05 Andrew Innes <andrewi@gnu.org>
8776
8777 * makefile.nt: Add support for `bootstrap' and related targets.
8778
a027a91b
SM
87792000-07-05 Stefan Monnier <monnier@cs.yale.edu>
8780
8781 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
8782 (easy-menu-do-define): Use `menu-item' format.
8783 Handle case where easy-menu-create-menu returns a symbol.
8784 Manually call the potential top-level filter in the function binding.
8785 (easy-menu-filter-return): New arg NAME.
8786 Convert to a keymap if MENU is an XEmacs menu.
8787 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
8788 (easy-menu-converted-items-table, easy-menu-convert-item):
8789 New var and fun to memoize easy-menu-convert-item-1.
8790 (easy-menu-do-add-item): Use it.
8791 (easy-menu-create-menu): Use easy-menu-convert-item.
8792 Wrap easy-menu-filter-return around any :filter specification.
8793 Don't convert the menu if a filter was specified.
8794 Tell easy-menu-make-symbol not to check for MENU being an expression.
8795 (easy-menu-make-symbol): New arg NOEXP.
8796
5e03eb84
GM
87972000-07-05 Gerd Moellmann <gerd@gnu.org>
8798
8799 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
8800 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
8801 (eval-defun): If called with prefix arg, instrument code for
8802 Edebug.
8803
8804 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
8805 similar to that of eval-defun.
8806
fca68a95
DL
88072000-07-04 Dave Love <fx@gnu.org>
8808
7ccbba4c
DL
8809 * hl-line.el (hl-line-overlay): Make it permanent-local.
8810
fca68a95
DL
8811 * calendar/todo-mode.el: Replaced with a working version, based on
8812 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
8813
88142000-07-03 Miles Bader <miles@lsi.nec.co.jp>
78e7e8a0
MB
8815
8816 * paths.el (prune-directory-list): New function.
8817 (Info-default-directory-list): Rewritten to more methodically
8818 enumerate a big list of possible info directories (based on the
8819 list used by the standalone info reader).
fca68a95 8820
78e7e8a0 8821 * info.el (info-initialize): Use prune-directory-list to remove
3a4f3f86 8822 non-existent directories from Info-directory-list.
78e7e8a0 8823
78e7e8a0
MB
8824 * paths.el (Info-default-directory-list): Try a list of possible
8825 info-directories instead of a single one. Add the possible
8826 info directory "/usr/share/info".
8827
8828 * woman.el (woman-man.conf-path): Explicitly include the debian
8829 man-db config file "/etc/manpath.config".
8830 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
8831 are present in `manpath.config'.
8832 (woman-manpath): Include "/usr/share/man".
8833
67c9a1d2
GM
88342000-07-03 Gerd Moellmann <gerd@gnu.org>
8835
6753393b
GM
8836 * frame.el (blink-cursor-mode): Don't hide cursor initially.
8837
8838 * startup.el (command-line): Initialize blink-cursor based
8839 on window-system.
8840
e4f98ad3
GM
8841 * frame.el (blink-cursor): Default to nil if not running under
8842 a window-system.
8843
2f516940
GM
8844 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
8845 (face-x-resources): Remove duplicate entry for :font.
8846
67c9a1d2
GM
8847 * textmodes/refer.el (refer-find-entry-internal): Use some-window
8848 instead of cycling through windows with next-window.
8849
8850 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
8851 of cycling through windows with next-window.
8852
8853 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
8854 of cycling through windows with next-window.
8855
8856 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
8857 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
8858 instead of cycling through windows with next-window.
8859
8860 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
8861 instead of cycling through windows with next-window.
8862
8863 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
8864 of cycling through windows with next-window.
8865
8866 * terminal.el (te-process-output): Use walk-windows instead of
8867 cycling through windows with next-window.
8868
8869 * server.el (server-switch-buffer): Use some-window instead of
8870 cycling through windows with next-window.
8871
8872 * window.el (some-window): New function.
8873 (walk-windows): Remove reference to walk-windows-start.
831a6cb0 8874
3a4f3f86 8875 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
831a6cb0 8876
8b7bc628 88772000-07-03 Richard Stallman <rms@gnu.org>
67c9a1d2
GM
8878
8879 * window.el (walk-windows): Guarantee termination by keeping a list
8880 of all the windows already handled.
8881
d0d57043
EZ
88822000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
8883
8884 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
8885 window-system.
8886
8887 * man.el (Man-notify-when-ready): Don't use window-system. If
8888 Man-notify-method is newframe, and the display is not
8889 multi-frame, select the frame created for the man page.
8890 (Man-init-defvars): Doc fix.
8891
d5483ab1
GM
88922000-06-28 Gerd Moellmann <gerd@gnu.org>
8893
af5c25e1
GM
8894 * faces.el (region): Change background color for light background.
8895
8896 * ediff-wind.el (ediff-setup-control-frame): Remove :box
8897 attribute from mode-line face of Ediff control frame.
8898
d5483ab1
GM
8899 * replace.el (query-replace-map): Bind `e' like `E'.
8900
9d47450f
EZ
89012000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
8902
3a4f3f86
SM
8903 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
8904 Change name to "Select All".
496b7491 8905
9d47450f
EZ
8906 * dos-fns.el (convert-standard-filename): Fix last change.
8907
0b431deb
GM
89082000-06-27 Gerd Moellmann <gerd@gnu.org>
8909
4fa9f636
GM
8910 * help.el (describe-variable): Don't insert a second `'s' in front
8911 of the string `value is shown below'. Since the syntax-table is
8912 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
8913 an existing `'s', so that this won't be deleted.
8914
0b431deb
GM
8915 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
8916 * pcmpl-unix.el: New files.
8917
32cad0aa
SM
89182000-06-26 Stefan Monnier <monnier@cs.yale.edu>
8919
8920 * wid-edit.el (widget-member): Use the new plist-member.
8921
2c69ced2
GM
89222000-06-26 Gerd Moellmann <gerd@gnu.org>
8923
44c0f771
GM
8924 * replace.el (perform-replace): Undo change of 2000-04-04.
8925 Instead, move backward 1 character at the end of the loop when
8926 necessary.
34342a07 8927
1d36487c
GM
8928 * faces.el (fringe): Change face for different backgrounds.
8929
8930 * eshell/esh-module.el (toplevel): Load defgroup's differently;
8931 patch from John.
8932
2c69ced2
GM
8933 * eshell/*.el: Change spelling of the Free Software Foundation.
8934
8935 * eshell/esh-toggle.el: Removed.
8936
8937 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
8938
8939 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
8940 interactively.
8941
89422000-06-26 Alex Schroeder <alex@gnu.org>
8943
8944 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
8945 `define-key'; instead of checking `(emacs-version)' check for
8946 `set-keymap-parent' and `set-keymap-name' directly. Add entries
8947 for `;' and `o' which might be electric.
8948
8949 (sql-electric-stuff): New user option.
8950 (sql-magic-go): New function which uses `sql-electric-stuff'.
8951 (sql-magic-semicolon): New function which uses
8952 `sql-electric-stuff'.
8953
8954 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
8955 is not fboundp.
8956
8957 (sql-oracle-options): New variable.
8958 (sql-oracle): Use it.
8959
8960 (sql-imenu-generic-expression): Doc change.
8961 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
8962 is used.
8963
8964 (sql-informix): Added command line parameter "-" to force
8965 sql-informix-program to use stdout.
8966
db1306d8
EZ
89672000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
8968
3a4f3f86 8969 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
db1306d8
EZ
8970 (cp864-decode-table): Doc fix.
8971 (cp720-decode-table): New variable, supports the Arabic OEM
8972 codepage used by Windows.
8973 (cp737-decode-table): New, Greek OEM codepage used by Windows.
8974
c69e5fcd
DL
89752000-06-23 Dave Love <fx@gnu.org>
8976
8977 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
8978 (font-lock-fontify-anchored-keywords): Use
8979 line-beginning-position.
8980 (global-font-lock-mode): Use mapc.
8981
30ad8f23
SM
89822000-06-23 Stefan Monnier <monnier@cs.yale.edu>
8983
8984 * eshell/esh-module.el: Require CL when compiling.
8985
26b4dc84
GM
89862000-06-23 Gerd Moellmann <gerd@gnu.org>
8987
78c56e70
GM
8988 * comint.el (comint-substitute-in-file-name): Call replace-match
8989 with second and third arg t.
8990
34342a07 8991 * cus-edit.el (custom-button-face, custom-button-pressed-face):
f6478c66
GM
8992 Specify foreground color.
8993
8994 * faces.el (tool-bar, mode-line, header-line): Specify foreground
8995 color.
8996
affbf647
GM
8997 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
8998
8999 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
9000 cddr instead of cdddr.
9001
25fffb31
GM
9002 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
9003 instead of copy-list.
9004
9005 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
9006 of copy-list.
9007
26b4dc84
GM
9008 * subdirs.el: Add eshell subdirectory.
9009
9010 * eshell: New subdirectory containing the Eshell package.
9011
9012 * pcomplete.el: New file.
9013
78c56e70
GM
90142000-06-23 Paul Eggert <eggert@twinsun.com>
9015
ea055732
GM
9016 * mail/mailpost.el (post-mail-send-it): Make sure file has
9017 proper permissions from birth.
9018
9019 * files.el (basic-save-buffer-2): When temporarily setting
9020 file modes, set them to current modes plus 0200, not to 0777.
9021
78c56e70
GM
9022 * emerge.el (emerge-make-temp-file): Make sure file has proper
9023 permissions from birth.
9024
a3a7ff33
EZ
90252000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
9026
9027 * files.el (make-backup-file-name-1): On DOS/Windows, run the
9028 backup file name through convert-standard-filename.
9029
9030 * dos-fns.el (convert-standard-filename): Convert leading
9031 directories as well. When long file names are supported, convert
9032 characters that are invalid in Windows file names.
9033
1fd9b7fe
GM
90342000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9035
9036 * ps-print.el: Fix bug: if ^L is the very first buffer character,
9037 ps-print crashes. New feature: page selection for printing. Create
9038 raw-text-unix coding system for XEmacs. Doc fix.
9039 (ps-print-version): New version number (5.2.3).
9040 (ps-plot-region): Bug fix.
9041 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
9042 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
9043 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
9044 funs.
9045 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
9046 (ps-last-page): New vars.
9047
16ed8416
GM
90482000-06-21 Gerd Moellmann <gerd@gnu.org>
9049
9050 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
9051 empty option string.
9052
4fbee715
EZ
90532000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
9054
9055 * man.el (man): Doc fix.
9056
eaecfc94
KH
90572000-06-21 Kenichi Handa <handa@etl.go.jp>
9058
9059 * international/mule-cmds.el (set-language-info-alist): Docstring
9060 fixed.
9061
4a27bdfb
GM
90622000-06-20 Gerd Moellmann <gerd@gnu.org>
9063
9064 * version.el (emacs-version): Use ISO date format.
9065
9066 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
9067 instead of `M-backspace'.
9068
9069 * simple.el (turn-off-auto-fill): New function.
9070
8972fe79
SM
90712000-06-20 Stefan Monnier <monnier@cs.yale.edu>
9072
9073 * jit-lock.el (with-buffer-prepared-for-jit-lock):
9074 Renamed from with-buffer-prepared-for-font-lock and use
9075 inhibit-modification-hooks rather than setting *-change-functions.
9076 Update all functions to use the new name.
9077 (jit-lock-first-unfontify-pos): New semantics (and doc).
9078 (jit-lock-mode): Make non-interactive.
9079 Don't automatically turn on font-lock.
9080 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
9081 Always use jit-lock-after-change.
9082 Remove and restore font-lock-after-change-function.
9083 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
9084 (jit-lock-after-unfontify-buffer): Remove.
9085 (jit-lock-stealth-fontify):
9086 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
9087 (jit-lock-after-change): Set the `fontified' text-prop to nil.
9088
5d80cc9c
SS
90892000-06-20 Sam Steingold <sds@gnu.org>
9090
9091 * emacs-lisp/cl-indent.el (toplevel): Indent
9092 `print-unreadable-object' properly. Untabify.
9093
f54e4d13
CD
90942000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
9095
9096 * textmodes/reftex.el (reftex-find-citation-regexp-format):
9097 Support for bibentry.
9098 (reftex-compile-variables): Fixed problem with end of section-re.
9099
9100 * texmodes/reftex-dcr.el (reftex-view-crossref,
8972fe79
SM
9101 reftex-view-crossref-from-bibtex):
9102 Deal with changed `reftex-find-citation-regexp-format'.
f54e4d13
CD
9103 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
9104 Replaced `remprop' with `put'.
8972fe79
SM
9105 (reftex-view-crossref, reftex-view-crossref-when-idle):
9106 Support for bibentry.
f54e4d13 9107
8972fe79
SM
9108 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
9109 New entry for bibentry package.
f54e4d13 9110
8972fe79
SM
9111 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
9112 Regexp also matches "\nobibliography".
f54e4d13 9113
8972fe79
SM
9114 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
9115 Call `reftex-ensure-write-access' before doing anything.
f54e4d13
CD
9116 (reftex-ensure-write-access): New function.
9117
f54e4d13
CD
91182000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
9119
9120 * progmodes/idlwave.el: File re-installed (update to version 4.2)
9121
9122 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
9123
9124 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
9125
9126 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
9127
9128
560c43f4
DL
91292000-06-20 Dave Love <fx@gnu.org>
9130
9131 * faces.el (frame-background-mode): Use set-default, not set, in
9132 setter.
9133 (frame-update-faces, frame-update-face-colors): Define with
9134 defalias.
9135
9136 * enriched.el (enriched-decode-foreground)
9137 (enriched-decode-background): Don't use internal-find-face.
9138
9139 * apropos.el: Doc fixes.
9140
9141 * cus-edit.el (customize-changed-options): Check arg.
9142 (customize-version-lessp): Don't require decimal point.
9143
9144 * custom.el (defcustom, defgroup): Doc fix.
9145
9146 * newcomment.el (comment) <defgroup>: Add :version.
9147 (comment-multi-line): Doc fix.
9148
9149 * emulation/mlsupport.el (define-hooked-local-abbrev,
9150 define-hooked-global-abbrev): Fix, using define-abbrev.
9151
cdf0357b
GM
91522000-06-19 Gerd Moellmann <gerd@gnu.org>
9153
9154 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
9155 the whole buffer.
9156
10013d74
DL
91572000-06-19 Dave Love <fx@gnu.org>
9158
9159 * menu-bar.el (menu-bar-options-save): New function.
9160 (menu-bar-options-menu): Use it.
9161 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
9162 Simplify.
9163
6922f208
AS
91642000-06-19 Andreas Schwab <schwab@suse.de>
9165
9166 * progmodes/etags.el (tags-query-replace): Put new parameters
9167 START and END at the end, for backward compatibility.
9168
10d7bf84
KH
91692000-06-19 Kenichi Handa <handa@etl.go.jp>
9170
9171 * international/codepage.el:
9172 (cp-coding-system-for-codepage-1): Delete special codes for
9173 generating xxx-dos coding system because now a CCL based coding
9174 system can handle EOL conversion by default.
9175
9176 * international/mule.el (make-coding-system): Generate subsidiary
9177 coding systems for EOL handling variants even for a CCL based
9178 coding system.
9179
8f3c9a3d
KH
91802000-06-19 Kenichi Handa <handa@etl.go.jp>
9181
9182 * international/isearch-x.el (isearch-minibuffer-input-method)
9183 (isearch-minibuffer-input-method-function): These variables
9184 deleted.
9185 (isearch-with-input-method): Don't use the above variables.
9186 (isearch-process-search-multibyte-characters): Likewise. Call
9187 read-string with the arg INHERIT-INPUT-METHOD t.
9188
c2acf685
SM
91892000-06-17 Stefan Monnier <monnier@cs.yale.edu>
9190
13f0d185
SM
9191 * font-lock.el (font-lock-after-fontify-buffer)
9192 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
9193
9194 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
9195 Use consistent make-local-variable style for font-lock-fontified.
9196 (jit-lock-fontify-buffer):
9197 Don't bother checking for font-lock-mode and jit-lock-mode.
9198
c2acf685
SM
9199 * time.el: Remove trailing ^M that prevent CVS-merging.
9200
a9021acd
GM
92012000-06-16 Gerd Moellmann <gerd@gnu.org>
9202
9203 * Makefile.in (distclean): New target.
5d80cc9c 9204
0df68e9f
SM
92052000-06-16 Stefan Monnier <monnier@cs.yale.edu>
9206
9207 * Makefile.in (srcdir): Define for update-subdirs.
9208
6344985d
GM
92092000-06-16 Gerd Moellmann <gerd@gnu.org>
9210
9211 * find-lisp.el: New file.
9212
63239267
AI
92132000-06-16 Andrew Innes <andrewi@gnu.org>
9214
9215 * time.el (display-time-mail-function): New variable, to allow
9216 external packages to indicate when new mail is available.
9217 (display-time-update): Use it.
9218
1699f991
KH
92192000-06-16 Kenichi Handa <handa@etl.go.jp>
9220
a3b37893
KH
9221 * international/mule.el (mule-version): Change version name to
9222 SAKAKI. AOI has already been used by Meadow.
9223
1699f991
KH
9224 * international/quail.el (quail-show-guidance-buf): To find the
9225 bottom window (but minibuffer), pay attention to the height of
9226 minibuffer.
9227
228b083e
EZ
92282000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
9229
7d5c8691
EZ
9230 * arc-mode.el (archive-mode-map): Use the new menu-item format for
9231 menu-bar menus. Add help strings. Don't remove the Edit menu
9232 from the menu bar, as the menu bar has enough space now.
9233
261f3289
EZ
9234 * Makefile.in (SHELL): Make sure /bin/sh is used.
9235
228b083e
EZ
9236 * woman.el (woman-man-buffer): Fix bold and underlined CJK
9237 characters, which use series of two ^H characters instead of one.
9238
e27e8d71
GM
92392000-06-15 Gerd Moellmann <gerd@gnu.org>
9240
5d80cc9c 9241 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
451ec4e3 9242 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
5d80cc9c 9243 functions.
451ec4e3
GM
9244 (Info-find-node-2): Try a case-sensitive search first, then
9245 do a case-insensitive search.
9246
9247 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
9248 tutorials.
9249
b675095c
GM
9250 * complete.el (PC-env-vars-alist): New variable.
9251 (PC-complete-as-file-name): New function.
9252 (partial-completion-mode): Initialize PC-env-vars-alist from
9253 process-environment.
9254 (PC-do-completion): Handle completion of env vars.
9255
9256 * info.el (Info-set-mode-line): Show file name in mode line,
9257 use `*Info*' instead of `Info:'.
9258
e27e8d71
GM
9259 * startup.el (command-line-1): Change copyright messages to year
9260 2000.
9261
28223a7e
DL
92622000-06-15 Dave Love <fx@gnu.org>
9263
9264 * net/goto-addr.el (goto-address-fontify): Use keymap property,
9265 not local-map.
9266
32684631
KH
92672000-06-15 Kenichi Handa <handa@etl.go.jp>
9268
9269 * international/mule.el (set-buffer-file-coding-system): Almost
9270 rewritten to handle `undecided' as no-op.
9271
9f817ea4
GM
92722000-06-14 Gerd Moellmann <gerd@gnu.org>
9273
e27e8d71 9274 * Makefile.in: New file.
dce6b995
GM
9275
9276 * Makefile: Removed.
9277
9f817ea4
GM
9278 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
9279 (goto-address-highlight-keymap): Bind C-c RET.
9280
2de33f94
KH
92812000-06-14 Kenichi Handa <handa@etl.go.jp>
9282
bbf1e8a5
KH
9283 * mail/sendmail.el (sendmail-send-it): The temporary buffer
9284 inherits buffer-file-coding-system of the current buffer.
725a6897 9285
02891cc3
KH
9286 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
9287 0. Give correct argument to set-auto-coding-function.
9288 (tar-expunge): For goto-char, use (point-min), not 0.
9289 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
9290 (tar-subfile-save-buffer): Likewize.
9291
2de33f94
KH
9292 * international/mule.el
9293 (after-insert-file-set-buffer-file-coding-system): Call
9294 set-buffer-file-coding-system with the arg FORCE t.
9295
1681ead6
GM
92962000-06-13 Gerd Moellmann <gerd@gnu.org>
9297
9298 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
9299 nil. Contemporary sendmails issue an X-Authentication-Warning if
b675095c 9300 the sender is set with `-f'.
1681ead6 9301
fdf4b680
DL
93022000-06-13 Dave Love <fx@gnu.org>
9303
9c50afce
DL
9304 * help.el (describe-function-1): Kluge around cases of functions
9305 fset to subrs whose doc doesn't match their symbol-name.
9306
0ad550ba 9307 * image.el (insert-image): Default STRING to a space.
f290ca08 9308
fdf4b680 9309 * info.el Doc fixes.
5d80cc9c 9310 (Info-build-node-completions): Match Ref tags.
fdf4b680 9311
9b6610db
EZ
93122000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
9313
a704139d
EZ
9314 * frame.el (display-multi-frame-p, display-multi-font-p): New
9315 defaliases for display-graphic-p.
9316
9b6610db
EZ
9317 * hl-line.el: Fixed a typo in commentary.
9318
7a5ea398
KH
93192000-06-13 Kenichi Handa <handa@etl.go.jp>
9320
9321 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
9322 fixed.
9323
0dc91c57
DL
93242000-06-12 Dave Love <fx@gnu.org>
9325
9326 * image.el (insert-image): Save a little consing.
9327
0bd5914b
KH
93282000-06-12 Kenichi Handa <handa@etl.go.jp>
9329
9330 * language/tibet-util.el: Convert all tibetan-1-column characters
9331 to the corresponding tibetan characters.
9332 (tibetan-add-components): Delete code for the special treatment of
9333 'a chung.
9334
9335 * language/tibetan.el (tibetan-composable-pattern): Fix previous
9336 change.
9337 (tibetan-vowel-transcription-alist): More rules added.
9338 (tibetan-composite-vowel-alist): New variable.
9339 (tibetan-precomposition-rule-alist): More rules added.
9340
6dc7d3d5
SM
93412000-06-12 Stefan Monnier <monnier@cs.yale.edu>
9342
9c04c393
SM
9343 * startup.el (command-line): Only call menu-bar-mode if interactive.
9344
9345 * thingatpt.el (toplevel symbol-properties):
9346 * textmodes/makeinfo.el (makeinfo-compile):
9347 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
5d80cc9c 9348 * progmodes/hideif.el (hif-compress-define-list)
9c04c393 9349 (hide-ifdef-use-define-alist):
5d80cc9c 9350 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
9c04c393
SM
9351 (ange-ftp-vms-add-file-entry):
9352 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
9353 * man.el (Man-build-man-command):
9354 * mail/rnewspost.el (news-reply-header-hook):
9355 * info.el (Info-insert-dir):
9356 * emulation/mlconvert.el (backward-word, forward-word, setq):
9357 * emacs-lisp/gulp.el (gulp-send-requests):
5d80cc9c
SS
9358 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
9359 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
9c04c393
SM
9360 (byte-optimize-apply, end of file):
9361 * emacs-lisp/advice.el (ad-advice-class-completion-table)
9362 (ad-make-freeze-definition):
9363 * startup.el (command-line, command-line-1): Don't quote lambdas.
9364
6dc7d3d5
SM
9365 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
9366 (cvs-cleanup-removed): New function.
9367 (cvs-cleanup-functions): New var.
9368 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
9369 some flexibility in specifying additional entries to auto-cleanup.
9370 (cvs-quickdir): New function.
9371 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
9372 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
9373 (cvs-mode-find-file): Check that we are on a filename or dirname
9374 when invoked through a mouse-click.
9375 (cvs-full-path): Remove.
9376 (cvs-dired-action): Re-introduced.
9377 (cvs-dired-noselect): Use it.
9378 (vc-post-command-functions): use this new hook if available.
9379
9380 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
9381 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
9382 (cvs-filename-map, cvs-dirname-map): Remove.
9383 (cvs-default-action): Remove.
9384 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
9385 if the arg is really a keymap.
9386 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
9387 Don't hardcode the mapping from state (aka type) to face, but check
9388 the var cvs-fi-<type>-face instead.
9389 (cvs-fileinfo-from-entries): New function.
9390
9391 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
9392 Docstring fix.
9393 (cvs-find-file-and-jump): Change default to be safer.
9394 (cvs-mode-diff-map): Define it as a function as well.
9395 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
9396 Bind mouse-2 in this global map rather than with text-properties.
9397
9398 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
9399 file to resolve the ambiguity between C(conflict) and C(need-merge).
9400
5050a2ef
KH
94012000-06-12 Kenichi Handa <handa@etl.go.jp>
9402
9403 * international/mule.el (set-buffer-file-coding-system): If
9404 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
9405 unconditionally.
9406
35a7ac84
DL
94072000-06-12 Dave Love <fx@gnu.org>
9408
9409 * wid-edit.el (widget-specify-button): Really suppress the face if
9410 required.
9411
db8eeecd
GM
94122000-06-11 Gerd Moellmann <gerd@gnu.org>
9413
9414 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
9415
70223ca4
SM
94162000-06-11 Stefan Monnier <monnier@cs.yale.edu>
9417
9418 * imenu.el (imenu-generic-expression): Docstring fix.
9419
9420 * composite.el (composition-function-table): Move the `put'
9421 below the autoload cookie so we can load the file before loaddefs.
9422
9423 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
9424
9425 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
9426 Handle easy-mmode-define-global-mode.
9427 For complex macros like define-minor-mode that can generate
9428 several autoload entries, try to autoload entries in the
9429 macroexpanded code.
9430
9431 * emacs-lisp/easy-mmode.el (define-minor-mode):
9432 If KEYMAP is a symbol, just use it.
9433 Use byte-compile-current-file and load-file-name to infer the
9434 proper :require to pass to defcustom.
9435 Wrap the hook var into `progn' so as not to autoload it.
9436 Add a :autoload-end cookie.
9437 Be more careful about the evaluation of KEYMAP.
9438 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
9439 (define-derived-mode): Move define-abbrev-table outside of defvar.
9440
94412000-06-10 Stefan Monnier <monnier@cs.yale.edu>
9442
9443 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
9444 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
9445 (backup-compiled-files): Ignore errors during `tar'.
9446 (bootstrap): Make autoloads before elc files.
9447
9c53b34e
KH
94482000-06-10 Kenichi Handa <handa@etl.go.jp>
9449
9450 * international/mule.el (set-buffer-file-coding-system): If one of
5d80cc9c 9451 undecided-XXX is specified, change only EOL conversion.
9c53b34e
KH
9452
9453 * international/mule-conf.el (unix): New alias for the coding
9454 system undecided-unix.
9455
22ddd299
DL
94562000-06-09 Dave Love <fx@gnu.org>
9457
5ee42746
DL
9458 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
9459
70223ca4 9460 * progmodes/executable.el: Byte compile dynamic.
22ddd299
DL
9461 (executable-insert): Change custom type.
9462 (executable-find): Add autoload cookie.
cc7e1d18
DL
9463 (executable-make-buffer-file-executable-if-script-p): New
9464 function. After Noah Friedman.
22ddd299
DL
9465
9466 * files.el (after-save-hook): Customize, with
cc7e1d18 9467 executable-make-buffer-file-executable-if-script-p as an option.
22ddd299 9468
41ea3794
KH
94692000-06-09 Kenichi Handa <handa@etl.go.jp>
9470
f89437e3
KH
9471 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
9472 "tib24p-mule.bdf" for Tibetan.
9473
7a4ee259
KH
9474 * composite.el (decompose-composite-char): Declare it as obsolete.
9475
ff6a65c2
KH
9476 * man.el (Man-fontify-manpage): Pay attention to underline and
9477 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
41ea3794 9478
f83fe4b4
GM
94792000-06-08 Gerd Moellmann <gerd@gnu.org>
9480
9481 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
9482 Set maintainer to FSF since author isn't reachable.
9483
e56d7900
DL
94842000-06-08 Dave Love <fx@gnu.org>
9485
9486 * international/mule-cmds.el (select-safe-coding-system): If
9487 DEFAULT-CODING-SYSTEM is not specified, also check the most
9488 preferred coding-system if buffer-file-coding-system is
9489 `undecided'. From Handa.
9490
d3981b49
KH
94912000-06-08 Kenichi Handa <handa@etl.go.jp>
9492
9493 * international/mule.el
9494 (after-insert-file-set-buffer-file-coding-system): If the buffer
9495 size is greater than INSERTED, judget that we are not visiting.
9496
bff71087
RV
94972000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
9498
9499 * whitespace.el (defgroup whitespace): Comment out `:version'.
9500 XEmacs 20.4 has problems defining the group with this present.
9501 We'll have this commented out till get resolve the problem.
9502
fd9ac94c 95032000-06-07 John Wiegley <johnw@gnu.org>
e04d21aa 9504
fd9ac94c
GM
9505 * align.el (align-dq-string-modes, align-sq-string-modes)
9506 (align-open-comment-modes): Add pyhton-mode.
9507 (align-rules-list): Use get-text-property instead of
9508 text-properties-at.
9509 (align-rules-list): Add python-assignment.
9510 (align-rules-list): Change perl-comma-delimiter to
9511 basic-comma-delimiter. Use if for Perl modes and python-mode.
9512 (align-rules-list): Add python-chain-logic and
9513 basic-line-continuation.
45f485a6
GM
9514
95152000-06-07 Jari Aalto <jari.aalto@poboxes.com>
9516
9517 * apropos.el (apropos-mode-hook): New user variable.
9518 (apropos-mode): Run apropos-mode-hook.
bff71087 9519
45f485a6
GM
95202000-06-07 David Ponce <david@dponce.com>
9521
9522 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
9523 commands. Require `wid-edit' at run-time.
9524
95252000-06-07 David Ponce <david@dponce.com>
9526
9527 * recentf.el: Added some "Commentary".
9528 (recentf-open-more-files, recentf-edit-list): Minor changes to
9529 move the point at the top of the file list. This behaviour is
9530 consistent with the menu one when the list contains a lot of
9531 files.
9532 (recentf-cleanup): Now displays the number of items removed from
9533 the list.
9534 (recentf-relative-filter) New menu filter to show filenames
9535 relative to `default-directory'.
bff71087 9536
45f485a6
GM
95372000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9538
9539 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
9540 with/without giving an error if PostScript printer doesn't have this
9541 kind of page size. Zebra Stripe continues or restarts on next page.
9542 Manual/automatic paper feeding. Switch or not the header.
9543 (ps-print-version): New version number (5.2.2).
9544 (ps-windows-system): Include emx as a Windows system.
9545 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
9546 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
9547 (ps-background-text): Code fix.
9548 (ps-error-handler-message, ps-user-defined-prologue)
9549 (ps-print-prologue-header, ps-printer-name)
9550 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
9551 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
9552 (ps-use-face-background): Customization fix.
9553 (ps-n-up-database): Data fix.
9554 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
9555 (ps-switch-header): New vars.
9556 (ps-xemacs-color-name, ps-face-foreground-name)
9557 (ps-face-background-name, ps-boolean-constant): New funs.
9558
c14dcd22
DL
95592000-06-07 Dave Love <fx@gnu.org>
9560
9561 * allout.el: New version from Manheimer.
9562
e4044bb0
KH
95632000-06-07 Kenichi Handa <handa@etl.go.jp>
9564
9565 * textmodes/fill.el (fill-find-break-point): Check the validity of
9566 charset.
9567
59cfe8b9
KF
95682000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
9569
9570 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
9571 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
9572 Call display-color-p and display-mouse-p instead of looking at
9573 window-system.
9574
bb2337f5
DL
95752000-06-06 Dave Love <fx@gnu.org>
9576
9577 * image.el (find-image): Doc fix. Return nil if image not found.
9578 (put-image, insert-image): Make STRING arg optional.
9579
8e624fa2
KH
95802000-06-06 Kenichi Handa <handa@etl.go.jp>
9581
9582 * language/vietnamese.el: Remove eval-when-compile.
9583 (viet-viscii-nonascii-translation-table): Define it as a
9584 translation table made from viet-viscii-decode-table.
9585 (viet-viscii-encode-table): Define it as a translation table made
9586 from the reverse map of above.
9587 (viet-vscii-nonascii-translation-table): Define it as a
9588 translation table made from viet-vscii-decode-table.
9589 (viet-vscii-encode-table): Define it as a translation table made
9590 from the reverse map of above.
9591 (ccl-decode-viscii): Use translate-character.
9592 (ccl-encode-viscii, ccl-encode-viscii-font)
9593 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
9594 Likewize.
bff71087 9595
8e624fa2
KH
9596 * language/cyrillic.el: Remove eval-when-compile.
9597 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
9598 translation table made from cyrillic-koi8-r-decode-table.
9599 (cyrillic-koi8-r-encode-table): Define it as a translation table
9600 made from the reverse map of above.
9601 (ccl-decode-koi8): Use translate-character.
9602 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
9603 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
9604 a translation table made from cyrillic-alternativnyj-decode-table.
9605 (cyrillic-alternativnyj-encode-table): Define it as a translation
9606 table made from the reverse map of above.
9607 (ccl-decode-alternativnyj): Use translate-character.
9608 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
9609 Likewize
9610
9611 * international/mule-diag.el (non-iso-charset-alist): Specify
9612 translation table symbol instead of translation table itself.
9613 (list-block-of-chars): CHARSET may be a translation table symbol.
9614
9615 * international/mule.el (make-coding-system): If CODING-SYSTEM
9616 already exists, override it.
9617
9618 * international/fontset.el: Use family `proportional' for Tibetan
9619 fonts.
9620
9621 * international/ccl.el (ccl-compile-translate-character): Don't
9622 check if Rrr has property translation-table.
9623 (ccl-compile-map-multiple): Modified to avoid compiler warning.
9624
1969fae2
GM
96252000-06-05 Gerd Moellmann <gerd@gnu.org>
9626
9627 * info.el: Bind case-fold-search to t when searching in case
9628 a user sets it to nil in a hook.
9629
d5b037c5
SM
96302000-06-05 Stefan Monnier <monnier@cs.yale.edu>
9631
d3d02e65
SM
9632 * autoarg.el (autoarg-mode, autoarg-kp-mode):
9633 * hl-line.el (hl-line-mode): Use the new :global key argument.
9634
9635 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
9636 (tar-clip-time-string): Prepend a space.
9637 (tar-grind-file-mode): Construct a string rather than modifying one.
9638 (tar-header-block-summarize): Fix docstring.
9639 Use `format' rather than an error-prone set of copy-loops.
9640
9641 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
9642 (diff-goto-source, diff-unified->context, diff-context->unified)
9643 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
9644 understand the format output by the `-p' argument to diff.
9645
bff71087 9646 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
d3d02e65
SM
9647 (sh-re-done): Use defconst.
9648 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
9649 (sh-help-string-for-variable, sh-guess-basic-offset):
9650 Don't quote lambdas.
9651 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
9652 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
9653
f7c4478f
SM
9654 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
9655 (mh-letter-mode): Derive from text-mode.
9656 This implicitly means that it now calls kill-all-local-variables.
9657 Also remove the Emacs-18 compatibility code.
9658
a8add29d
SM
9659 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
9660 Make use of symbol-property doc-string-elt.
9661 Use memq rather than a sequence of eq.
9662 (doc-string-elt): Fix the wrong or missing previously unused values.
9663 (autoload-print-form): New function extracted from
9664 generate-file-autoloads to allow recursion when handling progn
9665 so that defvar's and defun's docstrings are properly printed.
9666 (generate-file-autoloads): Use it.
9667
d5b037c5
SM
9668 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
9669 Use find-file-hooks in the minor-mode function.
9670 Be careful not to loop indefinitely in the post-command-hook function.
9671
560ef11a 96722000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
bff71087 9673
1969fae2 9674 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
560ef11a 9675 tty's.
1969fae2 9676 * ediff-diff.el (ediff-exec-process): Use --binary for fine
d5b037c5 9677 differences whenever appropriate.
1969fae2
GM
9678 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
9679 * viper.el (find-file, find-file-other-window): Get viper to do
bff71087
RV
9680 wildcards.
9681
b5bbbb76
SM
96822000-06-04 Stefan Monnier <monnier@cs.yale.edu>
9683
d5b037c5
SM
9684 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
9685 (jit-lock-fontify-buffer): New function for JIT refontification.
9686 (jit-lock-mode): Fix docstring.
9687 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
9688 Remove jit-lock-after-change from the _local_ hook.
9689 (jit-lock-function-1): Fix docstring.
9690
9691 * info.el (Info-on-current-buffer): Initialize info.
9692
9693 * newcomment.el (comment-indent): Ignore comment-indent-hook.
9694
9695 * progmodes/tcl.el (tcl-indent-for-comment):
9696 Ignore comment-indent-hook.
9697
9698 * emacs-lisp/easy-mmode.el: Require CL during compilation.
9699 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
b5bbbb76
SM
9700 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
9701 and improve to use the lighter to guess the capitalization.
9702 (define-minor-mode): Inline code from easy-mmode-define-toggle.
9703 Add keyword arguments to specify global-ness or the custom group.
9704 Add local-map and help-echo properties to the lighter.
9705 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
d5b037c5 9706 (easy-mmode-define-global-mode): New macro.
b5bbbb76 9707
bfa6c260
DL
97082000-06-02 Dave Love <fx@gnu.org>
9709
9710 * wid-edit.el: byte-compile-dynamic since we typically don't use
9711 all the widgets. Don't require cl or widget. Remove
9712 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
9713 (widget-read-event): Removed. Callers changed to use read-event.
9714 (widget-button-release-event-p): Renamed from
9715 button-release-event-p.
9716 (widget-field-add-space, widget-field-use-before-change):
9717 Uncustomize.
9718 (widget-specify-field): Use keymap property, not local-map.
9719 (widget-specify-button): Obey :suppress-face.
9720 (widget-specify-insert): Use modern backquote syntax.
9721 (widget-image-directory): Renamed from widget-glyph-directory.
9722 (widget-image-enable): Renamed from widget-glyph-enable.
9723 (widget-image-find): Replaces widget-glyph-find.
9724 (widget-button-pressed-face): Move defvar.
9725 (widget-image-insert): Replaces widget-glyph-insert.
9726 (widget-convert): Use keywordp.
9727 (widget-leave-text, widget-children-value-delete): Use mapc.
9728 (widget-keymap): Remove XEmacs stuff.
b5bbbb76 9729 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
bfa6c260
DL
9730 (widget-button-click): Don't set point at the click, but re-centre
9731 if we scroll out of window. Rewritten for images v. glyphs &c.
9732 (widget-tabable-at): Use POS arg, not point.
9733 (widget-beginning-of-line, widget-end-of-line)
9734 (widget-item-value-create, widget-sublist, widget-princ-to-string)
9735 (widget-sexp-prompt-value, widget-echo-help): Simplify.
9736 (widget-default-create): Use widget-image-insert; some rewriting.
9737 (widget-visibility-value-create)
9738 (widget-push-button-value-create, widget-toggle-value-create): Use
9739 widget-image-insert.
9740 (checkbox): Create on and off images dynamically.
9741 (documentation-link): Change :help-echo.
9742 (widget-documentation-link-echo-help): Remove.
9743
3837de12
SM
97442000-06-02 Stefan Monnier <monnier@cs.yale.edu>
9745
9746 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
9747
9748 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
9749 (easy-mmode-define-toggle, define-minor-mode): Use it.
9750 (easy-mmode-define-keymap): Docstring fix.
9751 (define-derived-mode): Default PARENT to fundamental-mode.
9752 Add the derived-mode-parent symbol-property.
9753 (easy-mmode-derived-mode-p): New function.
9754
90aa4ea8
DL
97552000-06-02 Dave Love <fx@gnu.org>
9756
37193ee6
DL
9757 * files.el (convert-standard-filename): Doc fix.
9758 (normal-backup-enable-predicate): New function.
9759 (backup-enable-predicate): Use it to replace the lambda form.
9760
9761 * calendar/todo-mode.el: [This needs more work on the outline
9762 stuff.] Doc fixes.
9763 (todo) <defgroup>: Add :version.
9764 (todo-add-category): Don't use pushnew.
9765 (todo-cmd-raise): Fix typo.
9766 (todo-top-priorities): Change temp buffer name.
9767 (todo-category-alist): Avoid redundant lambda.
3837de12
SM
9768 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
9769 Use outline-next-heading.
37193ee6 9770
90aa4ea8
DL
9771 * autoarg.el: Rewritten to use define-minor-mode.
9772 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
9773 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
9774
2e54623a
KH
97752000-06-02 Kenichi Handa <handa@etl.go.jp>
9776
9777 * isearch.el (isearch-other-meta-char): Fix previous change.
9778
c5def0db
SM
97792000-06-01 Stefan Monnier <monnier@cs.yale.edu>
9780
3837de12
SM
9781 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
9782 (log-edit-done): Only add the comment to the ring if it's different
9783 from the last comment entered.
9784
c5def0db
SM
9785 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
9786
2330c9d4
DL
97872000-06-01 Dave Love <fx@gnu.org>
9788
9789 * hl-line.el: Rewritten using define-minor-mode.
9790
9791 * help.el (describe-function-1): Distinguish special form from
9792 builtin function. Sanity-check presence of arglist for builtins.
9793
6e5dfc31
KH
97942000-06-01 Kenichi Handa <handa@etl.go.jp>
9795
4dc1225b
KH
9796 * international/characters.el: Fix syntax/category setting of
9797 Tibetan characters.
9798
9799 * language/tibet-util.el (tibetan-add-components): Fixes for new
9800 encoding of Tibetan characters.
9801 (tibetan-decompose-precomposition-alist): New variable.
9802 (tibetan-decompose-region): Convert precomposed characters to
9803 non-precomposed characters.
9804 (tibetan-decompose-string): Likewise.
9805 (tibetan-composition-function): Fix args to
9806 thibetan-compose-string.
9807
9808 * language/tibetan.el (tibetan-composable-pattern): More
9809 characters included.
9810 (tibetan-consonant-transcription-alist): Rule for "R" added.
9811 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
9812 "+R" added.
9813 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
9814
eadef5e6
KH
9815 * language/lao-util.el (lao-composition-function): Fix args to
9816 compose-string.
9817
9818 * language/thai-util.el (thai-composition-function): Fix args to
9819 compose-string.
9820
6e5dfc31 9821 * isearch.el (isearch-update): Set disable-point-adjustment to t
6389e4ab
KH
9822 to prevent the point moving to the end of a composition when a
9823 part of a composition is searched.
6e5dfc31
KH
9824 (isearch-other-meta-char): If the key invoking this command can be
9825 mapped by function-key-map to a printing char, call
9826 isearch-process-search-char directly.
9827
2598a293
SM
98282000-06-01 Stefan Monnier <monnier@cs.yale.edu>
9829
9830 * emacs-lisp/bytecomp.el:
9831 * frame.el:
9832 * international/mule-cmds.el:
9833 * international/mule-util.el:
9834 * international/mule.el:
9835 * mouse.el:
9836 * subr.el:
9837 * faces.el: Update calls to make-obsolete with a WHEN argument.
9838
9839 * byte-run.el (make-obsolete, make-obsolete-variable):
9840 Add an optional WHEN argument and change the format of the
bff71087 9841 symbol-property information.
2598a293
SM
9842 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
9843 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
9844 new obsolete-symbol-property format and print WHEN if it is provided.
9845
28d8dff1
DL
98462000-05-31 Dave Love <fx@gnu.org>
9847
9848 * loadhist.el (loadhist-hook-functions): Remove
9849 before-change-function, after-change-function.
9850 (unload-feature): Deal with symbols which are both bound and
9851 fbound.
9852
9853 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
9854 before-change-function, after-change-function.
9855
9856 * simple.el (newline): Don't bind before-change-function,
9857 after-change-function.
9858
7f565d87
RV
98592000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
9860
9861 * whitespace.el (whitespace-rescan-timer-time): Update interval
9862 set to 600 seconds (10 minutes) instead of 60 seconds since
9863 a large number of whitespace buffers causes emacs to `freeze'
9864 for a considerable amount of time.
9865
bff71087 9866 * whitespace.el: Updated email address
7f565d87 9867
a8d693d8
DL
98682000-05-31 Dave Love <fx@gnu.org>
9869
9870 * add-log.el (change-log-font-lock-keywords) <function>: Add
9871 pattern for function of change.
9872 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
9873 acknowledgements patterns.
9874
a50192e7
KH
98752000-05-31 Kenichi Handa <handa@etl.go.jp>
9876
9877 * isearch.el (isearch-printing-char): If keyboard coding system is
9878 being used, call isearch-process-search-multibyte-characters.
9879
9880 * international/isearch-x.el: Mostly rewritten.
9881
9882 * international/quail.el (quail-start-conversion): Don't include
9883 unhandled events in the returned events, but set them in
9884 unread-command-events. Exit if all inputs are deleted.
9885
7e492772
JR
98862000-05-30 Jason Rumney <jasonr@gnu.org>
9887
9888 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
9889
9890 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
9891 Reenable code to create initial fontsets.
9892 Use set-fontset-font in place of put-charset-property.
9893
10fc3187
GM
98942000-05-30 Gerd Moellmann <gerd@gnu.org>
9895
79148ea7
GM
9896 * progmodes/perl-mode.el (perl-indent-line): When looking for a
9897 label, ensure that the first colon isn't followed by another.
9898
9899 * paths.el (Info-default-directory-list): Doc fix.
9900
086d5b87
GM
9901 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
9902 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
9903 send a query containing USER only, not USER@HOST.
9904
10fc3187
GM
9905 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
9906 and rmail-msgend to compute the restriction at the end, instead of
9907 computing it.
9908
49e70dec
GM
99092000-05-29 Gerd Moellmann <gerd@gnu.org>
9910
66254a13
GM
9911 * dabbrev.el (dabbrev-expand): Don't display messages in the
9912 echo area if the minibuffer window is active.
9913
49e70dec
GM
9914 * jit-lock.el (jit-lock-mode): Add after change function to
9915 local hook.
9916
99172000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
9918
9919 * antlr-mode.el: New commands: hide/unhide actions,
9920 upcase/downcase literals.
9921 (antlr-tiny-action-length): New user option.
9922 (antlr-hide-actions): New command. Suggested by
9923 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
7f565d87 9924 (antlr-mode-map): New binding [C-c C-v].
49e70dec
GM
9925 (antlr-mode-menu): New entries.
9926 (antlr-downcase-literals): New command.
9927 (antlr-upcase-literals): Ditto.
9928
9929 * antlr-mode.el: Minor changes: indendation, mode-name.
9930 (antlr-indent-line): Indent cpp directive at column 0.
9931 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
9932
9933 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
9934 (antlr-font-lock-additional-keywords): Workaround for intentional
9935 bug in XEmacs version of font-lock.
9936 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
9937 be used by a smarter version of `buffers-menu-grouping-function'.
9938
99392000-05-29 Gerd Moellmann <gerd@gnu.org>
9940
9941 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
9942 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
9943
49f93684
KH
99442000-05-29 Kenichi Handa <handa@etl.go.jp>
9945
9946 * international/encoded-kb.el
9947 (encoded-kbd-iso2022-designation-map): Pay attention to that
9948 charset-iso-final-char return -1 for eight-bit-control and
9949 eight-bit-graphic.
9950
5b1ae051
EZ
99512000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
9952
9953 * speedbar.el (speedbar-use-images, speedbar-update-flag)
9954 (speedbar-easymenu-definition-base): Use display-graphic-p where
9955 available, instead of window-system.
9956
a205e32a
EZ
99572000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
9958
9959 * international/codepage.el (cp-coding-system-for-codepage-1): Add
9960 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
9961 coding systems.
9962
dd854dc2
DL
99632000-05-26 Dave Love <fx@gnu.org>
9964
c88a85d5
DL
9965 * disp-table.el (standard-display-underline): Don't use
9966 internal-find-face.
9967
dd854dc2
DL
9968 * mail/reporter.el: Maintainer change. Doc fixes.
9969 (reporter-version): Deleted.
9970
9971 * emacs-lisp/elp.el: Maintainer change.
9972 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
9973
dc29aa6c
SM
99742000-05-26 Stefan Monnier <monnier@cs.yale.edu>
9975
9976 * add-log.el (add-change-log-entry): Merge the current entry with the
9977 previous one if the previous one is empty.
9978
ed62683d
DL
99792000-05-26 Dave Love <fx@gnu.org>
9980
4370a375
DL
9981 * loadhist.el (unload-feature): Fix interactive spec [from
9982 lijnzaad@ebi.ac.uk].
9983
ed62683d
DL
9984 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
9985 subr-arity to check primitives.
9986 (byte-compile-flush-pending, byte-compile-file-form-progn)
9987 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
9988 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
9989 mapcar.
9990
ba9f8f95
KH
99912000-05-26 Kenichi Handa <handa@etl.go.jp>
9992
0f3e0672
KH
9993 * international/fontset.el: Set family names of non-latin charsets
9994 in default fontset to "*".
9995
cebefb44
KH
9996 * international/mule-diag.el (print-fontset): Combine family part
9997 and registry part of the fontname by "-*-" instead of "-".
9998
ba9f8f95
KH
9999 * international/mule-cmds.el (encode-coding-char): Make strings
10000 multibyte before calling encode-coding-string.
10001
931d0724
SM
100022000-05-25 Stefan Monnier <monnier@cs.yale.edu>
10003
10004 * derived.el: Fix keywords.
8ccce2b0 10005 (define-derived-mode): Only define if needed.
931d0724
SM
10006
10007 * simple.el (fill-comment, comment-column, comment-start)
10008 (comment-start-skip, comment-end, comment-indent-function)
10009 (block-comment-start, block-comment-end, indent-for-comment)
10010 (set-comment-column, kill-comment, comment-padding, comment-region)
10011 (comment-multi-line, indent-new-comment-line): Remove.
10012
10013 * bindings.el (esc-map): Change ; to comment-dwim and use the new
10014 function names for comment operations.
10015
10016 * newcomment.el: Add abundant autoload cookies.
10017 (comment-style): Don't depend on runtime data at compile-time.
10018 (comment-indent-hook): Remove.
10019 (comment-indent): Check if comment-indent-hook is bound.
10020 (comment-region): Docstring fix.
10021
6fc596cf
DL
100222000-05-25 Dave Love <fx@gnu.org>
10023
10024 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
10025 byte-code-function-p.
10026
10027 * mail/rmailsum.el: Add provide.
10028
10029 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
10030
10031 * smerge-mode.el (smerge-diff-switches): Don't use list* in
10032 defcustom.
10033
7997f1ca 100342000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
7f565d87 10035
7997f1ca
MK
10036 * ediff-diff.el (ediff-exec-process): delete --binary option from
10037 non-buffer ediff jobs.
7f565d87 10038
e7a903e8
EZ
100392000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
10040
10041 * hilit-chg.el (highlight-changes-mode): Ask about color or
10042 grayscale support, not about window-system.
10043
10044 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
10045 window-system.
10046 (ffap-highlight): Always default to t.
10047
10048 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
10049 display-popup-menus-p instead of looking at window-system.
10050
10051 * disp-table.el (standard-display-g1, standard-display-graphic):
10052 Only refuse to use string glyphs on X and MS-Windows.
10053
10054 * avoid.el: Remove window-system from commentary, suggest to use
10055 display-*-p instead.
10056
10057 * apropos.el (apropos-print): Use display-mouse-p instead of
10058 window-system.
10059
14028d57
EZ
100602000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
10061
10062 * international/codepage.el (cp-decoding-vector-for-codepage):
10063 Fill up unsupported characters with their own codes. From Kenichi
10064 Handa.
10065
1a4f9cc1
EZ
100662000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
10067
10068 * international/mule-diag.el (describe-char-after): Use
10069 display-graphic-p instead of window-system, so that this function
10070 works on MS-DOS.
10071
89f6ca4e
EZ
100722000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
10073
10074 * international/codepage.el (cp-make-coding-systems-for-codepage):
10075 Remove the eight-bit-graphic and eight-bit-control charsets from
10076 the list of charsets which we convert into `?'.
10077
eacfd7fe
KH
100782000-05-25 Kenichi Handa <handa@etl.go.jp>
10079
10080 * international/mule-conf.el: Specify CHARSET-ID explicitely for
10081 private charsets.
10082 (mule-unicode-0100-24ff, japanese-jisx0213-1,
10083 japanese-jisx0213-2): New charsets.
10084
10085 * international/fontset.el: Setup default fontset for new charsets.
10086
deadf7e3
DL
100872000-05-24 Dave Love <fx@gnu.org>
10088
10089 * info.el (Info-find-node-2): Restructure [following "Vadim
10090 S. Solomin" <sovs@uic.nnov.ru>].
10091
10092 * icomplete.el: Fix header for Finder.
10093
100942000-05-24 Eric M. Ludlam <zappo@ultranet.com>
10095
10096 * rmailout.el (rmail-output-to-rmail-file): Added optional param
10097 STAY.
10098
10099 * rmail.el (rmail-automatic-folder-directives): New user variable.
10100 (rmail-show-message): Add call to `rmail-auto-file' during
10101 display.
10102 (rmail-auto-file): New function.
10103
6de3983f 101042000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
7f565d87 10105
fc6a6a4e 10106 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
6de3983f 10107 account.
fc6a6a4e
GM
10108 (ediff-test-utility,ediff-diff-mandatory-option)
10109 (ediff-reset-diff-options): Utilities for proper initialization of
6de3983f 10110 ediff-diff-options and ediff-diff3-options on Windows.
7f565d87 10111
fc6a6a4e 10112 * ediff-init.el (ediff-merge-filename-prefix): New customizable
6de3983f 10113 variable.
7f565d87 10114
fc6a6a4e 10115 * ediff-mult.el (ediff-filegroup-action): Use
6de3983f
MK
10116 ediff-merge-filename-prefix.
10117
fc290d1d
MK
101182000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
10119
fc6a6a4e 10120 * viper-ex.el (ex-write): Set selective display to nil.
7f565d87 10121
273182b8
EZ
101222000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
10123
10124 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
10125 aliases for hebrew-iso-8bit.
10126
f471ea57
EZ
101272000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
10128
10129 * woman.el: New version from Francis J. Wright
10130 <F.J.Wright@Maths.QMW.ac.uk>.
10131 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
10132 names in environment variables regardless of the path separator.
10133 (woman-topic-all-completions-1): Don't call file-name-directory-p
10134 on all files, since woman-file-regexp already filters out any
10135 directories.
10136
01162f24
KH
101372000-05-24 Kenichi Handa <handa@etl.go.jp>
10138
48e3df76
KH
10139 * international/quail.el (quail-start-translation): Don't change
10140 modified-p of the current buffer.
10141 (quail-start-conversion): Likewise.
10142
10143 * international/kkc.el (kkc-region): Don't change modified-p of
10144 the current buffer.
10145
747d90ea
KH
10146 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
10147 conform to RFC1468.
10148 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
01162f24 10149
17a223ff
EL
101502000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
10151
10152 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
10153 (speedbar-insert-button): Invisible text property fix.
10154 (speedbar-directory-plus): Renamed from speedbar-directory-+
10155 (speedbar-directory-minus): Renamed from speedbar-directory--
10156 (speedbar-page-plus): Renamed from speedbar-file-+
10157 (speedbar-page-minus): Renamed from speedbar-file--
10158 (speedbar-page): Renamed from speedbar-file-
10159 (speedbar-tag): Renamed from speedbar-tag-
10160 (speedbar-tag-plus): Renamed from speedbar-tag-+
10161 (speedbar-tag-minus): Renamed from speedbar-tag--
10162 (speedbar-expand-image-button-alist): Use above renames.
10163
10164 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
10165 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
10166 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
10167 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
10168 * sb-pg.xpm: Renamed from sb-file.xpm
10169 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
10170 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
7f565d87 10171
e6b6fc18
KH
101722000-05-24 Kenichi Handa <handa@etl.go.jp>
10173
10174 * international/quail.el (quail-show-guidance-buf): Set
10175 current-input-method of the guidance buffer to the name of the
10176 curren input method.
10177
a1a336eb
SM
101782000-05-23 Stefan Monnier <monnier@cs.yale.edu>
10179
10180 * progmodes/compile.el (compile-internal): Style typo.
10181
10182 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
10183 quote vars and functions in the docstring.
10184
10185 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
10186
10187 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
10188 Don't quote lambdas.
10189
10190 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
10191
9695b783
GM
101922000-05-23 Gerd Moellmann <gerd@gnu.org>
10193
716e3b88
GM
10194 * startup.el (command-line): Determine source file of compiled
10195 user init file differently. Warn if compiled user init file
10196 is older than its source file.
10197
9695b783 10198 * ffap.el (ffap-url-regexp): Add `https'.
7f565d87 10199
41ac433f
EZ
102002000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
10201
10202 * files.el (make-backup-file-name-1): Replace slashes with `!'
10203 rather than `|' (which is not allowed on Windows). Replace the
10204 drive letters with a string "drive_X".
10205
46600ab1
GM
102062000-05-23 Gerd Moellmann <gerd@gnu.org>
10207
10208 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
10209
10210 * files.el (interpreter-mode-alist): Add `bash2'.
10211
79a64d87
DL
102122000-05-22 Dave Love <fx@gnu.org>
10213
10214 * loadhist.el (feature-symbols, file-provides, file-requires): Use
10215 mapc.
10216 (feature-file): Avoid calling symbol-name. Doc fix.
10217 (file-set-intersect, file-dependents): Use dolist, not mapcar.
10218 (loadhist-hook-functions): Add mouse-position-function.
10219 (unload-feature): Change uses of mapcar.
10220
10221 * files.el (parse-colon-path): Doc fix.
10222 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
10223 (set-auto-mode): Use mapc.
10224
10225 * complete.el (PC-look-for-include-file): Use :alnum: character
10226 class.
10227 (partial-completion-mode): Add autoload cookie.
10228
0e8c11d8
SS
102292000-05-22 Sam Steingold <sds@gnu.org>
10230
ce75fd23 10231 * info.el (Info-fontify-node): Fixed the call to
0e8c11d8
SS
10232 `add-text-properties' (bug introduced on 2000-05-18).
10233
d8d0fa6c
DL
102342000-05-22 Dave Love <fx@gnu.org>
10235
10236 * bindings.el: Remove debug-ignored-errors set in other files.
10237
10238 * progmodes/etags.el: Add to debug-ignored-errors.
10239 (visit-tags-table-buffer): Clear out buffers holding old tables
10240 when making a new list.
10241 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
10242 mapc.
10243
10244 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
10245 quote keywords.
10246 (cmpl-string-case-type): Use character classes.
10247
0e8c11d8
SS
10248 * comint.el:
10249 * textmodes/ispell.el:
10250 * imenu.el:
d8d0fa6c
DL
10251 * mail/mh-e.el:
10252 * progmodes/compile.el: Add to debug-ignored-errors.
10253
10254 * dabbrev.el: Add to debug-ignored-errors.
10255 (dabbrev-completion): Use mapc.
10256
1edbbf8a
EZ
102572000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
10258
10259 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
10260 (woman-mapcan, woman-parse-man.conf)
10261 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
10262 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
10263 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
10264 path syntax better.
10265 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
10266 (woman-manpath): Call woman-parse-man.conf.
10267 (woman-emulation): New defcustom, defaults to nroff.
10268 (woman-font-support): New defconst.
10269 (woman-use-symbol-font): New defcustom.
10270 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
10271 "Emulation".
10272 Many functions: Doc fix.
10273
5bd2148c
KH
102742000-05-22 Kenichi Handa <handa@etl.go.jp>
10275
10276 * international/quail.el (quail-simple-translation-keymap): Map
10277 128..255 to quail-self-insert-command.
10278 (quail-keyboard-layout-alist): Add definition for "pc102-de".
10279
4125ec7e
SM
102802000-05-22 Stefan Monnier <monnier@cs.yale.edu>
10281
a1a336eb
SM
10282 * help.el (help-manyarg-func-alist): Typo.
10283
40aeecad
SM
10284 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
10285 intervals which makes it heaps simpler.
10286
4125ec7e
SM
10287 * newcomment.el (comment-region-internal): Go back to BEG after quoting
10288 the nested comment markers.
e4da9c1c
SM
10289
10290 * subr.el (remove-hook): Don't turn the hook's value into a list.
10291
cb7216a7
DL
102922000-05-21 Dave Love <fx@gnu.org>
10293
ac266581
DL
10294 * edmacro.el (edmacro-parse-keys): Return vector if any elements
10295 are invalid characters.
10296
cb7216a7
DL
10297 * international/mule-util.el (detect-coding-with-priority): Use
10298 mapc. Remove redundant lambda.
10299
10300 * international/mule-diag.el (list-non-iso-charset-chars)
10301 (describe-fontset): Remove redundant lambda.
10302
10303 * emulation/crisp.el (brief-mode): New alias.
10304
10305 * emacs-lisp/ring.el (ring-elements): New function.
10306
10307 * emacs-lisp/easymenu.el (easy-menu-create-menu)
10308 (easy-menu-do-add-item): Use keywordp.
10309
10310 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
10311
10312 * replace.el: Doc and error message fixes.
10313 (replace-highlight): Use facep, not internal-find-face.
10314
9b0d1d6e
SM
103152000-05-20 Stefan Monnier <monnier@cs.yale.edu>
10316
b2d2cf58
SM
10317 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
10318
ffe7dc64
SM
10319 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
10320 (log-edit-insert-changelog): Drop `:' as well.
10321
10322 * log-view.el: Fix file description.
10323 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
10324 available.
10325 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
10326 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
10327
c8c21615
SM
10328 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
10329 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
10330 Print a status message if the toggle is called interactively.
10331 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
10332 for global minor modes and use `defcustom' for them.
10333 Use add-minor-mode.
10334 (easy-mmode-define-derived-mode): Remove.
10335 (define-derived-mode): Fancier default docstring.
10336 (easy-mmode-define-navigation): Signal an error rather than (ding).
10337
9b0d1d6e
SM
10338 * newcomment.el (comment-styles): New `box-multi'.
10339 (comment-normalize-vars): Better default for comment-continue to
10340 avoid whitespace-only continuations.
10341 (comment-search-forward): Always move even in the no-syntax case.
10342 (comment-padright): Only obey N if it's only obeyed for padleft.
10343 (comment-make-extra-lines): Better handling of empty continuations.
10344 Use `=' for the filler if comment-start has only one character.
10345 (uncomment-region): Try handling the special `=' filler.
10346 (comment-region): Allow LINES even if MULTI is nil.
10347 (comment-box): Choose box style based on comment-style.
10348
f5ee6d0f
KH
103492000-05-20 Kenichi Handa <handa@etl.go.jp>
10350
9b0d1d6e 10351 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
f5ee6d0f
KH
10352 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
10353
c9671f81
KH
103542000-05-20 Kenichi HANDA <handa@etl.go.jp>
10355
10356 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
10357 and insert, not subst-char-in-region.
10358
10359 * international/mule-diag.el (list-character-sets-1): Handle
10360 charsets eight-bit-control and eight-bit-graphic.
10361 (list-iso-charset-chars): Likewise.
10362 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
10363 charactes as is. Use indent-to to align characters.
10364
10365 * international/mule-cmds.el (find-multibyte-characters): Never
10366 exclude charsets eight-bit-control and eight-bit-graphic.
10367
1426aa5c
SM
103682000-05-19 Stefan Monnier <monnier@cs.yale.edu>
10369
10370 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
10371 Don't quote lambdas.
10372
10373 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
10374
2b63d473
GM
103752000-05-19 Gerd Moellmann <gerd@gnu.org>
10376
10377 * gud.el (gud-jdb-directories): Doc fix.
10378
f1355756
SM
103792000-05-19 Stefan Monnier <monnier@cs.yale.edu>
10380
10381 * newcomment.el: New file.
10382
5f64c9e0
GM
103832000-05-19 Gerd Moellmann <gerd@gnu.org>
10384
2b63d473 10385 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
5f64c9e0 10386
db7314bd
AS
103872000-05-18 Andreas Schwab <schwab@suse.de>
10388
10389 * dired.el (dired-between-files): Also skip lines beginning with
10390 `used'.
10391
25bb0401
GM
103922000-05-18 Gerd Moellmann <gerd@gnu.org>
10393
10394 * msb.el (msb-menu-cond): Add choice `user'.
10395
a199a865 103962000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
0e8c11d8 10397
a199a865
GM
10398 * ps-print.el: Compatibility, customization and doc fix.
10399 (ps-printer-name-option): Replace defconst by defvar.
10400 (ps-postscript-code-directory): XEmacs compatibility.
10401 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
10402 fix.
10403 (ps-user-defined-prologue, ps-print-prologue-header)
10404 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
10405 compatibility and code fix.
10406 (ps-print-background-image, ps-print-background-text):
10407 Customization fix.
10408 (ps-line-number-start, ps-n-up-on): New vars.
10409
25bb0401
GM
104102000-05-18 Espen Skoglund <esk@ira.uka.de>
10411
10412 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
10413 the indent-comment function to just return the appropriate indent.
10414
68e6c83a
EL
104152000-05-18 Eric M. Ludlam <zappo@ultranet.com>
10416
10417 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
10418 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
10419 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
10420
dae6cb9f
DL
104212000-05-18 Dave Love <fx@gnu.org>
10422
10423 * info.el (Info-fontify-node): Add intangible property as well as
10424 invisible.
10425
10426 * calendar/appt.el (appt-make-list): Match all lines of entry.
10427 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
10428
813086ea
KH
104292000-05-18 Kenichi Handa <handa@etl.go.jp>
10430
10431 * international/mule-diag.el (describe-char-after): Call
10432 internal-char-font, not char-font. If internal-char-font returns
10433 nil, display "-- none --".
10434
24978190
EZ
104352000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
10436
10437 * image.el (image-type-available-p): Don't reference image-types
10438 if it isn't bound.
10439
2fca2d5d
SM
104402000-05-17 Stefan Monnier <monnier@cs.yale.edu>
10441
10442 * autoarg.el (autoarg-mode): Typo in the :set argument.
10443
cfc75d05
EZ
104442000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
10445
10446 * startup.el (command-line-1): Don't signal an error if the
10447 directory for auto-save-list files does not yet exist.
10448
c4e30387
KH
104492000-05-17 Kenichi Handa <handa@etl.go.jp>
10450
10451 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
10452
dd6b8ea7
SM
104532000-05-16 Stefan Monnier <monnier@cs.yale.edu>
10454
10455 * subr.el (remove-hook): `setq' hook-value, not `set'.
10456
399c88ad
SS
104572000-05-16 Sam Steingold <sds@gnu.org>
10458
a199a865 10459 * info.el (debug-ignored-errors): More errors to ignore.
399c88ad 10460
01651f07
DL
104612000-05-16 Dave Love <fx@gnu.org>
10462
10463 * cus-edit.el: Don't require cl or easymenu.
10464 (custom-variable-prompt): Test standard-value property, not
10465 user-variable-p.
10466
2248c40d
SS
104672000-05-16 Sam Steingold <sds@gnu.org>
10468
10469 * subr.el (add-hook): `setq' hook-value, not `set'.
10470
b15f3b77
GM
104712000-05-16 Gerd Moellmann <gerd@gnu.org>
10472
10473 * startup.el (command-line-1): Mention the FAQ in the startup
10474 message.
10475
10476 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
10477
10478 * progmodes/compile.el (compilation-parse-errors): Collect
10479 `nomessage' regexps last.
10480
10481 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
10482
10483 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
10484 to the function name.
10485
f9bbcfac
EL
104862000-05-15 Dave Love <fx@gnu.org>
10487
10488 * speedbar.el (speedbar-recenter): Typo.
10489 (speedbar-expand-line): Make arg optional.
10490 (speedbar-mode): Avoid a compiler warning.
10491
119b42eb
GM
104922000-05-15 Gerd Moellmann <gerd@gnu.org>
10493
10494 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
10495 user-specified option string is empty.
10496
10497 * mouse.el (mouse-yank-at-click): Doc fix.
10498
f685bea9
EZ
104992000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
10500
10501 * term/internal.el (IT-character-translations): More updates of
10502 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
10503 documents.
10504
a1b8d58b
GM
105052000-05-15 Gerd Moellmann <gerd@gnu.org>
10506
10507 * env.el (getenv): New function, interactively callable.
10508 (setenv, getenv): Remove autoload cookies.
10509
10510 * loadup.el: Load `env'.
10511
10512 * progmodes/f90.el: Change author's mail address.
10513
c9bba7ed
DL
105142000-05-14 Dave Love <fx@gnu.org>
10515
e5c83697
DL
10516 * mail/rmail.el (rmail-show-message-hook): Customize and offer
10517 goto-addr as an option.
10518
10519 * help.el (help-xref-stack): Doc fix.
10520 (help-xref-following): New variable.
10521 (help-make-xrefs): Use it.
10522 (help-xref-go-back): Use position information from stack element.
10523 (help-follow): Make position in stack element a pair. Use
10524 help-xref-following.
399c88ad 10525
e5c83697
DL
10526 * autoarg.el: New file.
10527
10528 * faces.el: Declare more functions obsolete.
10529
c9bba7ed
DL
10530 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
10531 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
10532 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
10533 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
10534 Remove all the setup-...-environment functions.
10535
b6389bfb
EL
105362000-05-13 Eric M. Ludlam <zappo@ultranet.com>
10537
a1b8d58b
GM
10538 * speedbar.el: Updated the commentary section. xemacs20p now uses
10539 >= when detecting. Require `defimage' safely.
b6389bfb
EL
10540 (speedbar-easymenu-definition-base): Add toggle for images.
10541 (speedbar-easymenu-definition-special): Add flush cache & expand.
10542 (speedbar-visiting-tag-hook): Set new defaults. Added options.
10543 (speedbar-reconfigure-keymaps-hook): New variable.
10544 (speedbar-frame-parameters): Updated documentation.
10545 (speedbar-use-imenu-flag): Updated custom tag
10546 (speedbar-dynamic-tags-function-list): New variable.
10547 (speedbar-tag-hierarchy-method): Updated doc & custom.
a1b8d58b
GM
10548 (speedbar-indentation-width, speedbar-indentation-width) New
10549 variables.
10550 (speedbar-hide-button-brackets-flag): Customizable.
b6389bfb
EL
10551 (speedbar-vc-indicator): Doc update.
10552 (speedbar-ignored-path-expressions): Updated default value.
10553 (speedbar-supported-extension-expressions): Updated default value.
10554 (speedbar-syntax-table): Remove {} paren status.
a1b8d58b
GM
10555 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
10556 as "+". Added overlay aliases.
10557 (speedbar-mode): Use `speedbar-mode-line-update' instead of
10558 `force-mode-line-update'.
10559 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
10560 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
10561 `mouse-set-point'
b6389bfb 10562 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
a1b8d58b
GM
10563 (speedbar-item-info-tag-helper): Revamped to handle a wider range
10564 of arbitrary text, and new helper functions.
10565 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
10566 filename finder.
b6389bfb
EL
10567 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
10568 (speedbar-directory-buttons): Update path search/expansion.
10569 (speedbar-make-tag-line): Pay attention to
a1b8d58b
GM
10570 `speedbar-indentation-width'. Use more care w/ invisible
10571 properties.
b6389bfb
EL
10572 (speedbar-change-expand-button-char): Call
10573 `speedbar-insert-image-button-maybe'.
10574 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
a1b8d58b
GM
10575 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
10576 (speedbar-trim-words-tag-hierarchy)
10577 (speedbar-simple-group-tag-hierarchy): New functions
b6389bfb 10578 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
a1b8d58b
GM
10579 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
10580 functions.
b6389bfb
EL
10581 (speedbar-mouse-set-point): New function
10582 (speedbar-power-click): Updated documentation.
a1b8d58b
GM
10583 (speedbar-line-token, speedbar-goto-this-file): Handle more types
10584 of tag prefix text.
10585 (speedbar-expand-line, speedbar-contract-line): Make more robust
10586 to strange text.
10587 (speedbar-expand-line): Takes universal argument to flush the
10588 cache.
b6389bfb
EL
10589 (speedbar-flush-expand-line): New function.
10590 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
10591 Use new generator insertion method.
10592 (speedbar-fetch-dynamic-tags): New function.
10593 (speedbar-fetch-dynamic-imenu): Removed code now handled in
10594 `speedbar-fetch-dynamic-imenu'.
10595 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
10596 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
10597 "Revert Buffer" menu items.
10598 (speedbar-buffer-buttons-engine): Be smarter when creating a
10599 filename tag (for expansion purposes.).
a1b8d58b
GM
10600 (speedbar-highlight-one-tag-line,
10601 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
10602 (speedbar-recenter): New functions.
b6389bfb 10603 (defimage-speedbar): Image loading abstraction.
a1b8d58b
GM
10604 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
10605 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
10606 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
10607 (speedbar-tag-type, speedbar-tag-mail): New images.
b6389bfb
EL
10608 (speedbar-expand-image-button-alist): New variable.
10609 (speedbar-insert-image-button-maybe): Insert an image over some
10610 buttons.
10611
43fe9244
KH
106122000-05-13 Kenichi Handa <handa@etl.go.jp>
10613
10614 * international/mule-cmds.el (encode-coding-char): An ASCII
10615 character is always encodable.
10616
10617 * international/mule-conf.el: Add more information in descriptions
10618 of character sets.
10619
813086ea 10620 * international/mule-diag.el (describe-char-after): New function.
43fe9244
KH
10621 (describe-font-internal): Adjusted for the change of font-info.
10622 (describe-font): Likewise.
10623 (print-fontset): Rewritten for the new fontset implementation.
10624 (describe-fontset): Include fontset alias names in completion.
10625 (list-fontsets): Adjusted for the change of print-fontset.
10626
10627 * simple.el (what-cursor-position): If DETAIL is non-nil, call
10628 describe-char-after instead of displaying the detail in the echo
10629 area.
813086ea
KH
10630 (syntax-code-table): Format changed.
10631 (string-to-syntax): Adjusted for the above change.
0e8c11d8 10632
e8564f57
SM
106332000-05-12 Stefan Monnier <monnier@cs.yale.edu>
10634
10635 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
10636
9278c60d
DL
106372000-05-12 Dave Love <fx@gnu.org>
10638
10639 * calendar/todo-mode.el: Remove some compatibility stuff and CL
10640 dependence. Use line-{beginning,end}-position, not
10641 point-at{b,e}ol. Some doc fixes.
10642 (todo-position): New function. Fix callers of position to use it.
10643 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
10644
be0505fe
GM
106452000-05-12 Gerd Moellmann <gerd@gnu.org>
10646
10647 * time.el (display-time-mail-icon): Use `:ascent center'.
10648
a8a3541c
GM
10649 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
10650 handling FTP security extensions.
399c88ad 10651
44d5f148
DL
106522000-05-11 Dave Love <fx@gnu.org>
10653
33d0c179 10654 * calendar/todo-mode.el: New file.
44d5f148 10655
da4496b6
GM
106562000-05-11 Gerd Moellmann <gerd@gnu.org>
10657
cdc4401d
GM
10658 * comint.el (comint-read-input-ring): Move reference to
10659 comint-input-ring-size outside of the save-excursion. It was
10660 causing the default value to be the only one ever seen.
399c88ad 10661
0279f991
GM
10662 * font-lock.el: Update copyright. Remove Simon Marshall's email
10663 address on request from him.
10664
da4496b6
GM
10665 * subr.el (substitute-key-definition): Add comment describing
10666 the meaning of PREFIX.
10667
ac5cb26d
SM
106682000-05-10 Stefan Monnier <monnier@cs.yale.edu>
10669
10670 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
10671
10672 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
10673 (add-minor-mode): Don't make the variable buffer-local and add a
10674 reference to define-minor-mode in the docstring.
10675
10676 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
10677 HEADER/FOOTER and fix bug with trailing empty directory.
10678 (cvs-append-to-ignore): Use vc-editable-p if available.
10679 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
10680 (vc-do-command): Tweak advice to handle the new VC.
10681
10682 * log-view.el (log-view-goto-rev): New function for the new VC.
10683 (log-view-minor-wrap): Use mark-active.
10684
10685 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
10686 (log-edit-changelog-full-paragraphs): New var.
10687 (log-edit-insert-changelog): Remove a lonely leading `* file'.
10688 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
10689 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
10690 (log-edit-changelog-ours-p, log-edit-changelog-entries)
10691 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
10692 Replace the `cvs' prefix with `log-edit'.
10693
10694 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
10695
10696 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
10697 (diff-font-lock-defaults): Explicitly turn off multiline.
10698 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
10699 (diff-ediff-patch): Fix call to ediff-patch-file.
10700 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
10701 Handle comments.
10702
10703 * frame.el (automatic-hscrolling): Typo.
10704
10705 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
10706
21c34da3
DL
107072000-05-09 Sam Steingold <sds@goems.com>
10708
10709 * apropos.el (apropos-print): use `describe-face' instead of
10710 `customize-face-other-window'.
10711
950cf06f
DL
107122000-05-09 Dave Love <fx@gnu.org>
10713
10714 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
10715
10716 * help.el (describe-variable): Have customize button pop the
10717 help-xref stack when invoked.
10718 (help-xref-symbol-regexp): Add `face'.
10719 (help-make-xrefs): Check for quoted face names and adapt regexp
10720 submatch numbers to cope.
10721 (help-xref-interned): Maybe insert face doc too. Separate
10722 sections with a line of hyphens.
10723
0623e40f 10724 * faces.el: Some doc fixes. Declare some functions obsolete.
950cf06f
DL
10725 (describe-face): Add customize button. Return the help
10726 text. Fix prompt.
10727
82e2ca9d
EZ
107282000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
10729
10730 * term/internal.el (IT-character-translations): Fix last change.
10731
10c00b5c
EZ
107322000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
10733
10734 * woman.el: New file
10735 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
10736
9deed82f
EZ
107372000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
10738
001ad319
EZ
10739 * term/internal.el (IT-character-translations): Update ASCII
10740 simulations for greek-iso8859-7, add latin-iso8859-14 and
10741 latin-iso8859-15.
10742
9deed82f
EZ
10743 * international/mule-cmds.el (set-language-info-alist): Call
10744 define-prefix-command with 3 arguments, to make the map suitable
10745 for a menu.
10746
4f37b78a
DL
107472000-05-07 Dave Love <fx@gnu.org>
10748
1ec321a7 10749 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
4f37b78a 10750
64a4c526
DL
107512000-05-05 Dave Love <fx@gnu.org>
10752
10753 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
10754 list in doc string. Don't quote keyword symbols.
10755 * emacs-lisp/cl.el: Likewise
10756 * emacs-lisp/cl-seq.el: Likewise
10757
056565f7
GM
107582000-05-05 Gerd Moellmann <gerd@gnu.org>
10759
10760 * abbrev.el (abbrev-mode): Make ARG optional.
10761
4656b314
GM
107622000-05-04 Gerd Moellmann <gerd@gnu.org>
10763
ec82fb2f
GM
10764 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
10765
10766 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
10767
4656b314
GM
10768 * subr.el (substitute-key-definition): Clarify documentation.
10769
107702000-05-04 Milan Zamazal <pdm@freesoft.cz>
10771
10772 * glasses.el (glasses-convert-to-unreadable): Use
10773 `glasses-separator' instead of the hard-wired "_".
10774 (glasses-mode): Call `glasses-make-unreadable' only in a single
10775 place.
10776
7b081c78
EZ
107772000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
10778
10779 * term/internal.el (cjk-codepages-alist): Add associations for
10780 Chinese and Korean codepages. Remove FIXME comment.
10781
baa5536e
DL
107822000-05-03 Dave Love <fx@gnu.org>
10783
10784 * time.el (display-time-mail-face, display-time-use-mail-icon):
10785 New option.
10786 (display-time-mail-icon): New variable.
10787 (display-time-string-forms): Use the above. Fix the local-map.
10788
cbf18892
GM
107892000-05-03 Gerd Moellmann <gerd@gnu.org>
10790
4ff40dd0
GM
10791 * replace.el (query-replace-map): Add binding for `E'.
10792 (query-replace-help): Extend help text.
10793 (perform-replace): Allow editing the replacement string.
10794
10795 * make-mode.el (makefile-mode-abbrev-table): New variable.
10796 (makefile-mode): Set local abbrev table to
10797 makefile-mode-abbrev-table.
10798 (makefile-font-lock-keywords): Fontify includes and conditionals.
399c88ad 10799
cbf18892
GM
10800 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
10801 set TOGGLE's value.
10802
4ff40dd0
GM
10803 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
10804 mail-interactive-insert-alias.
10805 (mail-abbrev-complete-alias): New command.
10806 (mail-mode-map): Bind it to `M-TAB'.
399c88ad 10807
ffec4d9f
KH
108082000-05-03 Kenichi Handa <handa@etl.go.jp>
10809
10810 * language/lao-util.el (lao-compose-region): New function.
10811
1b0672c3
GM
108122000-05-02 Gerd Moellmann <gerd@gnu.org>
10813
576da55d
GM
10814 * files.el (recover-session): Make directories as necessary
10815 if they don't exist yet.
10816
399c88ad
SS
10817 * calendar/cal-french.el
10818 (french-calendar-multibyte-special-days-array)
1b0672c3
GM
10819 (french-calendar-special-days-array): Change French text.
10820 (calendar-french-date-string): Change output.
10821 (calendar-goto-french-date): Likewise.
10822
108232000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
10824
10825 * wid-edit.el (widget-default-active): Obey `:always-active'.
10826 (widget-documentation-string-value-create): Set `:always-active'.
10827
4b33deaa
EZ
108282000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
10829
10830 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
10831 default prefix to `~/_emacs.d/auto-save.list/_s'.
10832 (normal-top-level): Create the directory for auto-save files, if
10833 it doesn't already exist (in the ms-dos case only).
10834
5c922ea7
EZ
108352000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
10836
10837 * international/mule-cmds.el (set-language-environment): Don't
10838 concat an integer (dos-codepage), use format instead.
10839
820ad5e7
DL
108402000-05-02 Dave Love <fx@gnu.org>
10841
10842 * help.el (help-xref-on-pp): Check for constant symbols.
10843
57cb56f5
GM
108442000-04-29 Gerd Moellmann <gerd@gnu.org>
10845
10846 * startup.el (normal-top-level): Put a condition-case around
10847 the code loading subdirs.el.
10848
108492000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
399c88ad 10850
57cb56f5
GM
10851 * ps-print.el: Upside-down and face background color printing,
10852 line number step, doc fix.
10853 (ps-print-version): New version number (5.2).
10854 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
10855 (ps-face-attribute-list, ps-plot-with-face): Code fix.
10856 (ps-spool-config): Var fix.
10857 (ps-printer-name-option): Const fix.
10858 (ps-print-upside-down, ps-use-face-background)
10859 (ps-line-number-step): New vars.
10860 (ps-window-system, ps-lp-system): New consts.
10861 (ps-face-background): New fun.
10862
084cec2f
GM
108632000-04-28 Richard Stallman <rms@gnu.org>
10864
10865 * files.el (make-auto-save-file-name):
10866 Apply auto-save-file-name-transforms to visited file name
10867 before generating auto save file name.
10868 (auto-save-file-name-transforms): New variable.
10869
399c88ad 10870 * files.el (backup-enable-predicate):
084cec2f
GM
10871 Correctly test for a file under a temporary directory.
10872
c94f4677
GM
108732000-04-28 Gerd Moellmann <gerd@gnu.org>
10874
10875 * subr.el (add-minor-mode): Rewritten.
10876
7b211df5
KH
108772000-04-28 Kenichi Handa <handa@etl.go.jp>
10878
10879 * mail/sendmail.el (sendmail-send-it): Set
10880 buffer-file-coding-system to the selected coding system for MIME
10881 header.
10882
c76e04a8 108832000-04-27 Gerd Moellmann <gerd@gnu.org>
e3e36d74 10884
c76e04a8
GM
10885 * dired.el (dired-move-to-filename-regexp): Allow format where
10886 YYYY is followed by two spaces.
e3e36d74 10887
c76e04a8
GM
10888 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
10889 in the second character class of the regexp.
10890
10891 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
10892 mh-etc, too.
353964e3 10893
c76e04a8
GM
10894 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
10895 nil.
399c88ad 10896
353964e3
GM
10897 * subr.el (add-minor-mode): Use `set' instead of `setq'.
10898
10899 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
10900 argument.
10901
c76e04a8 109022000-04-27 Sen Nagata <sen@eccosys.com>
399c88ad 10903
c76e04a8
GM
10904 * emacs-lisp/crm.el (crm-completion-table): New variable.
10905 (crm-collection-fn, crm-test-completion)
10906 (completing-read-multiple): Use it.
10907
109082000-04-27 Dave Love <fx@gnu.org>
10909
10910 * help.el (locate-library): Use mapc.
10911 (help-manyarg-func-alist): Add call-process-region.
10912
7464346d
GM
109132000-04-26 Gerd Moellmann <gerd@gnu.org>
10914
b35bd33d
GM
10915 * subr.el (add-minor-mode): Make argument MAP optional.
10916
7464346d
GM
10917 * desktop.el (desktop-save): Save list of minor modes.
10918 (desktop-create-buffer): Restore minor modes.
10919 (desktop-minor-mode-table): New user-option.
10920
10921 * subr.el (add-minor-mode): New function.
10922
10923 * image.el (find-image): New function.
10924 (defimage): Rewritten to find image at load time.
10925
10926 * startup.el (normal-top-level-add-to-load-path): Handle
10927 case that the default directory is not in load-path.
10928
10929 * help.el: Old patch from Stefan Monnier.
10930 (help-xref-on-pp): New function.
10931 (describe-variable): Use it to display xrefs in a symbol's value.
10932
23c0fb21
SM
109332000-04-26 Stefan Monnier <monnier@cs.yale.edu>
10934
10935 * cus-edit.el (custom-face): Fix parenthesis.
10936
fad95037
KH
109372000-04-26 Kenichi Handa <handa@etl.go.jp>
10938
f03392a1
KH
10939 * mail/rmail.el (rmail-expunge): When there are no deleted
10940 messages, do nothing.
fad95037 10941
0d7c5bb9
DL
109422000-04-26 Dave Love <fx@gnu.org>
10943
10944 * international/mule-cmds.el (locale-translation-file-name):
10945 Defvar to nil.
10946 (set-locale-environment): Set it here (at runtime).
10947
612839b6
GM
109482000-04-25 Gerd Moellmann <gerd@gnu.org>
10949
10950 * replace.el (perform-replace): Add parameters START and END. Use
10951 them instead of the check for a region in Transient Mark mode.
10952 (query-replace-read-args): Return two more list elements for the
10953 start and end of the region in Transient Mark mode.
10954 (query-replace, query-replace-regexp, query-replace-regexp-eval)
10955 (map-query-replace-regexp, replace-string, replace-regexp): Add
10956 optional last arguments START and END and pass them to
10957 perform-replace.
10958
10959 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
10960 form with additional arguments for perform-replace.
10961
10962 * progmodes/etags.el (tags-query-replace): Add parameters START
10963 and END. Construct a form with additional arguments for
10964 perform-replace.
10965
10966 * simple.el (shell-command): Set default directory for "*Shell
10967 Command Output" buffer.
10968
10969 * language/european.el (iso-latin-4): Fix typo.
10970
10971 * emacs-lisp/crm.el: New file.
10972
2917cc05
DL
109732000-04-24 Dave Love <fx@gnu.org>
10974
10975 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
10976 (Custom-reset-saved, Custom-reset-standard)
10977 (custom-group-value-create, custom-group-set, custom-group-save)
10978 (custom-group-reset-current, custom-group-reset-saved)
10979 (custom-group-reset-standard): Use mapc.
10980 (custom-buffer-create-internal): Disable undo when creating items.
10981 Use mapc.
10982 (custom-face): Avoid redundant lambda.
10983
abfcc168
GM
109842000-04-24 Gerd Moellmann <gerd@gnu.org>
10985
10986 * startup.el (auto-save-list-file-prefix): Set default to
10987 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
10988
fa78f71b
SS
109892000-04-24 Sam Steingold <sds@gnu.org>
10990
10991 * time-stamp.el (time-stamp-string-preprocess): Always convert
10992 `field-result' to a string.
10993
cc181e95
GM
109942000-04-24 Gerd Moellmann <gerd@gnu.org>
10995
10996 * frame.el (scrolling): New group.
10997 (automatic-hscrolling): New user-option.
10998
10999 * startup.el (command-line-x-option-alist): Add `-lsp' and
11000 `--line-spacing'.
11001
6142fdcb
DL
110022000-04-19 Dave Love <fx@gnu.org>
11003
11004 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
11005 (cl-mapc): Rename from mapc. Fix the funcall.
11006
5e3dac3f
GM
110072000-04-19 Gerd Moellmann <gerd@gnu.org>
11008
1c459486
GM
11009 * simple.el (clone-indirect-buffer-other-window): New command.
11010 (clone-indirect-buffer): Add optional arg NORECROD.
11011 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
11012
271b4185
GM
11013 * help.el (resize-temp-buffer-window): Use count-screen-lines.
11014
11015 * window.el (count-screen-lines): New function.
11016 (shrink-window-if-larger-than-buffer): Use count-screen-lines
11017 instead of window-buffer-height.
11018
11019 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
11020 non-existing variable comint-input-sentinel.
11021 (inferior-lisp-args-to-list): Removed.
11022 (inferior-lisp): Use split-string instead of
11023 inferior-lisp-args-to-list.
11024
11025 * hexl.el (hexl-insert-hex-string): New command.
11026
5e3dac3f
GM
11027 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
11028 instead of concat.
11029
f6d3257b
GM
110302000-04-18 Gerd Moellmann <gerd@gnu.org>
11031
11032 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
11033 at the start of an existing but empty folder.
11034
110352000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11036
11037 * ps-mule.el: Customization fix, doc fix.
11038 (ps-multibyte-buffer): Customization fix.
11039
8b7bc628 110402000-04-17 Richard M. Stallman <rms@gnu.org>
e61482c0
RS
11041
11042 * subr.el (read-passwd): Use read-char-exclusive.
11043
0daee095
GM
110442000-04-17 Gerd Moellmann <gerd@gnu.org>
11045
11046 * textmodes/texinfo.el (texinfo-insert-@email)
11047 (texinfo-insert-@emph, texinfo-insert-@quotation)
11048 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
11049 (texinfo-mode-map): Add key bindings for them.
11050
11051 * files.el (basic-save-buffer-2): Use a template with `$'
11052 instead of `#' for VMS.
11053
11054 * simple.el (clone-indirect-buffer): New function.
11055
e10f64e7
GM
110562000-04-16 Stephen Eglen <stephen@gnu.org>
11057
11058 * iswitchb.el (iswitchb-case): New function. If the user input
11059 contains any upper-case characters, the search is made
11060 case-sensitive.
11061
e3721db1
SM
110622000-04-17 Stefan Monnier <monnier@cs.yale.edu>
11063
e10f64e7
GM
11064 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
11065 comment-end.
e3721db1
SM
11066 (texinfo-font-lock-syntactic-keywords): New var.
11067 (texinfo-font-lock-keywords): Remove comment regexp.
11068 (texinfo-insert-block): New function.
11069 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
e10f64e7
GM
11070 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
11071 and font-lock-defaults. Use regexp-opt for outline-regexp.
e3721db1 11072 (texinfo-environments): New var.
e10f64e7
GM
11073 (texinfo-environment-regexp): Use regexp-opt and
11074 texinfo-environments.
e3721db1 11075
e10f64e7
GM
11076 * textmodes/ispell.el (ispell-menu-map-needed): Check that
11077 ispell-process is bound since this might be eval'd before ispell
11078 is loaded.
11079 (ispell-message): Use a tiny bit less magic and a bit more hard
11080 data to figure out what kind of sc-cite-regexp to use.
e3721db1
SM
11081
11082 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
11083
11084 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
11085 (insert-cyclic-diary-entry): Unquote the lambda.
11086
11087 * gud.el (gud-jdb-build-source-files-list): Fix typo.
11088
11089 * files.el (backup-enable-predicate): Unquote the lambda.
11090
11091 * cus-edit.el (custom-face, face): Unquote the lambda.
11092
712dc9e0
GM
110932000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11094
11095 * ps-print.el: Check for line-beginning-position definition.
fa78f71b 11096
712dc9e0
GM
11097 * ps-print.el: Fix counting lines in a region.
11098 (ps-print-version): New version number (5.1.5).
11099 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
11100 (ps-printing-region): Fun code fix.
11101
ffc50f2a
GM
111022000-04-15 Gerd Moellmann <gerd@gnu.org>
11103
11104 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
11105 to file-directory-p.
11106
a2522dca
GM
111072000-04-14 Gerd Moellmann <gerd@gnu.org>
11108
11109 * gud.el (gud-jdb-build-source-files-list): Check that directory
11110 exists before calling directory-files.
11111
6e883610
DL
111122000-04-13 Dave Love <fx@gnu.org>
11113
11114 * emacs-lisp/trace.el: Change maintainer. Use new backquote
11115 syntax.
11116
11117 * emacs-lisp/cl-specs.el: Remove when, unless.
11118
11119 * emacs-lisp/cl-extra.el: Don't quote keywords.
11120 (cl-old-mapc): New variable.
11121 (mapc): Use it.
11122 (cl-map-intervals): Use with-current-buffer. Don't check for
11123 next-property-change.
11124 (cl-map-overlays): Use with-current-buffer.
11125 (cl-expt): Remove.
11126 (copy-tree, remprop): Define unconditionally.
11127
11128 * emacs-lisp/cl-compat.el (keywordp): Remove.
11129
11130 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
11131 to use keywordp.
11132 (edebug-spec): Enable keywordp.
11133
11134 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
11135 string-lessp.
11136
11137 * cus-start.el: Use keywordp.
11138
198e3c7a
GM
111392000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11140
11141 * diary-lib.el (include-other-diary-files): Fix the fix of
11142 2000-02-18 by doing a save-excursion.
11143
111442000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11145
11146 * ps-print.el: Customization fix, doc fix.
11147 (ps-print-version): New version number (5.1.4).
11148 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
11149 (ps-print-preprint): Adjust code.
11150 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
11151 (ps-print-prologue-header, ps-print-control-characters)
11152 (ps-spool-config): Customization fix.
fa78f71b 11153
8eba343c
EZ
111542000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
11155
11156 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
11157 converted to the new menu-item format, names silightly changed,
11158 help strings added.
11159
11160 Support for spelling without async subprocesses:
11161
11162 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
11163 (ispell-session-buffer): New variables.
11164 (ispell-start-process, ispell-process-status,
11165 ispell-accept-output, ispell-send-string): New functions, for
11166 Ispell invocation when async subprocesses aren't supported.
11167 (ispell-word, ispell-pdict-save, ispell-command-loop,
11168 ispell-process-line, ispell-buffer-local-parsing): Replace calls
11169 to process-send-string with calls to ispell-send-string, and
11170 accept-process-output with ispell-accept-output.
11171 (ispell-init-process): Call ispell-process-status instead of
11172 process-status with.
11173 (ispell-init-process): Call ispell-start-process. Call
11174 ispell-accept-output and ispell-send-string. Don't call
11175 process-kill-without-query and kill-process if they are unbound.
11176 (ispell-async-processp): New function.
11177
3d30065d
DL
111782000-04-12 Dave Love <fx@gnu.org>
11179
11180 * info.el: Add debug-ignored-errors.
11181 (Info-mode-menu): Add some items.
11182 (Info-directory): Add autoload cookie.
11183
11184 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
11185 Modify `truncate-lines'. Make `describe-language-environment'
11186 always visible and add help. Modify `describe-key' help. Invoke
11187 Info-directory from `info'. New entry `emacs-manual'.
11188
1a1b1895
GM
111892000-04-10 Gerd Moellmann <gerd@gnu.org>
11190
8b2affc5
GM
11191 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
11192 propertized-buffer-identification.
11193 (ebrowse-update-member-buffer-mode-line): Likewise.
11194 (ebrowse--mode-strings): Removed.
11195 (ebrowse--mode-line-props): Removed.
11196
1a1b1895
GM
11197 * files.el (auto-mode-alist): Add `EBROWSE'.
11198
11199 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
11200 space before testing for end of buffer.
11201 (ebrowse-load): Removed.
11202 (ebrowse-revert-tree-buffer-from-file): Rewritten.
11203 (ebrowse-create-tree-buffer): Rewritten.
11204 (ebrowse-tree-mode): Read tree from buffer.
11205
11206 * progmodes/ebrowse-ffh.el: Removed.
11207
223f3c91
KH
112082000-04-10 Kenichi Handa <handa@etl.go.jp>
11209
11210 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
11211
25fbf2c4
GM
112122000-04-10 Gerd Moellmann <gerd@gnu.org>
11213
11214 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
11215 at the wrong place.
11216
92c13173
DL
112172000-04-09 Dave Love <fx@gnu.org>
11218
11219 * files.el (backup-enable-predicate): Use
11220 temporary-file-directory, small-temporary-file-directory.
11221 (make-backup-file-name-function, backup-directory-alist): New
11222 variables.
11223 (make-backup-file-name-1): New function.
11224 (make-backup-file-name): Use it.
11225 (find-backup-file-name): Likewise. Use format for clarity, not
11226 concat.
11227 (file-newest-backup): Use make-backup-file-name.
11228
be0dbdab
GM
112292000-04-09 Gerd Moellmann <gerd@gnu.org>
11230
c45be9ac 11231 * progmodes/ebrowse-ffh.el: New file.
fa78f71b 11232
c45be9ac
GM
11233 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
11234 to ebrowse-ffh.el.
11235 (ebrowse-load): Add autoload.
11236
11237 * finder.el (finder-commentary): Add autoload cookie.
11238
be0dbdab
GM
11239 * mail/rfc2368.el: Correct author's email address.
11240
11241 * progmodes/ebrowse.el: New file.
11242
11243 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
11244 item help string.
11245 (easy-menu-do-add-item): Ditto.
11246 (easy-menu-define): Extend doc string.
11247
11248 * jit-lock.el (with-buffer-unmodified): Use
11249 restore-buffer-modified-p.
11250 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
11251 (jit-lock-function, jit-lock-stealth-fontify): Don't use
11252 with-buffer-unmodified.
11253
3f923efe
DL
112542000-04-08 Dave Love <fx@gnu.org>
11255
11256 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
11257 unless, when.
11258
d35bee0e
MK
112592000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
11260
11261 * viper-util.el (viper-put-on-search-overlay): New subroutine.
11262 (viper-flash-search-pattern): No operation when using Emacs
fa78f71b 11263 doesn't support face.
d35bee0e 11264 Use `viper-put-on-search-overlay'.
fa78f71b 11265
c407c570
GM
112662000-04-04 Gerd Moellmann <gerd@gnu.org>
11267
11268 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
11269 like C-r.
11270
11271 * progmodes/make-mode.el: Some doc fixes.
11272 (makefile-mode-abbrev-table): New variable.
11273 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
11274 (makefile-font-lock-keywords): Fontify includes and conditionals.
11275 (toplevel): Require `dabbrev' and `add-log' when compiling.
11276
11277 * replace.el (perform-replace): Don't move forward one char
11278 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
11279 to do that because it leaves point 1 position after the last
11280 replacement, after everything has been replaced.
11281
11282 * jit-lock.el (with-buffer-unmodified): New macro.
11283 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
11284 modified state.
11285 (jit-lock-function-1): Extracted from jit-lock-function; not
11286 preserving buffer's modified state.
11287 (jit-lock-function, jit-lock-stealth-fontify): Call
11288 jit-lock-function-1.
11289
11290 * mail/rfc2368.el: Remove supernumerary copyright line.
11291
685e5ed2
GM
112922000-04-04 Milan Zamazal <pdm@freesoft.cz>
11293
11294 * glasses.el: Provide facilities for inserting space before left
11295 parentheses and uncapitalization of identifiers.
11296 (glasses-mode): Try to remove old overlays in all cases.
11297
0166aed1
GM
112982000-04-03 Gerd Moellmann <gerd@gnu.org>
11299
62f20204
GM
11300 * progmodes/compile.el (compile-internal): Display the compilation
11301 buffer in a different frame, if it's already displayed there.
11302
6460c400
GM
11303 * mail/rfc2368.el: New file.
11304
c0510d27
GM
11305 * simple.el (sendmail-user-agent-compose): Recognize a `body'
11306 header and insert its value as mail body.
11307
11308 * subr.el (member-ignore-case): New function.
11309
11310 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
11311 (dabbrev--find-expansion): Ignore buffers matching a regexp
11312 from dabbrev-ignored-regexps.
11313
0166aed1
GM
11314 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
11315 to extensions handled by gzip.
11316
c0510d27
GM
113172000-04-03 Richard M. Stallman <rms@gnu.org>
11318
11319 * files.el (insert-directory): List the total free space
11320 along with the used space.
fa78f71b 11321
c0510d27
GM
11322 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
11323 line is followed by one that matches CITATION-REGEXP, end the
11324 paragraph.
11325
113262000-04-03 Markus Rost <rost@delysid.gnu.org>
11327
11328 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
11329 (rmail-make-basic-summary-line): Use that option.
fa78f71b 11330
14c04384
KH
113312000-04-03 Kenichi Handa <handa@etl.go.jp>
11332
11333 * international/mule-cmds.el (encoded-string-description):
11334 Rewritten. Try pretty description for ISO 2022 escape sequences
3a100fd6
KH
11335 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
11336 for hexadecimal format.
14c04384 11337
ccf5869a
DL
113382000-04-01 Dave Love <fx@gnu.org>
11339
11340 * cpp.el: Change customization group to `c' from `C'.
11341
11342 * vcursor.el (vcursor-move): Use display-color-p.
11343
11344 * international/mule-util.el: Provide mule-utils.
11345 (string-to-sequence): Simplify and speed up.
11346
11347 * international/mule.el (make-coding-system): Purecopy doc-string.
11348
11349 * international/mule-cmds.el: Various menu changes.
11350 (describe-specified-language-support): Handle `Default'.
11351 (set-language-info): Purecopy `info'.
11352
610d841e
GM
113532000-03-31 Andrew Innes <andrewi@gnu.org>
11354
11355 * vc.el (vc-backend-diff): Return the correct status if we had to
11356 retry the rcsdiff command without the --brief option.
fa78f71b 11357
7f9de034
DL
113582000-03-31 Dave Love <fx@gnu.org>
11359
2de47765
DL
11360 * help.el (help-manyarg-func-alist): Correct several omissions.
11361
72838819
DL
11362 * add-log.el: Don't require cl, fortran.
11363 (add-log-current-defun-function): Doc fix.
11364 (change-log-version-number-regexp-list): Remove SCCS part. Doc
11365 fix.
11366 (change-log-version-rcs): Function deleted.
11367 (change-log-version-number-search): Doc fix. Use
11368 vc-workfile-version. Avoid CL dolist.
11369 (add-change-log-entry): Just call add-log-current-defun to get
11370 defun. Simplify somewhat.
11371 (change-log-get-method-definition-1): Likewise.
11372 (add-log-current-defun): Return nil if calling
11373 add-log-current-defun-function does so. Move Fortran stuff to
11374 fortran.el. Return string without properties.
11375
7f9de034
DL
11376 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
11377 and :alpha: char classes.
11378
11379 * mail/supercite.el: Defvar curline when compiling.
11380 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
11381 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
11382 rather than a-zA-Z0-9 to allow non-ASCII characters.
11383
aa110c0c
GM
113842000-03-31 Gerd Moellmann <gerd@gnu.org>
11385
11386 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
11387
11388 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
11389 Re-enable new code.
11390
11391 * lpr.el (print-region-1): Use -d to specify printer name for
11392 systems `usg-unix-v*, `dgux', `hpux', `irix'.
11393
113942000-03-31 Dave Love <fx@gnu.org>
fa78f71b 11395
aa110c0c
GM
11396 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
11397 for function definition in symbol's function value slot first
11398 instead of first consulting byte-compile-function-environment.
fa78f71b 11399
6733d074
KH
114002000-03-31 Kenichi Handa <handa@etl.go.jp>
11401
11402 * language/european.el ("Polish"): New language environment.
11403 (setup-polish-environment): New function.
11404
63fcfa04
GM
114052000-03-30 Gerd Moellmann <gerd@gnu.org>
11406
11407 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
11408 Disable new code.
11409
11410 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
11411 trying to `load' the symbol of an autoload instead of the file
11412 recorded in the autoload. Fix error messages.
11413
7438c86b
GM
114142000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11415
11416 * ps-print.el: PostScript programming fix for ghostview, doc fix.
11417 (ps-print-version): New version number (5.1.3).
11418 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
11419 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
11420 (ps-generate-postscript-with-faces): Code fix.
11421 (ps-color-values): XEmacs compatibility.
11422 (ps-print-background-image, ps-print-background-text, ps-printer-name)
11423 (ps-default-fg, ps-default-bg): Adjust customization.
11424 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
11425 (ps-color-scale): Renaming old ps-color-value fun.
11426 (ps-print-headers): Replace ps-print-header group to avoid conflict
11427 with ps-print-header variable.
11428 (ps-print-miscellany): New group.
11429 (ps-format-color, ps-rgb-color): New funs.
11430 (ps-default-foreground): New var.
11431 (ps-printer-name-option): New const.
fa78f71b 11432
326855a0
PB
114332000-03-30 Peter Breton <pbreton@ne.mediaone.net>
11434
1f56ba73
PB
11435 * net/net-utils.el:
11436 (network-connection-host, network-connection-service): New variables
11437 (network-connection-mode): New mode, derived from comint-mode
11438 (network-connection-mode-setup): New function, saves host and
fa78f71b 11439 service information in local variables.
1f56ba73 11440
326855a0
PB
11441 * lisp/locate.el:
11442 (locate-word-at-point): Added this function
11443 (locate): Default to using locate-word-at-point as input
11444 Run dired-mode-hook
11445
141384bd
DL
114462000-03-29 Dave Love <fx@gnu.org>
11447
11448 * calendar/appt.el: Doc fixes.
11449 (appt-check): Convert min-to-app to a string before passing to
11450 appt-disp-window-function or concat.
11451 (appt-delete-window): Remove test for frame-root-window.
11452 (appt-select-lowest-window, appt-convert-time): Simplify.
11453
11454 * emacs-lisp/bytecomp.el: Doc fixes.
11455 (byte-compile-file-form-autoload): Update
11456 byte-compile-function-environment.
11457
c5aa0fc2
AS
114582000-03-29 Andreas Schwab <schwab@suse.de>
11459
11460 * emacs-lisp/autoload.el: Also print defsubst doc string
11461 specially.
11462
11463 * dired.el (dired-insert-directory): If dired-free-space-program
11464 failed just delete its output.
11465
f1d6fe69
DL
114662000-03-29 Dave Love <fx@gnu.org>
11467
11468 * international/iso-cvt.el: Move provide to end. Doc fixes.
11469 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
11470 (iso-iso2sgml, iso-sgml2iso): New functions.
11471 (iso-cvt-define-menu): Fix some entries and use backquote for
11472 clarity.
11473
11474 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
11475
b61f1215
GM
114762000-03-28 Gerd Moellmann <gerd@gnu.org>
11477
11478 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
11479 ISO-DATE. If non-nil, return date in ISO 8601 format.
11480
ea4b0ca3
SM
114812000-03-26 Stefan Monnier <monnier@cs.yale.edu>
11482
3831af62
SM
11483 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
11484 if it ever becomes used.
11485 (log-edit-mode-hook): Default to vc-log-mode-hook.
11486 (log-edit-mode): Fix the docstring.
11487
ea4b0ca3
SM
11488 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
11489 the code.
11490
08f8b1cc
DL
114912000-03-26 Dave Love <fx@gnu.org>
11492
082527fe
DL
11493 * net/browse-url.el (browse-url): Re-fix case of
11494 browse-url-browser-function being an alist.
11495 (browse-url): Add :link to defgroup.
11496
08f8b1cc
DL
11497 * files.el: Doc fixes.
11498 (file-truename): Include `[' in wildcard characters.
11499 (automount-dir-prefix): Customize.
11500 (find-file-wildcards): Add :version.
11501 (find-file-noselect): Simplify a mapcar call.
11502
11503 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
11504 compatible with inf-lisp version.
11505 (eval-defun-1): Fix custom-declare-variable case.
11506
ea4b0ca3
SM
115072000-03-25 Stefan Monnier <monnier@cs.yale.edu>
11508
11509 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
11510
9a0dd3dc
GM
115112000-03-24 Gerd Moellmann <gerd@gnu.org>
11512
b68c375f
GM
11513 * Makefile (COMPILE_FIRST): New macro.
11514 (compile-files): Compile files from COMPILE_FIRST first.
11515
11516 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
11517 code.
11518
9a0dd3dc
GM
11519 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
11520 matching open parenthesis in column 0 to defun-prompt-regexp
11521 only if open-paren-in-column-0-is-defun-start is set.
11522
11523 * sun-curs.el: Require CL at compile-time only.
11524
11525 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
11526 instead of copy-list which is a function from CL.
11527 (msb--choose-menu, msb--mode-menu-cond)
11528 (msb--create-buffer-menu-2): Use dolist instead of mapc.
11529 (msb--init-file-alist): Use mapcar instead of mapcan.
11530 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
11531 `(' in column 0 in doc string.
11532 (msb--add-separators): Use mapcar instead of mapcan.
11533
11534 * cus-dep.el: Require CL at compile-time only.
11535
c7dcadb5
SM
115362000-03-24 Stefan Monnier <monnier@cs.yale.edu>
11537
11538 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
11539 (byte-compile-warnings): New warning `noruntime'.
11540 (byte-compile-constants, byte-compile-variables): Fix docstring.
11541 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
11542 execute `eval-whenc-compile's body.
11543 (byte-compile-unresolved-functions): Fix docstring.
11544 (byte-compile-eval): New function.
11545 (byte-compile-callargs-warn): Check if the function will be available
11546 at runtime (via property `byte-compile-noruntime').
11547 (byte-compile-print-syms): New function.
11548 (byte-compile-warn-about-unresolved-functions): Also warn about
11549 `noruntime' functions (and use `byte-compile-print-syms').
11550 (byte-compile-file): Capitalize the message.
11551
3b55acc9
GM
115522000-03-24 Gerd Moellmann <gerd@gnu.org>
11553
11554 * mail/rmail.el (rmail-confirm-expunge): New user-option.
11555 (rmail-expunge): Ask for confirmation depending on the setting
11556 of rmail-confirm-expunge.
11557
115582000-03-23 Gerd Moellmann <gerd@gnu.org>
11559
11560 * Makefile (bootstrap-clean): If $(emacs) exists, build
11561 loaddefs.el first. A loaddefs.el that's not up-to-date might
11562 cause a bootstrap failure because things don't autoload as
11563 expected.
11564
02c76af4
DL
115652000-03-23 Dave Love <fx@gnu.org>
11566
11567 * net/browse-url.el: Restore previous use of
11568 browse-url-maybe-new-window.
11569
1a3199d9
GM
115702000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11571
11572 * ps-print.el: Skip banner page fix.
11573 (ps-print-version): New version number (5.1.2).
11574 (ps-begin-file, ps-end-file, ps-generate): Code fix.
fa78f71b 11575
1a3199d9
GM
115762000-03-23 Dave Pearson <davep@davep.org>
11577
11578 * net/quickurl.el Changed the type of parameter passed to the
11579 function defined by `quickurl-format-function'. Before only the
11580 text of the URL was passed. Now the whole URL structure is passed
11581 and the function is responsible for extracting the parts it
11582 requires. Changed the default of `quickurl-format-function'
11583 accordingly.
11584 (quickurl-insert): Changed the `funcall' of
11585 `quickurl-format-function' to match the above change.
11586 (quickurl-list-insert): Changed the `url' case so that it makes
11587 use of `quickurl-format-function', previous to this the format was
11588 hard wired.
fa78f71b 11589
72db3ab5
GM
115902000-03-22 Gerd Moellmann <gerd@gnu.org>
11591
11592 * startup.el: Change some spellings for the X Window System.
11593
68049bfa
SM
115942000-03-22 Stefan Monnier <monnier@cs.yale.edu>
11595
11596 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
11597 up the code and the regexp and make sure the cursor is temporarily
11598 moved to the suspicious line while querying the user.
11599
ff4df011
JR
116002000-03-22 Jason Rumney <jasonr@gnu.org>
11601
11602 * w32-fns.el (w32-charset-info-alist): Initialize.
11603
ee1c5b21
GM
116042000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11605
11606 * ps-print.el: N-up last page fix.
11607 (ps-print-version): New version number (5.1.1).
11608 (ps-end-file, ps-end-job, ps-generate): Code fix.
fa78f71b 11609
d2cbfba0
SM
116102000-03-21 Stefan Monnier <monnier@cs.yale.edu>
11611
bfb857d8
SM
11612 * files.el (find-file-run-dired): Update docstring.
11613 (find-directory-functions): New hook.
11614 (find-file-noselect): Run find-directory-functions rather than
11615 calling dired directly.
11616
11617 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
11618
cb3430a1
SM
11619 * pcvs.el: Add a minimal leading commentary.
11620 (cvs-make-cvs-buffer): Change the header part by removing the startup
11621 message and adding a `Module' entry. Also replace the FOOTER and
11622 HEADER special fileinfos with the new support in ewoc for updating
11623 its own footer and header.
11624 (cvs-update-header): Update to use the header/footer of the ewoc.
11625 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
11626 (cvs-is-within-p): New function.
11627 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
11628 to only examine some subset of the buffers.
11629
11630 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
11631 `format' instead of our own ad-hoc functions.
11632 Remove HEADER and FOOTER cases, now handled in the EWOC.
11633 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
11634
11635 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
11636 output to avoid scaring the user.
11637 (cvs-parse-table): Catch message for non-up-to-date commits.
11638
11639 * pcvs-defs.el (cvs-startup-message): Remove.
11640 (cvs-global-menu): New autoloaded menu.
11641
11642 * pcvs-util.el (cvs-string-fill): Remove.
11643
11644 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
11645 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
11646 PP part of it and also make it work for footers and headers.
11647 (ewoc-create): Drop POS and BUFFER arguments.
11648 Use the DLL's dummy node to store the end-of-footer position.
11649 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
11650 (ewoc-refresh): Remove unused `header' variable.
11651 (ewoc-(get|set)-hf): New functions.
11652
d2cbfba0
SM
11653 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
11654 log-view-*-(message|file) and use easy-mmode-define-navigation.
11655 (log-view-message-re): Match SCCS format as well.
11656 And match the revision line rather than the dashed separator line.
11657 (log-view-mode): Use the new define-derived-mode.
11658 (log-view-current-tag): Fill in with an actual implementation.
11659
11660 * cvs-status.el (cvs-status-(prev|next)): Rename from
11661 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
11662 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
11663 to let the output "breathe" a little more (more readable).
11664 (cvs-status-mode): Use the new define-derived-mode.
11665
11666 * smerge-mode.el (smerge-auto-leave): New function and variable.
11667 (smerge-basic-map): Rename from smerge-basic-keymap.
11668 Change the bindings for smerge-diff-*.
11669 (smerge-*-map): Use easy-mmode-defmap.
11670 (smerge-(next|prev)): Use easy-mmode-define-navigation.
11671 (smerge-keep-*): Use smerge-auto-leave.
11672
51663132
JR
116732000-03-21 Jason Rumney <jasonr@gnu.org>
11674
11675 * cus-edit.el (custom-button-face): Use 3D look for w32.
11676 (custom-button-pressed-face): Likewise.
11677
3f6e4b8b
GM
116782000-03-21 Gerd Moellmann <gerd@gnu.org>
11679
11680 * progmodes/etags.el (tags-case-fold-search): New user-option.
11681 (tags-loop-eval): New function. Bind case-fold-search around eval
11682 depending on the value of tags-case-fold-search.
11683 (tags-loop-continue): Use tags-loop-eval.
11684 (find-tag-in-order): Bind case-fold-search depending on the value
11685 of tags-case-fold-search.
11686
c7ea3acc
SM
116872000-03-21 Stefan Monnier <monnier@cs.yale.edu>
11688
0ae39f53
SM
11689 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
11690 (diff-end-of-hunk): Return the end position for use in
11691 `easy-mmode-define-navigation'.
11692 (diff-recenter): Remove.
11693 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
11694 of `easy-mmode-define-navigation'.
11695 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
11696 previous renaming) and fix to use new names.
11697 (diff-merge-strings): Use \n as separator: simpler, faster.
11698 (diff-mode): Use `define-derived-mode'.
11699
c7ea3acc
SM
11700 * derived.el (define-derived-mode): Don't autoload anymore.
11701 Prefer the macro-only version provided by easy-mmode.el.
11702
11703 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
11704 `easy-mmode-define-derived-mode'.
11705 Use `combine-run-hooks'.
11706 (easy-mmode-define-navigation): New macro.
11707
11708 * subr.el (combine-run-hooks): New function.
11709
6c4bfdc0
KH
117102000-03-21 Kenichi HANDA <handa@etl.go.jp>
11711
11712 * term/x-win.el: Fontsets related initialization is simplified.
11713
11714 * international/mule-diag.el (describe-font): Don't refer to
11715 global-fontset-alist, instead call font-list.
11716 (describe-fontset, list-fontsets, mule-diag): Likewise.
11717 (print-fontset): Adjusted for the change of fontset
11718 implementation.
11719
11720 * international/fontset.el (x-charset-registries): Variable
11721 removed, instead the corresponding data is stored in the default
11722 fontset.
11723 (register-alternate-fontnames): Function removed.
11724 (resolved-ascii-font): Variable removed.
11725 (x-compose-font-name): Ignore the second argument REDOCE.
11726 (x-complement-fontset-spec): Complement only an ASCII font and
11727 element for those charsets than can use that ASCII font.
11728 (generate-fontset-menu): Don't refer to global-fontset-alist,
11729 instead call fontset-list.
11730 (uninstantiated-fontset-alist): Variable removed.
11731 (x-style-funcs-alist): Likewise.
11732 (fontset-default-styles): Likewise.
11733 (x-modify-font-name): Function removed.
11734 (create-fontset-from-fontset-spec): Ignore the argument
11735 STYLE-VARIANT.
11736 (create-fontset-from-ascii-font): Docsting adjusted for the above
11737 change.
11738 (instantiate-fontset, resolve-fontset-name): Functions removed.
11739 (fontset-list): Now implemented by C code.
fa78f71b 11740
6c4bfdc0
KH
11741 * faces.el (read-face-font): Fix TABLE arg to completing-read.
11742 (describe-face): Include `font' attribute in the description.
11743
9111d4b5
KH
117442000-03-21 Kenichi Handa <handa@etl.go.jp>
11745
11746 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
11747
b33dd3b0
GM
117482000-03-20 Gerd Moellmann <gerd@gnu.org>
11749
a25bbe00
GM
11750 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
11751 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
11752 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
fa78f71b 11753
b33dd3b0
GM
11754 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
11755 about behavior of set-buffer-modified-p wrt redisplay.
11756
8b7bc628 117572000-03-19 Richard M. Stallman <rms@gnu.org>
e53ae11c
RS
11758
11759 * view.el (view-mode-disable): Kill local binding of view-read-only.
11760
d7b511c4
GM
117612000-03-18 Gerd Moellmann <gerd@gnu.org>
11762
11763 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
11764 is a string, convert it to a syntax cell using string-to-syntax.
11765
11766 * simple.el (syntax-code-table, syntax-flag-table): New variables.
11767 (string-to-syntax): New function.
11768
11769 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
11770 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
b33dd3b0 11771 try to use passive ftp mode.
d7b511c4 11772
998ecc60
GM
117732000-03-17 Gerd Moellmann <gerd@gnu.org>
11774
b33dd3b0 11775 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
998ecc60
GM
11776
11777 * simple.el (append-to-buffer): Update point of windows after
11778 insertion.
11779
11780 * abbrev.el (inverse-add-abbrev): Identify word by first moving
11781 forward then moving backward. Reindent.
11782
11783 * frame.el (other-frame): Call x-focus-frame only if
11784 focus-follows-mouse is off.
11785
235d6821
DL
117862000-03-17 Dave Love <fx@gnu.org>
11787
11788 * pcvs-util.el (cvs-strings->string): Rename
11789 replace-regexps-in-string.
11790
a29a2cd1
SM
117912000-03-17 Stefan Monnier <monnier@cs.yale.edu>
11792
af595444
SM
11793 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
11794 regexp for labels cannot span several lines.
11795
11796 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
998ecc60 11797 `(setq :<key> ':<key>)' to the macro expansion.
a29a2cd1 11798
a9be2843
DL
117992000-03-16 Dave Love <fx@gnu.org>
11800
11801 * progmodes/f90.el (f90): Put custom group under `languages', not
11802 `fortran'.
11803 (f90-mode-hook): Customize.
11804 (f90-mode): Set add-log-current-defun-function.
11805 (f90-current-defun): New function.
11806
d0ab3e9d
GM
118072000-03-16 Gerd Moellmann <gerd@gnu.org>
11808
16b20ed9
GM
11809 * cus-edit.el (custom-variable-tag-face): Handle case that
11810 default face's height is not a number.
11811 (custom-face-tag-face, custom-group-tag-face-1)
11812 (custom-group-tag-face): Ditto.
11813 (custom-group-tag-face-1): Add :group.
fa78f71b 11814
d0ab3e9d
GM
11815 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
11816
ae8ab422
GM
118172000-03-15 Gerd Moellmann <gerd@gnu.org>
11818
11819 * pcvs-defs.el (toplevel): Remove autoload cookie for form
11820 requiring easymenu.
11821
81c7ca69
GM
118222000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11823
11824 * ps-print.el: PostScript user-defined prologue, PostScript error
11825 handler, doc fix.
11826 (ps-print-version): New version number (5.1).
11827 (ps-user-defined-prologue, ps-error-handler-message)
11828 (ps-print-prologue-0, ps-error-handler-alist): New vars.
11829 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
11830 (ps-insert-string): New function.
fa78f71b 11831
dcf1003d
KH
118322000-03-15 Kenichi Handa <handa@etl.go.jp>
11833
11834 * international/ccl.el (ccl-compile-expression): Don't generate
11835 invalid self-assignment code.
11836
73825616
DL
118372000-03-14 Dave Love <fx@gnu.org>
11838
11839 * subr.el (replace-regexp-in-string): Renamed from
11840 replace-regexps-in-string. Doc fix.
11841
031020ac
DL
118422000-03-12 Dave Love <fx@gnu.org>
11843
11844 * cus-edit.el: Doc fixes.
11845 (customize-set-variable, customize-save-variable): Rename args for
11846 doc.
11847 (custom-variable-tag-face, custom-face-tag-face)
11848 (custom-group-tag-face-1, custom-group-tag-face): Modify from
11849 style which user identify as hyperlink.
11850 (hook): Don't add undefined functions to the hook.
11851 (debug-ignored-errors): Transfer message from bindings.el.
11852
9b2f3c38
GM
118532000-03-12 Gerd Moellmann <gerd@gnu.org>
11854
11855 * recentf.el (recentf-keep-non-readable-files-p): Remove
11856 double/nested definition.
11857
0d6e23cf
DL
118582000-03-12 Dave Love <fx@gnu.org>
11859
11860 * facemenu.el (facemenu-get-face): Use display-color-p.
11861 * enriched.el (enriched-decode-foreground): Likewise.
11862 (enriched-decode-background): Likewise.
11863 * isearch.el (isearch-highlight): Likewise.
11864 * info-look.el (info-lookup): Likewise.
11865 * simple.el (completion-setup-function): Likewise.
11866
11867 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
11868 :options.
11869
11870 * bindings.el (mode-line-format): Fix line-number and
11871 column-number items. Add help-echo for the background.
11872 (mode-line-mule-info): Modify help-echo.
11873
1598a961 11874 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
0d6e23cf
DL
11875
11876 * files.el (load-file): Allow completion to .elc.
11877
11878 * man.el: Doc fixes.
11879 (Man-init-defvars): Use display-color-p to set fontification.
11880
11881 * play/hanoi.el (hanoi-internal): Don't use oddp.
11882
e1cff360
GM
118832000-03-12 Gerd Moellmann <gerd@gnu.org>
11884
11885 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
11886
11887 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
11888
5e5dff44
GM
118892000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
11890
11891 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
11892 Fix comment.
11893
5b467bf4
SM
118942000-03-10 Stefan Monnier <monnier@cs.yale.edu>
11895
83fef604
SM
11896 * font-lock.el (font-lock-keywords): Fix the doc now that
11897 regexp-opt-depth is unnecessary.
11898 (save-buffer-state): Set an edebug spec.
11899 (font-lock-fontify-anchored-keywords): Properly handle the case when
11900 the matcher goes past the limit.
11901
5b467bf4
SM
11902 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
11903 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
11904
83fef604
SM
11905 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
11906 dll.el and cookie.el (from Elib) with heavy renaming and other
11907 massaging.
5b467bf4
SM
11908
11909 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
11910 Autoload the functions used.
11911 (easy-mmode-define-syntax): Fix CL typo.
11912 (easy-mmode-define-derived-mode): Improve the docstring generation.
11913
d407456c
GM
119142000-03-10 Gerd Moellmann <gerd@gnu.org>
11915
11916 * textmodes/texinfo.el (texinfo-version): Variable and function
11917 removed.
11918
5a7a545c
SM
119192000-03-09 Stefan Monnier <monnier@cs.yale.edu>
11920
0d6e23cf
DL
11921 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
11922 allow more flexibility.
11923 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
11924 fns.
11925 (easy-mmode-defmap, easy-mmode-defsyntax)
11926 (easy-mmode-define-derived-mode): New macros.
5a7a545c 11927
d407456c 119282000-03-09 Didier Verna <didier@xemacs.org>
445b0666
DL
11929
11930 * rect.el (replace-rectangle): New function.
11931
119322000-03-09 Dave Love <fx@gnu.org>
11933
11934 * progmodes/fortran.el (fortran-comment-line-start): Define as
11935 "C".
11936 (fortran-comment-line-start-skip): Don't match cpp stuff.
11937 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
11938 (fortran-mode-map): Remove over-eager custom-menu-create for now.
11939 (fortran-mode): Don't set fortran-comment-line-start-skip,
11940 fortran-comment-line-start here. Set comment-start,
11941 add-log-current-defun.
11942 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
11943 (fortran-current-defun): New function.
11944
80460654
GM
119452000-03-09 Gerd Moellmann <gerd@gnu.org>
11946
d1221ea9
GM
11947 * emacs-lisp/re-builder.el: New file.
11948
1853aa6b
GM
11949 * mouse.el (mouse-drag-region): Don't run up-event handler
11950 if hscroll has changed.
11951
80460654
GM
11952 * octave-mod.el (octave-font-lock-keywords): To font-lock the
11953 builtin operators, use `font-lock-builtin-face' for Emacs and
11954 `font-lock-preprocessor-face' otherwise.
fa78f71b
SS
11955
11956 * font-lock.el (lisp-font-lock-keywords-1): Highlight
80460654
GM
11957 `(defun (setf foo)' differently.
11958
c0056275
SM
119592000-03-08 Stefan Monnier <monnier@cs.yale.edu>
11960
11961 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
80460654
GM
11962 (regexp-opt): Update comment and adapt the code the new meaning of
11963 the `paren' argument of regex-opt-group for shy-groups.
11964 (regexp-opt-depth): Handle shy groups as well as backslashed
11965 backslashes.
c0056275
SM
11966 (regexp-opt-group): Turn the leading comment into a docstring.
11967 Allow `paren' to be a string (the string to use to open a group).
80460654
GM
11968 Remove open-presuf and close-presuf. Instead of checking for `all
11969 one-char' and then later on check for `several one-char', handle
11970 both cases close together. Also apply a more generic algorithm
11971 for suffixes (the mirror image of the algorithm used for
11972 prefixes). Use shy-groups. Use nreverse rather than reverse.
c0056275
SM
11973 (regexp-opt-try-suffix): Removed.
11974
11975 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
80460654
GM
11976 from comint-mode-map, so we can just inherit from it. Also, move
11977 the initialization into the `defvar' since there's no docstring
11978 anyway and it's fairly short.
11979 (inferior-scheme-mode): Define it as derived-mode: the code is
11980 shorter and this way we inherit from comint-mode-map rather than
11981 copying it.
c0056275 11982
80460654
GM
11983 * subr.el (replace-regexps-in-string): Properly handle the case
11984 where we match an empty string.
c0056275 11985
80460654
GM
11986 * comint.el (comint-exec-1): Add the current-dir to the exec-path
11987 when the command has a directory component (such as "./testml").
c0056275
SM
11988 Also fix a typo in the comment.
11989
5e91ff9e
GM
119902000-03-08 Gerd Moellmann <gerd@gnu.org>
11991
feab4fba
GM
11992 * Makefile (compile-files): Compile files one by one because
11993 that's the only way to ensure a clean compilation environment for
11994 each individual file.
11995
5e91ff9e
GM
11996 * frame.el (other-frame): Call x-focus-frame.
11997
76162e12
DL
119982000-03-07 Dave Love <fx@gnu.org>
11999
f64ce788
DL
12000 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
12001 :require to defcustom.
12002
76162e12
DL
12003 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
12004 lists.
12005
12006 * files.el (auto-mode-alist): Add configure.in.
12007
12008 * progmodes/autoconf.el: New file.
12009
f7daf1e1
GM
120102000-03-07 Gerd Moellmann <gerd@gnu.org>
12011
12012 * mail/mh-e.el: Change maintainer to `none'.
12013
12014 * recentf.el (recentf-keep-non-readable-files-p): Quote args
12015 to remove-hook and add-hook.
12016
120172000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
12018
12019 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
12020 it as the default.
12021 (mail-send): Test mail-send-nonascii also for the new `mime' value.
12022 (sendmail-send-it): Conditionally add MIME headers specifying the
12023 used character set.
fa78f71b 12024
63f6b2c4
DL
120252000-03-07 Dave Love <fx@gnu.org>
12026
12027 * winner.el: Fix keywords, autoload cookies. Split
12028 eval-when-compile form to avoid compilation failure.
12029
8330e2f9
KH
120302000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
12031
12032 * international/mule.el: Modify comment about coding system
12033 property `coding-category'.
12034 (make-coding-system): New argument EOL-TYPE. Pay attention to
12035 coding-category property of PROPERTIES.
12036
12037 * international/mule-conf.el (coding-category-utf-8,
12038 coding-category-utf-16-be, coding-category-utf-16-le): New coding
12039 categories. Include them in the argument for set-coding-priority.
12040
12041 * international/mule-cmds.el (reset-language-environment): Include
12042 coding-category-utf-8, coding-category-utf-16-be, and
12043 coding-category-utf-16-le in the argument for set-coding-priority.
12044 (reset-language-environment): Initialize coding-category-utf-8,
12045 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
12046
18bb0684
GM
120472000-03-06 Karl Fogel <kfogel@red-bean.com>
12048
12049 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
12050 code abstracted out of `bookmark-jump-noselect'. Now tries info
12051 extensions as well as compression extensions.
12052 (bookmark-jump-noselect): Use above new func.
fa78f71b 12053
71a6ba55
GM
120542000-03-03 Gerd Moellmann <gerd@gnu.org>
12055
12056 * strokes.el: Change maintainer's mail address.
12057
0d56cdff
KH
120582000-03-03 Kenichi Handa <handa@etl.go.jp>
12059
12060 * international/mule-diag.el (list-character-sets): Make help-echo
12061 string by substitute-command-keys.
12062 (list-character-sets): Likewise.
12063 (sort-listed-character-sets): Call help-setup-xref.
12064
900fa1f1
GM
120652000-03-02 Gerd Moellmann <gerd@gnu.org>
12066
12067 * time.el (display-time-mail-file): Add `none' to the list of
12068 choices.
12069
54d04320
DL
120702000-03-01 Dave Love <fx@gnu.org>
12071
43f3fa09
DL
12072 * help.el (help-xref-go-back): Don't try to set position.
12073
54d04320
DL
12074 * international/mule-diag.el (list-character-sets): Call
12075 help-setup-xref. Add help-echo to xrefs.
12076 (list-character-sets-1): Add help-echo to xrefs.
12077
d054101f
GM
120782000-03-02 Gerd Moellmann <gerd@gnu.org>
12079
12080 * frame.el (blink-cursor-mode): Switch cursor on when turning
12081 the mode off.
12082
12083 * add-log.el (add-log-current-defun): Add support for
12084 Autoconf mode.
12085
12086 * mail/rmail.el (rmail-quit-hook): New variable.
12087
d77dae5c
DL
120882000-03-01 Dave Love <fx@gnu.org>
12089
e5f597f0
DL
12090 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
12091
d77dae5c
DL
12092 * help.el (help-xref-button): Add help-echo arg.
12093 (describe-function-1, describe-variable, help-make-xrefs): Use it.
12094
12095 * faces.el (list-faces-display): Supply help-echo with
12096 help-make-xrefs.
12097
12098 * facemenu.el (list-text-properties-at): Set help-xref-stack to
12099 nil.
12100
72d19d75
GM
121012000-03-01 Gerd Moellmann <gerd@gnu.org>
12102
2df636f4
GM
12103 * image.el (defimage): Look for image files in load-path.
12104
fa78f71b 12105 * frame.el (busy-cursor-delay-seconds): Change type to
72d19d75
GM
12106 `number'.
12107
2df636f4
GM
121082000-03-01 David Ponce <david.ponce@wanadoo.fr>
12109
12110 * recentf.el (recentf): Added version tag to the defgroup of
12111 recentf.
12112
121132000-03-01 David Ponce <david.ponce@wanadoo.fr>
12114
12115 * recentf.el (recentf-cleanup): Changed to remove excluded file
12116 too.
12117 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
12118 action to select/unselect a file.
12119 (recentf-edit-list): Code cleanup and improvement.
12120 (recentf-open-more-files-action): `recentf-open-more-files' button
12121 widget action to open a file.
12122 (recentf-open-more-files): No more use standard completion but
12123 widgets.
12124 (recentf-more-collection): Deleted.
12125 (recentf-more-history): Deleted.
12126 (recentf-setup-more-completion): Deleted.
12127
121282000-03-01 David Ponce <david.ponce@wanadoo.fr>
12129
12130 * recentf.el (recentf-mode): No more needs that Emacs is running
12131 under a window-system.
12132
121331999-03-01 David Ponce <david.ponce@wanadoo.fr>
12134
12135 * recentf.el (recentf-edit-list): New command to edit the recent
12136 list which allow the user to remove files.
12137 (recentf-edit-selected-items): New global variable, used by
12138 `recentf-edit-list' to hold the list of files to be removed from
12139 the recent list.
12140 (recentf-make-menu-items): Updated to display a "Edit list..."
12141 menu item. Minor code cleanup.
12142
121431999-03-01 David Ponce <david.ponce@wanadoo.fr>
12144
12145 * recentf.el (recentf-open-more-files): New command to open files
12146 that are not displayed in the menu.
12147 (recentf-more-collection): New global variable holding the set of
12148 permissible completions used by `recentf-open-more-files'.
12149 (recentf-more-history): New global variable holding the history list
12150 used by `recentf-open-more-files' completion.
12151 (recentf-setup-more-completion): New function to setup completion for
12152 `recentf-open-more-files'.
12153 (recentf-make-menu-items): Updated to display a "More..." menu item.
12154
121551999-03-01 David Ponce <david.ponce@wanadoo.fr>
12156
12157 * recentf.el (recentf-menu-action): Doc fixed.
12158
121591999-03-01 David Ponce <david.ponce@wanadoo.fr>
12160
12161 * recentf.el (recentf-menu-filter): Doc updated.
12162 (recentf-update-menu-hook): Allow menu filters to force menu update.
12163 (recentf-make-menu-items): New menu filter handling.
12164 (recentf-make-menu-item): New helper function.
12165 (recentf-menu-elements): New menu handling function.
12166 (recentf-sort-ascending): Updated to new menu filter handling.
12167 (recentf-sort-descending): Updated to new menu filter handling.
12168 (recentf-sort-basenames-ascending): New menu filter function.
12169 (recentf-sort-basenames-descending): New menu filter function.
12170 (recentf-show-basenames): New menu filter function.
12171 (recentf-show-basenames-ascending): New menu filter function.
12172 (recentf-show-basenames-descending): New menu filter function.
12173
72d19d75
GM
121742000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12175
12176 * diary-lib.el (list-diary-entries): Don't try to go forward at
12177 the end of the buffer.
12178
1ac1c836
KH
121792000-02-29 Kenichi Handa <handa@etl.go.jp>
12180
12181 * international/mule-diag.el (list-character-sets): Completely
12182 rewritten.
12183 (sort-listed-character-sets): New function.
12184 (list-character-sets-1): Completely rewritten.
12185 (list-character-sets-2): New function.
12186 (non-iso-charset-alist): New variable.
12187 (decode-codepage-char): New function.
12188 (charset-history): New variable.
12189 (read-charset) (list-block-of-chars)
12190 (list-iso-charset-chars)
12191 (list-non-iso-charset-chars)
12192 (list-charset-chars): New functions.
12193 (mule-diag): Call list-character-sets-2, not
12194 list-character-sets-2.
12195 (dump-charsets): Likewise.
12196
ed4d0512
GM
121972000-02-29 Gerd Moellmann <gerd@gnu.org>
12198
72d19d75
GM
12199 * dired-x.el (dired-filename-at-point): Add `@' to valid
12200 file name characters.
12201 (dired-filename-at-point): Handle ange-ftp file names.
12202
ed4d0512
GM
12203 * frame.el (frame-notice-user-settings): Use assq-delete-all
12204 instead of assoc-delete-all.
12205 (frame-notice-user-settings): Ditto.
12206
12207 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
12208 Don't copy alist.
12209
32038c7a
GM
122102000-02-28 Eli Barzilay <eli@cs.cornell.edu>
12211
12212 * calculator.el (calculator-use-menu): New option.
12213 (calculator-initial-bindings): Changed some bindings to work as
12214 macros.
12215 (calculator-forced-input): Removed.
12216 (calculator-restart-other-mode): New variable.
12217 (calculator-mode-map): Set up menu.
fa78f71b 12218
32038c7a
GM
122192000-02-28 Jari Aalto <jari.aalto@poboxes.com>
12220
12221 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
12222 tags.
fa78f71b 12223
55d7ff38 122242000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
fa78f71b 12225
55d7ff38
MK
12226 * viper-cmd.el (viper-envelop-ESC-key): added the option to
12227 translate all ESC key sequences.
12228 (viper-goto-mark-subr): restore markers for files for which
12229 they were saved.
12230 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
12231 * viper-util.el (viper-set-replace-overlay-glyphs,
12232 viper-set-replace-overlay): always check if the replacement
12233 overlay is live.
12234 * viper.el (viper-vi-state-mode-list): added major modes.
12235 * ediff-wind.el: minor comment changes.
12236 * ediff.el: copyright notice date fix.
fa78f71b 12237
387023ee
JR
122382000-02-27 Jason Rumney <jasonr@gnu.org>
12239
12240 * faces.el (face-font-family-alternatives): Add arial to helv.
12241 (mode-line, header-line, tool-bar): Same default as x for w32.
12242 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
12243 face-font-family-alternatives from working.
12244 * term/w32-win.el (mouse-set-font): Do not build fontset from
12245 chosen font.
12246
f43d79c1
GM
122472000-02-25 Sam Steingold <sds@goems.com>
12248
5d80cc9c 12249 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
f43d79c1 12250 properly.
fa78f71b 12251
8b7bc628 122522000-02-25 Richard M. Stallman <rms@gnu.org>
f43d79c1
GM
12253
12254 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
12255
4eb8436f
GM
122562000-02-25 Gerd Moellmann <gerd@gnu.org>
12257
12258 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
12259 writable.
12260
449c3c52 12261 * frame.el (busy-cursor-delay-seconds): New option.
f5b58615 12262
42088c12
GM
122632000-02-24 Gerd Moellmann <gerd@gnu.org>
12264
12265 * frame.el (show-cursor-in-non-selected-windows): New option.
12266
c60ea02e
GM
122672000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12268
12269 * diary-lib.el (include-other-diary-files): Undo the selective
12270 display in any included file and don't kill it.
12271
d066de8e
EZ
122722000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
12273
12274 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
12275 bar. Menu items converted to (menu-item format, help strings
12276 added.
12277 [downcase, upcase]: Don't enable on MS-DOS.
12278 [symlink, symlinks]: Don't show if make-symbolic-link is not
12279 bound.
12280 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
12281
b6906b38
DL
122822000-02-23 Dave Love <fx@gnu.org>
12283
275cf1b2
DL
12284 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
12285 (backward-kill-word): Revert addition of * to interactive spec --
12286 it's a feature.
12287
12288 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
12289 (backward-kill-sentence, kill-sentence): Likewise.
12290
99d48056
DL
12291 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
12292 scratch buffer name.
12293 (gud-format-command): Use int-to-string in ?l case. Simplify
12294 slightly.
12295
12296 * term/w32-win.el (internal-face-interactive): Update prompt for
12297 new read-face-name.
12298
12299 * mail/footnote.el (footnote): Add :version to defgroup.
12300 (footnote-section-tag-regexp): Customize.
12301 (footnote-start-tag, footnote-end-tag): New option.
12302 (footnote-latin-regexp): New variable.
12303 (Footnote-latin): New function.
12304 (footnote-style-alist): Add element for latin style.
12305 (footnote-style): Moved.
12306 (Footnote-goto-footnote): Use eq to test arg.
12307
12308 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
12309
b6906b38
DL
12310 * emacs-lisp/byte-opt.el: Change old backquote syntax.
12311 (byte-compile-trueconstp): Include keywords.
12312 (byte-optimize-quote, byte-optimize-lapcode): Use
12313 byte-compile-const-symbol-p.
12314 (byte-optimize-char-before): New optimization.
12315
12316 * emacs-lisp/bytecomp.el: Change old backquote syntax.
12317 (byte-compile-const-symbol-p): New function.
12318 (byte-compile-constp, byte-compile-out-toplevel)
12319 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
12320 Use it.
12321
12322 * subr.el (define-key-after): Default AFTER to t. Doc fix.
12323
214f877f
KH
123242000-02-23 Kenichi Handa <handa@etl.go.jp>
12325
c709bcf1
KH
12326 * international/encoded-kb.el: Be sure to update minor-mode-alist
12327 and minor-mode-map-alist.
12328 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
12329 codes SS2 and SS3 correctly.
12330 (encoded-kbd-self-insert-ccl): New function.
12331 (encoded-kbd-setup-keymap): New function.
12332 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
12333 by calling encoded-kbd-setup-keymap.
12334
214f877f
KH
12335 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
12336 characters.
12337 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
12338 locally.
12339
b021ef18
DL
123402000-02-22 Dave Love <fx@gnu.org>
12341
12342 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
12343 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
12344 defvar.
12345 (lisp-mode-syntax-table): Set up for #|...|# comments.
12346 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
12347 classes. Match `defface'.
12348 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
12349 (eval-defun-1): Fix for defcustom.
12350 (lisp-indent-region): Doc fix.
12351
12352 * subr.el (when, unless, split-string): Doc fix.
12353 (read-passwd): Move call of clear-this-command-keys to the right
12354 place.
12355 (replace-regexps-in-string): New function.
12356
14cc00ad
GM
123572000-02-22 Gerd Moellmann <gerd@gnu.org>
12358
12359 * help.el (describe-variable): Set syntax table to
12360 emacs-lisp-mode-syntax-table when moving forward over the
12361 symbol's name.
12362
47da5efa
DL
123632000-02-22 Dave Love <fx@gnu.org>
12364
12365 * xt-mouse.el: Doc fixes.
12366 (xterm-mouse-position-function): New function, replacing advice of
12367 mouse-position.
12368 (xterm-mouse-mode): Use it. Don't turn on under a window system.
12369
12370 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
12371
f0a6c717
GM
123722000-02-21 Gerd Moellmann <gerd@gnu.org>
12373
12374 * format.el (format-annotate-single-property-change): Handle
12375 properties.with dotted-list values.
12376 (format-proper-list-p): New function.
12377
12378 * enriched.el (enriched-face-ans): Handle '(foreground-color
12379 . COLOR) and (background-color . COLOR).
12380
2be80b63
DL
123812000-02-20 Dave Love <fx@gnu.org>
12382
12383 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
12384 and assignments to it.
12385 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
12386 current local map.
12387 (make-flyspell-overlay): Use it.
12388 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
12389
12390 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
12391 (lm-get-header-re): Defun, not defsubst.
12392 (lm-get-package-name): Defun, not defsubst. Simplify.
12393 (lm-version): Doc fix. Simplify.
12394 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
12395 (lm-crack-address, lm-last-modified-date, lm-commentary)
12396 (lm-verify, lm-synopsis): Simplify.
12397 (lm-report-bug): Require emacsbug. Use compose-mail.
12398
329eed9f
GM
123992000-02-20 Gerd Moellmann <gerd@gnu.org>
12400
12401 * dired.el (dired-mode): Call propertized-buffer-identification
12402 to set mode-line-buffer-identification to something having
12403 the right text properties.
12404
12405 * bindings.el (propertized-buffer-identification): New function.
12406
be5bb146
DL
124072000-02-20 Dave Love <fx@gnu.org>
12408
12409 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
12410 check for t-mouse too.
12411
12412 * cus-start.el: Make echo-keystrokes `number'.
12413
1d4311c3
EZ
124142000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
12415
12416 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
12417 Don't call ring-empty-p unless tags-location-ring is bound.
12418 From Noah Friedman <friedman@splode.com>.
12419
a23c5037
TTN
124202000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
12421
12422 * progmodes/hideshow.el (hs-flag-region): No longer use
12423 `intangible' overlay property.
12424
12425 (hs-toggle-hiding): New command.
12426 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
12427
12428 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
12429 Fix omission bug: Run `hs-minor-mode-hook' for both activation
12430 and deactivation.
12431
b6a22bf8
GM
124322000-02-18 Gerd Moellmann <gerd@gnu.org>
12433
12434 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
12435
d621caf7
GM
124362000-02-17 Gerd Moellmann <gerd@gnu.org>
12437
3c0ed7ce
GM
12438 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
12439
d621caf7
GM
12440 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
12441 of `*' to handle `(* ... *)' comments.
12442
538d88fb
EZ
124432000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
12444
53c80cf6 12445 * faces.el (list-faces-display): Use display-mouse-p instead of
f24fef2f 12446 window-system.
53c80cf6 12447
538d88fb
EZ
12448 * menu-bar.el (global-map): Menu-bar items converted to the new
12449 format (menu-item..., rearranged for better CUA compliance, and
12450 their names changed for better clarity. Help strings added.
12451
12452 * international/mule-cmds.el (mule-menu-keymap)
12453 (describe-language-environment-map, set-coding-system-map)
12454 (setup-language-environment-map): Convert to new (menu-item...
12455 form, add help strings. Change names of menu items for better
12456 clarity. "Mule" menu-bar item removed (it's now in the "Options"
12457 submenu).
12458
8389e1e2 124592000-02-17 Gerd Moellmann <gerd@gnu.org>
84fe35f0 12460
a23c5037 12461 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
8389e1e2 12462 within the code.
a23c5037 12463
8389e1e2 124642000-02-16 Dave Love <fx@gnu.org>
a23c5037 12465
84fe35f0
DL
12466 * faces.el: Don't require custom. Add more specific :groups to
12467 various deffaces.
12468 (set-face-attribute): Purecopy args.
12469 (read-face-name): Default to name at point and use it in prompt.
12470 Remove colon from arg in all callers.
12471 (list-faces-display): Hyperlink to face descriptions and customize
12472 buffers.
12473
b2aeee30
DL
124742000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
12475
12476 * wid-edit.el (widget-match-inline): An atom never matches a
12477 list.
12478
99e95407
GM
124792000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12480
82d2c7c5
DL
12481 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
12482 at ':' characters by call to split-string.
99e95407
GM
12483
124842000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12485
82d2c7c5 12486 * textmodes/bibtex.el: Added RCS version identification.
99e95407
GM
12487
124882000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12489
82d2c7c5
DL
12490 * textmodes/bibtex.el: Some temporary comments removed.
12491 (bibtex-field-name, bibtex-entry-type): Made the relationship
12492 explicit.
12493 (bibtex-field-const): Allow capital letters.
12494 (bibtex-start-of-string): Deleted because unused.
12495
12496 * textmodes/bibtex.el: Unified some nomenclature. We no longer
12497 use the term 'reference' to describe a bibtex entry as a whole.
12498 Further, reference keys are no longer called 'labels'.
12499 (bibtex-keys): Renamed to bibtex-reference-keys.
12500 (bibtex-reformat-previous-labels): Renamed to
12501 bibtex-reformat-previous-reference-keys.
12502 (bibtex-reference-type): Renamed to bibtex-entry-type.
12503 (bibtex-reference-head): Renamed to bibtex-entry-head.
12504 (bibtex-reference-maybe-empty-head): Renamed to
12505 bibtex-entry-maybe-empty-head.
12506 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
12507 (bibtex-search-reference): Renamed to bibtex-search-entry.
12508 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
12509 bibtex-enclosing-entry-maybe-empty-head.
12510 (bibtex-entry-field-alist, bibtex-entry-head,
12511 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
12512 bibtex-map-entries, bibtex-search-entry,
12513 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
12514 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
12515 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
12516 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
12517 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
12518 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
12519 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
99e95407
GM
12520
125212000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12522
82d2c7c5
DL
12523 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
12524 comment.
12525 (bibtex-format-field-delimiters): New function, functionality
12526 extracted from bibtex-format-entry.
12527 (bibtex-autokey-get-yearfield-digits): New function, functionality
12528 extracted from bibtex-autokey-get-yearfield.
12529
12530 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
12531 entries in order to avoid stack overflow in the regexp matcher if
12532 field contents become large.
12533 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
12534 bibtex-field-string-part-not-braced,
12535 bibtex-field-string-part-no-inner-braces,
12536 bibtex-field-string-part-1-inner-brace,
12537 bibtex-field-string-part-2-inner-braces,
12538 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
12539 bibtex-field-string-quoted, bibtex-field-string,
12540 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
12541 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
12542 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
12543 as parsing is now performed by the following functions.
12544 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
12545 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
12546 bibtex-parse-field-string, bibtex-search-forward-field-string,
12547 bibtex-parse-association, bibtex-field-name-for-parsing,
12548 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
12549 bibtex-search-forward-field, bibtex-search-backward-field,
12550 bibtex-start-of-field, bibtex-end-of-field,
12551 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
12552 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
12553 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
12554 bibtex-parse-string, bibtex-search-forward-string,
12555 bibtex-search-backward-string, bibtex-start-of-string,
12556 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
12557 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
12558 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
12559 entries. Instead of reporting the results of the parsing by
12560 match-beginning or match-end, these functions return data structures
12561 that hold the corresponding positions.
12562 (bibtex-enclosing-field): Changed to also report field boundaries by
12563 return values rather than by match-beginning or match-end. The
12564 following functions have been adapted to use the new parsing
12565 functions.
12566 (bibtex-skip-to-valid-entry, bibtex-search-reference,
12567 bibtex-enclosing-field, bibtex-format-entry,
12568 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
12569 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
12570 bibtex-print-help-message, bibtex-end-of-entry,
12571 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
12572 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
12573 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
12574 method for parsing.
12575 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
12576 bibtex-map-entries, bibtex-flash-head,
12577 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
12578 bibtex-autokey-change, bibtex-autokey-get-namefield,
12579 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
12580 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
12581 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
12582 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
12583 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
12584 order to make the new binding of case-fold-search immediately
12585 visible.
99e95407
GM
12586
125872000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12588
82d2c7c5
DL
12589 * textmodes/bibtex.el: Copyright notice is up to date.
12590 Added constant 'bibtex-maintainer-salutation.
99e95407 12591
82d2c7c5
DL
12592 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
12593 than make-temp-name, use match-string-no-properties and eliminate
12594 a quadratic behavior when building bibtex-strings.
99e95407 12595
82d2c7c5
DL
12596 * bibtex.el (bibtex-reference-key): Accept string entries whose
12597 reference key contains upper case letters.
99e95407
GM
12598
125992000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12600
82d2c7c5
DL
12601 * bibtex.el (bibtex-reference-head): Allow entries to start with
12602 a new line.
99e95407
GM
12603
126042000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12605
82d2c7c5
DL
12606 * bibtex.el: Hiding of entry bodies is not longer provided by
12607 bibtex.el directly. Instead the hideshow package can be used.
12608 Added a special bibtex entry to hs-special-modes-alist.
12609 (bibtex-hs-forward-sexp): Added for hideshow.el.
8389e1e2
GM
12610
126112000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12612
f24fef2f
SM
12613 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
12614 at ':' characters by call to split-string.
8389e1e2
GM
12615
126162000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12617
f24fef2f 12618 * textmodes/bibtex.el: Added RCS version identification.
8389e1e2
GM
12619
126202000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12621
f24fef2f
SM
12622 * textmodes/bibtex.el: Some temporary comments removed.
12623 (bibtex-field-name, bibtex-entry-type): Made the relationship
12624 explicit.
12625 (bibtex-field-const): Allow capital letters.
12626 (bibtex-start-of-string): Deleted because unused.
fa78f71b 12627
f24fef2f
SM
12628 * textmodes/bibtex.el: Unified some nomenclature. We no longer
12629 use the term 'reference' to describe a bibtex entry as a whole.
12630 Further, reference keys are no longer called 'labels'.
12631 (bibtex-keys): Renamed to bibtex-reference-keys.
12632 (bibtex-reformat-previous-labels): Renamed to
12633 bibtex-reformat-previous-reference-keys.
12634 (bibtex-reference-type): Renamed to bibtex-entry-type.
12635 (bibtex-reference-head): Renamed to bibtex-entry-head.
12636 (bibtex-reference-maybe-empty-head): Renamed to
12637 bibtex-entry-maybe-empty-head.
12638 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
12639 (bibtex-search-reference): Renamed to bibtex-search-entry.
12640 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
12641 bibtex-enclosing-entry-maybe-empty-head.
12642 (bibtex-entry-field-alist, bibtex-entry-head,
12643 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
12644 bibtex-map-entries, bibtex-search-entry,
12645 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
12646 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
12647 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
12648 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
12649 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
12650 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
12651 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
8389e1e2
GM
12652
126532000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12654
f24fef2f
SM
12655 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
12656 comment.
12657 (bibtex-format-field-delimiters): New function, functionality
12658 extracted from bibtex-format-entry.
12659 (bibtex-autokey-get-yearfield-digits): New function, functionality
12660 extracted from bibtex-autokey-get-yearfield.
fa78f71b 12661
f24fef2f
SM
12662 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
12663 entries in order to avoid stack overflow in the regexp matcher if
12664 field contents become large.
12665 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
12666 bibtex-field-string-part-not-braced,
12667 bibtex-field-string-part-no-inner-braces,
12668 bibtex-field-string-part-1-inner-brace,
12669 bibtex-field-string-part-2-inner-braces,
12670 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
12671 bibtex-field-string-quoted, bibtex-field-string,
12672 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
12673 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
12674 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
12675 as parsing is now performed by the following functions.
12676 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
12677 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
12678 bibtex-parse-field-string, bibtex-search-forward-field-string,
12679 bibtex-parse-association, bibtex-field-name-for-parsing,
12680 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
12681 bibtex-search-forward-field, bibtex-search-backward-field,
12682 bibtex-start-of-field, bibtex-end-of-field,
12683 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
12684 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
12685 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
12686 bibtex-parse-string, bibtex-search-forward-string,
12687 bibtex-search-backward-string, bibtex-start-of-string,
12688 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
12689 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
12690 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
12691 entries. Instead of reporting the results of the parsing by
12692 match-beginning or match-end, these functions return data structures
12693 that hold the corresponding positions.
12694 (bibtex-enclosing-field): Changed to also report field boundaries by
12695 return values rather than by match-beginning or match-end. The
12696 following functions have been adapted to use the new parsing
12697 functions.
12698 (bibtex-skip-to-valid-entry, bibtex-search-reference,
12699 bibtex-enclosing-field, bibtex-format-entry,
12700 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
12701 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
12702 bibtex-print-help-message, bibtex-end-of-entry,
12703 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
12704 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
12705 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
12706 method for parsing.
12707 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
12708 bibtex-map-entries, bibtex-flash-head,
12709 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
12710 bibtex-autokey-change, bibtex-autokey-get-namefield,
12711 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
12712 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
12713 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
12714 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
12715 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
12716 order to make the new binding of case-fold-search immediately
12717 visible.
8389e1e2
GM
12718
127192000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12720
f24fef2f
SM
12721 * textmodes/bibtex.el: Copyright notice is up to date.
12722 Added constant 'bibtex-maintainer-salutation.
fa78f71b 12723
f24fef2f
SM
12724 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
12725 than make-temp-name, use match-string-no-properties and eliminate
12726 a quadratic behavior when building bibtex-strings.
fa78f71b 12727
f24fef2f
SM
12728 * bibtex.el (bibtex-reference-key): Accept string entries whose
12729 reference key contains upper case letters.
8389e1e2
GM
12730
127312000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12732
f24fef2f
SM
12733 * bibtex.el (bibtex-reference-head): Allow entries to start with
12734 a new line.
8389e1e2
GM
12735
127362000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12737
f24fef2f
SM
12738 * bibtex.el: Hiding of entry bodies is not longer provided by
12739 bibtex.el directly. Instead the hideshow package can be used.
12740 Added a special bibtex entry to hs-special-modes-alist.
12741 (bibtex-hs-forward-sexp): Added for hideshow.el.
99e95407
GM
12742
127432000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
12744
82d2c7c5 12745 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
99e95407
GM
12746 proceedings entry type (for cross referencing). Thanks to Wagner
12747 Toledo Correa for the suggestion.
12748
82d2c7c5 12749 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
99e95407 12750
eae61d8f
KH
127512000-02-14 Kenichi Handa <handa@etl.go.jp>
12752
12753 * international/characters.el: Setup case table for Vietnamese.
12754
fb07a302
GM
127552000-02-12 Gerd Moellmann <gerd@gnu.org>
12756
12757 * uniquify.el (toplevel): Require CL at compile time.
12758 (uniquify-push): Removed.
12759
12760 * shadowfile.el (shadow-when): Removed.
12761
12762 * tempo.el (tempo-dolist, tempo-mapc): Removed.
12763 (tempo-process-and-insert-string): Use dolist instead of
12764 tempo-dolist.
12765
12766 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
12767 regexp for paragraph-start.
12768
12769 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
12770 commas as well.
12771
a0eddf92
DL
127722000-02-10 Dave Love <fx@gnu.org>
12773
12774 * wid-edit.el: (widgets) [defgroup]: Remove url link.
12775 (widget-color-choice-list, widget-color-history, widget-mouse-help):
12776 Deleted.
12777 (widget-specify-field, widget-specify-button): Don't use
12778 widget-mouse-help as help-echo property.
12779 (default): Use #'ignore for :validate and :mouse-down-action.
12780 (checkbox): Add help-echo.
12781 (widget-sexp-validate): Rewritten to clarify error messages.
12782 (character): Use char-valid-p in :match function.
12783 (widget-color-complete): Use facemenu-color-alist.
12784 (widget-color-action): Use facemenu-read-color.
12785
12786 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
12787 set up `caar' &c that we now have.
12788
82d2c7c5
DL
127892000-02-09 Ray Blaak <blaak@gnu.org>
12790
12791 * delphi.el: Make resourcestring a declaration region, like const
12792 and var.
12793
6cbc1482
DL
127942000-02-09 Dave Love <fx@gnu.org>
12795
12796 * bindings.el (mode-line-input-method-map): New variable.
12797 (mode-line-mule-info): Use it; fix last change.
12798 (mode-line-mode-menu): Move definition.
12799 (mode-line-mouse-sensitive-p): Deleted.
12800 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
12801 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
12802 level.
12803
12804 * startup.el (command-line-1): Don't call
12805 make-mode-line-mouse-sensitive.
12806
f7136ee8
GM
128072000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
12808
12809 * mail/rmail.el (rmail-retry-failure): Use
12810 rmail-beginning-of-message before rmail-toggle-header, because the
12811 former toggles headers.
12812
6e1d0d15
SM
128132000-02-06 Stefan Monnier <monnier@cs.yale.edu>
12814
fef8c55b
SM
12815 * diff-mode.el (diff-kill-junk): New interactive function.
12816 (diff-reverse-direction): Use delete-and-extract-region.
12817 (diff-post-command-hook): Restrict the area so that the hook also works
12818 outside of any diff hunk. This is necessary for the minor-mode.
12819 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
12820 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
12821
6e1d0d15
SM
12822 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
12823 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
12824 so that it can be used more easily in <foo>-mode-hook. Also make sure
12825 to avoid duplicate entries.
12826 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
12827 (font-lock-remove-keywords): Just as was done for `add', allow it to
12828 work even if font-lock-mode is nil. Also make sure we don't modify
12829 any pre-existing list by forcing a copy-sequence. Finally rename
12830 `major-mode' to `mode'.
12831 (font-lock-fontify-syntactic-anchored-keywords)
12832 (font-lock-fontify-anchored-keywords)
12833 (font-lock-fontify-keywords-region): Use line-end-position.
12834 Don't make `font-lock-multiline' local (it's now done in
12835 font-lock-set-defaults).
12836 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
12837 move the `font-lock-fontified' creation to inside the `unless'.
12838
a75dfea0
AI
128392000-02-06 Andrew Innes <andrewi@gnu.org>
12840
12841 * term/w32-win.el (x-handle-args): Comment out call to message,
12842 which occurs before window system is initialized.
12843
12844 * makefile.nt: Add support for recompiling lisp code.
12845
b85e9462
DL
128462000-02-04 Dave Love <fx@gnu.org>
12847
9ff33afb
DL
12848 * bindings.el (mode-line-mule-info): Fix/extend last change.
12849
b85e9462
DL
12850 * completion.el: Replace completion-dolist with dolist.
12851
12852 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
12853 dotimes.
12854
44dff075
CD
128552000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
12856
12857 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
12858 environment names before they go into the section regexp.
12859
12860 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
12861 char class in regexp.
12862
12863 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
12864 `case-fold-search' to nil.
12865
12866 * progmodes/idlwave.el (idlwave-template): Respect
12867 `idlwave-abbrev-change-case'.
12868 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
12869 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
12870 idlwave-while): respect `idlwave-reserved-word-upcase'.
12871 (idlwave-rw-case): New function.
12872 (idlwave-statement-match): Fixed problem with assignment regexp.
12873 (idlwave-font-lock-keywords): Improved regexp for keyword
12874 parameters.
a23c5037 12875 (idlwave-surround): New argument LENGTH to support padding of
44dff075
CD
12876 operators longer than 1 char.
12877
12878 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
12879 idlwave-shell-expression-overlay. Implemented printing of
12880 expressions on higher levels of the calling stack.
12881 (idlwave-shell-display-level-in-calling-stack): Restore stack
12882 level.
12883 (idlwave-retrieve-expression-from-level): New function.
12884 (idlwave-shell-last-calling-stack): Variable removed.
12885 (idlwave-shell-reset): Argument action reversed (`visible' to
12886 `hidden'). Also remove stop-line overlay.
12887 (idlwave-shell-calling-stack-routine): New variable.
12888 (idlwave-shell-parse-stack-and-display): Messages now display
12889 negative level numbers.
12890 (idlwave-shell-mode): Set `modeline-format'.
12891 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
12892 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
12893 21.
12894 (idlwave-shell-print-expression-function): New option.
a23c5037 12895
44dff075
CD
12896 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
12897 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
12898 `tool-bar' instead of `toolbar'.
12899
f26c34fd
DL
129002000-02-02 Dave Love <fx@gnu.org>
12901
12902 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
12903 emacs-lisp-mode-hook. Don't check for defalias being defined.
12904
12905 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
12906 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
12907 the new builtins directly.
12908
12909 * whitespace.el (whitespace): Add :version to defgroup.
12910
12911 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
12912 Doc fix.
12913
12914 * thingatpt.el (sexp-at-point, symbol-at-point)
12915 (number-at-point, list-at-point): Add autoload cookie.
12916
12917 * recentf.el (recentf): Add :version to defgroup.
12918
12919 * quickurl.el (quickurl): Add :version to defgroup.
12920
12921 * elide-head.el (elide-head): Use point-marker more.
12922
12923 * bs.el (bs): Add :version to defgroup.
12924
12925 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
12926
12927 * progmodes/delphi.el (delphi): Add :version to defgroup.
12928
d240a249
GM
129292000-02-02 Gerd Moellmann <gerd@gnu.org>
12930
12931 * ange-ftp.el (ange-ftp-write-region): Handle case that
12932 succeeding process operation sets a different coding system.
12933
12934 * calculator.el: New file.
12935
d5179a01
EZ
129362000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
12937
12938 * frame.el (frames-on-display-list, framep-on-display): New
12939 functions.
12940 (display-mouse-p, display-popup-menus-p, display-graphic-p)
12941 (display-selections-p, display-screens, display-pixel-width)
12942 (display-pixel-height, display-mm-width, display-mm-height)
12943 (display-backing-store, display-save-under, display-planes)
12944 (display-color-cells, display-visual-class): New functions.
12945
12946 * term/tty-colors.el (tty-color-gray-shades): New function.
12947
12948 * faces.el (display-color-p): Use framep-on-display.
12949 (display-grayscale-p): New function.
12950
968e00f0
DL
129512000-01-31 Dave Love <fx@gnu.org>
12952
12953 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
12954 (create-fontset-from-x-resource): Don't concat integers.
12955
2cb750ba
GM
129562000-01-31 Inge Frick <inge@nada.kth.se>
12957
12958 * view.el: Some changes in documentation. Removed some trailing
12959 whitespace. Changed some parameter names to agree with
12960 documentation.
12961 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
12962 window is not deleted. Modifies change 1998-04-26.
a23c5037 12963
74e9213b
GM
129642000-01-31 Gerd Moellmann <gerd@gnu.org>
12965
47569935
GM
12966 * windmove.el: New file.
12967
74e9213b
GM
12968 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
12969 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
2cb750ba 12970 progmodes/ebnf-yac.el: Update copyright and license info.
a23c5037 12971
74e9213b
GM
12972 * jit-lock.el (jit-lock-function): Widen before calculating end
12973 position.
12974 (jit-lock-stealth-chunk-start): Rewritten.
12975
12976 * info.el (Info-title-face-alist): Removed.
12977 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
12978 faces.
12979 (Info-fontify-node): Use these faces.
12980
994c5afe
GM
129812000-01-30 Gerd Moellmann <gerd@gnu.org>
12982
12983 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
12984 (cl-macro-list1): Recognize `&allow-other-keys' instead of
12985 `&allow-other-keywords'.
12986
12987 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
12988 the list of directories scanned heuristically.
12989
12990 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
12991 exist.
12992
f00276e3
JR
129932000-01-30 Jason Rumney <jasonr@gnu.org>
12994
12995 * w32-fns.el: Define w32-tty-standard-colors.
12996
12997 * startup.el (command-line): Use w32-tty-standard-colors when in
12998 w32 console mode.
12999
cc4dfff0
DL
130002000-01-30 Dave Love <fx@gnu.org>
13001
e645e77b
DL
13002 * jka-compr.el (jka-compr-load): Fix up load-history.
13003
cc4dfff0
DL
13004 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
13005
13006 * emacs-lisp/cl-macs.el: Revert previous change.
13007
16215eb0
DL
130082000-01-29 Dave Love <fx@gnu.org>
13009
13010 * facemenu.el: Purecopy various strings.
13011
13012 * timezone.el (timezone-fix-time): Window against 69 for two-digit
13013 years. Deal with three-digit years.
13014
13015 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
13016 defconst, purecopy.
13017 (help-back-label): Purecopy it.
13018
bbd9b566
GM
130192000-01-18 Gerd Moellmann <gerd@gnu.org>
13020
13021 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
13022 variable. If non-nil, order the buffer list according to the
13023 currently selected frame.
13024 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
13025 non-nil, pass the selected frame to function buffer-list.
a23c5037 13026
887448e1
GM
130272000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13028
13029 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
13030
7df85084
DL
130312000-01-28 Dave Love <fx@gnu.org>
13032
142e109c
DL
13033 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
13034
7df85084
DL
13035 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
13036 Don't use lisp-indent-hook property.
13037 (cl-abs): Remove.
13038
13039 * subr.el: Move out indent and edebug specs for when and unless.
13040
13041 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
13042 when, unless.
13043
13044 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
13045 unless, when.
13046
3b43c01c
GM
130472000-01-28 Gerd Moellmann <gerd@gnu.org>
13048
d060bc9f
GM
13049 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
13050 `collecting' as synonym for `collect'.
13051
13052 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
13053 for the case it contains spaces.
13054
13055 * simple.el (what-cursor-position): Change formatting of
13056 messages.
13057
b02786f9
GM
13058 * frame.el (delete-other-frames): New function.
13059 (toplevel): Bind it to C-x 5 1.
13060
efd68b8a
GM
13061 * sort.el (sort-numeric-base): New option.
13062 (sort-numeric-fields): If number starts with `0' or `0[xX[',
13063 interpret it as octal or hexadecimal. Use sort-numeric-base
13064 as default base.
13065
3b43c01c
GM
13066 * progmodes/glasses.el: New file.
13067
984ae001
GM
130682000-01-27 Gerd Moellmann <gerd@gnu.org>
13069
a0b796e3
GM
13070 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
13071 userids differently.
13072
984ae001
GM
13073 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
13074 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
13075 progmodes/ebnf-yac.el: New files.
13076
6c67ddee
DL
130772000-01-26 Dave Love <fx@gnu.org>
13078
13079 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
13080 on a function with an empty body. [From Eric Ludlam.]
13081
4e6473c8
GM
130822000-01-25 Andre Spiegel <spiegel@gnu.org>
13083
13084 * vc.el (vc-version-diff): Make sure file name is expanded.
13085
e12489f9
GM
130862000-01-25 Gerd Moellmann <gerd@gnu.org>
13087
13088 * scroll-bar.el (scroll-bar-timer): Variable removed.
13089 (scroll-bar-toolkit-scroll): Don't use a timer.
13090
8dbe2b07
KH
130912000-01-25 Kenichi Handa <handa@etl.go.jp>
13092
13093 * language/thai-util.el (thai-composition-function): Delete
13094 superfluous `a'.
13095
26ef1c87
DL
130962000-01-24 Dave Love <fx@gnu.org>
13097
13098 * fortran.el (fortran-mode): Use beginning-of-defun-function,
13099 end-of-defun-function.
13100
13101 * font-lock.el (turn-on-font-lock): Don't depend on window-system
13102 &c.
13103
7ed4e9a7
JR
131042000-01-22 Jason Rumney <jasonr@gnu.org>
13105
13106 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
13107 conflicts with new face support.
13108
8b7bc628 131092000-01-22 Richard M. Stallman <rms@gnu.org>
d2ce3151
RS
13110
13111 * replace.el (query-replace): Rename last arg to DELIMITED.
13112 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
13113 (query-replace-regexp): Likewise.
13114
8b7bc628 131152000-01-20 Richard M. Stallman <rms@gnu.org>
2d5e9b54 13116
02b14400
RS
13117 * subr.el (with-syntax-table): Use make-symbol, not gensym.
13118
5bb6f079
RS
13119 * emacs-lisp/lisp.el (beginning-of-defun-function):
13120 Variable renamed from beginning-of-defun.
13121 Do not call make-variable-buffer-local.
13122 (beginning-of-defun-raw): Use new variable name; doc fix.
13123 (beginning-of-defun): Doc fix.
13124 (end-of-defun-function): Variable renamed from end-of-defun.
13125 Do not call make-variable-buffer-local.
13126 (end-of-defun): Use new variable name; doc fix.
13127
02b14400
RS
13128 * subr.el (dolist, dotimes): Copied from cl-macs.el
13129 and made to work.
2d5e9b54 13130
a23c5037 13131 * mail/undigest.el (rmail-digest-end-regexps):
2d5e9b54
RS
13132 Variable replaces rmail-digest-end-regexp.
13133 Allows multiple regexps for detecting the end line.
13134 (undigestify-rmail-message): Corresponding changes.
13135
60af03f1
DL
131362000-01-19 Dave Love <fx@gnu.org>
13137
fe5d99e1
DL
13138 * files.el (user-init-file): Don't declare here -- is primitive.
13139
60af03f1
DL
13140 * startup.el (command-line): Check for compiled user-init-file and
13141 set to uncompiled version if necessary.
13142
72dbbc7d
GM
131432000-01-18 Gerd Moellmann <gerd@gnu.org>
13144
6a1950ec
GM
13145 * mail/undigest.el (rmail-digest-end-regexp): New user option.
13146 (undigestify-rmail-message): Use it.
13147
72dbbc7d
GM
13148 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
13149
fbe91bbd
GM
131502000-01-17 Gerd Moellmann <gerd@gnu.org>
13151
13152 * tmm.el (tmm-goto-completions): Adapt to prompt being part
13153 of mini-buffer.
13154
33a6685b
GM
131552000-01-14 Gerd Moellmann <gerd@gnu.org>
13156
b3303df7
GM
13157 * emacs-lisp/copyright.el (copyright-update): Removed the
13158 requirement for a trailing space from `copyright-regexp', to
13159 support copyrights with owner specified on a separate line..
a23c5037 13160
3c4c8064
GM
13161 * align.el: New file.
13162
33a6685b
GM
13163 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
13164
13165 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
13166
044a4975
DL
131672000-01-13 Dave Love <fx@gnu.org>
13168
13169 * ph.el: Removed. (Obsoleted by EUDC.)
13170
0a352cd7
GM
131712000-01-13 Gerd Moellmann <gerd@gnu.org>
13172
13173 * net/eudc.el (toplevel): Remove autoloaded code installing
13174 menu with easymenu, because that causes build problems.
13175
13176 * frame.el (frame-notice-user-settings): New variable.
13177 (frame-notice-user-settings): Don't modify frame parameters
13178 if called a second time.
13179
8b7bc628 131802000-01-13 Richard M. Stallman <rms@gnu.org>
0a352cd7
GM
13181
13182 * frame.el (frame-notice-user-settings):
13183 Notice default-frame-parameters even for non-window frames.
13184
feb450e0
GM
131852000-01-13 Gerd Moellmann <gerd@gnu.org>
13186
13187 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
13188 for Emacs.
13189 (eudc-bob-can-display-inline-images): Extend for Emacs.
13190 (eudc-bob-toggle-inline-display): Ditto.
13191 (eudc-bob-display-jpeg): Ditto.
13192
99c6d63b
GM
131932000-01-12 Gerd Moellmann <gerd@gnu.org>
13194
7970b229
GM
13195 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
13196 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
13197 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
a23c5037 13198
e4936aa9
GM
13199 * add-log.el (add-change-log-entry): Fix error trying an `(insert
13200 nil)'.
13201
13202 * subdirs.el: Add `net' directory.
13203
133c9e59
GM
13204 * net: New directory.
13205
99c6d63b
GM
13206 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
13207 eval-last-sexp. Don't bind debug-on-error here.
13208 (eval-last-sexp): New function. Bind debug-on-error if
13209 eval-expression-debug-on-error is non-nil.
13210 (eval-defun-2, eval-defun): Likewise.
13211
13212 * simple.el (eval-expression): Don't bind debug-on-error if
13213 eval-expression-debug-on-error is nil. Detect changed
13214 debug-on-error, and propagate new value to global binding, if
13215 eval-expression-debug-on-error is non-nil,
13216 (eval-expression-debug-on-error): Change doc string.
a23c5037 13217
8b7bc628 132182000-01-11 Richard M. Stallman <rms@gnu.org>
83c8f461
RS
13219
13220 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
13221
13222 * emacs-lisp/lisp-mode.el (with-syntax-table):
13223 Set up lisp-indent-function property.
13224
13225 * subr.el (with-syntax-table): Moved from simple.el.
13226
13227 * simple.el (with-syntax-table): Moved to subr.el.
13228
7e3c74fa
GM
132292000-01-11 Gerd Moellmann <gerd@gnu.org>
13230
1fab1775
GM
13231 * tmm.el (tmm-shortcut): Delete region after prompt instead
13232 of erasing buffer.
13233
7e3c74fa 13234 * textmodes/fill.el (fill-common-string-prefix): New function.
133c9e59
GM
13235 (fill-context-prefix): Use the longest common prefix of first
13236 and second line fill prefix, if there is one.
7e3c74fa 13237
8b7bc628 132382000-01-11 Richard M. Stallman <rms@gnu.org>
782bd3ec
RS
13239
13240 * array.el (array-mode): Don't use make-variable-buffer-local.
13241 Use make-local-variable for `truncate-lines'.
13242
aa705642 132432000-01-11 Jari Aalto <jari.aalto@poboxes.com>
57df2446 13244
aa705642
GM
13245 * add-log.el (add-log-current-defun): Handle user-defined
13246 add-log-current-function returning nil,
a23c5037 13247
57df2446 13248 * add-log.el (add-change-log-entry): Insert version number
aa705642 13249 if having found a current function
c1356086
GM
13250
13251 * add-log.el (add-log-current-defun): Call
13252 `add-log-current-defun-function'. Try matches at level 0 and
13253 level 1. Strip whitespace from defun found.
a23c5037 13254
1d8c59e9
RS
132552000-01-10 John Wiegley <johnw@gnu.org>
13256
13257 * allout.el (isearch-done/outline-provisions): Added `edit'
13258 argument to correspond with the current definition of
13259 `isearch-done'.
13260
8cf87e9b
DL
132612000-01-10 Dave Love <fx@gnu.org>
13262
13263 * elide-head.el (elide-head): Use point-marker, not point.
13264
9050446c
GM
132652000-01-10 Gerd Moellmann <gerd@gnu.org>
13266
8321b22a
GM
13267 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
13268 before and after the year 2000.
a23c5037 13269
9050446c
GM
13270 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
13271 Add ispell- prefix.
13272
132732000-01-10 Ken Stevens <k.stevens@ieee.org>
13274
13275 * ispell.el: Only define dictionaries in menus when they exist.
13276 (version18p): New variable.
13277 (version20p): New variable.
13278 (xemacsp): New variable.
13279 (ispell-choices-win-default-height): Fix for XEmacs visibility.
13280 (ispell-dictionary-alist1): Added Brasileiro dictionary.
13281 (ispell-dictionary-alist6): Russian command lines no longer accept
f24fef2f 13282 run-together words.
9050446c
GM
13283 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
13284 (ispell-dictionary-alist): Add koi8-r to customize definition.
13285 (check-ispell-version): Added documentation string. Returns
f24fef2f 13286 library path when called non-interactively.
9050446c
GM
13287 (ispell-menu-map-needed): Uses new variables.
13288 (ispell-library-path): New variable.
13289 (ispell-decode-string): XEmacs fix for bogus variable bindings.
13290 (ispell-word): Improved documentation string. Test for valid
13291 character mappings. Correctly check typed in word changes that can
13292 result in single words split into multiple words. Returns
13293 replacement word.
13294 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
13295 replace in recursive query replace mode. Help message for
13296 recursive edit mode.
13297 (ispell-show-choices): Protect against bad framepop bindings.
13298 (ispell-help): Fix to work with XEmacs.
13299 (ispell-highlight-spelling-error): Use new variables.
13300 (ispell-overlay-window): Fix to work with XEmacs.
13301 (ispell-parse-output): Passed and returns location information
13302 tracking spelling corrections. Doesn't recheck same word on
13303 current line.
13304 (ispell-init-process): Protect against bogus XEmacs variable binding.
13305 Fix call to single argument in sleep-for. Use new variables.
13306 (ispell-region): Passed and returns location information tracking
13307 spelling corrections. Doesn't check same word on current line.
13308 Improved documentation string. Doesn't resend a line already
13309 checked to the ispell process - fixes bug in LaTeX parsing.
13310 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
13311 (ispell-skip-region): No longer skips <TT> in SGML.
13312 (ispell-process-line): Tracks location information with spelling
13313 corrections. Added documentation string. Accounts for words
13314 already accepted on this line. Don't allow query-replace on line
13315 starting with math characters. Doesn't resend a line already sent
13316 to ispell process. Fixes alignment error bug.
a23c5037 13317
8b7bc628 133182000-01-10 Richard M. Stallman <rms@gnu.org>
6d0c28f4 13319
a23c5037 13320 * dired-x.el (dired-guess-shell-alist-default):
8f3efb4e
RS
13321 Suggest xloadimage, which is free, not xv, which isn't.
13322
a23c5037 13323 * ange-ftp.el (ange-ftp-file-name-nondirectory):
6d0c28f4
RS
13324 Don't ever include the host name or user name in the value.
13325
9ed79f5d
GM
133262000-01-09 Gerd Moellmann <gerd@gnu.org>
13327
13328 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
13329 of a real newline.
13330
b950abb1
GM
133312000-01-09 Stephen Eglen <stephen@gnu.org>
13332
a23c5037 13333 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
b950abb1
GM
13334 for .png files.
13335
3c708e98
GM
133362000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
13337
13338 * cus-edit.el (custom-hook-convert-widget): Fix comment.
13339
bf61662d
GM
133402000-01-09 Gerd Moellmann <gerd@gnu.org>
13341
f1d851ae
GM
13342 * progmodes/cperl-mode.el: Replace ^F with ^L.
13343
bf61662d 13344 * sendmail.el (toplevel): Provide `sendmail' when compiling
a23c5037 13345 before `require'ing rmail and mailalias to prevent infinite
bf61662d
GM
13346 recursion.
13347
c65d14ee
DL
133482000-01-08 Dave Love <fx@gnu.org>
13349
8cf87e9b
DL
13350 * emacs-lisp/backquote.el: Remove inappropriate customization
13351 (allowing custom.el to use backquote).
c65d14ee 13352
83de2ebc
DL
133532000-01-07 Dave Love <fx@gnu.org>
13354
13355 * add-log.el (add-log-debugging): Deleted.
13356 (add-change-log-entry): Treat a backup FILE-NAME as its parent
13357 file. Remove debugging code.
13358 (change-log-get-method-definition, change-log-name): Add doc.
13359 (change-log-sortable-date-at): New function.
13360 (change-log-merge): New command.
13361
13362 * time.el (display-time-string-forms): Make the Mail string active.
13363 (display-time-update): Provide help-echo for load average.
13364
13365 * bindings.el (make-mode-line-mouse2-map): New function.
13366 (mode-line-modified): Use it and simplify.
13367 (mode-line-mule-info): Provide help-echo info.
13368 (minor-mode-alist): Activate the strings.
13369 (make-mode-line-mouse-sensitive): Simplify for
13370 mode-line-buffer-identification.
13371
c1475eae
GM
133722000-01-07 Gerd Moellmann <gerd@gnu.org>
13373
13374 * play/pong.el: New file.
13375
83de2ebc
DL
133762000-01-06 Dave Love <fx@gnu.org>
13377
13378 * array.el: Assorted cleanups for compiler warnings, doc strings,
13379 `array-' prefix for symbols.
13380
133812000-01-05 Dave Love <fx@gnu.org>
13382
13383 * textmodes/outline.el (outline-mode-menu-bar-map): Add
13384 outline-headers-as-kill.
13385 (outline-mode): Define imenu-generic-expression.
13386 (outline-headers-as-kill): New command.
13387
13388 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
13389 from paragraph-start.
13390 (paragraph-indent-minor-mode): New command.
13391
13392 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
13393 M-C-e, M-C-h, C-j, C-xnd, TAB.
13394 (fortran-mode): Set beginning-of-defun, end-of-defun.
13395 (fortran-column-ruler): Simplify.
13396 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
13397 (fortran-with-subprogram-narrowing): Likewise.
13398 (fortran-indent-subprogram): Call mark-defun.
13399 (fortran-check-for-matching-do): Change narrowing.
13400
13401 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
13402 (cl-lucid-hash-tag): Delete.
13403 (cl-hash-table-p): Correct test for native table.
13404 (cl-hash-table-count): Use hash-table-count.
13405
13406 * browse-url.el (browse-url): Fix case of
13407 browse-url-browser-function being an alist.
13408
676ac023
CD
134092000-01-05 Carsten Dominik <cd@gnu.org>
13410
c1475eae
GM
13411 * textmodes/reftex-vars.el (reftex-parse-file-extension)
13412 (reftex-index-phrase-file-extension): New options.
676ac023
CD
13413
13414 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
c1475eae 13415 Use new option `reftex-index-phrase-file-extension'.
676ac023
CD
13416
13417 * textmodes/reftex.el (reftex-access-parse-file): Use new option
c1475eae 13418 `reftex-parse-file-extension'.
eb483e17 13419
88807984
DL
134202000-01-05 Dave Love <fx@gnu.org>
13421
83de2ebc 13422 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
88807984
DL
13423 (beginning-of-defun-raw): Use it.
13424 (end-of-defun): New variable.
13425 (end-of-defun): Use it.
13426 (check-parens): New command.
13427
1362aeb4
TTN
134282000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
13429
c1475eae
GM
13430 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
13431 (hs-show-block): Don't use `mapcar' when not accumulating.
1362aeb4 13432
7ddafb95
TTN
13433 Fix buglet in local variables initialization.
13434
7334aa99
AS
134352000-01-05 Andreas Schwab <schwab@suse.de>
13436
13437 * hscroll.el (hscroll): Doc fix.
13438
b12e24cd
CD
134392000-01-05 Carsten Dominik <cd@gnu.org>
13440
13441 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
13442 idlw-toolbar.
13443
13444 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
13445 file idlw-rinfo.el.
1362aeb4
TTN
13446 (idlwave-customize): load must read file idlw-shell.el.
13447 (idlwave-create-customize-menu): load must read file idlw-shell.el.
b12e24cd 13448
d6226972
CD
134492000-01-05 Carsten Dominik <dominik@astro.uva.nl>
13450
13451 * progmodes/idlw-shell.el: Also provide idlwave-shell
13452 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
13453 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
13454
13455 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
13456 both reftex-dcr and reftex-vcr.
1362aeb4 13457
d6226972
CD
13458 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
13459
6ddb893f 134602000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
894ee0a2
KH
13461
13462 * ps-print.el: PostScript code now is in separate files, doc fix.
13463 (ps-print-version): New version number (5.0.3).
13464 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
13465 local.
13466 (ps-spool-config): Initialization fix.
c1475eae
GM
13467 (ps-print-prologue-1, ps-print-prologue-2)
13468 (ps-print-duplex-feature): PostScript code moved to separated file.
894ee0a2
KH
13469 (ps-background-image): Little code reformating.
13470 (ps-begin-file, ps-begin-job): Fix code.
88807984 13471 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
894ee0a2
KH
13472 (ps-prologue-file): New fun.
13473
ae833aae
KH
134742000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13475
c1475eae 13476 * ps-vars.el: Eliminated.
ae833aae
KH
13477
13478 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
13479 `;;;###autoload'.
13480
13481 * ps-print.el: ps-vars eliminated, doc fix.
13482 (ps-print-version): New version number (5.0.2).
13483 (ps-spool-config): Initialization fix.
13484 (ps-print-customize): New fun.
13485
560a7bd2
GM
134862000-01-04 Gerd Moellmann <gerd@gnu.org>
13487
13488 * autorevert.el (auto-revert-mode): Return value of
13489 auto-revert-mode.
13490
f45dd0f4
DL
134912000-01-04 Dave Love <fx@gnu.org>
13492
fae2ac05
DL
13493 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
13494 menu items.
f45dd0f4 13495
61255981
DL
134962000-01-03 Dave Love <fx@gnu.org>
13497
88807984 13498 * elide-head.el (elide-head) [defgroup]: Add :version.
c282ca4d 13499
83de2ebc 13500 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
61255981
DL
13501 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
13502 `cl-hash-table-p', not `hash-table-p'.
13503 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
13504
c182a70f
EZ
135052000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
13506
13507 * faces.el (face-read-integer, read-face-attribute)
13508 (color-defined-p, color-values): unspecified-{f,b}g are now
13509 strings.
13510
047f434a
GM
135112000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
13512
13513 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
13514 at comment end, and re-insert them after filling.
13515
bab531e2
EZ
135162000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
13517
13518 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
f7002084
EZ
13519 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
13520 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
bab531e2 13521
d684c676
EZ
135222000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
13523
13524 * term/x-win.el (xw-defined-colors): Call color-supported-p,
13525 the new name of face-color-supported-p.
13526
13527 * term/w32-win.el (xw-defined-colors): Likewise.
13528
0aad4805
EZ
135292000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
13530
13531 * simple.el (completion-setup-function): Count completion-size
13532 from minibuffer-prompt-end, not from point-min.
13533
5fe1d139
EZ
135342000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
13535
13536 * faces.el (read-face-attribute, defined-colors, color-defined-p):
13537 Pass the frame to tty-color-* functions.
13538 (display-color-p, frame-set-background-mode): Pass the frame to
13539 tty-display-color-p.
13540
13541 * term/tty-colors.el (tty-defined-color-alist): Renamed from
13542 tty-color-alist.
13543 (tty-color-alist, tty-modify-color-alist): New functions.
13544 (tty-color-define, tty-color-clear, tty-color-approximate)
13545 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
13546 an optional parameter FRAME.
13547
162dec01
GM
135482000-01-01 Gerd Moellmann <gerd@gnu.org>
13549
27189709
GM
13550 * image.el (create-image, defimage): Don't assume image data is a
13551 string.
13552
162dec01
GM
13553 * image.el (defimage): Handle specifications containing :data
13554 instead of :file.
13555 (image-type-from-data): New function.
13556 (image-type-from-file-header): Use it.
13557 (create-image): Add parameter DATA-P.
1362aeb4 13558
bea56df7 13559See ChangeLog.8 for earlier changes.
25a6fab1
KH
13560
13561;; Local Variables:
e64c3a75 13562;; coding: iso-2022-7bit
25a6fab1 13563;; End: