#
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
4300ecb8
AS
12000-10-02 Andre Spiegel <spiegel@gnu.org>
2
3 * vc-hooks.el (vc-registered): If FILE used to be registered under
4 a certain backend, try that one first.
5
6 * vc.el (vc-responsible-backend): Undo the previous change in the
7 argument list. Handle multiple backends correctly.
8 (vc-find-new-backend): Function removed.
9 (vc-register): Use vc-responsible-backend, as before.
10 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
11
64e6cc18
GM
122000-10-02 Gerd Moellmann <gerd@gnu.org>
13
14 * startup.el (fancy-splash-head): Change message below the
15 logo.
16
00df919e
MB
172000-10-02 Miles Bader <miles@lsi.nec.co.jp>
18
19 * diff-mode.el (diff-goto-source): Emit a status message.
20 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
4eaa6852 21 (diff-test-hunk): Fix doc string.
00df919e
MB
22 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
23 (diff-advance-after-apply-hunk): New variable.
4eaa6852 24 (diff-apply-hunk): Don't return a value.
00df919e 25
ceec5a0c
SM
262000-10-01 Stefan Monnier <monnier@cs.yale.edu>
27
28 * vc.el (vc-editable-p): Minor optimization.
29 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
30 (vc-find-new-backend): New function split from vc-responsible-backend.
31 (vc-register): Use it.
32 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
33 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
34 (vc-default-unregister, vc-revert-buffer): Docstring fix.
35 (vc-clear-headers): Don't use find-file.
36 (vc-revert-buffer): Use `and' again (must have been a braino).
37 (vc-switch-backend): Only prompt if requested.
38 Short circuit if nothing is to be done.
39 Don't use vc-resynch-buffer which could lose unsaved editing.
40 (vc-default-receive-file): Update call to vc-unregister.
41 (with-vc-file, vc-next-action-on-file):
42 Use vc-backend rather than vc-registered.
43 (vc-next-action-on-file): Use intern-soft.
44 Deal with read-only *vc-diff* buffer.
45 (vc-transfer-file): Docstring fix.
46
47 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
48 (vc-rcs-receive-file): Avoid with-vc-properties.
49 Update call to vc-unregister.
50 Use constant `RCS' rather than (dynamically bound) var `backend'.
51
4ad5da8f
AS
522000-10-01 Andre Spiegel <spiegel@gnu.org>
53
54 * vc.el (vc-next-action-on-file): Update mode line only if file
55 is visited.
56 (vc-start-entry): New argument initial-contents. Don't visit the file
57 if it isn't already visited. Brought documentation up-to-date.
58 (vc-next-action, vc-register): Updated calls to vc-start-entry.
59 (vc-checkin): New optional arg initial-contents, which is passed to
60 vc-start-entry.
61 (vc-finish-logentry): Make sure to bury log buffer only if there
62 really is one. Call `vc-resynch-buffer' on log-file, not
63 buffer-file-name.
64 (vc-default-comment-history, vc-default-wash-log): New functions.
65 (vc-index-of): Removed.
66 (vc-transfer-file): Make do without the above.
67 (vc-default-receive-file): Call comment-history unconditionally. Pass
68 the resulting string to vc-checkin, instead of inserting it into the
69 comment ring.
70
71 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
72 unconditionally. Use the comments as initial contents of the log
73 entry buffer. Document the trick to force branch creation with no
74 changes.
75
aa0c3dca
MB
762000-10-01 Miles Bader <miles@gnu.org>
77
78 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
79 `recenter' with an arg to prevent redrawing the display.
80
d5f5a2c5
SM
812000-09-30 Stefan Monnier <monnier@cs.yale.edu>
82
83 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
84
85 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
86
87 * progmodes/c-mode.el (c-mode):
88 Don't gratuitously override the default for comment-column.
89
90 * textmodes/tex-mode.el (latex-metasection-list): New var.
91 (latex-imenu-create-index): Use it.
92 Move the regexp construction outside loops (and use push).
93 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
94 (tex-font-lock-keywords): Moved from font-lock.el.
95 (tex-comment-indent): Remove.
96 (tex-common-initialization): Don't set comment-indent-function.
97 (latex-block-default): New var.
98 (tex-latex-block): Use it to provide a default choice.
99 Add any unknown choice to latex-block-names.
100 Insert [...] after {...}.
101 (tex-last-unended-begin): Simplify regexp.
102 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
103 (latex-forward-sexp-1, latex-forward-sexp): New functions.
104 (latex-mode): Set forward-sexp-function.
105
106 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
107 Add regexp for @ignore ... @end ignore.
108 (texinfo-heading-face): New face.
109 (texinfo-font-lock-keywords): Use it.
110 (texinfo-mode-menu): New menu.
111 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
112 New functions.
113 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
114 (texinfo-section-types-regexp, texinfo-section-level-regexp)
115 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
116 Remove declaration.
117 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
118
119 * delsel.el (delete-selection-mode): Use define-minor-mode.
120
121 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
122
1232000-09-29 Stefan Monnier <monnier@cs.yale.edu>
124
125 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
126
8a5506f2
GM
1272000-09-30 Gerd Moellmann <gerd@gnu.org>
128
068127d6
GM
129 * replace.el (keep-lines-read-args): New function.
130 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
131 read arguments interactively. Add parameters RSTART and REND.
132 Operate on the active region in Transient Mark mode.
133
d777bb8f
GM
134 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
135
8a5506f2
GM
136 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
137 (authors-obsolete-files-regexps): New variable.
138 (authors-add): Don't record changes in obsolete files.
139
3fa87bfc
SM
1402000-09-29 Stefan Monnier <monnier@cs.yale.edu>
141
142 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
143
144 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
145 (comment-indent): Make sure there's a space between code and comment.
146 Shift comments left to avoid going past fill-column.
147
f02149ce
GM
1482000-09-29 Gerd Moellmann <gerd@gnu.org>
149
150 * startup.el (startup-echo-area-message): New function.
151 (display-startup-echo-area-message): Use it.
152 (fancy-splash-screens): Rewritten to use keymaps and a timer.
153 (fancy-splash-default-action): New function.
154 (fancy-splash-screens-1): New function.
155 (fancy-splash-head): Put a help-echo and a keymap under the image.
156
a3ef6569
SM
1572000-09-29 Stefan Monnier <monnier@cs.yale.edu>
158
159 * diff-mode.el (diff-add-log-file-name): Remove.
160 (diff-mode): Use add-log-buffer-file-name-function.
161
162 * add-log.el (find-change-log): New arg BUFFER-FILE.
163 (add-log-file-name): Obey add-log-file-name-function.
164 (add-log-buffer-file-name-function): New var.
165 (add-change-log-entry): Use it.
166
75e5b373
MB
1672000-09-29 Miles Bader <miles@gnu.org>
168
169 * image-file.el (image-file-name-extensions): New variable.
170 (image-file-name-regexps): Renamed from `image-file-regexps'.
171 New default value is nil. Call `auto-image-file-mode'.
172 (image-file-name-regexp): New function.
173 (auto-image-file-mode): New minor mode.
174 (insert-image-file): Don't make conditional on the image-file
175 handler being enabled.
176 (image-file-handler): Make the call here conditional instead.
177 (set-image-file-handler-enabled, enable-image-file-handler)
178 (disable-image-file-handler): Functions removed.
179
180 * emacs-lisp/authors.el (authors-print): Rephrase many-files
181 string.
182
de6e1f7c
GM
1832000-09-29 Gerd Moellmann <gerd@gnu.org>
184
185 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
186 it's a function from CL.
187 (latex-imenu-create-index): Replace eval-when-compile with progn
188 because latex-section-alist is not bound while compiling.
189
d8c201f5
SM
1902000-09-28 Stefan Monnier <monnier@cs.yale.edu>
191
192 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
193 (outline-mode): Use define-derived-mode.
194
195 * progmodes/perl-mode.el (perl-mode):
196 * progmodes/awk-mode.el (awk-mode):
197 * progmodes/asm-mode.el (asm-mode):
198 Don't gratuitously override the default for comment-column.
199
200 * emacs-lisp/lisp.el (lisp-complete-symbol):
201 Distinguish the let-binding case from the funcall case.
202 (forward-sexp-function): New variable.
203 (forward-sexp): Use it.
204
205 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
206 (easy-mmode-defmap): Remove the now useless autoload.
207
208 * time.el (display-time-mode): Use define-minor-mode.
209
210 * subr.el (add-minor-mode): Don't eval NAME.
211 Don't depend on the presence of TOGGLE-FUN for any special behavior.
212 Use if rather than cond.
213
214 * simple.el (read-expression-map): Define more properly.
215 (comment-indent-hook): Remove.
216 (string-to-syntax): Bug fix.
217
218 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
219 (cvs-ediff-diff): Fix typo.
220 (cvs-revert-if-needed): Don't bother preserving read-only.
221
222 * paren.el (show-paren-mode): Use define-minor-mode.
223
224 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
225 (toggle-auto-compression): Remove.
226 (jka-compr-build-file-regexp): Remove useless grouping.
227
228 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
229 Avoid user-reserved bindings.
230 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
231 (diff-header-face): Revert to grey85.
232
233 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
234
235 * complete.el (partial-completion-mode) <defcustom>: Remove.
236 (partial-completion-mode): Use define-minor-mode.
237 (PC-do-completion): Understand `completion-auto-help = delay'
238 to mean to popup the completion buffer only the second time.
239 (PC-include-file-all-completions, PC-include-file-all-completions)
240 (PC-include-file-all-completions): Don't quote lambda.
241
242 * comint.el (comint-mode-hook): Docstring fix.
243 (comint-mode): Use define-derived-mode.
244 (comint-mode-map): Remove obsolete comment.
245 (make-comint): Minor stylistic change.
246 (comint-insert-clicked-input): Be more careful to find the overlay.
247 Use this-command-keys rather than hardcoding mouse-2.
248
249 * font-lock.el: Replace confusing (,@ with ,
250 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
251 Don't use regexp-opt-depth. Spice up the regexp for args.
252 Don't distinguish between cmds that can take an opt arg or not.
253 Use `append' and `prepend' rather than `keep'.
254
255 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
256 (latex-outline-regexp): New var.
257 (latex-outline-level): New fun.
258 (latex-section-alist): New var.
259 (latex-imenu-create-index): Use it. Use `push' as well.
260 (tex-shell-map): Initialize it properly.
261 (tex-mode): Minor stylistic change.
262 (plain-tex-mode): Use define-derived-mode.
263 (latex-mode): Use define-derived-mode.
264 Construct the paragraph regexps in a more readable way.
265 Set the buffer-local outline-{level,regexp} vars.
266 (slitex-mode): Derive from latex-mode.
267 (tex-common-initialization): Don't kill-all-vars anymore.
268 Add setting for comment-add and font-lock-defaults.
269 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
270 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
271 (tex-start-tex): New arg DIR (and send a chdir command for it).
272 Also display the shell buffer and save it in tex-last-buffer-texed.
273 (tex-region): Use expand-file-name rather than concat.
274 Remove code made useless by changes in tex-start-tex.
275 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
276
277 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
278
ff398532
DL
2792000-09-28 Dave Love <fx@gnu.org>
280
281 * eshell/eshell.el (eshell) <defgroup>: Add :version.
282
f9415d5b
GM
2832000-09-28 Gerd Moellmann <gerd@gnu.org>
284
285 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
286 `append'.
287
fa003899
SM
2882000-09-28 Stefan Monnier <monnier@cs.yale.edu>
289
290 * info.el (Info-extract-pointer): Undo last change.
291 Instead, fix the position of the `bound' arg to re-search-backward.
292
2932000-09-27 Stefan Monnier <monnier@cs.yale.edu>
294
295 * info.el (Info-extract-pointer):
296 Widen more carefully, to avoid finding pointers in other nodes.
297 (Info-index): Use push.
298
f9415d5b 2992000-09-27 Gerd Moellmann <gerd@gnu.org>
6f22f1ad
GM
300
301 * frame.el (set-frame-font): Remove call to obsolete function
302 frame-update-faces.
303 (set-foreground-color, set-background-color): Likewise for
304 frame-update-face-colors.
305
5538b8ba
MB
3062000-09-27 Miles Bader <miles@gnu.org>
307
308 * image-file.el: New file.
309
60536eea
GM
3102000-09-27 Gerd Moellmann <gerd@gnu.org>
311
5b551d58
GM
312 * frame.el (frame-notice-user-settings): Don't call
313 frame-update-faces, which is a no-op now.
314
60536eea
GM
315 * ediff-wind.el (ediff-control-frame-parameters): Add zero
316 tool-bar-lines.
317
36f1966f
DL
3182000-09-27 Dave Love <fx@gnu.org>
319
320 * mouse.el: Fix last change.
321
c5785b73
MB
3222000-09-27 Miles Bader <miles@lsi.nec.co.jp>
323
324 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
325
672172d9
KH
3262000-09-22 Kenichi Handa <handa@etl.go.jp>
327
328 * international/quail.el (quail-help): The output message is
329 improved.
330
4653b4ea
DL
3312000-09-26 Dave Love <fx@gnu.org>
332
333 * mouse.el (popup-menu): If POSITION is nil, set it using
334 mouse-position.
335
63900fcf
SS
3362000-09-25 Sam Steingold <sds@gnu.org>
337
338 * net/browse-url.el (browse-url-file-url): Check for null maps.
339
cd3b81be
GM
3402000-09-26 Gerd Moellmann <gerd@gnu.org>
341
876512ab 342 * frame.el (frame-notice-user-settings): Don't add a
fa003899 343 tool-bar-lines frame parameter to default-frame-alist in batch mode.
876512ab 344
fa003899
SM
345 * frame.el (frame-notice-user-settings):
346 Make tool-bar-mode and default-frame-alist consistent.
77072ab1 347
cd3b81be
GM
348 * toolbar/tool-bar.el (tool-bar-help): New function.
349
d8b4516f
GM
3502000-09-25 Gerd Moellmann <gerd@gnu.org>
351
6567e9b5
GM
352 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
353 current-load-list in top-level forms. Else this leaks a cons cell
354 every time a defun is called.
63900fcf 355
d8b4516f 356 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
63900fcf 357
a461758e
DL
3582000-09-25 Dave Love <fx@gnu.org>
359
7df6adc3
DL
360 * startup.el (fancy-splash-head): Check XPM is available.
361
a461758e
DL
362 * autoinsert.el (auto-insert): Doc fix.
363 (auto-insert-alist): Following GNU notices, don't say `copyright
364 _by_'. Use line-beginning-position.
365 (auto-insert): Check buffer-file-name is non-nil before use.
366
b11af2dd
GM
3672000-09-25 Gerd Moellmann <gerd@gnu.org>
368
369 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
370 starting with `@def' or `@multitable', in addition to ones
371 specified by the user in auto-fill-inhibit-regexp.
372
5f9f981b
GM
3732000-09-25 Markus Rost <rost@math.ohio-state.edu>
374
375 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
376 rmail-dont-reply-to-names matches the empty string.
63900fcf 377
8ff16b4e
GM
3782000-09-25 Gerd Moellmann <gerd@gnu.org>
379
63900fcf 380 * startup.el (command-line-1, fancy-splash-text): Change the
8ff16b4e
GM
381 text to sound more friendly.
382
9b4a7800
TTN
3832000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
384
385 * progmodes/hideshow.el: Update author email address.
386 Generally, sync w/ maintainer version 5.22.
9b4a7800
TTN
387 (hs-hide-all-non-comment-function): New var.
388 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
389 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
390 (hs-show-region): Delete this command.
391 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
392
4c7c1f3f
DL
3932000-09-22 Dave Love <fx@gnu.org>
394
395 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
396 (hl-line-highlight): Specify buffer when moving overlay.
397
398 * progmodes/fortran.el (fortran-mode): Locally set
399 normal-auto-fill-function.
400 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
401 (fortran-mode-map): Adjust auto-fill menu entry.
402
13f93dee
GM
4032000-09-22 Gerd Moellmann <gerd@gnu.org>
404
36eb0a91
GM
405 * vc-rcs.el (toplevel): Require `vc' when compiling.
406
fa003899 407 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
13f93dee 408
36a03bf9
AS
4092000-09-22 Andre Spiegel <spiegel@gnu.org>
410
9b4a7800 411 * vc.el (vc-switch-backend): Signal an error if the file is not
36a03bf9
AS
412 registered under the new backend.
413
9b4a7800 414 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
36a03bf9
AS
415 without explicit revision number.
416
6e4e8a3b
SM
4172000-09-21 Stefan Monnier <monnier@cs.yale.edu>
418
419 * diff-mode.el (diff-file-header-face): Reset to its previous value.
420 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
421 (diff-xor): New function.
422 (diff-find-source-location): Use it. Fix a stupid name clash.
423 (diff-hunk-status-msg): New function.
424 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
425 (diff-test-hunk): Use diff-find-source-location.
426 (diff-goto-source): Favor the `reverse'.
427 (diff-hunk-text): Properly handle one-sided context diffs.
428 (diff-apply-hunk): When done, advance to the next hunk.
429
1b24b888
GM
4302000-09-21 Gerd Moellmann <gerd@gnu.org>
431
623a0aae
GM
432 * startup.el (command-line): If frame was created with a non-zero
433 tool-bar-lines parameter, switch tool-bar-mode on.
9b4a7800 434
1b24b888
GM
435 * add-log.el (change-log-date-face, change-log-name-face)
436 (change-log-email-face, change-log-file-face)
437 (change-log-list-face, change-log-conditionals-face)
fa003899
SM
438 (change-log-function-face, change-log-acknowledgement-face):
439 New faces, inheriting from font-lock faces.
1b24b888 440 (change-log-font-lock-keywords): Use them.
9b4a7800 441
93b3a1c8
DL
4422000-09-21 Dave Love <fx@gnu.org>
443
80585273
DL
444 * progmodes/cperl-mode.el (top-level): Clean up
445 `eval-when-compile's and assorted defvars.
446 (cperl-invalid-face): Don't double-quote value. Change custom
447 type.
448 (cperl-mode): Set normal-auto-fill-function and don't zap
449 auto-fill-function.
450 (cperl-imenu--function-name-regexp-perl): Renamed from
451 imenu-example--function-name-regexp-perl.
452 (cperl-imenu--create-perl-index): Renamed from
453 imenu-example--create-perl-index.
454 (cperl-xsub-scan): Don't require cl.
455
93b3a1c8
DL
456 * msb.el (msb-mode-map): Use substitute-key-definition.
457 (msb-mode): Use msb-mode-map.
458
43ccb598
AS
4592000-09-21 Andre Spiegel <spiegel@gnu.org>
460
461 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
462 New functions.
fa003899 463 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
43ccb598
AS
464 (vc-switch-backend): New function.
465 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
466 (vc-register): Fix prompt.
467 (vc-unregister, vc-default-unregister): New functions.
468 (vc-version-diff): Handle empty buffer in sentinel.
469
470 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
471 (vc-rcs-state-heuristic): Use it to guess the state of files with
472 non-strict locking.
473 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
474 been set with -b, but not created yet.
475 (vc-rcs-fetch-master-state): With non-strict locking, compare file
476 contents in order to find the state.
477 (vc-rcs-checkin): Allow creation of branches with no changes.
fa003899
SM
478 (vc-rcs-unregister, vc-rcs-receive-file)
479 (vc-rcs-set-non-strict-locking): New functions.
43ccb598 480
9b4a7800 481 * vc-hooks.el (vc-name): Force correct computation of the value
43ccb598 482 in case it is missing.
9b4a7800 483
95fadcca
GM
4842000-09-21 Gerd Moellmann <gerd@gnu.org>
485
486 * startup.el (fancy-splash-tail): Use a different foreground
487 color on a dark frame background.
488
470f23e1
MB
4892000-09-21 Miles Bader <miles@lsi.nec.co.jp>
490
491 * info.el: Use the correct capitalization when making Info-mode
492 and Info-edit-mode `special' modes.
493
281096ed
SM
4942000-09-20 Stefan Monnier <monnier@cs.yale.edu>
495
496 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
497 (diff-mode): Add support for add-log.el.
498 (diff-hunk-text): Use char offsets rather than line offsets.
499 (diff-find-source-location): Replace LINE with line-offset (nil
500 if not found) and always set POS to a meaningful position.
501 Adapt to the new char-offsets.
502 (diff-apply-hunk): Drop support for the unused `select' POPUP.
503 Adapt to the new diff-find-source-location.
504 (diff-goto-source): Adapt to the new diff-find-source-location.
505
506 * add-log.el (add-log-file-name): New function (split out of
507 add-change-log-entry).
508 (add-change-log-entry): Use it.
509 Call add-log-file-name-function with the changelog file name if
510 the current buffer is not associated with any file.
511 Avoid find-file if the selected window is dedicated.
512
513 * diff-mode.el (diff-find-source-location):
514 Move code from diff-apply-hunk. Return buffer rather than file.
515 (diff-apply-hunk): Use the new result from diff-find-source-location.
516 (diff-goto-source): Use the new diff-find-source-location.
517
c29d77c4
DL
5182000-09-20 Dave Love <fx@gnu.org>
519
520 * iswitchb.el: Some doc fixes.
521 (iswitchb-mode-map): Define completely initially. Inherit
522 minibuffer-local-map.
523 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
524 fundamental-mode.
525 (iswitchb-global-map): New variable.
526 (iswitchb-summaries-to-end): Amalgamate regexps.
527 (iswitchb-mode): New.
528 (iswitchb-mode-hook): New variable.
529 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
530 `extensions'.
531
49939379
GM
5322000-09-20 Gerd Moellmann <gerd@gnu.org>
533
d05c87ac
GM
534 * ehelp.el (electric-help): New defgroup.
535 (electric-help-shrink-window): New user-option.
536 (with-electric-help): Use it.
537
1ec082d4
GM
538 * window.el (shrink-window-if-larger-than-buffer): If face
539 `mode-line' has a :box, and we're on a graphical frame, add 1
540 to the needed window height.
541
f46c275e
GM
542 * frame.el (frame-notice-user-settings): Add a last parameter nil
543 to a call to `append', because the last list passed to `append' is
544 not copied, and so subsequent calls to assq-delete-all will modify
545 default-frame-alist.
546
b7e11c5b
GM
547 * startup.el (fancy-splash-image): Change :type.
548 (fancy-splash-head): Use an XBM image if appropriate.
549 (command-line-1): Show splash screens in more cases.
550
26ff68aa
GM
551 * startup.el (fancy-splash-text): Don't quote faces.
552
8320414c
GM
553 * dired.el (dired-font-lock-keywords): Undo last change.
554 (dired-readin): Bind indent-tabs-mode to nil.
555
49939379
GM
556 * startup.el (fancy-splash-head): If frame's background mode
557 is `dark', change the black background of the image to gray.
558 (fancy-splash-screens): Display startup echo area message.
559 (display-startup-echo-area-message): New function.
560
c3b27206
MB
5612000-09-20 Miles Bader <miles@lsi.nec.co.jp>
562
55a3d2a1
MB
563 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
564
565 * info.el (info-header-node): Tweak for color ttys.
566
37a99821
MB
567 * faces.el (face-valid-attribute-values): Make sure directories we
568 search for stipples both exist and are readable before trying to
569 search them.
570
0415d0d0
MB
571 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
572 in the dry-run case.
573
523b128c
MB
574 * jka-compr.el (with-auto-compression-mode): New macro.
575
c3b27206
MB
576 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
577 (custom-group-tag-face, custom-variable-tag-face): Use relative
578 :height and inherit from `variable-pitch' face instead of
579 hardwiring :family.
580 * hi-lock.el (hi-black-hb): Likewise.
581
ddba99ad
MB
582 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
583 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
584 toolbar-add-item, if image doesn't have a mask add a `:mask
585 heuristic'.
586
7e99fbde
SM
5872000-09-19 Stefan Monnier <monnier@cs.yale.edu>
588
589 * diff-mode.el: Docstring fixes.
590 (diff-header-face, diff-comment-face): New faces.
591 (diff-font-lock-keywords): Highlight a bit differently.
592 (diff-find-source-location): Don't return SPAN any more.
593 (diff-hunk-text): Don't bother erasing the temp buffer.
594 (diff-find-text): Drop argument LINE.
595 (diff-apply-hunk): Update calls to diff-find-text.
596 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
597
598 * calendar/calendar.el: Docstring fixes.
599 (calendar-make-alist): Don't quote lambda.
600 (calendar-star-date): Use make-local-variable.
601
fb275c02
DL
6022000-09-19 Dave Love <fx@gnu.org>
603
7e99fbde
SM
604 * toolbar/tool-bar.el: Renamed from toolbar.el.
605 Change `toolbar' to `tool-bar' generally in symbols.
606 Make some items invisible in `special' major modes.
607 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
608 Add arg PROPS.
532cb34d 609
7e99fbde
SM
610 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
611 Add :version here.
fb275c02
DL
612 (fancy-splash-delay, fancy-splash-image): Remove :version here.
613
8f4ca9a5
GM
6142000-09-19 Gerd Moellmann <gerd@gnu.org>
615
da1608d9
GM
616 * progmodes/sh-script.el (sh-search-word): Remove call to
617 `debug'.
618
8fb3df59
GM
619 * files.el (find-file-suppress-same-file-warnings): New
620 user-option.
621 (find-file-noselect): Use it.
622
a01bb1db
GM
623 * startup.el (fancy-splash-delay, fancy-splash-image): Add
624 :version.
625 (fancy-splash-screen): Defgroup.
626
8f4ca9a5
GM
627 * add-log.el (change-log-font-lock-keywords): Match names
628 more exactly for the case that font-lock-constant-face is
629 underlined.
630
ba9eeda1 6312000-09-19 Richard M. Stallman <rms@gnu.org>
9b4a7800 632
ba9eeda1
GM
633 * progmodes/sh-script.el (sh-search-word): Rewritten for
634 speed.
635
289eaef9
AS
6362000-09-19 Andre Spiegel <spiegel@gnu.org>
637
638 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
639
ce9ded5d
GM
6402000-09-19 Gerd Moellmann <gerd@gnu.org>
641
c113de23
GM
642 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
643 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
644 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
645 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
646 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
647 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
648 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
649 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
650 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
651 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
652 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
8f4ca9a5 653 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
c113de23 654
ce9ded5d
GM
655 * startup.el (fancy-splash-text): New variable.
656 (fancy-splash-delay, fancy-splash-image): New user-options.
657 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
658 (fancy-splash-screens): New functions.
659 (command-line-1): If display has a `display' frame parameter, has
660 colors, and we have XPM support, show more fancy splash screens.
9b4a7800 661
b9b1c3a9
DL
6622000-09-19 Dave Love <fx@gnu.org>
663
664 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
665 with null `help'. Use modern backquote syntax.
666
1af25534
GM
6672000-09-19 Gerd Moellmann <gerd@gnu.org>
668
afd3c8cd
GM
669 * font-lock.el (font-lock-mode): Change message telling the user
670 that ``the buffer is too big''.
671
1af25534
GM
672 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
673 for instance for the case that tab-width is 2.
674
05b1f851
GM
6752000-09-18 Gerd Moellmann <gerd@gnu.org>
676
677 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
678 toolbar-add-item, if image doesn't have a mask add a `:mask
679 heuristic'.
680
8ec8f673
MB
6812000-09-18 Miles Bader <miles@lsi.nec.co.jp>
682
2b612b1f
MB
683 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
684 and return a cons if it's non-nil.
685 (diff-apply-hunk): Try to jump to the line in the source text
686 corresponding to the position of point in the in the hunk.
687
9b4a7800 688 * info.el (Info-title-3-face, Info-title-2-face)
8ec8f673
MB
689 (Info-title-1-face): Use face inheritance and relative sizes
690 instead of hard-wiring things.
691
692 * faces.el (secondary-selection): Make dark-background variant sane.
693
5eedab4d
AI
6942000-09-16 Andrew Innes <andrewi@gnu.org>
695
696 * makefile.nt (compile-files): No need to make .elc files
697 read-only, since they aren't under VC now.
698
699 * makefile.w32-in (compile-files-CMD): No need to make .elc files
700 read-only, since they aren't under VC now.
701
6a142f26
DL
7022000-09-17 Dave Love <fx@gnu.org>
703
e07436e1
DL
704 * tmm.el: Replace mapcar with mapc in several places.
705
706 * loadhist.el (unload-feature): Maybe call elp-restore-list and
707 ad-unadvise.
708
7d354dd5
DL
709 * international/latin1-disp.el: New file.
710
6a142f26
DL
711 * calendar/cal-move.el (scroll-calendar-left)
712 (scroll-calendar-right): Make arg optional (for active mode line).
713
714 * calendar/calendar.el (calendar-mode-line-format): Make fields
715 mouse-sensitive.
716 (calendar-read-date, calendar-read-date, calendar-window-list):
717 Unquote lambda.
718 (calendar-month-name): Use aref, not sref.
719
720 * view.el (minor-mode-alist): Propertize the string.
721
722 * international/characters.el (standard-case-table): Add entries
723 for Greek.
724
50ac70af
MB
7252000-09-18 Miles Bader <miles@gnu.org>
726
53c9ab4f
MB
727 * info.el (info-node, info-xref): Add dark-background variants.
728
a114b1ca
MB
729 * faces.el (header-line): Change defaults to be less confusing
730 when mixed with mode-lines.
731
50ac70af
MB
732 * info.el (Info-fontify-node): Make a few cleanups.
733 Add extra `help-echo' and `local-map' props to node xrefs.
734 Use header-specific faces for node-names & xrefs.
735 (Info-use-header-line): New variable.
53c9ab4f 736 (info-header-xref, info-header-node): New faces.
50ac70af
MB
737 (Info-setup-header-line): New function.
738 (Info-select-node): Call Info-setup-header-line when enabled.
739 (Info-extract-pointer): Work even if the header line is hidden.
740 (Info-header-line): New variable.
741
729927ff
SM
7422000-09-16 Stefan Monnier <monnier@cs.yale.edu>
743
744 * vms-patch.el (print-region-function): Don't quote lambda.
745
746 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
747
748 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
749 (lm-get-header-re): Allow spaces between the header and the colon.
750 (lm-header): Allow $ in non-RCS headers.
751 (lm-header-multiline): Put the strings back into order.
752 Stop at an empty line. Don't require two space chars if the
753 line is clearly not another header line.
754
755 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
756 (popup-menu-popup): Remove.
757
7a98d821
GM
7582000-09-15 Gerd Moellmann <gerd@gnu.org>
759
7f8f1edc
GM
760 * toolbar/toolbar.el (toolbar-add-item): Use the same image
761 specification if or if not tool-bar item contains an `:enabled'
762 property.
763
7a98d821
GM
764 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
765 current buffer has no file name.
766
a7bc704b
DL
7672000-09-15 Dave Love <fx@gnu.org>
768
769 * strokes.el: Sync with maintainer's current version with changes
770 for Emacs, but avoid runtime cl and levents.
771 (toplevel): Change autoloads and compilation requires.
772 (strokes-version, strokes-bug-address, strokes-lift): Values
773 changed.
774 (strokes-xpm-header, strokes-insinuated): New variable.
775 (strokes): Add :link.
776 (strokes-mode): Customized.
777 (strokes-while-inhibiting-garbage-collector): New macro.
778 (strokes-remassoc): Avoid remove-if.
779 (strokes-fix-button2-command): Don't use ad-do-it.
780 (strokes-insinuate): New function.
781 (strokes-button-press-event-p, strokes-button-release-event-p):
782 New functions, used instead of non-`strokes-' versions..
783 (strokes-mouse-event-p): Rewritten.
784 (strokes-event-closest-point): Avoid event-point.
785 (strokes-get-grid-position): Avoid cdadr, caadr
786 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
787 functions.
788 (strokes-help): Use with-output-to-temp-buffer.
789 (strokes-window-configuration-changed-p): New function.
790 (strokes-update-window-configuration): Use buffer-live-p,
791 strokes-window-configuration-changed-p.
792 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
793 (strokes-char-face): New face.
794 (strokes-char-table, strokes-base64-chars): New variable.
795 (strokes-xpm-for-stroke, strokes-list-strokes)
796 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
797 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
798 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
799 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
800 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
801 functions.
802
47e351a3
GM
8032000-09-15 Gerd Moellmann <gerd@gnu.org>
804
ebb8f116
GM
805 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
806
47e351a3
GM
807 * image.el (create-image): Doc fix.
808
809 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
810 instead of `:heuristic-mask t'.
811
fe83b953
AI
8122000-09-14 Andrew Innes <andrewi@gnu.org>
813
814 * makefile.w32-in: Revert to Unix line endings.
815
52481729
AI
8162000-09-14 Andrew Innes <andrewi@gnu.org>
817
3021e816
AI
818 * makefile.w32-in: Add bootstrap support. Also copy lisp source
819 when installing.
820
52481729
AI
821 * makefile.nt (DONTCOMPILE): Fix typo.
822
823 * shell.el (shell-write-history-on-exit): New function.
824 (shell-dumb-shell-regexp): New custom variable.
825 (shell-mode): Make shell-write-history-on-exit the process
826 sentinel if shell name matches shell-dumb-shell-regexp.
827
828 * w32-fns.el: Comment out before-init-hook function which resets
829 source-directory based; this breaks bootstrap.
830
f8034e41
DL
8312000-09-14 Dave Love <fx@gnu.org>
832
833 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
834 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
835 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
836 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
837 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
838 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
839 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
840 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
841 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
842
843 * toolbar/toolbar.el: New.
844
845 * subdirs.el: Add toolbar.
846
b9ce5694
GM
8472000-09-14 Gerd Moellmann <gerd@gnu.org>
848
849 * indent.el (indent-for-tab-command): Doc fix.
850
986b7dee
GM
8512000-09-14 Alex Schroeder <alex@gnu.org>
852
853 * ansi-color.el (ansi-colors): Doc change.
854 (ansi-color-get-face): Simplified regexp.
855 (ansi-color-faces-vector): Added more faces, doc change.
856 (ansi-color-names-vector): Doc change.
857 (ansi-color-regexp): Simplified regexp.
858 (ansi-color-parameter-regexp): New regexp.
859 (ansi-color-filter-apply): Doc change.
860 (ansi-color-filter-region): Doc change.
861 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
862 deal with zero length parameters.
863 (ansi-color-apply-on-region): Doc change.
864 (ansi-color-map): Doc change.
865 (ansi-color-map-update): Removed debugging message.
866 (ansi-color-get-face-1): Added condition-case to trap
867 args-out-of-range errors.
868 (ansi-color-get-face): Doc change.
869 (ansi-color-make-face): Removed.
870 (ansi-color-for-shell-mode): New option.
9b4a7800 871
076ff911
KH
8722000-09-13 Kenichi Handa <handa@etl.go.jp>
873
874 * international/quail.el (quail-start-translation): Translate KEY
875 if necessary even if it doesn't have any mapping in the current
876 input method.
877 (quail-start-conversion): Likewise.
878 (quail-help): The output message is improved.
879
bdf08678
MB
8802000-09-13 Miles Bader <miles@gnu.org>
881
882 * comint.el (comint-output-filter): Revert to using
883 `insert-before-markers'. Add bletcherous hack to undo damage
884 caused by `insert-before-markers'. Put `front-sticky' property on
885 overlays created here so that the field code understands how the
886 overlay works. Use a let when making comint-last-prompt-overlay,
887 so that the code is easier to read.
888
ffb8db8d
DL
8892000-09-13 Dave Love <fx@gnu.org>
890
891 * wid-edit.el (widget-default-format-handler): DTRT when
892 doc-property is a function.
893
5dd05f61
GM
8942000-09-12 Francesco Potorti` <pot@gnu.org>
895
896 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
897 filed name if it's not there.
898
35177617
DL
8992000-09-12 Dave Love <fx@gnu.org>
900
9023837e
DL
901 * simple.el (read-mail-command): Doc fix.
902 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
903
35177617
DL
904 * vc.el (vc-dired-listing-switches): Fix :version.
905
906 * vc-hooks.el: Doc fixes.
907
908 * subr.el (add-minor-mode): Use toggle-fun arg.
909
910 * speedbar.el: Add :version to several defcustoms.
911
912 * imenu.el (imenu--truncate-items, imenu--cleanup)
913 (imenu--generic-function): Avoid mapcar.
914 (imenu--replace-spaces): Function removed.
915 (imenu--completion-buffer): Use subst-char-in-string.
916 (imenu-add-to-menubar): Use keymap inheritance.
917
1afaae94
MB
9182000-09-12 Miles Bader <miles@gnu.org>
919
920 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
921 (diff-mode-map): Bind `diff-test-hunk'.
922 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
923
9242000-09-11 Gerd Moellmann <gerd@gnu.org>
71246c2c
GM
925
926 * bytecomp.el (byte-compile-defvar): Undo last change
927 because it breaks '(make-variable-buffer-local (defvar ...)'
928 which is used at least in dired.
929
63c36c3c
KH
9302000-09-12 Kenichi Handa <handa@etl.go.jp>
931
932 * international/quail.el (quail-define-package): Docstring
933 modified.
934
1ad24be1
KH
9352000-09-12 Kenichi Handa <handa@etl.go.jp>
936
362a8065
KH
937 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
938 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
939 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
940 docstring of "chinese-py".
941
1ad24be1
KH
942 * international/quail.el (quail-translation-docstring): New
943 variable.
944 (quail-show-keyboard-layout): Docstring modified.
945 (quail-select-current): Likewise.
946 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
947 infinite recursive call.
948 (quail-help): Check quail-translation-docstring. Format of the
949 output changed.
950 (quail-help-insert-keymap-description): Adjusted for the above
951 change.
952
cc0f95a4
GM
9532000-09-11 Gerd Moellmann <gerd@gnu.org>
954
955 * bytecomp.el (byte-compile-defvar): Only cons onto
956 current-load-list in top-level forms. Else this leaks a cons cell
957 every time a defun is called.
958
7530b6da
MB
9592000-09-11 Miles Bader <miles@lsi.nec.co.jp>
960
961 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
962 Now understands non-unified diffs. Some functionality moved into
963 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
964 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
965 modify anything. Only reposition point in the patched file if the
966 patch succeeds. Only pop up another window if POPUP is true.
967 Emit a message describing what happened if successful, and at what
968 line-offset. Automatically detect reversed hunks and do something
969 appropriate.
970 (diff-hunk-text, diff-find-text): New functions.
971 (diff-filter-lines): Function removed.
972 (diff-test-hunk): New function.
973 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
974
6b124390
DL
9752000-09-10 Dave Love <fx@gnu.org>
976
977 * textmodes/tildify.el: Minor doc/commentary fixes.
978 (tildify) <defgroup>: Add :version.
979
980 * faces.el (face-x-resources): Make custom type more specific.
981 (frame-background-mode): Use mapc.
982 (region) <defcustom>: Add :version.
983
7f8b6551
SM
9842000-09-08 Stefan Monnier <monnier@cs.yale.edu>
985
9b4a7800
TTN
986 * vc-sccs.el (vc-sccs-register):
987 * vc-rcs.el (vc-rcs-register):
7f8b6551
SM
988 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
989 * vc.el (vc-register): Clear file's properties.
990
c454aac1
GM
9912000-09-08 Gerd Moellmann <gerd@gnu.org>
992
993 * faces.el (face-spec-set): Only face-spec-reset-face when
994 ATTRS is non-nil.
995
bb934822
EZ
9962000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
997
998 * help.el (help-insert-xref-button): Fix a typo in doc string.
999
03419440
EZ
10002000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
1001
7f8b6551
SM
1002 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
1003 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
43b11fee
EZ
1004 methods.
1005
03419440
EZ
1006 * menu-bar.el (read-mail-item-name): New function.
1007 (menu-bar-tools-menu): Use it to compute and display the package
1008 used to read email.
1009 (menu-bar-tools-menu): Fix typo in GUD's help string.
1010
dbcee71a
DL
10112000-09-07 Dave Love <fx@gnu.org>
1012
19e713d8
DL
1013 * diff-mode.el (diff-mouse-goto-source): New function.
1014
a7cafade 1015 * vc-sccs.el: Doc fixes.
7f8b6551 1016 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
a7cafade
DL
1017
1018 * vc-rcs.el: Doc fixes.
7f8b6551
SM
1019 (vc-rcs-register-switches, vc-rcs-checkin-switches)
1020 (vc-rcs-checkout-switches, vc-rcs-header)
a7cafade
DL
1021 (vc-rcs-master-templates): Add or change :version.
1022
7f8b6551 1023 * vc-cvs.el: Doc fixes.
a7cafade
DL
1024 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
1025 (vc-cvs-stay-local): Add :version.
1026
dbcee71a
DL
1027 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
1028
ed254191
KH
10292000-09-07 Kenichi Handa <handa@etl.go.jp>
1030
1031 * international/quail.el (quail-help): Fix previous change.
1032
ab0ee409
GM
10332000-09-07 Gerd Moellmann <gerd@gnu.org>
1034
f46f845b 1035 * faces.el (color-values): Doc fix.
9b4a7800 1036
ab0ee409
GM
1037 * faces.el (frame-set-background-mode): Use frame-parameter
1038 instead of frame-parameters.
1039
1040 * frame.el (filtered-frame-list): Reduce consing.
9b4a7800 1041 (frames-on-display-list): Call frame-parameter instead of
ab0ee409 1042 frame-parameters.
9b4a7800 1043
f7246ac7
KH
10442000-09-07 Kenichi Handa <handa@etl.go.jp>
1045
1046 * language/devan-util.el (devanagari-to-indian-region): In the
1047 loop, change the following char, not preceding char.
1048
96889af2
GM
10492000-09-07 Gerd Moellmann <gerd@gnu.org>
1050
1091dd67
GM
1051 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
1052 instead of frame-parameters.
1053
9b4a7800 1054 * faces.el (set-face-attribute): Simplify by calling
0da3ecef
GM
1055 internal-set-lisp-face-attribute with FRAME being 0.
1056
1057 * vc.el: Remove `Id' version control keyword.
96889af2 1058
0fddd0dc
KH
10592000-09-07 Kenichi Handa <handa@etl.go.jp>
1060
1061 * help.el (help-make-xrefs): Adjusted for the change of
1062 help-xref-mule-regexp.
1063 (help-insert-xref-button): New function.
1064
1065 * international/mule-cmds.el (help-xref-mule-regexp-template):
1066 Include the pattern for character set.
1067 (leim): New group.
1068
1069 * international/quail.el: Don't require face.
1070 (quail): New group.
7f8b6551 1071 (quail-other-command): Dummy command to make quail-help work better.
0fddd0dc
KH
1072 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
1073 (quail-keyboard-layout-substitution): New variable.
1074 (quail-update-keyboard-layout): New function.
1075 (quail-keyboard-layout-type): New customizable variable.
1076 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
1077 (quail-keyboard-translate): Pay attention to
1078 quail-keyboard-layout-substitution.
1079 (quail-insert-kbd-layout): New function.
1080 (quail-show-keyboard-layout): New function.
1081 (quail-get-translation): If the definition is a vector of length
7f8b6551 1082 1, and the element is a string of length 1, return the character
0fddd0dc
KH
1083 in that string.
1084 (quail-update-current-translations): Fix the case of
1085 relative-index out of range.
1086 (quail-build-decode-map, quail-insert-decode-map): New Functions.
1087 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
7f8b6551 1088 Show key sequences for all available characters.
0fddd0dc
KH
1089 (quail-help-insert-keymap-description): Don't show such verbose
1090 key bindings as quail-self-insert-command.
1091
1092 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
1093 Format changed, and each element now have extra documentations.
1094 (tit-process-header): Delete invalid characters from TIT-PROMPT.
1095 Adjusted for the change of quail-cxterm-package-ext-info.
1096
8ddceaf1
GM
10972000-09-06 Gerd Moellmann <gerd@gnu.org>
1098
1099 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
1100 requiring it leads to a recursive loading of vc.el and vc-hooks.el
1101 during bootstrap.
1102
099bd78a
SM
11032000-09-05 Stefan Monnier <monnier@cs.yale.edu>
1104
1105 * vc.el: (toplevel): Don't require `dired' at run-time.
1106 (vc-dired-resynch-file): Remove autoload cookie.
1107
11082000-09-05 Andre Spiegel <spiegel@gnu.org>
1109
1110 * vc.el: Made several backend functions optional.
1111 (vc-default-responsible-p): New function.
1112 (vc-merge): Use RET for first version to trigger merge-news, not
1113 prefix arg.
1114 (vc-annotate): Handle backends that do not support annotation.
1115 (vc-default-merge-news): Removed. The existence of a merge-news
1116 implementation is now checked on caller sites.
1117
9b4a7800 1118 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
099bd78a
SM
1119 case.
1120
9b4a7800 1121 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
099bd78a
SM
1122 special case that has been removed from the default in vc-hooks.el.
1123
11242000-09-05 Stefan Monnier <monnier@cs.yale.edu>
1125
1126 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
1127
11282000-09-05 Andre Spiegel <spiegel@gnu.org>
1129
1130 * vc-hooks.el: Require vc during compilation.
1131 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
1132 macro `with-vc-properties' in vc.el.
1133 (vc-file-getprop): Doc fix.
1134 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
9b4a7800 1135
099bd78a
SM
1136 * vc.el: Require dired-aux during compilation.
1137 (vc-name-assoc-file): Moved to vc-sccs.el.
1138 (with-vc-properties): New macro.
9b4a7800 1139 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
099bd78a
SM
1140 vc-finish-steal): Use it.
1141 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
1142 to the backend-specific function is now supposed to do the checkout,
1143 too.
1144 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
1145
9b4a7800 1146 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
099bd78a
SM
1147 set file properties; that gets done in the generic code now.
1148
1149 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
1150 Changed parameter list, added code from vc.el that does the
1151 checkout, possibly with a double-take.
1152
1153 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
1154 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
1155 the above under the new name.
1156 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
1157 parameter list, added checkout command.
1158 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
1159 properties; that gets done in the generic code now.
1160
11612000-09-05 Stefan Monnier <monnier@cs.yale.edu>
1162
1163 * vc.el: Docstring fixes (courtesy of checkdoc).
1164
11652000-09-05 Stefan Monnier <monnier@cs.yale.edu>
1166
1167 * vc.el (vc-checkout-writable-buffer-hook)
1168 (vc-checkout-writable-buffer): Remove.
1169 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
1170 (vc-log-mode): Make it into a clean derived major mode.
1171 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
1172 vc-log-mode if log-edit is not available.
1173 (vc-dired-mode-map): Don't set-keymap-parent yet.
1174 (vc-dired-mode): Do set-keymap-parent here.
1175 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
1176
08ba3862
GM
11772000-09-05 Gerd Moellmann <gerd@gnu.org>
1178
1179 * faces.el (set-face-attribute, face-spec-reset-face)
1180 (face-spec-set): Avoid consing by removing calls to `apply'.
1181
1182 * frame.el (frame-parameter): Move to C code.
1183
3b4429b4
DL
11842000-09-05 Dave Love <fx@gnu.org>
1185
1186 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
1187 insert-before-markers-and-inherit. Now checked systematically!
1188
877055f6
GM
11892000-09-05 Alex Schroeder <alex@gnu.org>
1190
1191 * sql.el (sql-postgres): Use sql-postgres-options.
1192 (sql-postgres-options): New variable.
1193
11942000-09-05 Alex Schroeder <alex@gnu.org>
1195
1196 * sql.el (sql-mode-menu): Work around missing variable mark-active
1197 in XEmacs.
1198 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
1199 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
1200 compatibility.
1201
7a004b71
GM
12022000-09-04 Gerd Moellmann <gerd@gnu.org>
1203
54baed30 1204 * vc.el (vc-dired-resynch-file): Add autoload cookie.
9b4a7800 1205
7a004b71
GM
1206 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
1207
1208 * Makefile.in (DONTCOMPILE): Fix typo in file name.
1209
12102000-09-04 Andre Spiegel <spiegel@gnu.org>
1211
1212 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
1213 don't support anything else under SCCS yet.
1214
1215 * vc-hooks.el: Minor doc fixes.
1216
12172000-09-04 Andre Spiegel <spiegel@gnu.org>
1218
1219 * vc.el (vc-next-action-on-file): Do not visit the file if it's
1220 not necessary. If verbose in state `needs-patch', do the same as
1221 under `up-to-date'. When NOT verbose and `needs-patch', check out
1222 latest version instead of `merge-news'.
1223 (vc-next-action-dired): Don't mess with default-directory here; it
1224 breaks other parts of dired. It is the job of the
099bd78a 1225 backend-specific functions to adjust it temporarily if they need it.
7a004b71
GM
1226 (vc-next-action): Remove a special CVS case.
1227 (vc-clear-headers): New optional arg FILE.
1228 (vc-checkin, vc-checkout): Set properties vc-state and
1229 vc-checkout-time properly.
099bd78a 1230 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
7a004b71
GM
1231 (vc-print-log): Use new backend function `show-log-entry'.
1232 (vc-cancel-version): Do the checks in a different order. Added a
1233 FIXME concerning RCS-only code.
1234
1235 * vc-rcs.el (vc-rcs-show-log-entry): New function.
1236 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
1237
1238 * vc-cvs.el (vc-cvs-show-log-entry): New function.
1239
9b4a7800 1240 * vc-hooks.el (vc-default-mode-line-string): Show state
7a004b71
GM
1241 `needs-patch' as a `-' too.
1242
12432000-09-04 Andre Spiegel <spiegel@gnu.org>
1244
1245 * vc.el (vc-responsible-backend): New optional arg REGISTER.
1246 (vc-default-could-register): New function.
1247 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
1248 (vc-resynch-buffer): Call vc-dired-resynch-file.
1249 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
1250 vc-resynch-buffer instead of vc-resynch-window.
1251 (vc-next-action-dired): Don't redisplay here, that gets done as a
1252 result of the individual file operations.
1253 (vc-retrieve-snapshot): Corrected prompt order.
1254
1255 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
9b4a7800 1256
7a004b71
GM
1257 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
1258 as well.
1259 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
1260 hostname regexps. Updated all callers.
1261 (vc-cvs-responsible-p): Handle directories as well.
1262 (vc-cvs-could-register): New function.
1263 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
1264 properties up-to-date.
9b4a7800 1265
7a004b71
GM
1266 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
1267 user whether to create one.
1268
12692000-09-04 Andre Spiegel <spiegel@gnu.org>
1270
1271 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
1272 check out a non-existing file.
1273
1274 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
1275 workfile does not exist.
1276
1277 * vc.el (vc-version-diff): Use `require' to check for existence of
1278 diff-mode.
1279
12802000-09-04 Andre Spiegel <spiegel@gnu.org>
1281
1282 * vc-cvs.el (vc-cvs-registered): Use new function
1283 vc-cvs-parse-entry to do the actual work.
1284
12852000-09-04 Andre Spiegel <spiegel@gnu.org>
1286
1287 * vc-hooks.el (vc-find-backend-function): If function doesn't
1288 exist, return nil instead of error.
1289 (vc-call-backend): Doc fix.
1290
1291 * vc.el (vc-do-command): Doc fix.
1292 (vc-finish-logentry): When checking in from vc-dired, choose the
1293 right backend for logentry check.
1294 (vc-dired-mode-map): Inherit from dired-mode-map.
1295 (vc-dired-mode): Local value of dired-move-to-filename-regexp
1296 simplified.
1297 (vc-dired-state-info): Removed, updated caller.
1298 (vc-default-dired-state-info): Use parentheses instead of hyphens.
1299 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
1300 (vc-dired-listing-switches): New variable.
1301 (vc-directory): Use it, instead of dired-listing-switches.
1302
1303 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
1304 (vc-cvs-dir-state): New function.
7f8b6551 1305 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
7a004b71
GM
1306 (vc-cvs-parse-entry): New function, also to be used in
1307 vc-cvs-registered.
9b4a7800 1308
7a004b71
GM
13092000-09-04 Stefan Monnier <monnier@cs.yale.edu>
1310
1311 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
1312 *or* single-window-frames.
1313
13142000-09-04 Andre Spiegel <spiegel@gnu.org>
1315
1316 * vc.el (vc-update-changelog): Split into generic part and default
1317 implementation. Doc string adapted.
1318 (vc-default-update-changelog): New function. Call the `rcs2log'
1319 script in exec-directory, to fix a long-standing nuisance.
1320
1321 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
1322 simply signals an error.
9b4a7800 1323
7a004b71
GM
13242000-09-04 Stefan Monnier <monnier@cs.yale.edu>
1325
1326 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
1327 control-flow more clear and to avoid running `cvs' twice.
1328
1329 * vc.el (vc-next-action-on-file): Doc fix.
1330 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
1331 (vc-print-log): Eval `file' before constructing the continuation.
1332
13332000-09-04 Andre Spiegel <spiegel@gnu.org>
1334
1335 * vc.el (vc-next-action-on-file): Corrected several messages.
1336 (vc-merge): Add prefix arg `merge-news'; handle it.
1337
1338 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
1339 is not reached. It is.
1340 (vc-cvs-merge): Set state to 'edited after merge.
1341 (vc-cvs-merge-news): Set workfile version to nil if not known.
1342 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
1343
1344 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
1345 via stdout. (Merge from main line.)
9b4a7800 1346
7a004b71
GM
13472000-09-04 Stefan Monnier <monnier@cs.yale.edu>
1348
1349 * vc.el (vc-finish-logentry): Thinko in the "same comment"
1350 detection.
1351
13522000-09-04 Stefan Monnier <monnier@cs.yale.edu>
1353
1354 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
1355 against kill-all-local-variables.
1356 (vc-log-edit): Don't save vc-parent-buffer any more.
1357 (vc-last-comment-match): Initialize to an empty string.
1358 (vc-post-command-functions): New hook.
1359 (vc-do-command): Run it.
1360 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
1361 (vc-finish-logentry): Only add the comment to the ring if it's
1362 different from the last comment entered.
1363 (vc-new-comment-index): New function.
1364 (vc-previous-comment): Use it. Make the minibuffer message
1365 slightly less terse.
1366 (vc-comment-search-reverse): Make it work forward as well. Don't
1367 set vc-comment-ring-index if no match is found. Use
1368 vc-new-comment-index.
1369 (vc-comment-search-forward): Use vc-comment-search-reverse.
1370 (vc-dired-mode-map): Don't inherit from dired-mode-map since
1371 define-derived-mode will do it for us. Bind `v' to a keymap that
1372 inherits from vc-prefix-map so that we can bind `vt' without
1373 binding C-x v t.
1374 (vc-retrieve-snapshot): Parenthesis typo.
1375
1376 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
1377 to 1. Make sure to switch to *vc* before looking for an error
1378 message. Use vc-parse-buffer.
1379
13802000-09-04 Andre Spiegel <spiegel@gnu.org>
1381
1382 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
1383 and NAME.
1384 (vc-retrieve-snapshot): Split into two parts.
1385 (vc-default-retrieve-snapshot): New function.
1386
1387 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
1388 (vc-cvs-retrieve-snapshot): New function (untested).
1389 (vc-cvs-stay-local): Default to t.
1390 (vc-cvs-remote-p): New function and property.
1391 (vc-cvs-state): Stay local only if the above is t.
1392 (vc-handle-cvs): Removed.
1393 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
1394 done via vc-handled-backends now.
1395 (vc-cvs-header): Escape Id.
1396
13972000-09-04 Stefan Monnier <monnier@cs.yale.edu>
1398
1399 * vc.el (vc-do-command): Remove unused commands.
1400 (vc-version-diff): Make sure default-directory ends with a slash.
1401 Move the window commands into a vc-exec-after.
1402 (vc-print-log): Move more of the code into the `vc-exec-after'.
1403
14042000-09-04 Andre Spiegel <spiegel@gnu.org>
1405
1406 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
1407 (vc-print-log): Search current revision from beginning of buffer.
1408 (vc-revert-buffer): Clear echo area after the diff is finished.
1409 (vc-prefix-map): Removed definition of "t" for terse display in vc
1410 dired.
1411 (vc-dired-mode-map): Inherit from dired-mode-map. Added
1412 definition of "vt" for terse display.
1413 (vc-dired-mode): Fix dired-move-to-filename-regexp.
1414
14152000-09-04 Stefan Monnier <monnier@cs.yale.edu>
1416
1417 * vc.el (vc-exec-after): Avoid caddr.
1418
14192000-09-04 Stefan Monnier <monnier@cs.yale.edu>
1420
1421 * vc.el (vc-exec-after): New function.
1422 (vc-do-command): Use it to add a termination message for async
1423 procs.
1424 (vc-checkout): Try to handle a missing-backend situation.
1425 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
1426 of a directory with a backend using async diffs.
1427 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
1428 present.
1429
1430 * vc-sccs.el (vc-sccs-state-heuristic): Use
1431 file-ownership-preserved-p.
1432
1433 * vc-rcs.el (vc-rcs-state-heuristic): Use
1434 file-ownership-preserved-p.
1435 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
1436
14372000-09-04 Andre Spiegel <spiegel@gnu.org>
1438
1439 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
1440 vc-do-command.
1441
1442 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
1443 when there are no changes.
1444
14452000-09-04 Andre Spiegel <spiegel@gnu.org>
1446
1447 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
1448
1449 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
1450
14512000-09-04 Stefan Monnier <monnier@cs.yale.edu>
1452
1453 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
1454
1455 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
1456 the `fset' outside of the defvar so that it works even if
1457 vc-prefix-map was already defined.
1458 (vc-setup-buffer): New function, split out of vc-do-command.
1459 (vc-do-command): Allow BUFFER to be t to mean `just use the
1460 current buffer without any fuss'.
1461 (vc-version-diff): Change the `diff' backend operation to just put
1462 the diff in the current buffer without erasing it. Always use
1463 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
1464 shrink-window-if-larger-than-buffer.
1465 (vc-print-log): Change the `print-log' backend operation to just
1466 put the log in the current buffer without erasing it. Protect
1467 shrink-window-if-larger-than-buffer.
1468 (vc-update-change-log): Fix setd typo.
1469
1470 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
1471 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
1472
1473 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
1474 (vc-rcs-diff): Insert in the current buffer and remove unused arg
1475 CMP.
1476
1477 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
1478 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
1479 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
1480
14812000-09-04 Andre Spiegel <spiegel@gnu.org>
1482
1483 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
1484 not possible, use vc-BACKEND-workfile-unchanged-p.
1485 (vc-default-workfile-unchanged-p): New function. Delegates to a
1486 full vc-BACKEND-diff.
1487
1488 * vc-hooks.el (vc-simple-command): Removed.
1489
1490 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
1491 instead of vc-simple-command.
1492 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
1493 avoid doing a diff when opening a file.
1494 (vc-rcs-state): Added check for unlocked-changes.
1495 (vc-rcs-header): Escape Id.
1496 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
1497 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
1498 version.
1499
1500 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
1501 (vc-sccs-diff): Remove optional arg CMP.
1502 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
1503 SCCS-specific function.
1504
1505 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
1506 vc-simple-command.
1507
15082000-09-04 Stefan Monnier <monnier@cs.yale.edu>
1509
1510 * vc.el (vc-editable-p): Renamed from vc-writable-p.
1511 (with-vc-file, vc-merge): Use vc-editable-p.
1512 (vc-do-command): Remove unused var vc-file and fix the
1513 doubly-defined `status' var. Add a user message when starting an
1514 async command.
1515 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
1516 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
1517 Use with-current-buffer.
1518 (vc-buffer-sync): Use unless.
1519 (vc-next-action-on-file): If the file is 'edited by read-only,
1520 make it read-write instead of trying to commit.
1521 (vc-version-diff, vc-update-change-log): Use `setq
1522 default-directory' rather than `cd'.
1523 (vc-log-edit): Don't forget to set default-directory in the
1524 buffer.
1525
1526 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
1527 (vc-sccs-state-heuristic): Use file-writable-p instead of
1528 comparing userids.
1529 (vc-sccs-checkout): Use `unless'.
1530
1531 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
1532 of comparing userids.
1533 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
1534 Simplify the logic by eliminating unreachable code.
1535 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
1536 just do a recursive call if we need to retry.
1537 (vc-rcs-checkout): Handle the case where rcs is missing by making
1538 the buffer read-write if requested and re-signalling the error.
1539
1540 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
1541
15422000-09-04 Stefan Monnier <monnier@cs.yale.edu>
1543
1544 * vc-hooks.el (vc-handled-backends): Docstring change.
1545 (vc-ignore-vc-files): Mark obsolete.
1546 (vc-registered): Check vc-ignore-vc-files.
1547 (vc-find-file-hook, vc-file-not-found-hook): Don't check
1548 vc-ignore-vc-files.
1549
1550 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
1551
15522000-09-04 Stefan Monnier <monnier@cs.yale.edu>
1553
1554 * vc.el (vc-checkout): Don't do anything special for ange-ftp
1555 files since ange-ftp already has vc-registered return nil.
1556
1557 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
1558 (vc-sccs-workfile-version): Use with-temp-buffer and new
1559 vc-parse-buffer and don't bother setting the property.
1560 (vc-sccs-add-triple): Use with-current-buffer and
1561 find-file-noselect.
1562 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
1563
1564 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
1565 derives from the old vc-parse-buffer but uses the revision number
1566 rather than the date (much easier to compare robustly).
1567 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
1568 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
1569 locking-user more directly. Check strict locking and set
1570 checkout-model appropriately.
1571 (vc-rcs-parse-locks): Remove.
1572 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
1573 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
1574 (vc-rcs-system-release): Use with-current-buffer and
1575 vc-parse-buffer.
1576 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
1577
1578 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
1579 (vc-simple-command): Docstring fix.
1580 (vc-registered): Align the way the file-handler is called with the
1581 way the function itself works.
1582 (vc-file-owner): Remove.
1583
1584 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
1585 extraction of fields and call to file-attributes because of a
1586 temporary bug in rcp.el.
1587 (vc-cvs-fetch-status): Use with-current-buffer.
1588
15892000-09-04 Stefan Monnier <monnier@cs.yale.edu>
1590
1591 * vc.el (vc-do-command): Use file-relative-name.
1592 (vc-responsible-backend): Use vc-backend if possible.
1593 (vc-create-snapshot): Improve the `interactive' spec. Add support
1594 for branches and dispatch to backend-specific `create-snapshot'.
1595 (vc-default-create-snapshot): New function, containing the bulk of
1596 the old vc-create-snapshot.
1597 (vc-retrieve-snapshot): Improve the interactive spec.
1598
1599 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
1600 (vc-backend-hook-functions): Remove.
1601 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
1602 (vc-backend): Reintroduce the test for `file = nil' now that I
1603 know why it was there (and added a comment to better remember).
1604
1605 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
1606 code from vc-sccs-hooks.el.
1607 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
1608 'vc anymore.
1609 (vc-sccs-responsible-p): Use expand-file-name instead of concat
1610 and file-directory-p instead of file-exists-p.
1611 (vc-sccs-check-headers): Simplify the regexp.
1612
1613 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
1614 from vc-rcs-hooks.el. Don't require 'vc anymore.
1615 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
1616 file-directory-p instead of file-exists-p.
1617
1618 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
1619 from vc-cvs-hooks.el.
1620 (proto vc-cvs-registered): Require 'vc-cvs instead of
1621 'vc-cvs-hooks. Don't require 'vc anymore.
1622 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
1623 file-directory-p instead of file-exists-p.
1624 (vc-cvs-create-snapshot): New function, replacing
1625 vc-cvs-assign-name.
1626 (vc-cvs-assign-name): Remove.
1627
16282000-09-04 Stefan Monnier <monnier@cs.yale.edu>
1629
1630 * vc-cvs.el (vc-cvs-header): New var.
1631
1632 * vc-rcs.el (vc-rcs-exists): Remove.
1633 (vc-rcs-header): New var.
1634
1635 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
1636 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
1637 (vc-sccs-header): New var.
1638
1639 * vc.el (vc-do-command): Get rid of the `last' argument.
1640 (vc-header-alist): Remove, replaced by vc-X-header.
1641 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
1642 (vc-dired-hook): Use expand-file-name instead of concat.
1643 (vc-directory): Use file-name-as-directory.
1644 (vc-snapshot-precondition, vc-create-snapshot)
1645 (vc-retrieve-snapshot): Allow the command to operate on any
1646 directory.
1647
1648 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
1649 just removing the 'WORKFILE argument or by removing the 'MASTER
1650 argument and replacing `file' with (vc-name file).
1651
16522000-09-04 Stefan Monnier <monnier@cs.yale.edu>
1653
1654 * vc.el: Update Copyright and add a crude list of backend funs.
1655 (vc-writable-p): New function.
1656 (with-vc-file): Use vc-writable-p.
7f8b6551 1657 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
7a004b71
GM
1658 (vc-register): Avoid vc-name.
1659 (vc-locking-user): Remove.
1660 (vc-steal-lock): Make the `owner' arg non-optional.
1661 (vc-merge): Use vc-writable-p instead of vc-locking-user and
1662 vc-checkout-model.
1663 (vc-default-dired-state-info): Use vc-state instead of
1664 vc-locking-user and return special strings for special states.
1665 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
1666 and get rid of one of the special CVS cases.
1667 (vc-cancel-version): prettify error message with \\[...].
1668 (vc-rename-master): New function.
1669 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
1670 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
1671 the CVS special case generic.
1672 (vc-default-record-rename): Remove.
1673 (vc-file-tree-walk-internal): Only call FUNC for files that are
1674 under control of some VC backend and replace `concat' with
1675 expand-file-name.
1676 (vc-file-tree-walk): Update docstring.
1677 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
1678 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
1679
1680 * vc-sccs.el (vc-sccs-rename-file): Renamed from
1681 vc-sccs-record-rename. Use `find-file-noselect' rather than
1682 `find-file' and call `vc-rename-master' to do the actual move.
1683 (vc-sccs-diff): Remove unused `backend' variable.
1684
1685 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
1686 to delay loading of vc-sccs until it is really used.
1687 (vc-sccs-master-templates): Preload.
1688 (vc-sccs-state): Update call to vc-sccs-parse-locks.
1689 (vc-sccs-project-dir): Remove (merged into
1690 vc-sccs-search-project-dir).
1691 (vc-sccs-search-project-dir): Rewrite using file name handling ops
1692 rather than `concat', make sure it is preloaded and don't bother
1693 to check that the file actually exists.
1694 (vc-sccs-parse-locks): Remove unused `file' argument, remove
1695 `locks' argument (use buffer's content instead) and eliminate n^2
1696 behavior.
1697
1698 * vc-rcs.el: Update Copyright.
1699 (vc-rcs-rename-file): New function.
1700 (vc-rcs-diff): Remove unused `backend' variable.
1701
1702 * vc-hooks.el: Update Copyright.
1703 (vc-backend): Don't accept a nil argument any more.
1704 (vc-up-to-date-p): Turn into a defsubst.
1705 (vc-possible-master): New function.
1706 (vc-check-master-templates): Use `vc-possible-master' and allow
1707 funs in vc-X-master-templates to return a non-existent file.
1708
1709 * vc-cvs.el: Update Copyright.
1710 (vc-cvs-diff): Remove unused `backend' variable.
7f8b6551 1711 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
7a004b71
GM
1712
1713 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
1714
17152000-09-04 Stefan Monnier <monnier@cs.yale.edu>
1716
1717 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
1718 since it can be called from vc-rcs.el.
1719 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
1720
17212000-09-04 Andre Spiegel <spiegel@gnu.org>
1722
1723 * vc.el (vc-version-diff): Expand file name read from the
1724 minibuffer. Handle the case when a previous version number can't
1725 be guessed. Give suitable messages when there were no differences
1726 found.
1727 (vc-clear-headers): Call backend-specific implementation, if one
1728 exists.
1729 (vc-cancel-version): Made error checks generic. When done, clear
1730 headers generically, too.
1731
1732 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
1733 from vc-clear-headers in vc.el.
1734
1735 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
1736 correctly.
1737 (vc-rcs-latest-on-branch-p): Made second argument VERSION
1738 optional. Handle the case when it's not there.
1739
17402000-09-04 Stefan Monnier <monnier@cs.yale.edu>
1741
1742 * vc.el (vc-locking-user): Moved from vc-hooks.el.
1743
17442000-09-04 Stefan Monnier <monnier@cs.yale.edu>
1745
1746 * vc-hooks.el (vc-loadup): Remove.
1747 (vc-find-backend-function): Use `require'. Also, handle the case
1748 where vc-BACKEND-hooks.el doesn't exist.
1749 (vc-call-backend): Cleanup.
1750
17512000-09-04 Stefan Monnier <monnier@cs.yale.edu>
1752
1753 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
1754 vc-rcs-grab-templates)
1755 (vc-rcs-registered): Remove. The default function works as well.
1756 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
1757 vc-sccs-grab-templates)
1758 (vc-sccs-registered): Remove. The default function works as well.
1759
1760 * vc.el (vc-version-diff): Left out a vc- in call to
1761 vc-call-backend.
1762 (vc-default-dired-state-info, vc-default-record-rename)
1763 (vc-default-merge-news): Update for the new backend argument.
1764
1765 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
1766 using the default function.
1767 (vc-call-backend): If calling the default function, pass it the
1768 backend as first argument. Update the docstring accordingly.
1769 (vc-default-state-heuristic, vc-default-mode-line-string): Update
1770 for the new backend argument.
1771 (vc-make-backend-sym): Renamed from vc-make-backend-function.
1772 (vc-find-backend-function): Use the new name.
1773 (vc-default-registered): New function.
1774
17752000-09-04 Stefan Monnier <monnier@cs.yale.edu>
1776
1777 * vc.el (vc-merge): Use vc-find-backend-function.
1778
1779 * vc-hooks.el (vc-backend-functions): Remove.
1780 (vc-loadup): Don't setup 'vc-functions.
1781 (vc-find-backend-function): New function.
1782 (vc-call-backend): Use above fun and populate 'vc-functions
1783 lazily.
1784 (vc-backend-defines): Remove.
1785
17862000-09-04 Stefan Monnier <monnier@cs.yale.edu>
1787
1788 * vc.el (vc-register): Put a FIXME note for a newly found bug.
1789 Call vc-call-backend without the leading vc-.
1790 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
1791 (vc-check-headers): Call vc-call-backend without the leading vc-.
7f8b6551 1792 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
7a004b71
GM
1793 (vc-annotate-display): Replace confusing use of `cond' with `or'.
1794 Call vc-call-backend without the leading vc-.
1795
1796 * vc-cvs.el (tail): Provide vc-cvs.
1797 * vc-sccs.el (tail): Provide vc-sccs.
1798 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
1799
1800 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
1801 (vc-make-backend-function, vc-call): Pass names without leading
7f8b6551 1802 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
7a004b71
GM
1803 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
1804 (vc-call-backend): Always try to load vc-X-hooks.
1805 (vc-registered): Remove vc- in call to vc-call-backend.
1806
18072000-09-04 Stefan Monnier <monnier@cs.yale.edu>
1808
1809 * vc.el (vc-process-filter): New function.
1810 (vc-do-command): Setup `vc-process-filter' for the async process.
1811 (vc-maybe-resolve-conflicts): New function to reduce
1812 code-duplication. Additionally, it puts the buffer in
1813 `smerge-mode' if applicable.
1814 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
1815 calling `merge-news'.
7f8b6551 1816 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
7a004b71
GM
1817 (vc-log-edit): New function. Replacement for `vc-log-mode' by
1818 interfacing to log-edit.el.
1819 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
1820 log-edit is available.
1821 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
1822
18232000-09-04 Stefan Monnier <monnier@cs.yale.edu>
1824
1825 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
1826 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
1827 defvar and the initialization.
1828 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
1829
1830 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
1831 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
1832
7f8b6551 1833 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
7a004b71
GM
1834
18352000-09-04 Andre Spiegel <spiegel@gnu.org>
1836
1837 * vc.el (vc-file-clear-masterprops): Removed.
1838 (vc-checkin, vc-revert-buffer): Removed calls to the above.
1839 (vc-version-diff): Use buffer-size without argument.
1840 (vc-register): Heed vc-initial-comment.
1841
1842 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
1843 default branch.
1844
1845 * vc-rcs.el (vc-rcs-register): Parse command output to find master
1846 file name and workfile version.
1847 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
1848
1849 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
1850 vc-file-clear-masterprops.
1851
1852 * vc-sccs.el (vc-sccs-checkout): Removed call to
1853 vc-file-clear-masterprops. If writable, set vc-state to 'edited
1854 rather than user login name.
1855
1856
18572000-09-04 Stefan Monnier <monnier@cs.yale.edu>
1858
1859 * vc.el (vc-workfile-unchanged-p): Remove unused argument
1860 `want-differences-if-changed' and simplify.
1861 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
1862 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
1863 output (which is invalid for async vc-diff) to decide whether to
1864 do the revert silently or not.
1865
18662000-09-04 Stefan Monnier <monnier@cs.yale.edu>
1867
1868 * vc-hooks.el (vc-loadup): Load files quietly.
1869 (vc-call-backend): Oops, brain fart.
1870
18712000-09-04 Stefan Monnier <monnier@cs.yale.edu>
1872
1873 * vc-cvs.el (vc-cvs-state): Typo.
7f8b6551 1874 (vc-cvs-merge-news): Return the status code rather than the error msg.
7a004b71
GM
1875
18762000-09-04 Andre Spiegel <spiegel@gnu.org>
1877
1878 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
1879 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
1880 vc-state or vc-up-to-date-p.
1881 (vc-merge): Use vc-backend-defines to check whether merging is
1882 possible. Set state to 'edited after successful merge.
1883
1884 * vc-hooks.el (vc-locking-user): If locked by the calling user,
1885 return that name. Redocumented.
1886
18872000-09-04 Stefan Monnier <monnier@cs.yale.edu>
1888
1889 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
1890 new `vc-state' semantics.
1891 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
1892 'vc-locking-user to the current user.
1893 (vc-merge): Inline vc-backend-merge. Comment out code that I
1894 don't understand and hence can't adapt to the new `vc-state' and
1895 `vc-locking-user' semantics.
1896 (vc-backend-merge): Remove.
1897
1898 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
1899 rather than 'vc-locking-user.
1900
1901 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
1902
1903 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
1904 (vc-state): Don't use 'reserved any more. Just use the same
1905 convention as the one used for vc-<backend>-state where the
1906 locking user (as a string) is returned.
1907 (vc-locking-user): Update, based on the above convention. The
1908 'vc-locking-user property has disappeared.
7f8b6551 1909 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
7a004b71
GM
1910
1911 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
1912 with a heuristic one.
1913 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
1914 (vc-cvs-checkin): Do a trivial parse to set the state in case of
1915 error. That allows us to get to 'needs-merge even in the
1916 stay-local case. There's still no way to detect 'needs-patch in
1917 such a setup (or to force an update for that matter).
1918 (vc-cvs-logentry-check): Remove, the default works as well.
1919
19202000-09-04 Stefan Monnier <monnier@cs.yale.edu>
1921
7f8b6551 1922 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
7a004b71
GM
1923
1924 * vc.el (vc-do-command): kill-all-local-variables, to reset any
1925 major-mode in which the buffer might have been put earlier. Use
1926 `remove' and `when'. Allow `okstatus' to be `async' and use
1927 `start-process' in this case.
1928 (vc-version-diff): Handle the case where the diff looks empty
1929 because of the use of an async process.
1930
19312000-09-04 Andre Spiegel <spiegel@gnu.org>
1932
1933 * vc.el (vc-next-action-on-file): Removed optional parameter
1934 `simple'. Recompute state unconditionally.
1935 (vc-default-toggle-read-only): Removed.
1936
1937 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
1938 (vc-toggle-read-only): Undid prev change.
1939
1940 * vc-cvs.el (vc-cvs-stay-local): Renamed from
1941 vc-cvs-simple-toggle. Redocumented.
1942 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
1943 (vc-cvs-toggle-read-only): Removed.
1944
19452000-09-04 Stefan Monnier <monnier@cs.yale.edu>
1946
7f8b6551 1947 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
7a004b71
GM
1948 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
1949 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
1950 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
1951 still is. So maybe it should be removed.
1952 (vc-head-version, vc-find-binary): Remove.
1953 (vc-recompute-state): Move from vc-hooks.el.
1954 (vc-next-action-on-file): Add a `simple' argument to allow
1955 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
7f8b6551
SM
1956 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
1957 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
7a004b71
GM
1958 (vc-dired-mode-map): Properly defvar it.
1959 (vc-print-log): Call log-view-mode if available.
1960 (small-temporary-file-directory): defvar instead of use boundp.
1961 (vc-merge-news): Moved to vc-cvs.el.
1962 (vc-default-merge-news): New function.
1963
1964 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
1965 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
1966 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
1967 unknown `vc-latest-version' function. It should probably refer to
1968 vc-workfile-version or somesuch, but it's very unclear to me and I
1969 don't have SCCS to test things.
1970
1971 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
1972 (vc-sccs-state-heuristic): Fix typo.
1973 (vc-sccs-workfile-unchanged-p): Add missing argument.
1974
1975 * vc-rcs.el: Require vc and vc-rcs-hooks.
1976 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
1977 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
1978 (vc-release-greater-or-equal-p): Move from vc.
1979 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
1980 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
1981 (vc-rcs-checkout): Add a missing `new-version' argument in the
7f8b6551 1982 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
7a004b71
GM
1983
1984 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
1985 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
1986 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
1987 than the apparently unbound `workfile-version'.
1988
1989 * vc-hooks.el (vc-master-templates): Def the obsolete var.
1990 (vc-file-prop-obarray): Use `make-vector'.
1991 (vc-backend-functions): Add new hookable functions
1992 vc-toggle-read-only, vc-record-rename and vc-merge-news.
1993 (vc-loadup): If neither backend nor default functions exist, use
1994 the backend function rather than nil.
1995 (vc-call-backend): If the function if not bound yet, try to load
1996 the non-hook file to see if it provides it.
1997 (vc-call): New macro plus use it wherever possible.
1998 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
1999 nor `vc-find-binary' since it's only called from
7f8b6551 2000 vc-mistrust-permission which is only used once the backend is known.
7a004b71
GM
2001 (vc-checkout-model): Fix parenthesis.
2002 (vc-recompute-state, vc-prefix-map): Move to vc.el.
2003
7f8b6551 2004 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
7a004b71
GM
2005 (vc-cvs-release, vc-cvs-system-release): Remove.
2006 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
2007 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
2008 status symbols.
2009 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
2010 (vc-cvs-toggle-read-only): First cut at a function to allow a
2011 cvs-status-free vc-toggle-read-only.
2012 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
2013 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
2014 vc-cvs-status. Also set vc-state rather than vc-locking-user.
2015 (vc-cvs-checkout): Modify access rights directly if the user
2016 requested not to use `cvs edit'. And refresh the mode line.
2017
2018 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
2019 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
2020
20212000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2022
2023 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
2024 workfile' that got lost when the code was extracted from vc.el.
2025 And merged the tail with the rest of the code (not possible in the
2026 old vc.el where the tail was shared among all backends). And
2027 explicitly set the state to 'edited if `writable' is set.
2028
2029 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
2030 (vc-cvs-state): Be careful to return the value from
2031 vc-cvs-parse-state.
2032 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
2033 property but return it instead. Also be careful to handle a nil
2034 or "" `rev' when workfile is non-nil (it was handled properly when
2035 workfile was nil).
2036
2037 * vc.el: Removed those pesky unnecessary `(function' quotes.
2038 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
2039 directly in the defvar.
2040 (vc-do-command): Bind inhibit-read-only so as to properly handle
2041 the case where the destination buffer has been made read-only.
2042 (vc-diff): Delegate to vc-version-diff in all cases.
7f8b6551 2043 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
7a004b71
GM
2044 (vc-annotate-mode-variables): Removed (code moved partly to
2045 defvars and partly to vc-annotate-add-menu).
2046 (vc-annotate-mode): Turned into a derived-mode.
2047 (vc-annotate-add-menu): Moved in code in
2048 vc-annotate-mode-variables.
2049 (vc-update-change-log): Use make-temp-file if available.
2050
20512000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
2052
2053 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
2054 `vc-checkout-model' updated to `vc-cvs-update-model'.
2055
20562000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
2057
2058 * vc.el (vc-next-action-on-file): Added handling of state
2059 `unlocked-changes'.
2060 (vc-checkout-carefully): Is now practically obsolete, unless the
2061 above is too slow to be enabled unconditionally.
2062 (vc-update-change-log): Fixed typo.
2063
2064 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
2065
7f8b6551
SM
2066 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
2067 Now handles state `unlocked-changes'.
2068 (vc-sccs-workfile-unchanged-p): New function, to support the above.
7a004b71
GM
2069
2070 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
2071
2072 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
2073 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
2074 `unlocked-changes'.
2075 (vc-rcs-workfile-unchanged-p): Renamed from
2076 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
2077 function yet, but supposed to become one soon.
2078
2079 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
2080 `vc-steal-lock'.
2081 (vc-call-backend): Changed error message.
2082 (vc-state): Added description of state `unlocked-changes'.
2083
20842000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
2085
2086 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
2087 always return t in CVS-controlled directories.
2088
2089 * vc.el (vc-responsible-backend): New function.
2090 (vc-register): Largely rewritten.
2091 (vc-admin): Removed (implementation moved into vc-register).
2092 (vc-checkin): Redocumented.
2093 (vc-finish-logentry): If no backend defined yet (because we are in
2094 the process of registering), use the responsible backend.
2095
2096 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
2097 Updated function lists.
2098 (vc-call-backend): Fixed typo.
2099
7f8b6551
SM
2100 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
2101 New functions.
2102 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
2103 Removed query option. Redocumented.
7a004b71
GM
2104
21052000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
2106
2107 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
2108
2109 * vc.el: Updated callers of `vc-checkout-required' to use
2110 `vc-checkout-model'.
2111
21122000-09-04 Martin Lorentzson <martinl@gnu.org>
2113
2114 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
2115 stuff updated to reference this function instead of the old
2116 `vc-backend-release-p'.
2117
21182000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
2119
2120 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
2121 vc-checkout-model. Return appropriate values. Updated callers.
2122
21232000-09-04 Martin Lorentzson <martinl@gnu.org>
2124
7f8b6551 2125 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
7a004b71
GM
2126 (vc-backend-revert): Function moved into `vc-revert';
2127 `vc-next-action' must be updated to accomodate this change.
2128 (vc-backend-steal): Function moved into `vc-finish-steal'.
2129 (vc-backend-logentry-check): Function moved into
2130 `vc-finish-logentry'.
2131 (vc-backend-printlog): Function moved into `vc-print-log'.
2132 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
2133 (vc-backend-assign-name): Function moved into
2134 `vc-create-snapshot'.
2135
21362000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
2137
2138 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
7f8b6551
SM
2139 Rename to vc-checkout-model. Return appropriate values.
2140 Update callers.
7a004b71 2141
7f8b6551 2142 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
7a004b71 2143 to vc-checkout-model.
7f8b6551
SM
2144 (vc-checkout-required): Rename to vc-checkout-model.
2145 Re-implement and re-comment.
7a004b71
GM
2146 (vc-after-save): Use vc-checkout-model.
2147
21482000-09-04 Martin Lorentzson <martinl@gnu.org>
2149
7f8b6551
SM
2150 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
2151 Update to use the vc-BACKEND-diff functions instead.
2152 `vc-diff' is now working.
7a004b71 2153
7f8b6551 2154 * vc-rcs.el (vc-rcs-logentry-check): New function.
7a004b71 2155
7f8b6551 2156 * vc-cvs.el (vc-cvs-logentry-check): New function.
7a004b71
GM
2157
2158 * vc-sccs.el (vc-sccs-diff): Function changed name from
2159 `vc-backend-diff'. This makes `vc-diff' work.
2160
7f8b6551 2161 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
7a004b71 2162 of functions possibly implemented in a vc-BACKEND library.
7f8b6551 2163 (vc-checkout-required): Fix bug that caused an error to be
7a004b71
GM
2164 signaled during `vc-after-save'.
2165
7f8b6551
SM
2166 * vc.el: Fix typo.
2167 This checkin is made with our new VC code base for the very first time.
2168 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
7a004b71
GM
2169
2170 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
2171 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
2172
2173 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
2174 updated to `vc-uses-locking'.
7f8b6551 2175 (vc-checkout-required): Call to backend function.
7a004b71
GM
2176 `vc-checkout-required' updated to `vc-uses-locking' instead.
2177
2178 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
2179 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
2180
7f8b6551 2181 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
7a004b71 2182 to match the split into various backends.
7f8b6551 2183 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
7a004b71
GM
2184 (vc-retrieve-snapshot): Bug fix.
2185
21862000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
2187
2188 * vc-sccs.el (vc-sccs-release): Doc fix.
2189
21902000-09-04 Martin Lorentzson <martinl@gnu.org>
2191
2192 * vc.el (vc-next-action-on-file): Bug found and fixed.
2193 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
2194 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
2195
2196 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
2197 (vc-rcs-checkout): Name space cleaned up. No more revision number
2198 crunching function names that are not prefixed with vc-rcs.
2199 (vc-rcs-checkout-model): Function added. References to
2200 `vc-checkout-model' replaced.
2201
22022000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
2203
2204 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
2205 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
2206 still need to be split, and implemented for RCS).
2207
22082000-09-04 Martin Lorentzson <martinl@gnu.org>
2209
2210 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
2211
2212 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
2213 required by the vc.el file.
2214
2215 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
2216 required by the vc.el file.
2217 (vc-rcs-exists): Function added.
2218
2219 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
2220 required by the vc.el file.
2221
2222 * vc.el (vc-admin): Updated to handle selection of appropriate
2223 backend. Current implementation is crufty and need re-thinking.
2224
2225 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
2226
22272000-09-04 Martin Lorentzson <martinl@gnu.org>
2228
2229 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
2230 beginning of annotate buffers correctly.
2231
2232 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
2233 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
2234 functionality updated quite a lot to support multiple backends.
2235 Variables `vc-annotate-mode', `vc-annotate-buffers',
2236 `vc-annotate-backend' added.
2237
2238 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
2239 `vc-annotate-difference' added to supported backend functions.
2240
22412000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
2242
2243 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
2244 Use with-temp-file instead of /bin/sh. Merged from mainline
2245
22462000-09-04 Martin Lorentzson <martinl@gnu.org>
2247
2248 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
2249
2250 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
2251
2252 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
2253
22542000-09-04 Martin Lorentzson <martinl@gnu.org>
2255
2256 * vc-hooks.el: vc-state-heuristic added to
2257 vc-backend-hook-functions.
2258
2259 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
2260
2261 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
2262
7f8b6551
SM
2263 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
2264 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
7a004b71
GM
2265 state to `reserved'.
2266
2267 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
2268 `vc-checkout-required'. Rename the `locked' state to `reserved'.
2269
22702000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
2271
7f8b6551 2272 * vc-rcs-hooks.el: Implement new state model. Hardly anything
7a004b71
GM
2273 untouched.
2274
7f8b6551 2275 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
7a004b71 2276
7f8b6551 2277 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
7a004b71
GM
2278 if defined. (Merged from main line, slightly adapted.)
2279
2280 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
2281 millenium problem (merged from mainline).
2282
22832000-09-04 Martin Lorentzson <martinl@gnu.org>
2284
2285 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
2286 part and moved the non-BACKEND stuff to vc.el.
2287
2288 * vc.el: Split the annotate feature into a BACKEND specific part
2289 and moved it from the vc-cvs.el file to this one.
2290
22912000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
2292
7f8b6551
SM
2293 * vc-hooks.el: Implement new state model.
2294 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
2295 (vc-locking-user): Simplify. Now only needed if the file is
7a004b71 2296 locked by somebody else.
7f8b6551 2297 (vc-lock-from-permissions): Remove. Functionality is in
7a004b71
GM
2298 vc-sccs-hooks.el and vc-rcs-hooks.el now.
2299 (vc-mode-line-string): New name for former vc-status. Adapted.
7f8b6551 2300 (vc-mode-line): Adapt to use the above. Remove optional parameter.
7a004b71 2301
7f8b6551
SM
2302 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
2303 Various simplifications and adaptations all over the place.
7a004b71 2304
7f8b6551
SM
2305 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
2306 Simplify and adapt the rest.
7a004b71 2307
7f8b6551 2308 * vc.el (vc-resynch-window): Add TODO comment: check for
7a004b71 2309 interaction with view mode according to recent RCS change.
7f8b6551 2310 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
7a004b71
GM
2311
23122000-09-04 Martin Lorentzson <martinl@gnu.org>
2313
7f8b6551 2314 * vc.el: Convert the remaining function comments to docstrings.
7a004b71
GM
2315
23162000-09-04 Martin Lorentzson <martinl@gnu.org>
2317
2318 * vc.el (vc-backend-release, vc-release-greater-or-equal)
2319 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
2320 (vc-minor-part, vc-previous-version): Functions that operate and
2321 compare revision numbers got proper documentation. Comments added
2322 about their possible removal.
2323
23242000-09-04 Martin Lorentzson <martinl@gnu.org>
2325
2326 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
2327 the vc-backend.el files.
2328
2329 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
2330
2331 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
2332 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
2333 (vc-rcs-previous-version): Functions added.
2334
2335 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
2336
2337 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
2338
23392000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
2340
2341 * vc-hooks.el (vc-master-templates): Is really obsolete.
7f8b6551 2342 Comment out the definition for now. What is the right procedure
7a004b71
GM
2343 to get rid of it?
2344 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
2345 rewritten.
7f8b6551 2346 (vc-default-registered): Remove.
7a004b71
GM
2347 (vc-check-master-templates): New function; does mostly what the
2348 above did before.
2349 (vc-locking-user): Don't rely on the backend to set the property.
2350
2351 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
7f8b6551 2352 Rewrite documentation.
7a004b71
GM
2353 (vc-rcs-templates-grabbed): New variable.
2354 (vc-rcs-grab-templates): New function.
7f8b6551 2355 (vc-rcs-registered): Rewrite to use above mechanism.
7a004b71
GM
2356
2357 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
7f8b6551 2358 Rewrite documentation.
7a004b71
GM
2359 (vc-sccs-templates-grabbed): New variable.
2360 (vc-sccs-grab-templates): New function.
7f8b6551
SM
2361 (vc-sccs-registered): Rewrite to use above mechanism.
2362 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
2363 Don't throw the result, simply return it.
7a004b71 2364
7f8b6551
SM
2365 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
2366 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
2367 (vc-cvs-registered): Does the check itself now. Simplify.
7a004b71 2368
7f8b6551 2369 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
7a004b71
GM
2370 from main line.
2371
23722000-09-04 Martin Lorentzson <martinl@gnu.org>
2373
7f8b6551 2374 * vc-cvs.el (vc-cvs-diff): New function.
7a004b71 2375
7f8b6551 2376 * vc-sccs.el (vc-sccs-diff): New function.
7a004b71 2377
7f8b6551
SM
2378 * vc-rcs.el (vc-rcs-diff): New function.
2379 (vc-rcs-checkout): Bug (typo) found and fixed.
2380 (vc-rcs-register-switches): New variable.
7a004b71
GM
2381
2382 * vc.el (vc-backend-diff): Function removed and placed in the
2383 backend files.
2384
23852000-09-04 Martin Lorentzson <martinl@gnu.org>
2386
2387 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
2388
2389 * vc.el (vc-backend-checkout): Function removed and replaced in
2390 the vc-backend.el files.
2391
2392 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
2393
2394 * vc.el (vc-backend-admin): Removed and replaced in the
2395 vc-backend.el files.
2396
2397 * vc.el (Martin): Removed all the annotate functionality since it
2398 is CVS backend specific.
2399
24002000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
2401
2402 * spec.txt: Added specification of vc-state.
2403
2404 * vc-sccs-hooks.el (vc-sccs-master-properties):
7f8b6551 2405 Remove handling of vc-latest-version and
7a004b71
GM
2406 vc-your-latest-version. What used to be vc-latest-version, is now
2407 returned as vc-workfile-version.
7f8b6551 2408 (vc-sccs-workfile-version): Adapt.
7a004b71
GM
2409
24102000-09-04 Dave Love <fx@gnu.org>
2411
2412 * vc.el: [Merged from mainline.]
2413 (vc-dired-mode): Make the dired-move-to-filename-regexp
2414 regexp match the date, to avoid treating date as file size.
2415 Add YYYY S option to WESTERN/
2416
24172000-09-04 Dave Love <fx@gnu.org>
2418
2419 * vc.el: Require `compile' when compiling.
2420 (vc-logentry-check-hook): New option.
2421 (vc-steal-lock): Use compose-mail.
2422 (vc-dired-mode-map): Defvar when compiling.
2423 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
2424 vc-sccs.el and renamed. Callers changed.
2425 (vc-backend-checkout, vc-backend-logentry-check)
2426 (vc-backend-merge-news): Doc fix.
2427 (vc-default-logentry-check): New function.
2428 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
2429 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
2430 (vc-backend-merge): Doc fix. Use backend functions.
2431 (vc-check-headers): Use backend functions.
2432
2433 * vc-cvs.el: Require vc when compiling.
2434 (vc-cvs-register-switches): Doc fix.
2435 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
2436 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
2437 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
2438 New functions (code from vc.el).
2439 (vc-annotate-display-default): Fix interactive spec.
2440 (vc-annotate-time-span): Doc fix.
2441
2442 * vc-rcs.el: Require vc when compiling.
2443 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
2444 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
2445 (vc-rcs-checkin): New functions (code from vc.el).
2446 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
2447 Doc fix.
2448 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
2449
2450 * vc-sccs.el: Require vc when compiling.
2451 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
2452 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
2453 (vc-sccs-revert)
2454 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
2455 from vc.el).
2456 (vc-sccs-add-triple, vc-sccs-record-rename)
2457 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
2458 (vc-sccs-admin): Doc fix.
2459
24602000-09-04 Martin Lorentzson <martinl@gnu.org>
2461
2462 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
2463 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
2464 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
2465 from vc.el.
2466
2467 * vc-sccs.el (vc-admin-sccs): Added from vc.el
2468
2469 * vc-cvs.el: Moved the annotate functionality from vc.el.
2470 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
2471
24722000-09-04 Dave Love <fx@gnu.org>
2473
2474 * vc.el (vc-backend-release): Call vc-system-release.
2475
2476 * vc-sccs.el (vc-sccs-system-release):
2477 Renamed from vc-sccs-backend-release.
2478
2479 * vc-rcs.el (vc-rcs-system-release):
2480 Renamed from vc-rcs-backend-release.
2481
2482 * vc-cvs.el (vc-cvs-system-release):
2483 Renamed from vc-cvs-backend-release.
2484
24852000-09-04 Dave Love <fx@gnu.org>
2486
2487 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
2488 backend files.
2489 (vc-backend-release): Dispatch to backend functions.
2490 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
2491 probably needs attention.]
2492
2493 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
2494 (vc-sccs-backend-release): New function.
2495
2496 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
2497 (vc-cvs-backend-release): New function.
2498
2499 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
2500 Doc fix.
2501 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
2502 (vc-default-dired-state-info): New function.
2503 (vc-dired-state-info): Dispatch to backends.
2504 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
2505
2506 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
2507 from vc.el and renamed.
2508
25092000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
2510
2511 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
2512 (vc-version-other-window, vc-backend-assign-name): Removed
2513 references to vc-latest-version; sometimes changed into
2514 vc-workfile-version.
2515
2516 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
2517 vc-rcs-master-workfile-version.
2518 (vc-rcs-workfile-version): Use the above. Don't call
2519 vc-latest-version (that was unreachable code, anyway).
2520 (vc-rcs-fetch-master-properties): Doc fix.
2521
2522 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
2523 (vc-backend-hook-functions): Removed them from this list, too.
2524 (vc-fetch-properties): Removed.
2525 (vc-workfile-version): Doc fix.
2526
2527 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
2528 (vc-rcs-workfile-version, vc-rcs-locking-user)
2529 (vc-rcs-uses-locking): Use it.
2530
2531 * vc-hooks.el (vc-consult-rcs-headers):
2532 Moved into vc-rcs-hooks.el, under the name
2533 vc-rcs-consult-headers.
2534
2535 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
2536 headers.
2537 (vc-cvs-find-master): Use this name only; correct different
2538 versions of the name.
2539
2540 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
2541 New functions.
2542 (vc-sccs-locking-user): Use the latter.
2543
2544 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
2545 New functions.
2546
2547 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
2548 Moved into both
2549 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
2550 functions are implementation details of those two backends.
2551
25522000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
2553
2554 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
2555 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
2556
2557 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
2558 (vc-sccs-parse-locks): SCCS-specific code moved here from
2559 vc-hooks.
2560
2561 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
2562 code moved here from vc-hooks.
2563
2564 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
2565 into back-end specific parts and removed. Callers not updated
2566 yet; because I guess these callers will disappear into back-end
2567 specific files anyway.
2568
25692000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
2570
2571 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
2572 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
2573 `vc-uses-locking'.
2574
2575 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
2576 Store yes/no in the property, and return t/nil. Updated all
2577 callers.
2578
2579 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
2580 vc-sccs-uses-locking. Don't set property.
2581 (vc-sccs-locking-user): Don't set property.
2582
2583 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
2584 vc-cvs-uses-locking. Don't set property here; leave that to
2585 vc-hooks.
2586 (vc-cvs-locking-user): Reflect above change. Streamlined.
2587
2588 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
2589 vc-rcs-uses-locking.
2590 (vc-rcs-locking-user): Reflect above change.
2591
25922000-09-04 Dave Love <fx@gnu.org>
2593
2594 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
2595
2596 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
2597
2598 * vc-hooks.el (vc-checkout-model): Punt to backends.
2599
2600 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
2601
2602 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
2603
2604 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
2605 New functions.
2606
2607 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
2608 New functions.
2609
2610 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
2611 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
2612
2613 * vc-hooks.el (vc-default-locking-user): New function.
2614 (vc-locking-user, vc-workfile-version): Punt to backends.
2615
26162000-09-04 Dave Love <fx@gnu.org>
2617
2618 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
2619 (vc-master-workfile-version): Moved from vc-hooks.
2620
2621 * vc-rcs-hooks.el: Fix duplicate code in last change.
2622
2623 * vc-rcs-hooks.el: Require vc-hooks when compiling.
2624 (vc-rcs-master-templates): Improve :type.
2625 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
2626 vc-master-workfile-version): Moved from vc-hooks.
2627
2628 * vc-sccs-hooks.el: Require vc-hooks when compiling.
2629 (vc-sccs-master-templates): Improve :type.
2630 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
2631
2632 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
2633
2634 * vc-cvs-hooks.el: Require vc-hooks when compiling.
2635 (vc-cvs-master-templates): Improve :type. Use
2636 vc-cvs-find-cvs-master.
2637 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
2638 from vc-hooks.
2639 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
2640
2641 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
2642 Moved to vc-cvs-hooks.
2643
2644 * vc-hooks.el: Add doc strings in various places. Simplify the
2645 minor mode setup.
2646 (vc-handled-backends): New user variable.
2647 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
2648 simplification.
2649
26502000-09-04 Dave Love <fx@gnu.org>
2651
2652 * vc.el: Some doc fixes for autoloaded and interactive functions.
2653 Fix compilation warnings from ediff stuff.
2654 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
2655
2656 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
2657
2658 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
2659
2660 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
2661
26622000-09-04 Dave Love <fx@gnu.org>
2663
2664 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
2665 New variable.
2666 (vc-make-backend-function, vc-loadup, vc-call-backend)
2667 (vc-backend-defines): New functions.
2668
2669 * vc-hooks.el: Various doc fixes.
2670 (vc-default-back-end, vc-follow-symlinks): Custom fix.
2671 (vc-match-substring): Function removed. Callers changed to use
2672 match-string.
2673 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
2674 Simplify.
2675
26762000-09-04 Dave Love <fx@gnu.org>
2677
2678 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
2679 type.
2680 (vc-sccs-project-dir, vc-search-sccs-project-dir)
2681 (vc-sccs-registered): Doc fix.
2682
2683 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
2684 (vc-cvs-registered): Doc fix.
2685
2686 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
2687 (vc-rcs-registered): Doc fix.
2688
26892000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
2690
2691 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
2692
2693 * vc-hooks.el: vc-registered has been renamed
2694 vc-default-registered. Some functions have been moved to the
2695 backend specific files. they all support the
2696 vc-BACKEND-registered functions.
2697
26982000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
2699
2700 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
2701
2702 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
2703
a033ea13
DL
27042000-09-04 Dave Love <fx@gnu.org>
2705
179fc9ef
DL
2706 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
2707 menu-bar-update-hook.
2708
2709 * help.el (help-manyarg-func-alist): Add
2710 find-operation-coding-system.
2711
a033ea13
DL
2712 * wid-edit.el (widget-sexp-validate): Fix garbled code.
2713
2714 * custom.el (custom-set-variables): Print message about errors in
2715 setting.
2716
f8803e97
AI
27172000-09-03 Andrew Innes <andrewi@gnu.org>
2718
2719 * makefile.w32-in: Change to DOS line endings.
2720
59836110
EZ
27212000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
2722
2723 * mouse.el (mouse-popup-menubar): Supply the prompt string for
2724 minor-mode keymaps, if they don't have one.
2725
5514ba5c
EZ
27262000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
2727
2728 * eshell/esh-module.el (eval-when-compile): Don't lose if
2729 esh-module.el's file name is truncated to DOS 8+3 limits.
2730
79cf8e80
JW
27312000-09-01 John Wiegley <johnw@gnu.org>
2732
2733 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
2734 predicate, which caused entries in the completion list to be
2735 doubled.
2736
27372000-08-30 John Wiegley <johnw@gnu.org>
2738
2739 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
2740 sending to subprocesses. Also, hook pre-command-hook if
2741 `eshell-send-direct-to-subprocesses' is non-nil.
2742 (eshell-send-direct-to-subprocesses): New config variable. If t,
2743 subprocess input is send immediately.
2744 (eshell-toggle-direct-send): New function.
2745 (eshell-self-insert-command): New function.
2746 (eshell-intercept-commands): New function.
2747 (eshell-send-input): If direct subprocess sending is enabled,
2748 don't echo any input to the Eshell buffer. Let the subprocess
2749 handle that. This requires "stty echo" in bash, for example.
2750
27512000-08-28 John Wiegley <johnw@gnu.org>
2752
2753 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
2754 completion function for Eshell's implementation of `unset'.
2755
778911b9
EZ
27562000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
2757
2758 * info.el (Info-directory-list): Doc fix.
2759
05d07b49
PB
27602000-08-31 Peter Breton <pbreton@ne.mediaone.net>
2761
9b4a7800 2762 * filecache.el (file-cache-add-directory-using-find): Don't quote
05d07b49
PB
2763 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
2764
9941d4c7
KH
27652000-08-31 Kenichi Handa <handa@etl.go.jp>
2766
2767 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
2768 coding systems.
2769
af9ba8ad
AI
27702000-08-30 Andrew Innes <andrewi@gnu.org>
2771
2772 * timer.el (run-with-idle-timer): Undo last change, so that timer
2773 is not activated immediately if Emacs is already idle. Some
2774 existing code relies on this behaviour.
2775
caccd8f2
MB
27762000-08-30 Miles Bader <miles@gnu.org>
2777
2778 * frame.el (set-frame-font): Do completion of font-name for
2779 interactive use.
2780
b64c0a1c
KH
27812000-08-30 Kenichi Handa <handa@etl.go.jp>
2782
2783 * international/quail.el (quail-start-translation): Bind locally
2784 last-command-event, last-command, and this-command.
2785 (quail-start-conversion): Likewise.
75cf0095 2786 (quail-self-insert-command): Fix docstring.
b64c0a1c 2787
fd5f61d3
GM
27882000-08-29 Gerd Moellmann <gerd@gnu.org>
2789
2790 * progmodes/executable.el
2791 (executable-make-buffer-file-executable-if-script-p): Check that
2792 buffer contains at least 2 characters.
2793
5b671d04
EZ
27942000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
2795
2796 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
2797
485d9513
DL
27982000-08-29 Dave Love <fx@gnu.org>
2799
a39fb83d
DL
2800 * diff-mode.el (diff-mode) <defgroup>: Add :version.
2801 (diff-mode-shared-map): Bind mouse-2.
2802 (diff-imenu-generic-expression): New variable.
2803 (diff-mode): Use it.
2804
485d9513
DL
2805 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
2806 (mouse-popup-menubar): Add minor mode menus.
2807 (popup-menu): Check for lookup-key returning number.
2808
ba3478d9
MB
28092000-08-29 Miles Bader <miles@gnu.org>
2810
2811 * comint.el (comint-send-input): Create overlays using the proper
2812 front/read-advance arguments.
9b4a7800 2813
c3d6d211
GM
28142000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2815
2816 * ps-print.el: Even/odd pages printing. Doc fix.
2817 (ps-print-version): New version number (6.0).
2818 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
2819 (ps-background, ps-begin-file, ps-begin-job): Code fix.
2820 (ps-print-duplex-feature): Variable eliminated.
2821 (ps-even-or-odd-pages): New variable.
2822
ba087cd7 2823 * progmodes/ebnf2ps.el: Doc fix.
87d0f685
GM
2824 (ebnf-version): New version (3.3).
2825 (ebnf-user-arrow): Change variable customization to sexp.
2826 (ebnf-user-arrow): Function eliminated.
2827 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
9b4a7800 2828
d313265f
KH
28292000-08-29 Kenichi Handa <handa@etl.go.jp>
2830
cba62b78 2831 * help.el (help-xref-mule-regexp): New variable.
d313265f
KH
2832 (help-make-xrefs): Handle help-xref-mule-regexp.
2833
2834 * international/mule-cmds.el (help-xref-mule-regexp-template): New
2835 variable.
2836 (describe-input-method): Temporarily activate the specfied input
2837 method to display the information.
2838 (describe-language-environment): Hyperlinks to mule related items.
2839
2840 * international/mule-diag.el (charset-multibyte-form-string): New
2841 function.
2842 (list-character-sets-1): Use charset-multibyte-form-string.
2843 (describe-character-set): New function.
2844 (describe-coding-system): Hyperlinks to safe character sets.
2845
2846 * international/quail.el (quail-help): New arg PACKAGE.
2847 Hyperlinks to mule related items.
2848 (quail-help-insert-keymap-description): Use
2849 substitute-command-keys instead of describe-bindings.
2850 (quail-translation-help): Hyperlinks to mule related items.
2851
b4bd214e
JW
28522000-08-28 John Wiegley <johnw@gnu.org>
2853
ca7aae91
JW
2854 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
2855 have a defsubst call itself. Made `eshell-flatten-list' back into
2856 a function again.
2857
b4bd214e
JW
2858 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
2859 catch, in case re-centering point at bottom messes up the display.
2860 This happens frequently in Emacs 21, due I believe to variable
2861 line heights.
2862
2863 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
2864 to call `find-tag-interactive'.
2865
2866 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
2867 the list of remember directories.
2868
d44e146b
JW
28692000-08-28 John Wiegley <johnw@gnu.org>
2870
2871 * align.el: Test align-region-separate to see if it's a symbol.
2872
546c0888 28732000-08-28 John Wiegley <johnw@gnu.org>
d44e146b
JW
2874
2875 * eshell/esh-util.el (eshell-flatten-list): Made this function
2876 into a defsubst form. It gets used very frequently, although
2877 calls don't occur all that often.
2878
2879 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
2880 examining it.
2881
2882 * eshell/esh-cmd.el (eshell-rewrite-while-command):
2883 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
2884 `eshell-protect'.
2885 (eshell-copy-handles): Created a new macro for duplicating the
2886 current set of open handles. This is needed by the looping
2887 functions.
2888 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
2889 is not incorrectly stomped on.
2890
2891 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
2892 declaration for pcomplete-use-paring.
2893 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
2894 value of eshell-cmpl-use-paring.
2895 * pcomplete.el (pcomplete-use-paring): New config variable, to
2896 indicate whether paring should be used.
2897 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
2898 completion alternatives that have already been used.
2899
2900 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
2901 bound to C-c C-y, which will repeat the previous N arguments
2902 (based on prefix argument).
2903 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
2904
2905 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
2906 if there is no *Help* buffer. This is for XEmacs, which renames
2907 its help buffers uniquely. TODO: Find out what the current buffer
2908 name to delete is.
2909
2910 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
2911 first entry that correlates to a passwd/group number. Later
2912 entries (used for group/user name aliasing to multiple IDs) are
2913 ignored.
2914
9b4a7800
TTN
2915 * eshell/em-xtra.el (eshell/expr):
2916 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
2917 (eshell-grep, eshell/diff, eshell/locate):
d44e146b
JW
2918 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
2919 argument list, before passing it to the system command.
2920
2921 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
2922 `find-tag' for use at final position in Eshell buffers (which
2923 otherwise triggers an error on Emacs 21).
2924 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
2925 buffer, if it is currently bound to `find-tag'.
2926
2927 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
2928 in the list of matched Makefile names.
2929 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
2930 directory, prefer its contents to Makefile.
2931
2932 * eshell/em-dirs.el (eshell/cd): cd commands that look up
2933 directory parts (like "cd old new", or "cd =regexp"), are now case
2934 sensitive on non-Windows/DOS platforms.
2935
2936 * eshell/esh-mode.el (eshell-parse-command-input): When a user
2937 types RET after an open delimiter (like "), display a message
2938 indicating that Eshell is waiting for the closing delimiter.
2939
2940 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
2941 environment variables.
2942
2943 * eshell/em-unix.el (eshell/diff): Added logic to fail more
2944 gracefully if the user enters incorrect arguments.
2945
2946 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
2947 Eshell buffers.
2948
9b4a7800
TTN
2949 * eshell/esh-var.el (eshell-interpolate-variable):
2950 * eshell/esh-mode.el (eshell-move-argument):
d44e146b
JW
2951 * eshell/em-unix.el (eshell-du-sum-directory):
2952 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
2953 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
2954 (not (= ...)).
2955
2956 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
2957 to ensure the `preserve' flag gets propagated when doing recursive
2958 directory copies.
2959
546c0888 29602000-08-28 Stefan Monnier <monnier@cs.yale.edu>
d44e146b
JW
2961
2962 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
2963 Don't convert \n into \0177 in memory.
2964 (eshell-read-history, eshell-write-history): Convert \n to \0177,
2965 and back again, when reading and writing.
9b4a7800 2966
546c0888 29672000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
d44e146b
JW
2968
2969 * eshell/esh-util.el (eshell-processp): Added to relieve constant
2970 testing of `fboundp' on `processp'.
2971
2972 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
2973 (eshell/jobs): Don't call process-list if it is not bound.
2974 (eshell-gather-process-output): Support systems where async
2975 subprocesses aren't supported.
2976 (eshell-scratch-buffer, eshell-last-sync-output-start): New
2977 variables.
2978
2979 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
2980 eshell-do-eval returns t.
2981 (eshell-do-pipelines-synchronously): New defmacro.
2982 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
2983 when async subprocesses aren't supported.
2984 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
2985 if async subprocesses aren't supported.
2986 (eshell-resume-command): Don't assume STATUS is a string.
2987
2988 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
2989
2990 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
2991 (eshell-close-target, eshell-get-target): Use eshell-processp.
2992 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
2993 fix.
2994 (eshell-get-target, eshell-create-handles): Doc fix.
2995
546c0888 29962000-08-28 Miles Bader <miles@lsi.nec.co.jp>
d44e146b 2997
546c0888 2998 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
d44e146b
JW
2999 criterion to include commands that output something, as long as it
3000 leaves both the command and the end-of-buffer visible when the
3001 command has exited.
3002 (eshell-review-quick-commands): Adjust the help doc string
3003 accordingly.
3004
2a371c3b
PB
30052000-08-28 Peter Breton <pbreton@ne.mediaone.net>
3006
8348e1f9 3007 * locate.el (locate): Cleaned up locate command's interactive prompting
d313265f 3008 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
8348e1f9 3009
9b4a7800 3010 * filecache.el (file-cache-case-fold-search): New variable
2a371c3b
PB
3011 (file-cache-assoc-function): New variable
3012 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
3013 Use file-cache-case-fold-search variable
3014 (file-cache-add-file): Use file-cache-assoc-function
3015 (file-cache-delete-file): likewise
3016 (file-cache-directory-name): likewise
3017 (file-cache-debug-read-from-minibuffer): likewise
3018
95931eb1
GM
30192000-08-28 Gerd Moellmann <gerd@gnu.org>
3020
3021 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
3022 (abbrev-table-name): New function.
3023 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
3024 If non-nil list local abbrev, only.
3025
bb17930d
GM
30262000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
3027
546c0888
EZ
3028 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
3029 from Gnus support code, and use special article copy buffer
bb17930d
GM
3030 `(gnus-original-article-buffer)' instead. This allows to get rid
3031 of article-hide-headers usage (which breaks in the latest Gnus
3032 version). Thanks to Detlev Zundel.
3033
41a68aef
KH
30342000-08-28 Kenichi Handa <handa@etl.go.jp>
3035
3036 * international/quail.el (quail-use-package): Hide "... loaded"
3037 message.
3038 (quail-start-translation, quail-start-conversion): Likewise.
3039
3040 * international/kkc.el (kkc-region): Hide "... loaded" message.
3041
28bb2cef
DL
30422000-08-27 Dave Love <fx@gnu.org>
3043
3044 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
3045
11a1118d
MB
30462000-08-27 Miles Bader <miles@gnu.org>
3047
3048 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
3049
0f85d477
KH
30502000-08-27 Kenichi Handa <handa@etl.go.jp>
3051
3052 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
3053 'ja-dic-cnv), not (require 'skkdic-cnv).
3054
2d73e8d3
MB
30552000-08-26 Miles Bader <miles@gnu.org>
3056
a0e5a5a4
MB
3057 * faces.el (face-x-resources): Add entry for :inherit.
3058 * cus-face.el (custom-face-attributes): Add support for :inherit
3059 attribute. Add support for relative face heights.
3060 (custom-face-attributes-get): Treat `nil' as being a default value
3061 for :inherit (as well as `unspecified').
3062
19feb949
MB
3063 * faces.el (set-face-attribute): Update doc string.
3064 (face-attribute-name-alist): Add :inherit.
3065 (face-valid-attribute-values): Handle :inherit.
3066 (face-read-string): Rephrase prompt to be less confusing.
3067 Assume that DEFAULT is a string, since we must return a string.
3068 (face-read-integer): Use `format' to turn DEFAULT into an
3069 acceptable default for face-read-string. Match NEW-VALUE against
3070 the string "unspecified", not the symbol `unspecified', since
3071 that's what face-read-string returns.
3072 (read-face-attribute): Lookup a name for old-value in valid, and
3073 use it as a default if we find one. Treat all values from
3074 face-read-string as strings. If the default is used, don't do any
3075 more processing on the value, just use the old value directly.
3076 (read-face-and-attribute, modify-face): Tweak prompt.
3077 (read-face-name): Don't assume prompt ends with a space.
3078
2d73e8d3
MB
3079 * faces.el (describe-face): Add support for :inherit attribute.
3080
a1a2e38f
KH
30812000-08-25 Kenichi Handa <handa@etl.go.jp>
3082
e84fa7c5
KH
3083 * terminal.el (terminal-emulator): Fix args to `concat'. Now
3084 concat doesn't accept interger.
3085
a1a2e38f
KH
3086 * international/kkc.el: Remove SKK from Keywords. Require
3087 ja-dic-utl instead of skkdic-utl.
3088
3089 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
3090 Provide ja-dic-cnv instead of skkdic-cnv.
3091 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
3092 (iso-2022-7bit-short): Add safe-charsets property.
3093 (skkdic-convert-postfix): Search Japanese chou-on character in
3094 addition to Hiragana character.
3095 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
3096 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
3097 (batch-skkdic-convert): Likewise.
3098
3099 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
3100 Provide ja-dic-utl instead of skkdic-utl.
3101 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
3102
f6499c03
DL
31032000-08-24 Dave Love <fx@gnu.org>
3104
1c2c3f16
DL
3105 * disp-table.el (standard-display-default): Make the test of `l'
3106 useful.
3107
f6499c03
DL
3108 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
3109 mod sample text.
3110
3111 * international/iso-ascii.el: Make pilcrow convenient string
3112 consistent with section.
3113 (iso-ascii-display): Set up multibyte characters as well as
3114 unibyte.
3115
c543db81
KH
31162000-08-24 Kenichi Handa <handa@etl.go.jp>
3117
3118 * international/mule-cmds.el (reset-language-environment): Set
3119 default-process-coding-system to '(undecided . iso-latin-1), which
3120 makes process I/O almost consistent with file I/O. Call this
3121 function when mule-cmds.el[c] is loaded.
3122
746d9caf
AI
31232000-08-22 Andrew Innes <andrewi@gnu.org>
3124
3125 * makefile.w32-in: New file.
3126
5484005d
MB
31272000-08-22 Miles Bader <miles@lsi.nec.co.jp>
3128
3129 * comint.el (comint-output-filter): Compare end of
3130 comint-last-output-overlay with the start of the newly inserted
3131 text, not the end, when deciding whether to extend it.
9b4a7800 3132 Set saved-point's insertion type to advance after insertion.
5484005d
MB
3133
3134 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
3135 since this is now done independently of font-lock mode.
3136
7a912f63
GM
31372000-08-21 Gerd Moellmann <gerd@gnu.org>
3138
3139 * server.el (server-kill-new-buffers): New user option.
3140 (server-existing-buffer): New buffer-local variable.
3141 (server-visit-files): When using an existing buffer, set
3142 server-existing-buffer to t.
3143 (server-buffer-done): If server-kill-new-buffers is t, kill the
3144 buffer, unless it was already present before visiting it with
3145 Emacs server.
9b4a7800 3146
240301df
EZ
31472000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
3148
3149 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
3150 even if the display doesn't support colors: some displays will
3151 support bold/underline faces.
3152
cbcef616
GM
31532000-08-21 Gerd Moellmann <gerd@gnu.org>
3154
6917e6bb
GM
3155 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
3156
cbcef616
GM
3157 * startup.el (command-line): If user's init file had an error,
3158 add explanatory text to *Messages*.
3159
6922b018
KH
31602000-08-21 Kenichi Handa <handa@etl.go.jp>
3161
3162 * man.el (Man-getpage-in-background): Decode the process output by
3163 the system locale coding system.
3164
e50c4203
DL
31652000-08-20 Dave Love <fx@gnu.org>
3166
96ab6351
DL
3167 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
3168 Don't test x-popup-menu.
3169 (function) <complete-function>: Complete only fbound symbols.
3170 <validate, value>: New.
3171 (variable) <complete-function>: Complete only bound symbols.
3172 (coding-system): Add :base-only, :complete-function, :validate,
3173 :value, :prompt-match.
3174 (widget-coding-system-prompt-value): Use read-coding-system and
3175 act on :base-only.
3176 (editable-field): Add :help-echo.
3177 (widget-push-button-gui, widget-push-button-cache)
3178 (widget-gui-action, widget-editable-list-gui): COmment out, along
3179 with uses.
3180 (widget-at): Make arg optional.
3181 (widget-echo-help): Adjust for current help-echo calling sequence.
3182 (widget-specify-field, widget-specify-button)
3183 (widget-specify-insert, widget-get-sibling, widget-image-find)
3184 (widget-convert, widget-insert, widget-leave-text)
3185 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
3186 (widget-setup, widget-field-find, widget-before-change)
3187 (widget-after-change, widget-default-complete)
3188 (widget-default-create, widget-default-delete)
3189 (widget-push-button-value-create, editable-field)
3190 (widget-field-prompt-value, widget-field-validate)
3191 (widget-choice-value-create, widget-choice-action)
3192 (widget-choice-validate, widget-checklist-add-item)
3193 (widget-radio-add-item, widget-radio-chosen)
3194 (widget-radio-value-inline, widget-editable-list-value-create)
3195 (widget-editable-list-entry-create)
3196 (widget-documentation-link-add)
3197 (widget-documentation-string-value-create)
3198 (widget-regexp-validate, widget-file-complete)
3199 (widget-sexp-validate, widget-plist-convert-widget)
3200 (widget-plist-convert-widget, widget-alist-convert-widget)
3201 (widget-alist-convert-widget, widget-color-complete): Simplify,
3202 particularly to avoid bindings which aren't optimized out.
3203
e50c4203
DL
3204 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
3205 Doc fix.
3206 (down-list, backward-up-list, up-list, kill-sexp)
3207 (backward-kill-sexp, mark-sexp): Make arg optional.
3208 (lisp-complete-symbol): Add optional arg PREDICATE.
3209
3210 * cus-start.el: Add display-buffer-reuse-frames,
3211 file-coding-system-alist.
3212
511bd4eb
GM
32132000-08-20 Gerd Moellmann <gerd@gnu.org>
3214
3215 * startup.el (command-line): Clear realized faces after
3216 modifying TTY color mappings.
3217
a9de7d29
MB
32182000-08-20 Miles Bader <miles@gnu.org>
3219
3220 * faces.el (face-attr-match-p): Don't return true if ATTRS are
3221 merely a subset of FACE's attributes.
3222
8a8023d9
MB
32232000-08-19 Miles Bader <miles@gnu.org>
3224
3225 * comint.el (comint-output-filter): Save the point with a marker,
3226 not just a buffer position.
3227
3228 * international/mule.el (set-buffer-process-coding-system): Make
3229 interactive prompt less confusing.
3230
1433385f
GM
32312000-08-19 Gerd Moellmann <gerd@gnu.org>
3232
3233 * hilit-chg.el: General cleanup of doc strings, comments and
3234 code formatting.
3235
136b4eda
MB
32362000-08-19 Miles Bader <miles@gnu.org>
3237
3238 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
3239 Compiler macro removed; beginning-of-line is no longer always
3240 equivalent to forward-line, in the presence of fields.
3241
3242 * comint.el (comint-output-filter): Remove ad-hoc saving of
3243 restriction, and just use save-restriction, now that it works
3244 correctly. Don't adjust comint-last-input-start to account for
3245 our insertion; it shouldn't have moved because we don't use
3246 insert-before-markers anymore. Comment out call to
3247 `force-mode-line-update'; why is it here?
3248
3249 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
3250 while checking for prompt to delete. Use `forward-line 0'
3251 instead of beginning-of-line.
3252 (gud-filter): Temporarily widen gud comint buffer while
3253 examining output.
3254
cdd0f857
SM
32552000-08-18 Stefan Monnier <monnier@cs.yale.edu>
3256
ebf96bfa
SM
3257 * progmodes/sh-script.el: Big bag of typos.
3258
cdd0f857
SM
3259 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
3260 check since ispell-process is not bound when ispell is not yet loaded.
3261
9bb7a286
DL
32622000-08-18 Dave Love <fx@gnu.org>
3263
3264 * image.el (find-image): Copy `spec' before using plist-put.
3265
74ec6045
GM
32662000-08-18 Gerd Moellmann <gerd@gnu.org>
3267
3268 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
3269 `portugues'.
3270
3271 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
3272 backward-kill-sexp, analogous to kill-sexp.
3273
3274 * progmodes/icon.el (icon-indent-line)
3275 (icon-is-continuation-line): Handle comments specially.
3276
32772000-08-17 Ken Stevens <k.stevens@ieee.org>
3278
3279 * ispell.el: Set to standard author/maintainer/keyword fields.
3280 Fine tuning to menu map appearance and operation, and added help.
3281 Remove `start' and `end' error messages when compiling.
3282 (ispell-choices-win-default-height): Fixed comment string.
3283 (ispell-dictionary-alist-1): Fixed regexp in castellano and
3284 castellano8 dictionaries.
3285 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
3286 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
3287 dictionary, added italiano dictionary.
3288 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
3289 word character
3290 (ispell-tex-skip-alists): Added psfig support.
3291 (ispell-skip-html): Renamed from ispell-skip-sgml.
3292 (ispell-begin-skip-region-regexp, ispell-skip-region)
3293 (ispell-minor-check): Improved html skipping support to skip across
3294 code, and recognize `&' commands without propper `;' syntax;
3295 (ispell-process-line): Fix alignment error when manually
3296 correcting spelling.
3297 (ispell): Fix comment string.
3298 (ispell-add-per-file-word-list): Always put word list on new line.
3299
3787e12e
GM
33002000-08-17 Gerd Moellmann <gerd@gnu.org>
3301
a7b28523
GM
3302 * format.el (format-encode-run-method): Fix error message to say
3303 `encode' instead of `decode'. Use save-window-excursion around
3304 shell-command-on-region as in format-decode-run-method because
3305 shell-command-on-region can display a buffer with error output.
3306 (format-decode): Don't record undo information for the decoding.
3307 (format-annotate-function): Add parameter FORMAT-COUNT. Make
3308 that number part of the temporary buffer name so that more than
3309 one decoding using a temporary buffer can happen safely.
3310
3311 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
3312 of `A-z' in the regexp.
3313
3314 * hilit-chg.el: Fix typos in commentary.
3315
3787e12e
GM
3316 * help.el (view-emacs-news): Rewritten for new naming scheme
3317 for old NEWS files.
3318
3319 * startup.el (command-line): Pop to *Messages* in case an error
3320 is signaled while loading user-init-file.
3321
d2473540
AS
33222000-08-17 Andreas Schwab <schwab@suse.de>
3323
3324 * files.el (insert-directory): Don't lose original file name,
3325 undoing an undocumented change.
3326
c0bbaf57
GM
33272000-08-17 Alex Schroeder <alex@gnu.org>
3328
3329 * sql.el (sql-magic-go): Use comint-bol.
3330 (sql-copy-column): Use comint-line-beginning-position.
3331 (comint-line-beginning-position): Define a replacement for
3332 comint-line-beginning-position if it is not fboundp.
3333
33342000-08-17 Alex Schroeder <alex@gnu.org>
3335
3336 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
3337 it didn't have any effect anyway.
3338
33392000-08-17 Alex Schroeder <alex@gnu.org>
3340
3341 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
3342 --pset and pager=off instead of sending \\o|cat at the beginning
3343 of the session.
3344
9d245da5
MB
33452000-08-17 Miles Bader <miles@gnu.org>
3346
3347 * progmodes/octave-inf.el: Add compatibility definition of
3348 comint-line-beginning-position.
3349
abfdbd2e
KH
33502000-08-17 Kenichi Handa <handa@etl.go.jp>
3351
3352 * startup.el (normal-top-level): Look in each dir in load-path for
3353 a leim-list.el file too. This assures of loading leim-list.el
3354 that is created at Emacs installation time even if a user have his
3355 own leim-list.el.
3356
a0b8c939
MB
33572000-08-17 Miles Bader <miles@gnu.org>
3358
3359 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
3360 foreground color to black if the background is dark.
3361
7382bcae
SM
33622000-08-16 Stefan Monnier <monnier@cs.yale.edu>
3363
3364 * loadhist.el (unload-feature): Typo.
3365
9b4a7800 3366 * finder.el (finder-compile-keywords):
7382bcae
SM
3367 * cus-dep.el (custom-make-dependencies): Add local-variable settings
3368 to the generated file.
3369
3370 * mail/mh-e.el (mh-make-local-vars):
3371 Replace make-variable-buffer-local with make-local-variable.
3372
cdd0f857 3373 * play/landmark.el:
7382bcae 3374 * options.el (Edit-options-{set,toggle,t,nil}):
9b4a7800
TTN
3375 * mail/mailabbrev.el (mail-abbrevs-mode):
3376 * textmodes/tex-mode.el (tex-expand-files):
7382bcae
SM
3377 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
3378
3379 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
3380
3381 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
3382 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
3383 Allow going past the last element.
9b4a7800 3384 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
7382bcae
SM
3385 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
3386 (cvs-mouse-toggle-mark): Don't move point.
3387 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
3388
3389 * progmodes/compile.el (grep): Provide a default set of files.
3390 (next-error): Docstring fix.
3391 (compilation-find-file): Avoid find-file (fails in a dedicated window).
3392
3393 * emacs-lisp/easy-mmode.el (define-minor-mode):
3394 Use `symbol-value' to keep the byte-compiler quiet.
3395
3396 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
3397 (diff-find-source-location): New fun, extracted from diff-goto-source.
3398 (diff-goto-source): Use it.
3399 (diff-next-complex-hunk, diff-filter-lines): New function.
3400 (diff-apply-hunk): New command.
3401
3402 * smerge-mode.el (smerge-mode-menu): Doc fix.
3403
3404 * msb.el (msb-mode): Define it in terms of define-minor-mode.
3405
4f00b8c1
DL
34062000-08-16 Dave Love <fx@gnu.org>
3407
2b5198bb
DL
3408 * windmove.el (windmove) <defgroup>: Add :version.
3409
3410 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
3411 (goto-address-fontify-p, goto-address-highlight-p)
3412 (goto-address-url-face, goto-address-url-mouse-face)
3413 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
3414 (goto-address-url-regexp): Use thing-at-point-url-regexp.
3415 (goto-address-fontify, goto-address-at-mouse): Simplify,
3416 (goto-address-at-point): browse-url-url-at-point,
3417 goto-address-find-address-at-point can return nil.
3418 (goto-address-find-address-at-point): Return nil on failure.
3419
3420 * align.el (align) <defgroup>: Add :version.
3421
3422 * calculator.el (calculator): Add :version.
3423 (calculator): Use two lines for calculator window if `modeline'
3424 face is boxed.
3425
4f00b8c1
DL
3426 * play/5x5.el: Doc fixes.
3427 (5x5) <defgroup>: Add :version.
3428
3429 * play/fortune.el (fortune) <defgroup>: Add :version.
3430 (fortune-append): Fix error message.
3431 (fortune-from-region): Doc fix.
3432
3433 * play/pong.el (pong): Doc fix.
3434
3435 * play/morse.el: Keywords, commentary, autoloads.
3436
69db7ee7
EZ
34372000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
3438
3439 * desktop.el (desktop-save): Don't look at symbol-value of a
3440 member of minor-mode-alist, unless it is boundp.
3441
10e1dad9
SS
34422000-08-16 Sam Steingold <sds@gnu.org>
3443
a0b8c939 3444 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
10e1dad9
SS
3445 `while'; use `with-current-buffer' instead of `save-excursion'.
3446 Removed unnecessary kludges now that "*Buffer List*" is excluded.
3447
9d7bcb2e
KH
34482000-08-16 Kenichi Handa <handa@etl.go.jp>
3449
3450 * international/ccl.el (declare-ccl-program): Docstring modified.
3451 (ccl-execute-with-args): Likewise.
3452
04231ab8
MB
34532000-08-16 Miles Bader <miles@gnu.org>
3454
9d245da5 3455 * progmodes/sql.el: Add compatibility definition of
04231ab8
MB
3456 comint-line-beginning-position.
3457
f68446ef
GM
34582000-08-15 Gerd Moellmann <gerd@gnu.org>
3459
dc28878c
GM
3460 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
3461 'buffer-menu' property.
3462 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
3463 fails.
3464 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
3465 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
3466 wasn't killed.
10e1dad9 3467
58ed0d3b
GM
3468 * buff-menu.el (list-buffers-noselect): Don't display the
3469 *Buffer List* buffer.
3470
32dc52f7
GM
3471 * font-lock.el: Require jit-lock to prevent a very late
3472 `Loading jit-lock' message.
3473
f68446ef 3474 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
10e1dad9 3475 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
f68446ef
GM
3476 mail address.
3477
90ac90a2
MB
34782000-08-15 Miles Bader <miles@gnu.org>
3479
3480 * textmodes/ispell.el (ispell-graphic-p): New constant.
3481 (ispell-choices-win-default-height, ispell-help): Use
3482 `ispell-graphic-p' instead of `xemacsp'.
3483
b0a0e263
DL
34842000-08-15 Dave Love <fx@gnu.org>
3485
c1e757e3
DL
3486 * simple.el: Autoload widget-convert when compiling.
3487 (mail-user-agent): Doc fix.
3488
3489 * help.el (function-called-at-point, variable-at-point): Use
3490 with-syntax-table.
3491 (help-manyarg-func-alist): Add insert-and-inherit.
3492
3493 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
3494
3495 * delsel.el (delsel-unload-hook): New function.
3496
3497 * find-file.el: Doc fixes. Move provide to end.
3498 (ff) <defgroup>: Add :link.
3499 (ff-goto-click): Deleted.
3500 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
3501 Use mouse-set-point.
3502
3503 * textmodes/tildify.el: Doc fixes.
3504 (tildify) <defgroup>: Add:version.
3505
3506 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
3507 (glasses-custom-set): Use set-default, not set.
3508 (minor-mode-alist): Propertize the lighter.
3509 (glasses-mode): Provide optional arg.
3510
5f847612
DL
3511 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
3512 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
3513 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
3514 option. Provide :type.
3515 (cwarn-configuration): Provide :type.
3516 (cwarn-mode): Doc fix.
3517
3518 * add-log.el (change-log-merge): Doc fix.
3519 (change-log-redate): New command.
3520
b0a0e263
DL
3521 * net/browse-url.el (browse-url-filename-alist): Add a clause for
3522 Doze and Dog.
3523 (browse-url): Use dolist, not mapcar.
3524 (browse-url-at-point): Check for null url.
3525 (browse-url-event-buffer, browse-url-event-point): Functions
3526 deleted.
3527 (browse-url-at-mouse, browse-url-netscape): Simplify.
3528
3529 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
3530 modes.
3531 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
3532 Fix previous change to mapcan.
3533 (msb--init-file-alist, msb--add-separators)
3534 (msb--make-keymap-menu): Simplify.
3535 (msb--choose-file-menu): Use copy-sequence.
3536 (msb-mode-map): Add title to keymap.
3537 (msb-unload-hook): New function.
3538
3539 * bs.el: Fix indentation.
3540 (bs) <defgroup>: Add :links.
2b5198bb
DL
3541 (bs-show): Doc fix.
3542 (bs-apply-sort-faces): Don't use window-system.
3543 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
b0a0e263 3544
70f1b78e
EZ
35452000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
3546
3547 * calendar/timeclock.el (timeclock-file): Run .timelog through
3548 convert-standard-filename.
3549
956777b3
GM
35502000-08-14 Gerd Moellmann <gerd@gnu.org>
3551
3215096c
GM
3552 * emacs-lisp/authors.el: New file.
3553
956777b3
GM
3554 * paren.el (show-paren-priority): New user option.
3555 (show-paren-function): Set overlay priorities to
3556 show-paren-priority.
10e1dad9 3557
0cde1424
MB
35582000-08-14 Miles Bader <miles@gnu.org>
3559
3560 * comint.el (comint-bol): Use `forward-line 0' instead of calling
3561 beginning-of-line with inhibit-field-text-motion bound.
3562
90cbf47e
GM
35632000-08-14 Gerd Moellmann <gerd@gnu.org>
3564
3565 * calendar/timeclock.el: New file.
3566
35672000-08-14 David Ponce <david@dponce.com>
3568
3569 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
3570 `widget-button-click'. so that one can use left mouse button to
3571 click on dialog buttons.
3572
35732000-08-14 Emmanuel Briot <briot@gnat.com>
3574
3575 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
3576 identifiers, since XML is case sensitive
10e1dad9 3577
79e8dca7 35782000-08-12 Miles Bader <miles@gnu.org>
10e1dad9 3579
660394d1
MB
3580 * comint.el (comint-output-filter): Don't bother frobbing
3581 window-start, it doesn't seem to be necessary.
79e8dca7
MB
3582
3583 * comint.el (comint-send-string, comint-send-region): Make into
3584 real functions. Snapshot the prompt before sending.
3585
218c2cc7
EZ
35862000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
3587
3588 * info.el (Info-find-emacs-command-nodes): Rewrite to use
3589 technique similar to Info-index, instead of relying on specific
3590 names of relevant Index nodes.
3591 (Info-goto-emacs-command-node): Bind Info-history to nil when
3592 going to the first node found by Info-find-emacs-command-nodes.
3593
51e066d2 35942000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
968280cc
EZ
3595
3596 * menu-bar.el (menu-bar-help-menu): Add a :help string.
3597
867102f2
MB
35982000-08-10 Miles Bader <miles@gnu.org>
3599
3600 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
3601
af718538
EZ
36022000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
3603
3604 * info.el (Info-file-list-for-emacs): More elements for the
3605 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
3606 and woman manuals.
3607
c51bacd6
MB
36082000-08-10 Miles Bader <miles@lsi.nec.co.jp>
3609
3610 * comint.el (comint-send-input): Make the newline boundary overlay
3611 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
3612 (comint-output-filter): Use `insert' instead of
3613 `insert-before-markers'. Extend comint-last-output-overlay when
3614 necessary since we can't rely on insert-before-markers to do it.
3615 * gud.el (gud-filter): Use `with-current-buffer' instead of
3616 save-excursion when inserting the output, so that point gets
3617 updated correctly; the old method relied on a rather dodgy
3618 side-effect of comint-output-filter to avoid the effect of
3619 save-excursion.
3620
98532b12
EZ
36212000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
3622
3623 * files.el (recover-file): Call insert-directory instead of
3624 invoking `ls' directly.
3625
3db4b719
MB
36262000-08-10 Miles Bader <miles@gnu.org>
3627
3628 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
3629 (comint-last-prompt-overlay): New variables.
3630 (comint-output-filter): Implement prompt highlighting.
3631 (comint-snapshot-last-prompt): New function.
3632 (comint-send-input): Snapshot the last prompt.
3633 Use comint-highlight-input-face.
3634 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
3635 Use defface instead of defcustom.
3636 (send-invisible, comint-send-eof): Snapshot the last prompt.
3637 (comint-delchar-or-maybe-eof): Use comint-send-eof.
3638 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
3639
96190aa1
SM
36402000-08-09 Stefan Monnier <monnier@cs.yale.edu>
3641
5cda4b07
SM
3642 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
3643 (regexp-opt-group): Use a list of chars for `letters'.
3644 (regexp-opt-charset): `chars' is now a list of chars.
3645 Use a char-table rather than a vector so it works for multibyte chars.
3646
96190aa1
SM
3647 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
3648 Set cvs-minor-current-files to the selected fileinfo.
3649 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
3650 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
3651
7d093d56
EZ
36522000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
3653
3654 * files.el (insert-directory): Don't call access-file on
3655 directories on DOS and Windows.
3656
b24c5811
KH
36572000-08-09 Kenichi Handa <handa@etl.go.jp>
3658
3659 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
3660 longer if necessary.
3661 (ccl-embed-code): Call ccl-embed-data to store CODE in
3662 ccl-program-vector.
3663
0a6fd67e
MB
36642000-08-09 Miles Bader <miles@gnu.org>
3665
3666 * comint.el (comint-output-filter): Properly handle the case where
3667 the text surrounded by comint-last-output-overlay was deleted.
3668
9f6d1a6c
GM
36692000-08-08 Gerd Moellmann <gerd@gnu.org>
3670
25ad1371
GM
3671 * info.el (Info-insert-dir): Use Info-additional-directory-list if
3672 non-nil.
3673 (Info-file-list-for-emacs): Remove "info" from the list because
3674 that leads to trying to use the documentation from file `info'
3675 in various situations where it isn't appropriate, for instance
3676 C-h C-k C-h i.
3677
3678 * ffap.el (ffap-read-file-or-url-internal): Handle case that
3679 DIR and/or STRING are nil.
3680
3681 * progmodes/compile.el (compilation-setup): Make variable
3682 compilation-error-screen-columns buffer-local, as some comment
3683 in the code suggests it should be.
3684
3685 * files.el (auto-mode-interpreter-regexp): New variable.
3686 (set-auto-mode): Use it.
3687
3688 * indent.el (indent-for-tab-command): Doc fix.
3689
3690 * mouse-sel.el (mouse-sel-mode): Doc fix.
3691
9f6d1a6c
GM
3692 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
3693 labels.
3694
3695 * help.el (print-help-return-message): When
3696 display-buffer-reuse-frames is set, let the help window been quit,
3697 instead of deleting it, which might delete a reused frame.
3698
3d819a75
EZ
36992000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
3700
3701 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
3702 rename a directory to a name that differs only by its letter case.
3703
c5a52529
KH
37042000-08-08 Kenichi Handa <handa@etl.go.jp>
3705
3706 * international/quail.el (quail-define-rules): Handle Quail decode
3707 map correctly. Add code for supporting annotations.
3708 (quail-install-decode-map): New function.
3709 (quail-defrule-internal): New optional arguments decode-map and
3710 props.
3711 (quail-advice): New function.
3712
5e9e032a
SS
37132000-08-07 Sam Steingold <sds@gnu.org>
3714
3715 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
3716 `defconst', `define-condition', `with-slots'.
3717 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
3718
46645f4b
MB
37192000-08-03 Miles Bader <miles@gnu.org>
3720
3721 * comint.el (comint-use-prompt-regexp-instead-of-fields):
3722 New variable.
3723 (comint-prompt-regexp, comint-get-old-input): Document dependence on
3724 comint-use-prompt-regexp-instead-of-fields.
3725 (comint-send-input): Add `input' field property to stuff we send to
3726 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
3727 (comint-output-filter): Add `output' field property to process
3728 output, if comint-use-prompt-regexp-instead-of-fields is nil.
3729 (comint-replace-by-expanded-history)
3730 (comint-get-old-input-default, comint-show-output)
3731 (comint-backward-matching-input, comint-forward-matching-input)
3732 (comint-next-prompt, comint-previous-prompt): Use field
3733 properties if comint-use-prompt-regexp-instead-of-fields is nil.
3734 (comint-line-beginning-position): New function.
3735 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
3736 (comint-replace-by-expanded-history-before-point): Use
3737 comint-line-beginning-position and line-end-position.
3738 (comint-last-output-overlay): New variable.
3739 (comint-mode): Make `comint-last-output-overlay' buffer-local.
3740
3741 * shell.el (shell-prompt-pattern): Doc change.
3742 (shell-backward-command): Use line-beginning-position.
3743
3744 * gud.el (gud-gdb-complete-command): Use
3745 comint-line-beginning-position.
3746
3747 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
3748 comint-bol doesn't actually go to the beginning of the line.
3749
3750 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
3751 if comint-use-prompt-regexp-instead-of-fields is non-nil.
3752 (try-expand-line-all-buffers): Likewise.
3753
3754 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
3755 explicitly matching comint-prompt-regexp.
3756 (sql-copy-column): Use comint-line-beginning-position instead of
3757 explicitly matching comint-prompt-regexp.
3758
3759 * progmodes/octave-inf.el (inferior-octave-complete): Use
3760 comint-line-beginning-position.
3761
3762 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
3763
3764 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
3765 looking for a prompt, use `forward-line 0' instead of
3766 `beginning-of-line', to avoid getting caught by an input field.
3767
ff3d9573
GM
37682000-08-07 Gerd Moellmann <gerd@gnu.org>
3769
3770 * files.el (shell-quote-wildcard-pattern): Make sure to return
3771 PATTERN, in the Unix case.
3772
e0d8827b
EZ
37732000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
3774
3775 * play/zone.el (zone): Discard any pending input before running
3776 the randomly-chosen pgm.
3777
24d55b8f
KH
37782000-08-07 Kenichi Handa <handa@etl.go.jp>
3779
3780 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
3781 checking the existence of any multibyte characters.
3782
3d05e1ee
GM
37832000-08-06 Gerd Moellmann <gerd@gnu.org>
3784
6c4a4368
GM
3785 * help.el (describe-mode): Test minor-mode symbol for being
3786 bound before testing its value for being nil.
3787
3d05e1ee
GM
3788 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
3789 `first', `second', and `third'.
3790
3791 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
3792 (second): Make it an alias for `cadr'.
3793
6968a481
EZ
37942000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
3795
3796 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
3797 types of display support faces now.
3798
e49aa397
GM
37992000-08-05 Gerd Moellmann <gerd@gnu.org>
3800
3801 * pcvs.el (require): Require `cl' during compilation, only.
3802
3803 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
3804 (toplevel): Remove `remq' and `remove' from autoloads.
3805 (cl-fake-autoloads): New variable. If set, arrange for an error
3806 when CL functions etc. are autoloaded.
3807
588aca27
EZ
38082000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
3809
2e78d4ab
EZ
3810 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
3811
85628348
EZ
3812 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
3813 popped up, but the user clicks outside the menu, return an empty
3814 regexp (that causes unhighlight-regexp to have no effect).
3815
74f0e552
EZ
3816 * menu-bar.el (menu-bar-games-menu): Add Zone.
3817
588aca27
EZ
3818 * hi-lock.el (toplevel): Require font-lock.
3819
f4988be7
GM
38202000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3821
ba087cd7 3822 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
f4988be7
GM
3823 (ebnf-8-bit-chars): New var for bug fix.
3824 (ebnf-string): Bug fix.
3825
027b73ac
SS
38262000-08-03 Sam Steingold <sds@gnu.org>
3827
3828 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
3829 instead of `buffer-string'.
3830 (require 'cl): Always, not just when compiling.
3831 `ignore-errors' in `interactive', `list*', `defun*' &c make this
3832 necessary.
3833
2f1fa038
EZ
38342000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
3835
3836 * international/mule-cmds.el (select-safe-coding-system): Make
3837 the message text about selecting a safe coding system more clear.
3838
ead53494
GM
38392000-08-02 Gerd Moellmann <gerd@gnu.org>
3840
abb2db1c
GM
3841 * hi-lock.el: New file.
3842
3843 * play/zone.el: New file.
3844
ead53494
GM
3845 * replace.el (occur): Set tab-width in the *Occur* buffer to the
3846 value of tab-width in the original buffer. Choose a line number
3847 format that's a multiple of the original buffer's tab width, so
3848 that lines appear right.
3849
3850 * textmodes/ispell.el (ispell): New function, replacing an alias.
3851 Spell-check active region if in transient-mark-mode and mark
3852 is active; otherwise spell-check buffer.
3853
38542000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3855
3856 * ps-mule.el: Fix a customization problem on
3857 ps-mule-font-info-database-default.
3858
f4a2b0a4
EZ
38592000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
3860
3861 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
3862 display-mouse-p instead of window-system.
3863 (ebrowse-member-mode-map): Ditto.
3864
b685181e
GM
38652000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3866
ba087cd7
EZ
3867 * progmodes/ebnf2ps.el: Update ps-print functions call.
3868 Indentation fix. Doc fix.
b685181e
GM
3869 (ebnf-version): New version number (3.2).
3870 (ebnf-format-color, ebnf-begin-job): Code fix.
027b73ac 3871
3b5fab87
EZ
38722000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
3873
032ebb29
EZ
3874 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
3875 font lock support on window-system.
3876 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
3877
3b5fab87
EZ
3878 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
3879 display-color-p, if fboundp, instead of window-system.
3880
7e2605e7
EZ
38812000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
3882
3883 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
3884 instead of window-system.
3885
3886 * wid-edit.el (widget-choose): Use display-mouse-p instead of
3887 window-system.
3888 (widget-choice-mouse-down-action): Use display-popup-menus-p
3889 instead of window-system.
3890
3891 * strokes.el (strokes-file): Run the file name through
3892 convert-standard-filename.
3893 (strokes-mode): Call display-mouse-p instead of looking at
3894 window-system. Change the error message accordingly.
3895
3896 * progmodes/cpp.el (toplevel): Support faces on tty's.
3897
3898 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
3899 (lm-plot-square, lm-init-display): Don't use window-system.
3900
3901 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
3902 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
3903
3904 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
3905 instead of looking at window-system.
3906
26119624
GM
39072000-07-30 Gerd Moellmann <gerd@gnu.org>
3908
3909 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
3910 of testing if iswitchb-prepost-hooks is bound, because the
3911 latter will always be true when invoking a recursive minibuffer
3912 from an active Iswitchb buffer.
3913
c90596f3
EZ
39142000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
3915
3916 * files.el (shell-quote-wildcard-pattern): New function.
3917 (insert-directory): Call it. Only prepend "\" to command on Unix
3918 and GNU/Linux systems.
3919
18925e78
GM
39202000-07-30 Gerd Moellmann <gerd@gnu.org>
3921
3922 * eshell/esh-groups.el: Change custom :link file names
3923 from `eshell.info' to `eshell'.
3924
39252000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
3926
3927 * dired.el (dired-build-subdir-alist): Expand subdirectory names
3928 correctly in recursive ange-ftp listings.
3929
39302000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3931
3932 * ps-print.el: Fix bug 1: if ps-font-size-internal,
3933 ps-header-font-size-internal and
3934 ps-header-title-font-size-internal variables are not set,
3935 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
3936 face text property is (foreground-color . COLOR) or
3937 `(background-color . COLOR)', ps-print crashes. Doc fix.
3938 (ps-print-version): New version number (5.2.4).
3939 (ps-plot-region): Code fix.
3940 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
3941 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
3942 Bug fix 2.
3943
39442000-07-30 Milan Zamazal <pdm@freesoft.cz>
3945
3946 * glasses.el (glasses-make-readable): Fix uncapitalization of
3947 identifiers like `myXMLDocument'.
3948
aeb4c63e
KF
39492000-07-28 Karl Fogel <kfogel@red-bean.com>
3950
18925e78
GM
3951 * mail/mail-hist.el (mail-hist-previous-input)
3952 (mail-hist-next-input): Do the obvious code factorization.
3953 (mail-hist-retrieve-and-insert): New func, contains common
aeb4c63e
KF
3954 code of above two.
3955 If inserting a message body, leave point at top.
3956
9d453139
SS
39572000-07-28 Sam Steingold <sds@gnu.org>
3958
3959 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
18925e78
GM
3960 Use `<=', not `<' to compare times!
3961 (ange-ftp-ls): Remove.
9d453139 3962
b548072f
GM
39632000-07-27 Gerd Moellmann <gerd@gnu.org>
3964
27848c01
GM
3965 * play/cookie1.el: Add explanation of how to make cookie.el
3966 compatible with strfile(1) to comment.
3967
3968 * subr.el (remove, remq): New functions.
3969
3ab82477
GM
3970 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
3971 escape `*' in regexps.
3972 (midnight-find): Reverse order of arguments in the funcall of
3973 TEST.
3974
3975 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
3976 and `.class'.
3977
b548072f
GM
3978 * play/meese.el: Add Commentary section.
3979
27848c01
GM
39802000-07-27 Alex Schroeder <alex@gnu.org>
3981
3982 * sql.el (sql-ms): Added autoload cookie.
3983 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
3984 (sql-oracle): Ditto.
3985 (sql-help): Doc change.
3986
3987 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
3988 types and exceptions.
3989
39902000-07-27 Alex Schroeder <alex@gnu.org>
3991
3992 * sql.el (sql-placeholder-history): New variable.
3993 (sql-query-placeholders-and-send): New function that will query
3994 the user and replace placeholders with user input.
3995 (sql-oracle): If running on NT, set comint-input-sender to
3996 sql-query-placeholders-and-send.
3997
3998 (sql-stop): If in the SQLi buffer, insert stop notification, else
3999 present it as a message.
4000
40012000-07-27 Alex Schroeder <alex@gnu.org>
4002
4003 * sql.el (sql-input-ring-separator): Doc change.
4004 (sql-input-ring-file-name): Doc change.
4005 (sql-interactive-mode): Use `sql-input-ring-separator' and
4006 `sql-input-ring-file-name' to set the comint-mode equivalents
4007 without making them local variables.
4008 (sql-stop): Don't bind `sql-input-ring-separator' and
4009 `sql-input-ring-file-name' dynamically to their comint-mode
4010 equivalents.
4011
91ae8751
KH
40122000-07-27 Kenichi Handa <handa@etl.go.jp>
4013
4014 * international/mule.el (register-char-codings): New function.
4015 (make-coding-system): Handle `safe-chars' specification in the arg
4016 PROPERTY.
4017
4018 * international/mule-cmds.el
4019 (find-coding-systems-region-subset-p): This function deleted.
4020 (sort-coding-systems-predicate): New variable.
4021 (sort-coding-systems): New function.
4022 (find-coding-systems-region): Use
4023 find-coding-systems-region-internal.
4024 (find-coding-systems-string): Use find-coding-systems-region.
4025 (find-coding-systems-for-charsets): Check
4026 char-coding-system-table.
4027 (select-safe-coding-system-accept-default-p): New variable.
4028 (select-safe-coding-system): Mostly rewritten. New argument
4029 ACCEPT-DEFAULT-P.
4030 (select-message-coding-system): Call select-safe-coding-system
4031 with ACCEPT-DEFAULT-P arg.
4032 (reset-language-environment): Reset default-sendmail-coding-system
4033 to the default value iso-latin-1.
4034 (set-language-environment): Don't set the obsolete variable
4035 charset-origin-alist.
4036
4037 * international/codepage.el (cp-coding-system-for-codepage-1):
4038 Give `safe-chars' property to make-coding-system.
4039
4040 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
4041 calling select-message-coding-system twice.
4042
4043 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
4044 instead of `safe-charsets'.
4045 (cyrillic-alternativnyj): Likewise.
4046 (ccl-encode-alternativnyj): Don't check the charset
4047 cyrillic-iso8859-5.
4048
90cf4474
KH
40492000-07-27 Kenichi Handa <handa@etl.go.jp>
4050
4051 * composite.el (compose-chars-after): Preserve match data.
4052
a1f84f6d
SS
40532000-07-26 Sam Steingold <sds@gnu.org>
4054
4055 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
4056 (ange-ftp-real-file-newer-than-file-p): New function.
4057 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
4058 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
4059
4060 * tooltip.el (tooltip-float-time): Removed (use `float-time').
4061 * midnight.el (midnight-float-time): Ditto.
4062
e092928e
AS
40632000-07-26 Andreas Schwab <schwab@suse.de>
4064
4065 * files.el (normal-backup-enable-predicate): Correct
4066 interpretation of the return value of compare-strings.
4067
7465ebef
GM
40682000-07-26 Gerd Moellmann <gerd@gnu.org>
4069
3353ef5a
GM
4070 * isearch.el (isearch-resume): New function.
4071 (isearch-done): Add something to command-history to resume
4072 the search.
4073 (isearch-yank-line, isearch-yank-word): Use
4074 buffer-substring-no-properties instead of buffer-substring.
4075
7465ebef
GM
4076 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
4077 of flyspell-mouse-map.
4078
4079 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
4080 duplicate definition.
4081 (makefile-mode): Remove duplicate setting of local-abbrev-table.
4082
4083 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
4084 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
4085
5044b74a
SS
40862000-07-25 Sam Steingold <sds@gnu.org>
4087
25759a92
SS
4088 * net/ange-ftp.el: Get modtime over the net.
4089 (ange-ftp-file-modtime): New function.
a95cb10a
GM
4090 (ange-ftp-write-region, ange-ftp-insert-file-contents)
4091 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
25759a92
SS
4092 Use it.
4093 (ange-ftp-dot-to-slash): New function.
4094 (ange-ftp-fix-name-for-vms): Use it.
4095
5044b74a
SS
4096 * midnight.el (midnight-buffer-display-time): Use
4097 `with-current-buffer'.
4098
5dcfb3f4
GM
40992000-07-25 Gerd Moellmann <gerd@gnu.org>
4100
4101 * find-dired.el: Update copyright notice.
4102 (find-dired): Offer to kill a running `find'.
4103
4104 * enriched.el (enriched-face-ans): For a `foreground-color'
4105 property, return '(("x-color" COLOR))' so that COLOR will be
4106 output as a parameter of the x-color annotation. Likewise for the
4107 `background-color' property. In the case of normal face
4108 properties, don't return annotations for unspecified foreground
4109 and background face attributes.
4110
8c662166
KH
41112000-07-25 Kenichi Handa <handa@etl.go.jp>
4112
4113 * language/japan-util.el (japanese-katakana-region): Fix handling
4114 HANKAKU argument.
4115
c28da489
MB
41162000-07-25 Miles Bader <miles@gnu.org>
4117
4118 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
4119 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
4120 constrain-to-field.
4121
ad349719
AI
41222000-07-24 Andrew Innes <andrewi@gnu.org>
4123
4124 * timer.el (timer-activate-when-idle): Add optional parameter
4125 DONT-WAIT. Update docstring.
4126 (run-with-idle-timer): Specify extra parameter to
4127 timer-activate-when-idle, so that timer will be activated
4128 immediately if Emacs is already idle.
4129
4130 * w32-fns.el (w32-using-nt): Fix docstring.
4131
c95162f5
DL
41322000-07-24 Dave Love <fx@gnu.org>
4133
4134 * mouse.el (popup-menu): Set last-command-event.
4135 (mouse-major-mode-menu-prefix): Declare.
4136
e3c31fd5
GM
41372000-07-24 Gerd Moellmann <gerd@gnu.org>
4138
4139 * textmodes/flyspell.el: Update to author's version 1.5d.
4140
4141 * progmodes/hideshow.el: Update copyright notice.
4142
4143 * vcursor.el: Set maintainer to FSF, since author cannot
4144 be reached.
4145
7636d2a3
EZ
41462000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
4147
fbe0a958
EZ
4148 * info.el (Info-goto-emacs-key-command-node): Leave a space after
4149 the prompt.
4150
7636d2a3
EZ
4151 * mouse.el (popup-menu): Run the keymap through indirect-function,
4152 in case it was defined with define-prefix-key. If the menu is a
4153 list of keymaps, look up the binding of user's choice in each one
4154 of the keymaps.
4155 (mouse-popup-menubar): If the global and local menu-bar keymaps
4156 don't have a prompt string, create one and insert it into the
4157 keymap. Don't barf if current-local-map returns nil.
4158
e024b101
GM
41592000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
4160
4161 * dired.el (dired-sort-R-check): Added to allow recursive listing
4162 to be undone.
4163 (dired-sort-other): Use it.
4164
7972fcfc
GM
41652000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
4166
e024b101 4167 * Release of cc-mode 5.27
7972fcfc
GM
4168
41692000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
4170
4171 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
4172 c-beginning-of-statement-1 that caused a bad case of recursion
4173 which could consume a lot of CPU in large classes in languages
4174 that have in-expression classes (i.e. Java and Pike).
4175
4176 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
4177 statements before top level constructs (i.e. case 6 is moved
4178 before case 5 and is now case 4) to catch in-expression
4179 classes in top level expressions correctly.
4180
41812000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
4182
4183 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
4184 objc-method-intro. Case 4 removed and case 5I added.
4185
4186 * cc-langs.el (c-append-paragraph-start): New variable used by
4187 c-common-init to get paragraph-start correct.
4188 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
4189 initialize paragraph-start to make it correct both with and
4190 without the javadoc special case.
4191
4192 * cc-mode.el (java-mode): Use c-append-paragraph-start to
4193 initialize paragraph-start for javadoc markup.
4194
4195 * cc-vars.el (c-style-variables-are-local-p): Incompatible
4196 change by defaulting this to t. It's motivated by the
4197 confusing behavior that otherwise arise from the style system
4198 when editing both java and non-java files at the same time
4199 (see the comments about style setting in c-common-init).
4200
42012000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
4202
4203 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
4204 similar to the one in c-fill-paragraph to check the fill
4205 prefix from the adaptive fill function for sanity.
4206
42072000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
4208
4209 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
4210 defun block.
4211
42122000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
4213
5044b74a 4214 * cc-mode.texi Documented the change of cpp-macro.
7972fcfc
GM
4215
42162000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
4217
4218 * cc-align.el (c-lineup-multi-inher): Handle lines with
4219 leading comma nicely. Extended to handle member initializers
4220 too.
4221
e024b101 4222 * cc-engine.el: (c-beginning-of-inheritance-list,
7972fcfc
GM
4223 c-guess-basic-syntax): Fixed recognition of inheritance lists
4224 when the lines begins with a comma.
4225
5044b74a 4226 * cc-mode.texi: Updated doc for c-lineup-multi-inher.
7972fcfc
GM
4227
4228 * cc-vars.el (c-offsets-alist): Changed default for
4229 member-init-cont to c-lineup-multi-inher since it now handles
4230 member initializers and indents better for leading commas.
4231
42322000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
4233
4234 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
4235 handling that caused class open lines to be recognized as
4236 statement-conts in some cases.
4237
4238 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
4239 guessed by the adaptive fill function unless point is on the
4240 first line of a block comment.
4241
4242 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
4243 when the buffer ends with a macro continuation char.
4244
4245 * cc-engine.el (c-guess-basic-syntax): Added support for
4246 function definitions as statements in Pike. The first
4247 statement in a lambda block is now labeled defun-block-intro
4248 instead of statement-block-intro.
4249
4250 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
4251 so that the class surrounding point is selected, not the one
4252 innermost in the state.
4253
4254 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
4255 recognition of switch labels having hanging multiline
4256 statements.
4257
4258 * cc-engine.el (c-beginning-of-member-init-list): Broke out
4259 some code in c-guess-basic-syntax to a separate function.
4260 * cc-engine.el (c-just-after-func-arglist-p): Fixed
4261 recognition of member inits with multiple line arglists.
4262 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
4263 member-init-cont when the commas are in funny places.
4264
42652000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
4266
4267 * cc-defs.el (c-auto-newline): Removed this macro since it's
4268 not used anymore.
4269
4270 * cc-engine.el (c-looking-at-bos): New helper function.
4271 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
4272 inexpr and toplevel classes apart in Pike.
4273
4274 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
4275 of case 9A.
4276
4277 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
4278 constant, since "class" can introduce an in-expression class
4279 in Pike nowadays.
4280
42812000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
4282
4283 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
4284 indentation on cpp-macro lines.
4285
4286 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
4287 a syntax modifier like comment-intro, to make it possible to
4288 get syntactic indentation for preprocessor directives. It's
4289 incompatible wrt to lineup functions on cpp-macro, but it has
4290 no observable effect in the 99.9% common case where cpp-macro
4291 is set to -1000.
4292
42932000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
4294
4295 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
4296 member-init-cont when the preceding arglist is several lines.
4297
42982000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
4299
4300 * cc-styles.el (c-style-alist): The basic offset for the BSD
4301 style corrected to 8.
4302
43032000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
4304
4305 * cc-styles.el (c-style-alist): Adjusted the indentation of
4306 brace list openers in the gnu style.
4307
43082000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
4309
4310 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
4311
4312 * cc-cmds.el (c-electric-brace, c-electric-slash,
4313 c-electric-star, c-electric-semi&comma, c-electric-colon,
4314 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
4315 when c-syntactic-indentation is nil.
4316
4317 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
4318 we were left at comments preceding the first statement when
4319 reaching the beginning of the buffer.
4320
4321 * cc-vars.el (c-syntactic-indentation): New variable to turn
4322 off all syntactic indentation.
4323
43242000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
4325
4326 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
4327 between the text and the block comment ender when it hangs,
4328 depending on how many there are before the fill.
4329
43302000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
4331
4332 * cc-engine.el (c-beginning-of-closest-statement): New helper
4333 function to go back to the closest preceding statement start,
4334 which could be inside a conditional statement.
4335 * cc-engine.el (c-guess-basic-syntax): Use
4336 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
4337
4338 * cc-engine.el (c-guess-basic-syntax): Better handling of
4339 arglist-intro, arglist-cont-nonempty and arglist-close when
4340 the arglist is nested inside parens. Cases 7A, 7C and 7F
4341 changed.
4342
4343 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
4344 up-to-date with javadoc 1.2.
4345
43462000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
4347
4348 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
4349 multiline Pike type decls.
4350
43512000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
4352
4353 * cc-cmds.el (c-indent-new-comment-line): Always break
4354 multiline comments in multiline mode, regardless of
4355 comment-multi-line.
4356
43572000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
4358
4359 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
4360 fully::qualified::names in C++ member init lists. Preamble in
4361 case 5D changed.
4362
43632000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
4364
4365 * cc-langs.el (c-common-init): Handling of obsolete variables
4366 moved to c-initialize-cc-mode. More compatible style override
4367 when using global style variables.
4368 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
4369 variables moved here.
4370
e024b101 4371 * cc-mode.texi: Documented the special behavior of
7972fcfc
GM
4372 c-special-indent-hook as a style variable. Don't talk about
4373 doing (c-make-styles-buffer-local t) in a mode hook, since
4374 that's already too late to work right.
5044b74a 4375
7972fcfc
GM
4376 * cc-styles.el (c-make-styles-buffer-local): Flag style
4377 variable localness in c-style-variables-are-local-p to make
4378 the compatibility measure in c-common-init work well.
4379
4380 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
4381 longer contain set-from-style.
4382 * cc-styles.el (c-initialize-builtin-style): Don't check for
4383 set-from-style on c-special-indent-hook.
4384 * cc-styles.el (c-copy-tree): Obsolete. The standard function
4385 copy-alist is sufficient now.
4386
4387 * cc-styles.el (c-set-style, c-set-style-1,
4388 c-get-style-variables): Fixes to variable initialization so
4389 that duplicate entries in styles have the same effect
4390 regardless of DONT-OVERRIDE.
4391
4392 * cc-styles.el (c-set-style-2): Fixed bug where the
4393 initialization of inheriting styles failed when the
4394 dont-override flag is set.
4395
4396 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
4397 on this.
4398
43992000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
4400
4401 * cc-defs.el (c-forward-comment): Removed the workaround
4402 introduced in 5.38 since it had worse side-effects. If a line
4403 contains the string "//\"", it regarded the // as a comment
4404 start since the \ temporarily doesn't have escape syntax.
4405
44062000-07-17 Emmanuel Briot <briot@act-europe.fr>
4407
4408 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
4409 ada-xref.el before ada-prj.el, so that the Project menu is created
4410 when ada-prj tries to add to it.
4411 (ada-activate-keys-for-case): Suppress the characters that are not
4412 part of the Ada syntax. Better compatibility with else-mode
4413 (ada-adjust-case-interactive): When auto-casing is not active,
4414 correctly insert newlines (used to insert only ^M). Prevent the
4415 syntax table from being changed in case of an error
4416 (or '_' becomes part of a word and some commands are confused).
4417 Do nothing if ada-auto-case is nil.
4418 (ada-after-keyword-p): Ignore keywords that are also attributes
4419 (ada-batch-reformat): Update usage comment
4420 (ada-call-from-contextual-menu): New function
4421 (ada-case-read-exceptions): Reinitialize the casing exception list
4422 first to nil first, so that the casing exception file can be
4423 shared.
4424 (ada-check-defun-name): Handles "configure" keyword for gnatdist
4425 files.
4426 (ada-compile-goto-error): Fix regexp used to detect a file:line
4427 anywhere in the error message
4428 (ada-contextual-menu-last-point): New variable
4429 (ada-create-keymap): If the variable delete-key-deletes-forward is
4430 t on XEmacs, it means that DEL should delete one character
4431 forward.
4432 (ada-create-menu): Use :included instead of :visible for XEmacs.
4433 New submenu "Options".
4434 (ada-end-stmt-re): Correctly indent "select ... then abort"
4435 statements.
4436 (ada-fill-comment-paragraph): Correctly delete all leading '--'
4437 even if they don't match ada-fill-comment-prefix Fix handling of
4438 paragraphs on the first or last line of a file.
4439 (ada-format-paramlist): Fix handling of default parameter values.
4440 (ada-get-body-name): New function.
4441 (ada-get-current-indent): Optimized by searchling directly for an
4442 existing generic part or a statement outside of it. Handle
4443 ada-indent-align-comments when indenting comments Replaced some
4444 regexps by testing directly the next character. This results in a
4445 huge speedup on some files. New indentation scheme for renames
4446 statements. Stop looking for the 'while' or 'for' associated with
4447 a 'loop' at the first semicolon encountered. A "return" can also
4448 match an anonymous access subprogram declaration.
4449 (ada-get-indent-noindent): Ignore strings and comments when
4450 looking for the keywords "record" and "private".
4451 (ada-goto-matching-decl-start): When matching "if", make sure we
4452 are not in fact seeing "end if". Ignore "when" statements except
4453 when initial keyword was "begin". Fix handling of nested
4454 procedures. Add a recursive call to this function to skip over
4455 other 'end' statmts. Fix indentation for "when .. => begin"
4456 (ada-in-open-paren-p): Fix indentation for complex boolean
4457 expressions, where 'and then', 'or else' and parenthesis
4458 statements are mixed up.
4459 (ada-in-paramlist-p): Skip comments while searching for the
4460 beginning Fix handling of operator declarations.
4461 (ada-indent-align-comments): New variable
4462 (ada-indent-current): Change the syntax table only in the
4463 protected section, so that we are sure it is restored correctly.
4464 (ada-indent-on-previous-lines): Use ada-use-indent and
4465 ada-with-indent Correctly indent "select ... then"
4466 (ada-indent-region): Slight speedup.
4467 (ada-indent-renames): New variable.
4468 (ada-last-which-function-subprog, ada-last-which-function-line):
4469 New variables
4470 (ada-looking-at-semi-private): Correctly indent the 'private'
4471 keyword when it is the first word in a package declaration.
4472 (ada-loose-case-word): Stop searching if at the end of the buffer.
4473 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
4474 even if point is not initially at the end of the word.
4475 (ada-matching-decl-start-re): Add "when".
4476 (ada-mode): Add support for abbrev-mode, outline-mode and
4477 which-func-mode Override the old find-file.el entry in
4478 ff-special-constructs since it is using the obsolete
4479 ada-spec-suffix variable
4480 (ada-no-auto-case): New function
4481 (ada-scan-paramlist): When parsing the argument type, accept
4482 spaces (as in "X 'Class", generated by Rational Rose).
4483 (ada-other-file-name): No longer loads the other file.
4484 (ada-popup-menu): Save and restore the current buffer and cursor
4485 position before and after displaying the menu.
4486 (ada-search-ignore-complex-boolean): New function.
4487 (ada-uncomment-region): Emacs21 already knows how to delete
4488 comments not starting in the first column.
4489 (ada-use-indent): New variable
4490 (ada-which-function): New function.
4491 (ada-with-indent): New variable
4492 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
4493 can be batch-compiled from the command line.
4494
4495 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
4496 Add to the menu when the file is loaded, not in ada-mode-hook.
4497 Add -toolbar to the default ddd command Switches moved from
4498 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
4499 ada-prj-default-comp-opt
4500 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
4501 Reference Manual to the menu
4502 (ada-check-current): rewritten as a call to ada-compile-current
4503 (ada-compile): Removed.
4504 (ada-compile-application, ada-compile-current, ada-check-current):
4505 Set the compilation-search-path so that compile.el automatically
4506 finds the sources in src_dir. Automatic scrollong of the
4507 compilation buffer. C-uC-cC-c asks for confirmation before
4508 compiling
4509 (ada-compile-current): New parameter, prj-field
4510 (ada-complete-identifier): Load the .ali file before doing
4511 processing
4512 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
4513 conform to gnatmake's behavior.
4514 (ada-find-file-in-dir): New function
4515 (ada-find-references): Set the environment variables for gnatfind
4516 (ada-find-src-file-in-dir): New function.
4517 (ada-first-non-nil): Removed
4518 (ada-gdb-application): Add support for jdb, the java debugger.
4519 (ada-get-ada-file-name): Load the original-file first if not done
4520 yet.
4521 (ada-get-all-references): Handles the new ali syntax (parent types
4522 are found between <>).
4523 (ada-initialize-runtime-library): New function
4524 (ada-mode-hook): Always load a project file when a file is opened,
4525 so that the casing exceptions are correctly read.
4526 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
4527 (ada-parse-prj-file): Use find-file-noselect instead of find-file
4528 to open the project file, since the latter does not work with
4529 speedbar Get default values before loading the prj file, or the
4530 default executable file name is wrong. Use the absolute value of
4531 src_dir to initialize ada-search-directories and
4532 compilation-search-path,... Add the standard runtime library to
4533 the search path for find-file.
4534 (ada-prj-default-debugger): Was missing an opening '{'
4535 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
4536 variables.
4537 (ada-prj-default-gnatmake-opt): New variable
4538 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
4539 buffers, the project file is the default one Save the windows
4540 configuration before displaying the menu.
4541 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
4542 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
4543 ...) regexp-quote identifiers names to support operators +,
4544 -,... in regexps.
4545 (ada-remote): New function.
4546 (ada-run-application): Erase the output buffer before starting the
4547 run Support remote execution of the application. Use
4548 call-process, or the arguments are incorrectly parsed
4549 (ada-set-default-project-file): Reread the content of the active
4550 project file, not the one from the current buffer When a project
4551 file is set as the default project, all directories are
4552 automatically associated with it.
4553 (ada-set-environment): New function
4554 (ada-treat-cmd-string): New special variable ${current}
4555 (ada-treat-cmd-string): Revised. The substitution is now done for
4556 any ${...} substring
4557 (ada-xref-current): If no body was found, compiles the spec
4558 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
4559 compiler to get rid of command line length limitations.
4560 (ada-xref-get-project-field): New function
4561 (ada-xref-project-files): New variable
4562 (ada-xref-runtime-library-specs-path)
4563 (ada-xref-runtime-library-ali-path): New variables
4564 (ada-xref-set-default-prj-values): Default run command now does a
4565 cd to the build directory. New field: main_unit Provide a default
4566 file name even if the current buffer has no prj file.
4567
4568 * ada-prj.el:
4569 Rewritten to show a tabbed-dialog.
4570 (ada-prj-add-ada-menu): Remove the map and name parameters.
4571 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
4572 New function
4573 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
4574 (ada-prj-load-from-file): New function
4575 (ada-prj-save): Always save fields that depend on the current buffer
4576 (ada-prj-show-value): New function
5044b74a 4577
7972fcfc
GM
4578 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
4579 Ada mode. This will allow us to display the Ada menu in any buffer
4580 we want (for project items).
4581 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
4582 number of spaces in the header.
5044b74a 4583
8730a8da
DL
45842000-07-24 Dave Love <fx@gnu.org>
4585
4586 * ediff-init.el (ediff-region-help-echo): Bind face-help.
4587
db3ca487
NF
45882000-07-23 Noah Friedman <friedman@splode.com>
4589
ad953485
NF
4590 * type-break.el (type-break): perform autosave.
4591 Suggested by Stephen Gildea <gildea@intouchsys.com>.
4592 (type-break-do-query): Cancel query schedule while performing
4593 actual query, to avoid possibility of a second query being made
4594 while first one is already in progress.
4595 (type-break-time-stamp-format): New variable.
4596 (type-break-time-stamp): New function.
4597 (type-break-time-warning): Use it.
4598 (type-break-keystroke-warning): Use it.
4599 (type-break-noninteractive-query): Use it.
4600
03a9c6d0
NF
4601 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
4602 cookie.
4603 Use add-minor-mode to set minor-mode-alist, if available.
4604 (eldoc-echo-area-use-multiline-p): New user option.
4605 (eldoc-echo-area-multiline-supported-p): New variable.
4606 (eldoc-docstring-format-sym-doc): Use them.
4607 (eldoc-mode): If not using idle timers, append to local post and
4608 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
4609 (eldoc-display-message-no-interference-p): Don't interfere with
4610 edebug.
4611 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
4612 (eldoc-function-arglist): New function.
4613 (eldoc-function-argstring): Use it.
4614
db3ca487
NF
4615 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
4616 auto save directory exists before calling directory-files.
4617
f7ad1899
DL
46182000-07-23 Dave Love <fx@gnu.org>
4619
4620 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
4621 ^o, ^u.
4622
43e764c9
DL
46232000-07-21 Dave Love <fx@gnu.org>
4624
475de6f4
DL
4625 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
4626 now passed to the function. It now works properly.
4627
43e764c9
DL
4628 * smerge-mode.el (smerge-mode-menu): Fill it out.
4629
e8bea4c0
GM
46302000-07-20 Gerd Moellmann <gerd@gnu.org>
4631
4632 * info-look.el (info-lookup): If *info* is shown in another frame
4633 on the same display, select that frame, instead of switching to
4634 the Info buffer in another window of the selected frame.
4635
4636 * simple.el (universal-argument-map): Bind numeric keypad keys
4637 kp-0 to kp-9 and kp-subtract.
4638 (digit-argument): Handle these keys.
4639
bc75b4fd
DL
46402000-07-20 Dave Love <fx@gnu.org>
4641
4642 * net/goto-addr.el (goto-address-fontify): Don't bother with
4643 buffer-modified and read-only stuff -- irrelevant with overlays.
4644 Put an extra property on the overlays and use it to clean up in
4645 case goto-address is re-run.
4646
8b7bc628
RS
46472000-07-19 Richard M. Stallman <rms@gnu.org>
4648
18e21ce8
RS
4649 * timer.el (run-with-idle-timer): Doc fix.
4650
db3ca487 4651 * mail/mail-utils.el (mail-strip-quoted-names):
8b7bc628
RS
4652 Handle case where <...> appears inside "...".
4653 Use replace-match to edit the string more simply.
4654 (rmail-dont-reply-to): Cope with an unmatched ".
4655
50575ec2
DL
46562000-07-19 Dave Love <fx@gnu.org>
4657
4658 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
4659 implementation.
4660
4661 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
4662 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
4663 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
4664
4279296d
GM
46652000-07-19 Gerd Moellmann <gerd@gnu.org>
4666
47db06aa
GM
4667 * textmodes/refer.el: Correct maintainer's email address.
4668
4669 * progmodes/hideif.el: Correct author's email address.
4670 Fix typo in comment.
4671
4672 * xml.el: New file.
4673
4279296d
GM
4674 * mail/mailheader.el: Correct author's mail address.
4675
4676 * gnus/parse-time.el: Correct author's mail address.
4677
47db06aa 46782000-07-19 Colin Walters <walters@cis.ohio-state.edu>
db3ca487
NF
4679
4680 * comint.el (comint-highlight-input, comint-highlight-face):
47db06aa
GM
4681 New user options.
4682 (comint-input-ring-file-name): Change custom type.
4683 (comint-mode-map): Bind mouse-2.
4684 (comint-insert-clicked-input): New function.
4685 (comint-send-input): Handle input highlighting.
4686
21ad0f7b
SM
46872000-07-18 Stefan Monnier <monnier@cs.yale.edu>
4688
4689 * mouse.el (popup-menu): New function.
4690 (mouse-major-mode-menu): Use it.
4691
3b33a005
DL
46922000-07-18 Dave Love <fx@gnu.org>
4693
4694 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
4695 improvements.
4696
dc1cac59
GM
46972000-07-18 Gerd Moellmann <gerd@gnu.org>
4698
21ad0f7b 4699 * faces.el (face-font-selection-order)
dc1cac59 4700 (face-font-family-alternatives): Add custom type.
db3ca487 4701
f8276b77
DL
47022000-07-18 Dave Love <fx@gnu.org>
4703
4704 * cus-edit.el (custom-variable-reset-saved)
4705 (custom-variable-reset-standard): Remove unused bindings.
4706
4707 * rect.el (open-rectangle-line): Remove unused let.
4708
4709 * hl-line.el (hl-line-highlight): Check hl-line-mode.
4710
3d6cd763
GM
47112000-07-18 Gerd Moellmann <gerd@gnu.org>
4712
4713 * cdl.el: Fix `Maintainer' keyword.
4714
4715 * play/pong.el: Add author's email address.
4716
34342a07
SS
47172000-07-17 Sam Steingold <sds@gnu.org>
4718
4719 * files.el (insert-directory): Call `split-string' instead of
4720 re-implementing it.
4721
088831a6
GM
47222000-07-18 Gerd Moellmann <gerd@gnu.org>
4723
4724 * mail/vms-pmail.el: Change maintainer to FSF.
4725
4726 * net/goto-addr.el: Change maintainer to FSF.
4727
4728 * recentf.el: Update from author.
4729
4730 * info.el (Info-title-face-alist): Removed.
db3ca487 4731
68be2869
EZ
47322000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
4733
4734 * eshell/eshell.el (eshell): Replace links to eshell.info with
4735 links to eshell, to avoid problems on systems where the manual is
4736 installed as `eshell'.
4737 * eshell/esh-cmd.el (eshell-cmd): Ditto.
4738 * eshell/em-smart.el (eshell-smart): Ditto.
4739 * eshell/em-banner.el (eshell-banner): Ditto.
21ad0f7b 4740 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
68be2869
EZ
4741
4742 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
4743 same-file check in the MS-DOS version (it does support inodes).
4744
4745 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
4746
21ad0f7b
SM
4747 * eshell/eshell.el (eshell-directory-name):
4748 Run default directory name through convert-standard-filename.
68be2869 4749
269b4dcb
KH
47502000-07-18 Kenichi Handa <handa@etl.go.jp>
4751
21ad0f7b
SM
4752 * international/mule-cmds.el (select-safe-coding-system):
4753 Fix typo in the comment.
240a16cf 4754
21ad0f7b
SM
4755 * language/european.el (compound-text):
4756 Force katakana-jisx0201 to be designated to G1.
aa96c820 4757
21ad0f7b
SM
4758 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
4759 Don't translate some national variant characters of latin-jisx0201.
aa96c820 4760 (x-ctext): Force katakana-jisx0201 to be designated to G1.
a99c9d06 4761
269b4dcb
KH
4762 * international/kkc.el (kkc-after-update-conversion-functions):
4763 New variable.
4764 (kkc-update-conversion): Run functions in it at the tail.
4765
68be2869 47662000-07-16 John Wiegley <johnw@gnu.org>
6feeb380 4767
21ad0f7b
SM
4768 * lisp/align.el (align-newline-and-indent):
4769 Adding new function. for auto-aligning blocks of code on RET.
6feeb380
JW
4770 (align-region): Fixed badly formatted minibuffer message.
4771
7a3fd467
KH
47722000-07-17 Kenichi Handa <handa@etl.go.jp>
4773
21ad0f7b 4774 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
7a3fd467
KH
4775 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
4776 the conversion list at first if appropriate.
4777 (kkc-next): Don't update kkc-next-count here.
4778 (kkc-prev): Don't update kkc-prev-count here.
4779 (kkc-show-conversion-list-update): Fix setting up of conversion
4780 list message.
4781
a45423d8
SM
47822000-07-16 Stefan Monnier <monnier@cs.yale.edu>
4783
088831a6 4784 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
a45423d8 4785
91a38db1
DL
47862000-07-16 Dave Love <fx@gnu.org>
4787
4788 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
4789 function to be more specific.
4790
4791 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
4792 non-string help-echo.
4793 (widget-types-convert-widget): Defsubst it.
4794 (widget-echo-help): Try to cope with a help-echo function of two
4795 possible sorts.
4796
3fddcdc3
JR
47972000-07-15 Jason Rumney <jasonr@gnu.org>
4798
4799 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
4800 Declare as obsolete.
4801
4802 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
4803
bd23a692
GM
48042000-07-14 Gerd Moellmann <gerd@gnu.org>
4805
4806 * hilit-chg.el: Fix typo.
4807
d4af987a
DL
48082000-07-14 Dave Love <fx@gnu.org>
4809
4810 * info.el (Info-mode-menu): Fix use of :help, :enable.
4811
3a4f3f86
SM
48122000-07-14 Stefan Monnier <monnier@cs.yale.edu>
4813
4814 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
4815
cf6936a4
DL
48162000-07-13 Dave Love <fx@gnu.org>
4817
4d6d04b5
DL
4818 * emacs-lisp/easymenu.el: Doc fixes.
4819 (easy-menu-remove): Defalias to ignore.
4820
cf6936a4
DL
4821 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
4822 Call throw correctly.
4823
56437999
GM
48242000-07-13 Gerd Moellmann <gerd@gnu.org>
4825
4826 * faces.el (frame-background-mode): Doc fix.
4827
4828 * simple.el (eval-expression-print-length): Change custom type to
4829 allow entering nil as value.
4830
d04a3972
DL
48312000-07-13 Dave Love <fx@gnu.org>
4832
3a4f3f86
SM
4833 * progmodes/fortran.el (fortran-imenu-generic-expression):
4834 Change definition layout.
a8189dfe
DL
4835 (fortran-mode-menu): Reinstate customize entries.
4836
d04a3972
DL
4837 * cus-edit.el (custom-group-menu-create, customize-menu-create):
4838 Use :filter, per old XEmacs code.
4839
4bf4fb05
GM
48402000-07-12 Gerd Moellmann <gerd@gnu.org>
4841
4842 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
4843 event when deciding what to send to the terminal.
4844
37328bcd
DL
48452000-07-12 Dave Love <fx@gnu.org>
4846
4847 * cus-start.el: Add optional version as 4th element of specs and
4848 use it for several things new in v21. Remove load-path. Fix type
4849 of line-number-display-limit.
4850
89492072
DL
48512000-07-11 Dave Love <fx@gnu.org>
4852
3a4f3f86
SM
4853 * progmodes/fortran.el: Don't require easymenu.
4854 Use repeat counts in various regexps.
315aa1de
DL
4855 (fortran-mode-syntax-table): Defvar directly.
4856 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
3a4f3f86
SM
4857 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
4858 Use defvar, not defconst.
4859 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
315aa1de
DL
4860 (fortran-mode): Set fortran-comment-line-start-skip,
4861 fortran-comment-line-start-skip, dabbrev-case-fold-search.
4862 (fortran-comment-indent): Use defsubst.
3a4f3f86
SM
4863 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
4864 Use fortran-comment-indent, not fortran-comment-indent-function.
315aa1de
DL
4865 (fortran-comment-region, fortran-electric-line-number): Simplify.
4866 (fortran-auto-fill): New function.
4867 (fortran-do-auto-fill): Deleted.
3a4f3f86
SM
4868 (fortran-find-comment-start-skip):
4869 Check for non-null comment-start-skip.
4870 (fortran-auto-fill-mode, fortran-fill-statement):
4871 Use fortran-auto-fill.
315aa1de 4872 (fortran-fill): Use fortran-auto-fill. Check for null
3a4f3f86 4873 comment-start-skip. Simplify final clause and use end-of-line finally.
315aa1de 4874
89492072
DL
4875 * widget.el (widget-plist-member): New alias.
4876
d55ead18
EZ
48772000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
4878
4879 * eshell/esh-module.el (toplevel): Reference
4880 byte-compile-current-file only if it is bound.
4881
e82a2a05
GM
48822000-07-10 Gerd Moellmann <gerd@gnu.org>
4883
4884 * dired.el: Don't require `dired-aux'.
4885
1fc7fb2b
MB
48862000-07-10 Miles Bader <miles@lsi.nec.co.jp>
4887
4888 * dired-aux.el (dired-show-file-type): New function.
4889 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
4890 (dired-show-file-type): Add autoload.
4891
ab49ce15
KH
48922000-07-10 Kenichi Handa <handa@etl.go.jp>
4893
4894 * international/mule-diag.el (describe-font): Adjusted for the
3a4f3f86 4895 change of fontset-info.
ab49ce15
KH
4896 (print-fontset): Likewise.
4897
f45aab65
SM
48982000-07-09 Stefan Monnier <monnier@cs.yale.edu>
4899
4900 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
4901
2f72fd2f
GM
49022000-07-07 Gerd Moellmann <gerd@gnu.org>
4903
e82a2a05 4904 * bindings.el: Bind `[delete]' to delete-char.
965522f5 4905
2f72fd2f
GM
4906 * dired.el (dired-find-alternate-file): New function.
4907 (dired-mode-map): Bind `a' to dired-find-alternate-file.
4908 (toplevel): Require dired-aux when compiling.
4909 (dired-buffers): Move defvar within file to avoid compiler warning.
4910
4911 * info.el (Info-last-search): Variable removed.
4912 (Info-search-history): New variable.
4913 (Info-search): New Info-search-history.
4914
4915 * battery.el, info-look.el: Change author's mail address.
4916
965522f5 49172000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
34342a07 4918
965522f5
GM
4919 * mail/rmail.el (rmail-clear-headers): Don't throw an error
4920 if rmail-ignored-headers is nil.
4921 (rmail-retry-failure): Bind rmail-ignored-headers and
4922 rmail-displayed-headers to nil.
4923
dd8888a1
GM
49242000-07-06 Gerd Moellmann <gerd@gnu.org>
4925
e5c81191
GM
4926 * lpr.el (lpr-page-header-switches): Add `-h' switch.
4927 (print-region-1): Don't hard code `-h' here.
4928
dd8888a1
GM
4929 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
4930
e5c81191
GM
49312000-07-01 Francesco Potorti` <pot@gnu.org>
4932
4933 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
4934 exim can use "your message" instead of "the message".
34342a07 4935
f45aab65
SM
49362000-07-06 Stefan Monnier <monnier@cs.yale.edu>
4937
4938 * facemenu.el: Docstrings fixes.
4939 (facemenu-get-face): Don't use internal-find-face.
4940 (facemenu-iterate): Rename arg to match the docstring.
4941
4942 * newcomment.el (uncomment-region): Be more careful when skipping
4943 backwards over `=' not to bump into BOBP.
4944
d396e521 49452000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
34342a07 4946
dd8888a1
GM
4947 * ediff-diff.el (ediff-wordify): Use syntax table.
4948 * ediff-init.el (ediff-has-face-support-p): Use
d396e521 4949 ediff-color-display-p.
dd8888a1 4950 (ediff-color-display-p): Use display-color-p, changed to defun
d396e521
MK
4951 from defsubst.
4952 Got rid of special cases for NeXT and OS/2.
dd8888a1 4953 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
d396e521 4954 face.
34342a07 4955
5e2dfaa4
SM
49562000-07-05 Stefan Monnier <monnier@cs.yale.edu>
4957
4958 * emacs-lisp/lucid.el: Require CL.
4959 (copy-tree, remprop): Remove, it's provided by CL.
4960 (map-keymap): Define in terms of cl-map-keymap.
4961 (extent-property, set-extent-end-glyph): New functions.
4962
4963 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
4964
d5c5cddd
GM
49652000-07-05 Gerd Moellmann <gerd@gnu.org>
4966
485266d0
GM
4967 * Makefile.in (DONTCOMPILE): Add comment that the name may
4968 not be changed without changing the make-dist script.
4969
5e2dfaa4 4970 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
d5c5cddd 4971 (cl-mapc): Use mapc instead of cl-old-mapc.
34342a07 4972
e2c46326
AI
49732000-07-05 Andrew Innes <andrewi@gnu.org>
4974
4975 * makefile.nt: Add support for `bootstrap' and related targets.
4976
a027a91b
SM
49772000-07-05 Stefan Monnier <monnier@cs.yale.edu>
4978
4979 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
4980 (easy-menu-do-define): Use `menu-item' format.
4981 Handle case where easy-menu-create-menu returns a symbol.
4982 Manually call the potential top-level filter in the function binding.
4983 (easy-menu-filter-return): New arg NAME.
4984 Convert to a keymap if MENU is an XEmacs menu.
4985 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
4986 (easy-menu-converted-items-table, easy-menu-convert-item):
4987 New var and fun to memoize easy-menu-convert-item-1.
4988 (easy-menu-do-add-item): Use it.
4989 (easy-menu-create-menu): Use easy-menu-convert-item.
4990 Wrap easy-menu-filter-return around any :filter specification.
4991 Don't convert the menu if a filter was specified.
4992 Tell easy-menu-make-symbol not to check for MENU being an expression.
4993 (easy-menu-make-symbol): New arg NOEXP.
4994
5e03eb84
GM
49952000-07-05 Gerd Moellmann <gerd@gnu.org>
4996
4997 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
4998 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
4999 (eval-defun): If called with prefix arg, instrument code for
5000 Edebug.
5001
5002 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
5003 similar to that of eval-defun.
5004
fca68a95
DL
50052000-07-04 Dave Love <fx@gnu.org>
5006
7ccbba4c
DL
5007 * hl-line.el (hl-line-overlay): Make it permanent-local.
5008
fca68a95
DL
5009 * calendar/todo-mode.el: Replaced with a working version, based on
5010 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
5011
50122000-07-03 Miles Bader <miles@lsi.nec.co.jp>
78e7e8a0
MB
5013
5014 * paths.el (prune-directory-list): New function.
5015 (Info-default-directory-list): Rewritten to more methodically
5016 enumerate a big list of possible info directories (based on the
5017 list used by the standalone info reader).
fca68a95 5018
78e7e8a0 5019 * info.el (info-initialize): Use prune-directory-list to remove
3a4f3f86 5020 non-existent directories from Info-directory-list.
78e7e8a0 5021
78e7e8a0
MB
5022 * paths.el (Info-default-directory-list): Try a list of possible
5023 info-directories instead of a single one. Add the possible
5024 info directory "/usr/share/info".
5025
5026 * woman.el (woman-man.conf-path): Explicitly include the debian
5027 man-db config file "/etc/manpath.config".
5028 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
5029 are present in `manpath.config'.
5030 (woman-manpath): Include "/usr/share/man".
5031
67c9a1d2
GM
50322000-07-03 Gerd Moellmann <gerd@gnu.org>
5033
6753393b
GM
5034 * frame.el (blink-cursor-mode): Don't hide cursor initially.
5035
5036 * startup.el (command-line): Initialize blink-cursor based
5037 on window-system.
5038
e4f98ad3
GM
5039 * frame.el (blink-cursor): Default to nil if not running under
5040 a window-system.
5041
2f516940
GM
5042 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
5043 (face-x-resources): Remove duplicate entry for :font.
5044
67c9a1d2
GM
5045 * textmodes/refer.el (refer-find-entry-internal): Use some-window
5046 instead of cycling through windows with next-window.
5047
5048 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
5049 of cycling through windows with next-window.
5050
5051 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
5052 of cycling through windows with next-window.
5053
5054 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
5055 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
5056 instead of cycling through windows with next-window.
5057
5058 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
5059 instead of cycling through windows with next-window.
5060
5061 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
5062 of cycling through windows with next-window.
5063
5064 * terminal.el (te-process-output): Use walk-windows instead of
5065 cycling through windows with next-window.
5066
5067 * server.el (server-switch-buffer): Use some-window instead of
5068 cycling through windows with next-window.
5069
5070 * window.el (some-window): New function.
5071 (walk-windows): Remove reference to walk-windows-start.
831a6cb0 5072
3a4f3f86 5073 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
831a6cb0 5074
8b7bc628 50752000-07-03 Richard Stallman <rms@gnu.org>
67c9a1d2
GM
5076
5077 * window.el (walk-windows): Guarantee termination by keeping a list
5078 of all the windows already handled.
5079
d0d57043
EZ
50802000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
5081
5082 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
5083 window-system.
5084
5085 * man.el (Man-notify-when-ready): Don't use window-system. If
5086 Man-notify-method is newframe, and the display is not
5087 multi-frame, select the frame created for the man page.
5088 (Man-init-defvars): Doc fix.
5089
d5483ab1
GM
50902000-06-28 Gerd Moellmann <gerd@gnu.org>
5091
af5c25e1
GM
5092 * faces.el (region): Change background color for light background.
5093
5094 * ediff-wind.el (ediff-setup-control-frame): Remove :box
5095 attribute from mode-line face of Ediff control frame.
5096
d5483ab1
GM
5097 * replace.el (query-replace-map): Bind `e' like `E'.
5098
9d47450f
EZ
50992000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
5100
3a4f3f86
SM
5101 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
5102 Change name to "Select All".
496b7491 5103
9d47450f
EZ
5104 * dos-fns.el (convert-standard-filename): Fix last change.
5105
0b431deb
GM
51062000-06-27 Gerd Moellmann <gerd@gnu.org>
5107
4fa9f636
GM
5108 * help.el (describe-variable): Don't insert a second `'s' in front
5109 of the string `value is shown below'. Since the syntax-table is
5110 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
5111 an existing `'s', so that this won't be deleted.
5112
0b431deb
GM
5113 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
5114 * pcmpl-unix.el: New files.
5115
32cad0aa
SM
51162000-06-26 Stefan Monnier <monnier@cs.yale.edu>
5117
5118 * wid-edit.el (widget-member): Use the new plist-member.
5119
2c69ced2
GM
51202000-06-26 Gerd Moellmann <gerd@gnu.org>
5121
44c0f771
GM
5122 * replace.el (perform-replace): Undo change of 2000-04-04.
5123 Instead, move backward 1 character at the end of the loop when
5124 necessary.
34342a07 5125
1d36487c
GM
5126 * faces.el (fringe): Change face for different backgrounds.
5127
5128 * eshell/esh-module.el (toplevel): Load defgroup's differently;
5129 patch from John.
5130
2c69ced2
GM
5131 * eshell/*.el: Change spelling of the Free Software Foundation.
5132
5133 * eshell/esh-toggle.el: Removed.
5134
5135 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
5136
5137 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
5138 interactively.
5139
51402000-06-26 Alex Schroeder <alex@gnu.org>
5141
5142 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
5143 `define-key'; instead of checking `(emacs-version)' check for
5144 `set-keymap-parent' and `set-keymap-name' directly. Add entries
5145 for `;' and `o' which might be electric.
5146
5147 (sql-electric-stuff): New user option.
5148 (sql-magic-go): New function which uses `sql-electric-stuff'.
5149 (sql-magic-semicolon): New function which uses
5150 `sql-electric-stuff'.
5151
5152 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
5153 is not fboundp.
5154
5155 (sql-oracle-options): New variable.
5156 (sql-oracle): Use it.
5157
5158 (sql-imenu-generic-expression): Doc change.
5159 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
5160 is used.
5161
5162 (sql-informix): Added command line parameter "-" to force
5163 sql-informix-program to use stdout.
5164
db1306d8
EZ
51652000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
5166
3a4f3f86 5167 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
db1306d8
EZ
5168 (cp864-decode-table): Doc fix.
5169 (cp720-decode-table): New variable, supports the Arabic OEM
5170 codepage used by Windows.
5171 (cp737-decode-table): New, Greek OEM codepage used by Windows.
5172
c69e5fcd
DL
51732000-06-23 Dave Love <fx@gnu.org>
5174
5175 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
5176 (font-lock-fontify-anchored-keywords): Use
5177 line-beginning-position.
5178 (global-font-lock-mode): Use mapc.
5179
30ad8f23
SM
51802000-06-23 Stefan Monnier <monnier@cs.yale.edu>
5181
5182 * eshell/esh-module.el: Require CL when compiling.
5183
26b4dc84
GM
51842000-06-23 Gerd Moellmann <gerd@gnu.org>
5185
78c56e70
GM
5186 * comint.el (comint-substitute-in-file-name): Call replace-match
5187 with second and third arg t.
5188
34342a07 5189 * cus-edit.el (custom-button-face, custom-button-pressed-face):
f6478c66
GM
5190 Specify foreground color.
5191
5192 * faces.el (tool-bar, mode-line, header-line): Specify foreground
5193 color.
5194
affbf647
GM
5195 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
5196
5197 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
5198 cddr instead of cdddr.
5199
25fffb31
GM
5200 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
5201 instead of copy-list.
5202
5203 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
5204 of copy-list.
5205
26b4dc84
GM
5206 * subdirs.el: Add eshell subdirectory.
5207
5208 * eshell: New subdirectory containing the Eshell package.
5209
5210 * pcomplete.el: New file.
5211
78c56e70
GM
52122000-06-23 Paul Eggert <eggert@twinsun.com>
5213
ea055732
GM
5214 * mail/mailpost.el (post-mail-send-it): Make sure file has
5215 proper permissions from birth.
5216
5217 * files.el (basic-save-buffer-2): When temporarily setting
5218 file modes, set them to current modes plus 0200, not to 0777.
5219
78c56e70
GM
5220 * emerge.el (emerge-make-temp-file): Make sure file has proper
5221 permissions from birth.
5222
a3a7ff33
EZ
52232000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
5224
5225 * files.el (make-backup-file-name-1): On DOS/Windows, run the
5226 backup file name through convert-standard-filename.
5227
5228 * dos-fns.el (convert-standard-filename): Convert leading
5229 directories as well. When long file names are supported, convert
5230 characters that are invalid in Windows file names.
5231
1fd9b7fe
GM
52322000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5233
5234 * ps-print.el: Fix bug: if ^L is the very first buffer character,
5235 ps-print crashes. New feature: page selection for printing. Create
5236 raw-text-unix coding system for XEmacs. Doc fix.
5237 (ps-print-version): New version number (5.2.3).
5238 (ps-plot-region): Bug fix.
5239 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
5240 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
5241 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
5242 funs.
5243 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
5244 (ps-last-page): New vars.
5245
16ed8416
GM
52462000-06-21 Gerd Moellmann <gerd@gnu.org>
5247
5248 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
5249 empty option string.
5250
4fbee715
EZ
52512000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
5252
5253 * man.el (man): Doc fix.
5254
eaecfc94
KH
52552000-06-21 Kenichi Handa <handa@etl.go.jp>
5256
5257 * international/mule-cmds.el (set-language-info-alist): Docstring
5258 fixed.
5259
4a27bdfb
GM
52602000-06-20 Gerd Moellmann <gerd@gnu.org>
5261
5262 * version.el (emacs-version): Use ISO date format.
5263
5264 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
5265 instead of `M-backspace'.
5266
5267 * simple.el (turn-off-auto-fill): New function.
5268
8972fe79
SM
52692000-06-20 Stefan Monnier <monnier@cs.yale.edu>
5270
5271 * jit-lock.el (with-buffer-prepared-for-jit-lock):
5272 Renamed from with-buffer-prepared-for-font-lock and use
5273 inhibit-modification-hooks rather than setting *-change-functions.
5274 Update all functions to use the new name.
5275 (jit-lock-first-unfontify-pos): New semantics (and doc).
5276 (jit-lock-mode): Make non-interactive.
5277 Don't automatically turn on font-lock.
5278 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
5279 Always use jit-lock-after-change.
5280 Remove and restore font-lock-after-change-function.
5281 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
5282 (jit-lock-after-unfontify-buffer): Remove.
5283 (jit-lock-stealth-fontify):
5284 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
5285 (jit-lock-after-change): Set the `fontified' text-prop to nil.
5286
5d80cc9c
SS
52872000-06-20 Sam Steingold <sds@gnu.org>
5288
5289 * emacs-lisp/cl-indent.el (toplevel): Indent
5290 `print-unreadable-object' properly. Untabify.
5291
f54e4d13
CD
52922000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
5293
5294 * textmodes/reftex.el (reftex-find-citation-regexp-format):
5295 Support for bibentry.
5296 (reftex-compile-variables): Fixed problem with end of section-re.
5297
5298 * texmodes/reftex-dcr.el (reftex-view-crossref,
8972fe79
SM
5299 reftex-view-crossref-from-bibtex):
5300 Deal with changed `reftex-find-citation-regexp-format'.
f54e4d13
CD
5301 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
5302 Replaced `remprop' with `put'.
8972fe79
SM
5303 (reftex-view-crossref, reftex-view-crossref-when-idle):
5304 Support for bibentry.
f54e4d13 5305
8972fe79
SM
5306 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
5307 New entry for bibentry package.
f54e4d13 5308
8972fe79
SM
5309 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
5310 Regexp also matches "\nobibliography".
f54e4d13 5311
8972fe79
SM
5312 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
5313 Call `reftex-ensure-write-access' before doing anything.
f54e4d13
CD
5314 (reftex-ensure-write-access): New function.
5315
f54e4d13
CD
53162000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
5317
5318 * progmodes/idlwave.el: File re-installed (update to version 4.2)
5319
5320 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
5321
5322 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
5323
5324 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
5325
5326
560c43f4
DL
53272000-06-20 Dave Love <fx@gnu.org>
5328
5329 * faces.el (frame-background-mode): Use set-default, not set, in
5330 setter.
5331 (frame-update-faces, frame-update-face-colors): Define with
5332 defalias.
5333
5334 * enriched.el (enriched-decode-foreground)
5335 (enriched-decode-background): Don't use internal-find-face.
5336
5337 * apropos.el: Doc fixes.
5338
5339 * cus-edit.el (customize-changed-options): Check arg.
5340 (customize-version-lessp): Don't require decimal point.
5341
5342 * custom.el (defcustom, defgroup): Doc fix.
5343
5344 * newcomment.el (comment) <defgroup>: Add :version.
5345 (comment-multi-line): Doc fix.
5346
5347 * emulation/mlsupport.el (define-hooked-local-abbrev,
5348 define-hooked-global-abbrev): Fix, using define-abbrev.
5349
cdf0357b
GM
53502000-06-19 Gerd Moellmann <gerd@gnu.org>
5351
5352 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
5353 the whole buffer.
5354
10013d74
DL
53552000-06-19 Dave Love <fx@gnu.org>
5356
5357 * menu-bar.el (menu-bar-options-save): New function.
5358 (menu-bar-options-menu): Use it.
5359 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
5360 Simplify.
5361
6922f208
AS
53622000-06-19 Andreas Schwab <schwab@suse.de>
5363
5364 * progmodes/etags.el (tags-query-replace): Put new parameters
5365 START and END at the end, for backward compatibility.
5366
10d7bf84
KH
53672000-06-19 Kenichi Handa <handa@etl.go.jp>
5368
5369 * international/codepage.el:
5370 (cp-coding-system-for-codepage-1): Delete special codes for
5371 generating xxx-dos coding system because now a CCL based coding
5372 system can handle EOL conversion by default.
5373
5374 * international/mule.el (make-coding-system): Generate subsidiary
5375 coding systems for EOL handling variants even for a CCL based
5376 coding system.
5377
8f3c9a3d
KH
53782000-06-19 Kenichi Handa <handa@etl.go.jp>
5379
5380 * international/isearch-x.el (isearch-minibuffer-input-method)
5381 (isearch-minibuffer-input-method-function): These variables
5382 deleted.
5383 (isearch-with-input-method): Don't use the above variables.
5384 (isearch-process-search-multibyte-characters): Likewise. Call
5385 read-string with the arg INHERIT-INPUT-METHOD t.
5386
c2acf685
SM
53872000-06-17 Stefan Monnier <monnier@cs.yale.edu>
5388
13f0d185
SM
5389 * font-lock.el (font-lock-after-fontify-buffer)
5390 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
5391
5392 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
5393 Use consistent make-local-variable style for font-lock-fontified.
5394 (jit-lock-fontify-buffer):
5395 Don't bother checking for font-lock-mode and jit-lock-mode.
5396
c2acf685
SM
5397 * time.el: Remove trailing ^M that prevent CVS-merging.
5398
a9021acd
GM
53992000-06-16 Gerd Moellmann <gerd@gnu.org>
5400
5401 * Makefile.in (distclean): New target.
5d80cc9c 5402
0df68e9f
SM
54032000-06-16 Stefan Monnier <monnier@cs.yale.edu>
5404
5405 * Makefile.in (srcdir): Define for update-subdirs.
5406
6344985d
GM
54072000-06-16 Gerd Moellmann <gerd@gnu.org>
5408
5409 * find-lisp.el: New file.
5410
63239267
AI
54112000-06-16 Andrew Innes <andrewi@gnu.org>
5412
5413 * time.el (display-time-mail-function): New variable, to allow
5414 external packages to indicate when new mail is available.
5415 (display-time-update): Use it.
5416
1699f991
KH
54172000-06-16 Kenichi Handa <handa@etl.go.jp>
5418
a3b37893
KH
5419 * international/mule.el (mule-version): Change version name to
5420 SAKAKI. AOI has already been used by Meadow.
5421
1699f991
KH
5422 * international/quail.el (quail-show-guidance-buf): To find the
5423 bottom window (but minibuffer), pay attention to the height of
5424 minibuffer.
5425
228b083e
EZ
54262000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
5427
7d5c8691
EZ
5428 * arc-mode.el (archive-mode-map): Use the new menu-item format for
5429 menu-bar menus. Add help strings. Don't remove the Edit menu
5430 from the menu bar, as the menu bar has enough space now.
5431
261f3289
EZ
5432 * Makefile.in (SHELL): Make sure /bin/sh is used.
5433
228b083e
EZ
5434 * woman.el (woman-man-buffer): Fix bold and underlined CJK
5435 characters, which use series of two ^H characters instead of one.
5436
e27e8d71
GM
54372000-06-15 Gerd Moellmann <gerd@gnu.org>
5438
5d80cc9c 5439 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
451ec4e3 5440 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
5d80cc9c 5441 functions.
451ec4e3
GM
5442 (Info-find-node-2): Try a case-sensitive search first, then
5443 do a case-insensitive search.
5444
5445 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
5446 tutorials.
5447
b675095c
GM
5448 * complete.el (PC-env-vars-alist): New variable.
5449 (PC-complete-as-file-name): New function.
5450 (partial-completion-mode): Initialize PC-env-vars-alist from
5451 process-environment.
5452 (PC-do-completion): Handle completion of env vars.
5453
5454 * info.el (Info-set-mode-line): Show file name in mode line,
5455 use `*Info*' instead of `Info:'.
5456
e27e8d71
GM
5457 * startup.el (command-line-1): Change copyright messages to year
5458 2000.
5459
28223a7e
DL
54602000-06-15 Dave Love <fx@gnu.org>
5461
5462 * net/goto-addr.el (goto-address-fontify): Use keymap property,
5463 not local-map.
5464
32684631
KH
54652000-06-15 Kenichi Handa <handa@etl.go.jp>
5466
5467 * international/mule.el (set-buffer-file-coding-system): Almost
5468 rewritten to handle `undecided' as no-op.
5469
9f817ea4
GM
54702000-06-14 Gerd Moellmann <gerd@gnu.org>
5471
e27e8d71 5472 * Makefile.in: New file.
dce6b995
GM
5473
5474 * Makefile: Removed.
5475
9f817ea4
GM
5476 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
5477 (goto-address-highlight-keymap): Bind C-c RET.
5478
2de33f94
KH
54792000-06-14 Kenichi Handa <handa@etl.go.jp>
5480
bbf1e8a5
KH
5481 * mail/sendmail.el (sendmail-send-it): The temporary buffer
5482 inherits buffer-file-coding-system of the current buffer.
725a6897 5483
02891cc3
KH
5484 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
5485 0. Give correct argument to set-auto-coding-function.
5486 (tar-expunge): For goto-char, use (point-min), not 0.
5487 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
5488 (tar-subfile-save-buffer): Likewize.
5489
2de33f94
KH
5490 * international/mule.el
5491 (after-insert-file-set-buffer-file-coding-system): Call
5492 set-buffer-file-coding-system with the arg FORCE t.
5493
1681ead6
GM
54942000-06-13 Gerd Moellmann <gerd@gnu.org>
5495
5496 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
5497 nil. Contemporary sendmails issue an X-Authentication-Warning if
b675095c 5498 the sender is set with `-f'.
1681ead6 5499
fdf4b680
DL
55002000-06-13 Dave Love <fx@gnu.org>
5501
9c50afce
DL
5502 * help.el (describe-function-1): Kluge around cases of functions
5503 fset to subrs whose doc doesn't match their symbol-name.
5504
0ad550ba 5505 * image.el (insert-image): Default STRING to a space.
f290ca08 5506
fdf4b680 5507 * info.el Doc fixes.
5d80cc9c 5508 (Info-build-node-completions): Match Ref tags.
fdf4b680 5509
9b6610db
EZ
55102000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
5511
a704139d
EZ
5512 * frame.el (display-multi-frame-p, display-multi-font-p): New
5513 defaliases for display-graphic-p.
5514
9b6610db
EZ
5515 * hl-line.el: Fixed a typo in commentary.
5516
7a5ea398
KH
55172000-06-13 Kenichi Handa <handa@etl.go.jp>
5518
5519 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
5520 fixed.
5521
0dc91c57
DL
55222000-06-12 Dave Love <fx@gnu.org>
5523
5524 * image.el (insert-image): Save a little consing.
5525
0bd5914b
KH
55262000-06-12 Kenichi Handa <handa@etl.go.jp>
5527
5528 * language/tibet-util.el: Convert all tibetan-1-column characters
5529 to the corresponding tibetan characters.
5530 (tibetan-add-components): Delete code for the special treatment of
5531 'a chung.
5532
5533 * language/tibetan.el (tibetan-composable-pattern): Fix previous
5534 change.
5535 (tibetan-vowel-transcription-alist): More rules added.
5536 (tibetan-composite-vowel-alist): New variable.
5537 (tibetan-precomposition-rule-alist): More rules added.
5538
6dc7d3d5
SM
55392000-06-12 Stefan Monnier <monnier@cs.yale.edu>
5540
9c04c393
SM
5541 * startup.el (command-line): Only call menu-bar-mode if interactive.
5542
5543 * thingatpt.el (toplevel symbol-properties):
5544 * textmodes/makeinfo.el (makeinfo-compile):
5545 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
5d80cc9c 5546 * progmodes/hideif.el (hif-compress-define-list)
9c04c393 5547 (hide-ifdef-use-define-alist):
5d80cc9c 5548 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
9c04c393
SM
5549 (ange-ftp-vms-add-file-entry):
5550 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
5551 * man.el (Man-build-man-command):
5552 * mail/rnewspost.el (news-reply-header-hook):
5553 * info.el (Info-insert-dir):
5554 * emulation/mlconvert.el (backward-word, forward-word, setq):
5555 * emacs-lisp/gulp.el (gulp-send-requests):
5d80cc9c
SS
5556 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
5557 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
9c04c393
SM
5558 (byte-optimize-apply, end of file):
5559 * emacs-lisp/advice.el (ad-advice-class-completion-table)
5560 (ad-make-freeze-definition):
5561 * startup.el (command-line, command-line-1): Don't quote lambdas.
5562
6dc7d3d5
SM
5563 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
5564 (cvs-cleanup-removed): New function.
5565 (cvs-cleanup-functions): New var.
5566 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
5567 some flexibility in specifying additional entries to auto-cleanup.
5568 (cvs-quickdir): New function.
5569 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
5570 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
5571 (cvs-mode-find-file): Check that we are on a filename or dirname
5572 when invoked through a mouse-click.
5573 (cvs-full-path): Remove.
5574 (cvs-dired-action): Re-introduced.
5575 (cvs-dired-noselect): Use it.
5576 (vc-post-command-functions): use this new hook if available.
5577
5578 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
5579 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
5580 (cvs-filename-map, cvs-dirname-map): Remove.
5581 (cvs-default-action): Remove.
5582 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
5583 if the arg is really a keymap.
5584 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
5585 Don't hardcode the mapping from state (aka type) to face, but check
5586 the var cvs-fi-<type>-face instead.
5587 (cvs-fileinfo-from-entries): New function.
5588
5589 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
5590 Docstring fix.
5591 (cvs-find-file-and-jump): Change default to be safer.
5592 (cvs-mode-diff-map): Define it as a function as well.
5593 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
5594 Bind mouse-2 in this global map rather than with text-properties.
5595
5596 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
5597 file to resolve the ambiguity between C(conflict) and C(need-merge).
5598
5050a2ef
KH
55992000-06-12 Kenichi Handa <handa@etl.go.jp>
5600
5601 * international/mule.el (set-buffer-file-coding-system): If
5602 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
5603 unconditionally.
5604
35a7ac84
DL
56052000-06-12 Dave Love <fx@gnu.org>
5606
5607 * wid-edit.el (widget-specify-button): Really suppress the face if
5608 required.
5609
db8eeecd
GM
56102000-06-11 Gerd Moellmann <gerd@gnu.org>
5611
5612 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
5613
70223ca4
SM
56142000-06-11 Stefan Monnier <monnier@cs.yale.edu>
5615
5616 * imenu.el (imenu-generic-expression): Docstring fix.
5617
5618 * composite.el (composition-function-table): Move the `put'
5619 below the autoload cookie so we can load the file before loaddefs.
5620
5621 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
5622
5623 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
5624 Handle easy-mmode-define-global-mode.
5625 For complex macros like define-minor-mode that can generate
5626 several autoload entries, try to autoload entries in the
5627 macroexpanded code.
5628
5629 * emacs-lisp/easy-mmode.el (define-minor-mode):
5630 If KEYMAP is a symbol, just use it.
5631 Use byte-compile-current-file and load-file-name to infer the
5632 proper :require to pass to defcustom.
5633 Wrap the hook var into `progn' so as not to autoload it.
5634 Add a :autoload-end cookie.
5635 Be more careful about the evaluation of KEYMAP.
5636 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
5637 (define-derived-mode): Move define-abbrev-table outside of defvar.
5638
56392000-06-10 Stefan Monnier <monnier@cs.yale.edu>
5640
5641 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
5642 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
5643 (backup-compiled-files): Ignore errors during `tar'.
5644 (bootstrap): Make autoloads before elc files.
5645
9c53b34e
KH
56462000-06-10 Kenichi Handa <handa@etl.go.jp>
5647
5648 * international/mule.el (set-buffer-file-coding-system): If one of
5d80cc9c 5649 undecided-XXX is specified, change only EOL conversion.
9c53b34e
KH
5650
5651 * international/mule-conf.el (unix): New alias for the coding
5652 system undecided-unix.
5653
22ddd299
DL
56542000-06-09 Dave Love <fx@gnu.org>
5655
5ee42746
DL
5656 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
5657
70223ca4 5658 * progmodes/executable.el: Byte compile dynamic.
22ddd299
DL
5659 (executable-insert): Change custom type.
5660 (executable-find): Add autoload cookie.
cc7e1d18
DL
5661 (executable-make-buffer-file-executable-if-script-p): New
5662 function. After Noah Friedman.
22ddd299
DL
5663
5664 * files.el (after-save-hook): Customize, with
cc7e1d18 5665 executable-make-buffer-file-executable-if-script-p as an option.
22ddd299 5666
41ea3794
KH
56672000-06-09 Kenichi Handa <handa@etl.go.jp>
5668
f89437e3
KH
5669 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
5670 "tib24p-mule.bdf" for Tibetan.
5671
7a4ee259
KH
5672 * composite.el (decompose-composite-char): Declare it as obsolete.
5673
ff6a65c2
KH
5674 * man.el (Man-fontify-manpage): Pay attention to underline and
5675 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
41ea3794 5676
f83fe4b4
GM
56772000-06-08 Gerd Moellmann <gerd@gnu.org>
5678
5679 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
5680 Set maintainer to FSF since author isn't reachable.
5681
e56d7900
DL
56822000-06-08 Dave Love <fx@gnu.org>
5683
5684 * international/mule-cmds.el (select-safe-coding-system): If
5685 DEFAULT-CODING-SYSTEM is not specified, also check the most
5686 preferred coding-system if buffer-file-coding-system is
5687 `undecided'. From Handa.
5688
d3981b49
KH
56892000-06-08 Kenichi Handa <handa@etl.go.jp>
5690
5691 * international/mule.el
5692 (after-insert-file-set-buffer-file-coding-system): If the buffer
5693 size is greater than INSERTED, judget that we are not visiting.
5694
bff71087
RV
56952000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
5696
5697 * whitespace.el (defgroup whitespace): Comment out `:version'.
5698 XEmacs 20.4 has problems defining the group with this present.
5699 We'll have this commented out till get resolve the problem.
5700
45f485a6
GM
57012000-06-07 Gerd Moellmann <gerd@gnu.org>
5702
5703 * align.el: Update from author.
5704
57052000-06-07 Jari Aalto <jari.aalto@poboxes.com>
5706
5707 * apropos.el (apropos-mode-hook): New user variable.
5708 (apropos-mode): Run apropos-mode-hook.
bff71087 5709
45f485a6
GM
57102000-06-07 David Ponce <david@dponce.com>
5711
5712 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
5713 commands. Require `wid-edit' at run-time.
5714
57152000-06-07 David Ponce <david@dponce.com>
5716
5717 * recentf.el: Added some "Commentary".
5718 (recentf-open-more-files, recentf-edit-list): Minor changes to
5719 move the point at the top of the file list. This behaviour is
5720 consistent with the menu one when the list contains a lot of
5721 files.
5722 (recentf-cleanup): Now displays the number of items removed from
5723 the list.
5724 (recentf-relative-filter) New menu filter to show filenames
5725 relative to `default-directory'.
bff71087 5726
45f485a6
GM
57272000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5728
5729 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
5730 with/without giving an error if PostScript printer doesn't have this
5731 kind of page size. Zebra Stripe continues or restarts on next page.
5732 Manual/automatic paper feeding. Switch or not the header.
5733 (ps-print-version): New version number (5.2.2).
5734 (ps-windows-system): Include emx as a Windows system.
5735 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
5736 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
5737 (ps-background-text): Code fix.
5738 (ps-error-handler-message, ps-user-defined-prologue)
5739 (ps-print-prologue-header, ps-printer-name)
5740 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
5741 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
5742 (ps-use-face-background): Customization fix.
5743 (ps-n-up-database): Data fix.
5744 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
5745 (ps-switch-header): New vars.
5746 (ps-xemacs-color-name, ps-face-foreground-name)
5747 (ps-face-background-name, ps-boolean-constant): New funs.
5748
c14dcd22
DL
57492000-06-07 Dave Love <fx@gnu.org>
5750
5751 * allout.el: New version from Manheimer.
5752
e4044bb0
KH
57532000-06-07 Kenichi Handa <handa@etl.go.jp>
5754
5755 * textmodes/fill.el (fill-find-break-point): Check the validity of
5756 charset.
5757
59cfe8b9
KF
57582000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
5759
5760 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
5761 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
5762 Call display-color-p and display-mouse-p instead of looking at
5763 window-system.
5764
bb2337f5
DL
57652000-06-06 Dave Love <fx@gnu.org>
5766
5767 * image.el (find-image): Doc fix. Return nil if image not found.
5768 (put-image, insert-image): Make STRING arg optional.
5769
8e624fa2
KH
57702000-06-06 Kenichi Handa <handa@etl.go.jp>
5771
5772 * language/vietnamese.el: Remove eval-when-compile.
5773 (viet-viscii-nonascii-translation-table): Define it as a
5774 translation table made from viet-viscii-decode-table.
5775 (viet-viscii-encode-table): Define it as a translation table made
5776 from the reverse map of above.
5777 (viet-vscii-nonascii-translation-table): Define it as a
5778 translation table made from viet-vscii-decode-table.
5779 (viet-vscii-encode-table): Define it as a translation table made
5780 from the reverse map of above.
5781 (ccl-decode-viscii): Use translate-character.
5782 (ccl-encode-viscii, ccl-encode-viscii-font)
5783 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
5784 Likewize.
bff71087 5785
8e624fa2
KH
5786 * language/cyrillic.el: Remove eval-when-compile.
5787 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
5788 translation table made from cyrillic-koi8-r-decode-table.
5789 (cyrillic-koi8-r-encode-table): Define it as a translation table
5790 made from the reverse map of above.
5791 (ccl-decode-koi8): Use translate-character.
5792 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
5793 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
5794 a translation table made from cyrillic-alternativnyj-decode-table.
5795 (cyrillic-alternativnyj-encode-table): Define it as a translation
5796 table made from the reverse map of above.
5797 (ccl-decode-alternativnyj): Use translate-character.
5798 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
5799 Likewize
5800
5801 * international/mule-diag.el (non-iso-charset-alist): Specify
5802 translation table symbol instead of translation table itself.
5803 (list-block-of-chars): CHARSET may be a translation table symbol.
5804
5805 * international/mule.el (make-coding-system): If CODING-SYSTEM
5806 already exists, override it.
5807
5808 * international/fontset.el: Use family `proportional' for Tibetan
5809 fonts.
5810
5811 * international/ccl.el (ccl-compile-translate-character): Don't
5812 check if Rrr has property translation-table.
5813 (ccl-compile-map-multiple): Modified to avoid compiler warning.
5814
1969fae2
GM
58152000-06-05 Gerd Moellmann <gerd@gnu.org>
5816
5817 * info.el: Bind case-fold-search to t when searching in case
5818 a user sets it to nil in a hook.
5819
d5b037c5
SM
58202000-06-05 Stefan Monnier <monnier@cs.yale.edu>
5821
d3d02e65
SM
5822 * autoarg.el (autoarg-mode, autoarg-kp-mode):
5823 * hl-line.el (hl-line-mode): Use the new :global key argument.
5824
5825 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
5826 (tar-clip-time-string): Prepend a space.
5827 (tar-grind-file-mode): Construct a string rather than modifying one.
5828 (tar-header-block-summarize): Fix docstring.
5829 Use `format' rather than an error-prone set of copy-loops.
5830
5831 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
5832 (diff-goto-source, diff-unified->context, diff-context->unified)
5833 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
5834 understand the format output by the `-p' argument to diff.
5835
bff71087 5836 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
d3d02e65
SM
5837 (sh-re-done): Use defconst.
5838 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
5839 (sh-help-string-for-variable, sh-guess-basic-offset):
5840 Don't quote lambdas.
5841 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
5842 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
5843
f7c4478f
SM
5844 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
5845 (mh-letter-mode): Derive from text-mode.
5846 This implicitly means that it now calls kill-all-local-variables.
5847 Also remove the Emacs-18 compatibility code.
5848
a8add29d
SM
5849 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
5850 Make use of symbol-property doc-string-elt.
5851 Use memq rather than a sequence of eq.
5852 (doc-string-elt): Fix the wrong or missing previously unused values.
5853 (autoload-print-form): New function extracted from
5854 generate-file-autoloads to allow recursion when handling progn
5855 so that defvar's and defun's docstrings are properly printed.
5856 (generate-file-autoloads): Use it.
5857
d5b037c5
SM
5858 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
5859 Use find-file-hooks in the minor-mode function.
5860 Be careful not to loop indefinitely in the post-command-hook function.
5861
560ef11a 58622000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
bff71087 5863
1969fae2 5864 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
560ef11a 5865 tty's.
1969fae2 5866 * ediff-diff.el (ediff-exec-process): Use --binary for fine
d5b037c5 5867 differences whenever appropriate.
1969fae2
GM
5868 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
5869 * viper.el (find-file, find-file-other-window): Get viper to do
bff71087
RV
5870 wildcards.
5871
b5bbbb76
SM
58722000-06-04 Stefan Monnier <monnier@cs.yale.edu>
5873
d5b037c5
SM
5874 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
5875 (jit-lock-fontify-buffer): New function for JIT refontification.
5876 (jit-lock-mode): Fix docstring.
5877 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
5878 Remove jit-lock-after-change from the _local_ hook.
5879 (jit-lock-function-1): Fix docstring.
5880
5881 * info.el (Info-on-current-buffer): Initialize info.
5882
5883 * newcomment.el (comment-indent): Ignore comment-indent-hook.
5884
5885 * progmodes/tcl.el (tcl-indent-for-comment):
5886 Ignore comment-indent-hook.
5887
5888 * emacs-lisp/easy-mmode.el: Require CL during compilation.
5889 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
b5bbbb76
SM
5890 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
5891 and improve to use the lighter to guess the capitalization.
5892 (define-minor-mode): Inline code from easy-mmode-define-toggle.
5893 Add keyword arguments to specify global-ness or the custom group.
5894 Add local-map and help-echo properties to the lighter.
5895 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
d5b037c5 5896 (easy-mmode-define-global-mode): New macro.
b5bbbb76 5897
bfa6c260
DL
58982000-06-02 Dave Love <fx@gnu.org>
5899
5900 * wid-edit.el: byte-compile-dynamic since we typically don't use
5901 all the widgets. Don't require cl or widget. Remove
5902 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
5903 (widget-read-event): Removed. Callers changed to use read-event.
5904 (widget-button-release-event-p): Renamed from
5905 button-release-event-p.
5906 (widget-field-add-space, widget-field-use-before-change):
5907 Uncustomize.
5908 (widget-specify-field): Use keymap property, not local-map.
5909 (widget-specify-button): Obey :suppress-face.
5910 (widget-specify-insert): Use modern backquote syntax.
5911 (widget-image-directory): Renamed from widget-glyph-directory.
5912 (widget-image-enable): Renamed from widget-glyph-enable.
5913 (widget-image-find): Replaces widget-glyph-find.
5914 (widget-button-pressed-face): Move defvar.
5915 (widget-image-insert): Replaces widget-glyph-insert.
5916 (widget-convert): Use keywordp.
5917 (widget-leave-text, widget-children-value-delete): Use mapc.
5918 (widget-keymap): Remove XEmacs stuff.
b5bbbb76 5919 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
bfa6c260
DL
5920 (widget-button-click): Don't set point at the click, but re-centre
5921 if we scroll out of window. Rewritten for images v. glyphs &c.
5922 (widget-tabable-at): Use POS arg, not point.
5923 (widget-beginning-of-line, widget-end-of-line)
5924 (widget-item-value-create, widget-sublist, widget-princ-to-string)
5925 (widget-sexp-prompt-value, widget-echo-help): Simplify.
5926 (widget-default-create): Use widget-image-insert; some rewriting.
5927 (widget-visibility-value-create)
5928 (widget-push-button-value-create, widget-toggle-value-create): Use
5929 widget-image-insert.
5930 (checkbox): Create on and off images dynamically.
5931 (documentation-link): Change :help-echo.
5932 (widget-documentation-link-echo-help): Remove.
5933
3837de12
SM
59342000-06-02 Stefan Monnier <monnier@cs.yale.edu>
5935
5936 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
5937
5938 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
5939 (easy-mmode-define-toggle, define-minor-mode): Use it.
5940 (easy-mmode-define-keymap): Docstring fix.
5941 (define-derived-mode): Default PARENT to fundamental-mode.
5942 Add the derived-mode-parent symbol-property.
5943 (easy-mmode-derived-mode-p): New function.
5944
90aa4ea8
DL
59452000-06-02 Dave Love <fx@gnu.org>
5946
37193ee6
DL
5947 * files.el (convert-standard-filename): Doc fix.
5948 (normal-backup-enable-predicate): New function.
5949 (backup-enable-predicate): Use it to replace the lambda form.
5950
5951 * calendar/todo-mode.el: [This needs more work on the outline
5952 stuff.] Doc fixes.
5953 (todo) <defgroup>: Add :version.
5954 (todo-add-category): Don't use pushnew.
5955 (todo-cmd-raise): Fix typo.
5956 (todo-top-priorities): Change temp buffer name.
5957 (todo-category-alist): Avoid redundant lambda.
3837de12
SM
5958 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
5959 Use outline-next-heading.
37193ee6 5960
90aa4ea8
DL
5961 * autoarg.el: Rewritten to use define-minor-mode.
5962 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
5963 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
5964
2e54623a
KH
59652000-06-02 Kenichi Handa <handa@etl.go.jp>
5966
5967 * isearch.el (isearch-other-meta-char): Fix previous change.
5968
c5def0db
SM
59692000-06-01 Stefan Monnier <monnier@cs.yale.edu>
5970
3837de12
SM
5971 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
5972 (log-edit-done): Only add the comment to the ring if it's different
5973 from the last comment entered.
5974
c5def0db
SM
5975 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
5976
2330c9d4
DL
59772000-06-01 Dave Love <fx@gnu.org>
5978
5979 * hl-line.el: Rewritten using define-minor-mode.
5980
5981 * help.el (describe-function-1): Distinguish special form from
5982 builtin function. Sanity-check presence of arglist for builtins.
5983
6e5dfc31
KH
59842000-06-01 Kenichi Handa <handa@etl.go.jp>
5985
4dc1225b
KH
5986 * international/characters.el: Fix syntax/category setting of
5987 Tibetan characters.
5988
5989 * language/tibet-util.el (tibetan-add-components): Fixes for new
5990 encoding of Tibetan characters.
5991 (tibetan-decompose-precomposition-alist): New variable.
5992 (tibetan-decompose-region): Convert precomposed characters to
5993 non-precomposed characters.
5994 (tibetan-decompose-string): Likewise.
5995 (tibetan-composition-function): Fix args to
5996 thibetan-compose-string.
5997
5998 * language/tibetan.el (tibetan-composable-pattern): More
5999 characters included.
6000 (tibetan-consonant-transcription-alist): Rule for "R" added.
6001 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
6002 "+R" added.
6003 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
6004
eadef5e6
KH
6005 * language/lao-util.el (lao-composition-function): Fix args to
6006 compose-string.
6007
6008 * language/thai-util.el (thai-composition-function): Fix args to
6009 compose-string.
6010
6e5dfc31 6011 * isearch.el (isearch-update): Set disable-point-adjustment to t
6389e4ab
KH
6012 to prevent the point moving to the end of a composition when a
6013 part of a composition is searched.
6e5dfc31
KH
6014 (isearch-other-meta-char): If the key invoking this command can be
6015 mapped by function-key-map to a printing char, call
6016 isearch-process-search-char directly.
6017
2598a293
SM
60182000-06-01 Stefan Monnier <monnier@cs.yale.edu>
6019
6020 * emacs-lisp/bytecomp.el:
6021 * frame.el:
6022 * international/mule-cmds.el:
6023 * international/mule-util.el:
6024 * international/mule.el:
6025 * mouse.el:
6026 * subr.el:
6027 * faces.el: Update calls to make-obsolete with a WHEN argument.
6028
6029 * byte-run.el (make-obsolete, make-obsolete-variable):
6030 Add an optional WHEN argument and change the format of the
bff71087 6031 symbol-property information.
2598a293
SM
6032 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
6033 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
6034 new obsolete-symbol-property format and print WHEN if it is provided.
6035
28d8dff1
DL
60362000-05-31 Dave Love <fx@gnu.org>
6037
6038 * loadhist.el (loadhist-hook-functions): Remove
6039 before-change-function, after-change-function.
6040 (unload-feature): Deal with symbols which are both bound and
6041 fbound.
6042
6043 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
6044 before-change-function, after-change-function.
6045
6046 * simple.el (newline): Don't bind before-change-function,
6047 after-change-function.
6048
7f565d87
RV
60492000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
6050
6051 * whitespace.el (whitespace-rescan-timer-time): Update interval
6052 set to 600 seconds (10 minutes) instead of 60 seconds since
6053 a large number of whitespace buffers causes emacs to `freeze'
6054 for a considerable amount of time.
6055
bff71087 6056 * whitespace.el: Updated email address
7f565d87 6057
a8d693d8
DL
60582000-05-31 Dave Love <fx@gnu.org>
6059
6060 * add-log.el (change-log-font-lock-keywords) <function>: Add
6061 pattern for function of change.
6062 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
6063 acknowledgements patterns.
6064
a50192e7
KH
60652000-05-31 Kenichi Handa <handa@etl.go.jp>
6066
6067 * isearch.el (isearch-printing-char): If keyboard coding system is
6068 being used, call isearch-process-search-multibyte-characters.
6069
6070 * international/isearch-x.el: Mostly rewritten.
6071
6072 * international/quail.el (quail-start-conversion): Don't include
6073 unhandled events in the returned events, but set them in
6074 unread-command-events. Exit if all inputs are deleted.
6075
7e492772
JR
60762000-05-30 Jason Rumney <jasonr@gnu.org>
6077
6078 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
6079
6080 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
6081 Reenable code to create initial fontsets.
6082 Use set-fontset-font in place of put-charset-property.
6083
10fc3187
GM
60842000-05-30 Gerd Moellmann <gerd@gnu.org>
6085
79148ea7
GM
6086 * progmodes/perl-mode.el (perl-indent-line): When looking for a
6087 label, ensure that the first colon isn't followed by another.
6088
6089 * paths.el (Info-default-directory-list): Doc fix.
6090
086d5b87
GM
6091 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
6092 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
6093 send a query containing USER only, not USER@HOST.
6094
10fc3187
GM
6095 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
6096 and rmail-msgend to compute the restriction at the end, instead of
6097 computing it.
6098
49e70dec
GM
60992000-05-29 Gerd Moellmann <gerd@gnu.org>
6100
66254a13
GM
6101 * dabbrev.el (dabbrev-expand): Don't display messages in the
6102 echo area if the minibuffer window is active.
6103
49e70dec
GM
6104 * jit-lock.el (jit-lock-mode): Add after change function to
6105 local hook.
6106
61072000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
6108
6109 * antlr-mode.el: New commands: hide/unhide actions,
6110 upcase/downcase literals.
6111 (antlr-tiny-action-length): New user option.
6112 (antlr-hide-actions): New command. Suggested by
6113 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
7f565d87 6114 (antlr-mode-map): New binding [C-c C-v].
49e70dec
GM
6115 (antlr-mode-menu): New entries.
6116 (antlr-downcase-literals): New command.
6117 (antlr-upcase-literals): Ditto.
6118
6119 * antlr-mode.el: Minor changes: indendation, mode-name.
6120 (antlr-indent-line): Indent cpp directive at column 0.
6121 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
6122
6123 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
6124 (antlr-font-lock-additional-keywords): Workaround for intentional
6125 bug in XEmacs version of font-lock.
6126 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
6127 be used by a smarter version of `buffers-menu-grouping-function'.
6128
61292000-05-29 Gerd Moellmann <gerd@gnu.org>
6130
6131 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
6132 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
6133
49f93684
KH
61342000-05-29 Kenichi Handa <handa@etl.go.jp>
6135
6136 * international/encoded-kb.el
6137 (encoded-kbd-iso2022-designation-map): Pay attention to that
6138 charset-iso-final-char return -1 for eight-bit-control and
6139 eight-bit-graphic.
6140
5b1ae051
EZ
61412000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
6142
6143 * speedbar.el (speedbar-use-images, speedbar-update-flag)
6144 (speedbar-easymenu-definition-base): Use display-graphic-p where
6145 available, instead of window-system.
6146
a205e32a
EZ
61472000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
6148
6149 * international/codepage.el (cp-coding-system-for-codepage-1): Add
6150 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
6151 coding systems.
6152
dd854dc2
DL
61532000-05-26 Dave Love <fx@gnu.org>
6154
c88a85d5
DL
6155 * disp-table.el (standard-display-underline): Don't use
6156 internal-find-face.
6157
dd854dc2
DL
6158 * mail/reporter.el: Maintainer change. Doc fixes.
6159 (reporter-version): Deleted.
6160
6161 * emacs-lisp/elp.el: Maintainer change.
6162 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
6163
dc29aa6c
SM
61642000-05-26 Stefan Monnier <monnier@cs.yale.edu>
6165
6166 * add-log.el (add-change-log-entry): Merge the current entry with the
6167 previous one if the previous one is empty.
6168
ed62683d
DL
61692000-05-26 Dave Love <fx@gnu.org>
6170
4370a375
DL
6171 * loadhist.el (unload-feature): Fix interactive spec [from
6172 lijnzaad@ebi.ac.uk].
6173
ed62683d
DL
6174 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
6175 subr-arity to check primitives.
6176 (byte-compile-flush-pending, byte-compile-file-form-progn)
6177 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
6178 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
6179 mapcar.
6180
ba9f8f95
KH
61812000-05-26 Kenichi Handa <handa@etl.go.jp>
6182
0f3e0672
KH
6183 * international/fontset.el: Set family names of non-latin charsets
6184 in default fontset to "*".
6185
cebefb44
KH
6186 * international/mule-diag.el (print-fontset): Combine family part
6187 and registry part of the fontname by "-*-" instead of "-".
6188
ba9f8f95
KH
6189 * international/mule-cmds.el (encode-coding-char): Make strings
6190 multibyte before calling encode-coding-string.
6191
931d0724
SM
61922000-05-25 Stefan Monnier <monnier@cs.yale.edu>
6193
6194 * derived.el: Fix keywords.
8ccce2b0 6195 (define-derived-mode): Only define if needed.
931d0724
SM
6196
6197 * simple.el (fill-comment, comment-column, comment-start)
6198 (comment-start-skip, comment-end, comment-indent-function)
6199 (block-comment-start, block-comment-end, indent-for-comment)
6200 (set-comment-column, kill-comment, comment-padding, comment-region)
6201 (comment-multi-line, indent-new-comment-line): Remove.
6202
6203 * bindings.el (esc-map): Change ; to comment-dwim and use the new
6204 function names for comment operations.
6205
6206 * newcomment.el: Add abundant autoload cookies.
6207 (comment-style): Don't depend on runtime data at compile-time.
6208 (comment-indent-hook): Remove.
6209 (comment-indent): Check if comment-indent-hook is bound.
6210 (comment-region): Docstring fix.
6211
6fc596cf
DL
62122000-05-25 Dave Love <fx@gnu.org>
6213
6214 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
6215 byte-code-function-p.
6216
6217 * mail/rmailsum.el: Add provide.
6218
6219 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
6220
6221 * smerge-mode.el (smerge-diff-switches): Don't use list* in
6222 defcustom.
6223
7997f1ca 62242000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
7f565d87 6225
7997f1ca
MK
6226 * ediff-diff.el (ediff-exec-process): delete --binary option from
6227 non-buffer ediff jobs.
7f565d87 6228
e7a903e8
EZ
62292000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
6230
6231 * hilit-chg.el (highlight-changes-mode): Ask about color or
6232 grayscale support, not about window-system.
6233
6234 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
6235 window-system.
6236 (ffap-highlight): Always default to t.
6237
6238 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
6239 display-popup-menus-p instead of looking at window-system.
6240
6241 * disp-table.el (standard-display-g1, standard-display-graphic):
6242 Only refuse to use string glyphs on X and MS-Windows.
6243
6244 * avoid.el: Remove window-system from commentary, suggest to use
6245 display-*-p instead.
6246
6247 * apropos.el (apropos-print): Use display-mouse-p instead of
6248 window-system.
6249
14028d57
EZ
62502000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
6251
6252 * international/codepage.el (cp-decoding-vector-for-codepage):
6253 Fill up unsupported characters with their own codes. From Kenichi
6254 Handa.
6255
1a4f9cc1
EZ
62562000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
6257
6258 * international/mule-diag.el (describe-char-after): Use
6259 display-graphic-p instead of window-system, so that this function
6260 works on MS-DOS.
6261
89f6ca4e
EZ
62622000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
6263
6264 * international/codepage.el (cp-make-coding-systems-for-codepage):
6265 Remove the eight-bit-graphic and eight-bit-control charsets from
6266 the list of charsets which we convert into `?'.
6267
eacfd7fe
KH
62682000-05-25 Kenichi Handa <handa@etl.go.jp>
6269
6270 * international/mule-conf.el: Specify CHARSET-ID explicitely for
6271 private charsets.
6272 (mule-unicode-0100-24ff, japanese-jisx0213-1,
6273 japanese-jisx0213-2): New charsets.
6274
6275 * international/fontset.el: Setup default fontset for new charsets.
6276
deadf7e3
DL
62772000-05-24 Dave Love <fx@gnu.org>
6278
6279 * info.el (Info-find-node-2): Restructure [following "Vadim
6280 S. Solomin" <sovs@uic.nnov.ru>].
6281
6282 * icomplete.el: Fix header for Finder.
6283
62842000-05-24 Eric M. Ludlam <zappo@ultranet.com>
6285
6286 * rmailout.el (rmail-output-to-rmail-file): Added optional param
6287 STAY.
6288
6289 * rmail.el (rmail-automatic-folder-directives): New user variable.
6290 (rmail-show-message): Add call to `rmail-auto-file' during
6291 display.
6292 (rmail-auto-file): New function.
6293
6de3983f 62942000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
7f565d87 6295
fc6a6a4e 6296 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
6de3983f 6297 account.
fc6a6a4e
GM
6298 (ediff-test-utility,ediff-diff-mandatory-option)
6299 (ediff-reset-diff-options): Utilities for proper initialization of
6de3983f 6300 ediff-diff-options and ediff-diff3-options on Windows.
7f565d87 6301
fc6a6a4e 6302 * ediff-init.el (ediff-merge-filename-prefix): New customizable
6de3983f 6303 variable.
7f565d87 6304
fc6a6a4e 6305 * ediff-mult.el (ediff-filegroup-action): Use
6de3983f
MK
6306 ediff-merge-filename-prefix.
6307
fc290d1d
MK
63082000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
6309
fc6a6a4e 6310 * viper-ex.el (ex-write): Set selective display to nil.
7f565d87 6311
273182b8
EZ
63122000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
6313
6314 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
6315 aliases for hebrew-iso-8bit.
6316
f471ea57
EZ
63172000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
6318
6319 * woman.el: New version from Francis J. Wright
6320 <F.J.Wright@Maths.QMW.ac.uk>.
6321 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
6322 names in environment variables regardless of the path separator.
6323 (woman-topic-all-completions-1): Don't call file-name-directory-p
6324 on all files, since woman-file-regexp already filters out any
6325 directories.
6326
01162f24
KH
63272000-05-24 Kenichi Handa <handa@etl.go.jp>
6328
48e3df76
KH
6329 * international/quail.el (quail-start-translation): Don't change
6330 modified-p of the current buffer.
6331 (quail-start-conversion): Likewise.
6332
6333 * international/kkc.el (kkc-region): Don't change modified-p of
6334 the current buffer.
6335
747d90ea
KH
6336 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
6337 conform to RFC1468.
6338 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
01162f24 6339
17a223ff
EL
63402000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
6341
6342 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
6343 (speedbar-insert-button): Invisible text property fix.
6344 (speedbar-directory-plus): Renamed from speedbar-directory-+
6345 (speedbar-directory-minus): Renamed from speedbar-directory--
6346 (speedbar-page-plus): Renamed from speedbar-file-+
6347 (speedbar-page-minus): Renamed from speedbar-file--
6348 (speedbar-page): Renamed from speedbar-file-
6349 (speedbar-tag): Renamed from speedbar-tag-
6350 (speedbar-tag-plus): Renamed from speedbar-tag-+
6351 (speedbar-tag-minus): Renamed from speedbar-tag--
6352 (speedbar-expand-image-button-alist): Use above renames.
6353
6354 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
6355 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
6356 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
6357 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
6358 * sb-pg.xpm: Renamed from sb-file.xpm
6359 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
6360 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
7f565d87 6361
e6b6fc18
KH
63622000-05-24 Kenichi Handa <handa@etl.go.jp>
6363
6364 * international/quail.el (quail-show-guidance-buf): Set
6365 current-input-method of the guidance buffer to the name of the
6366 curren input method.
6367
a1a336eb
SM
63682000-05-23 Stefan Monnier <monnier@cs.yale.edu>
6369
6370 * progmodes/compile.el (compile-internal): Style typo.
6371
6372 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
6373 quote vars and functions in the docstring.
6374
6375 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
6376
6377 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
6378 Don't quote lambdas.
6379
6380 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
6381
9695b783
GM
63822000-05-23 Gerd Moellmann <gerd@gnu.org>
6383
716e3b88
GM
6384 * startup.el (command-line): Determine source file of compiled
6385 user init file differently. Warn if compiled user init file
6386 is older than its source file.
6387
9695b783 6388 * ffap.el (ffap-url-regexp): Add `https'.
7f565d87 6389
41ac433f
EZ
63902000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
6391
6392 * files.el (make-backup-file-name-1): Replace slashes with `!'
6393 rather than `|' (which is not allowed on Windows). Replace the
6394 drive letters with a string "drive_X".
6395
46600ab1
GM
63962000-05-23 Gerd Moellmann <gerd@gnu.org>
6397
6398 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
6399
6400 * files.el (interpreter-mode-alist): Add `bash2'.
6401
79a64d87
DL
64022000-05-22 Dave Love <fx@gnu.org>
6403
6404 * loadhist.el (feature-symbols, file-provides, file-requires): Use
6405 mapc.
6406 (feature-file): Avoid calling symbol-name. Doc fix.
6407 (file-set-intersect, file-dependents): Use dolist, not mapcar.
6408 (loadhist-hook-functions): Add mouse-position-function.
6409 (unload-feature): Change uses of mapcar.
6410
6411 * files.el (parse-colon-path): Doc fix.
6412 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
6413 (set-auto-mode): Use mapc.
6414
6415 * complete.el (PC-look-for-include-file): Use :alnum: character
6416 class.
6417 (partial-completion-mode): Add autoload cookie.
6418
0e8c11d8
SS
64192000-05-22 Sam Steingold <sds@gnu.org>
6420
ce75fd23 6421 * info.el (Info-fontify-node): Fixed the call to
0e8c11d8
SS
6422 `add-text-properties' (bug introduced on 2000-05-18).
6423
d8d0fa6c
DL
64242000-05-22 Dave Love <fx@gnu.org>
6425
6426 * bindings.el: Remove debug-ignored-errors set in other files.
6427
6428 * progmodes/etags.el: Add to debug-ignored-errors.
6429 (visit-tags-table-buffer): Clear out buffers holding old tables
6430 when making a new list.
6431 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
6432 mapc.
6433
6434 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
6435 quote keywords.
6436 (cmpl-string-case-type): Use character classes.
6437
0e8c11d8
SS
6438 * comint.el:
6439 * textmodes/ispell.el:
6440 * imenu.el:
d8d0fa6c
DL
6441 * mail/mh-e.el:
6442 * progmodes/compile.el: Add to debug-ignored-errors.
6443
6444 * dabbrev.el: Add to debug-ignored-errors.
6445 (dabbrev-completion): Use mapc.
6446
1edbbf8a
EZ
64472000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
6448
6449 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
6450 (woman-mapcan, woman-parse-man.conf)
6451 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
6452 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
6453 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
6454 path syntax better.
6455 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
6456 (woman-manpath): Call woman-parse-man.conf.
6457 (woman-emulation): New defcustom, defaults to nroff.
6458 (woman-font-support): New defconst.
6459 (woman-use-symbol-font): New defcustom.
6460 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
6461 "Emulation".
6462 Many functions: Doc fix.
6463
5bd2148c
KH
64642000-05-22 Kenichi Handa <handa@etl.go.jp>
6465
6466 * international/quail.el (quail-simple-translation-keymap): Map
6467 128..255 to quail-self-insert-command.
6468 (quail-keyboard-layout-alist): Add definition for "pc102-de".
6469
4125ec7e
SM
64702000-05-22 Stefan Monnier <monnier@cs.yale.edu>
6471
a1a336eb
SM
6472 * help.el (help-manyarg-func-alist): Typo.
6473
40aeecad
SM
6474 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
6475 intervals which makes it heaps simpler.
6476
4125ec7e
SM
6477 * newcomment.el (comment-region-internal): Go back to BEG after quoting
6478 the nested comment markers.
e4da9c1c
SM
6479
6480 * subr.el (remove-hook): Don't turn the hook's value into a list.
6481
cb7216a7
DL
64822000-05-21 Dave Love <fx@gnu.org>
6483
ac266581
DL
6484 * edmacro.el (edmacro-parse-keys): Return vector if any elements
6485 are invalid characters.
6486
cb7216a7
DL
6487 * international/mule-util.el (detect-coding-with-priority): Use
6488 mapc. Remove redundant lambda.
6489
6490 * international/mule-diag.el (list-non-iso-charset-chars)
6491 (describe-fontset): Remove redundant lambda.
6492
6493 * emulation/crisp.el (brief-mode): New alias.
6494
6495 * emacs-lisp/ring.el (ring-elements): New function.
6496
6497 * emacs-lisp/easymenu.el (easy-menu-create-menu)
6498 (easy-menu-do-add-item): Use keywordp.
6499
6500 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
6501
6502 * replace.el: Doc and error message fixes.
6503 (replace-highlight): Use facep, not internal-find-face.
6504
9b0d1d6e
SM
65052000-05-20 Stefan Monnier <monnier@cs.yale.edu>
6506
b2d2cf58
SM
6507 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
6508
ffe7dc64
SM
6509 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
6510 (log-edit-insert-changelog): Drop `:' as well.
6511
6512 * log-view.el: Fix file description.
6513 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
6514 available.
6515 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
6516 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
6517
c8c21615
SM
6518 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
6519 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
6520 Print a status message if the toggle is called interactively.
6521 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
6522 for global minor modes and use `defcustom' for them.
6523 Use add-minor-mode.
6524 (easy-mmode-define-derived-mode): Remove.
6525 (define-derived-mode): Fancier default docstring.
6526 (easy-mmode-define-navigation): Signal an error rather than (ding).
6527
9b0d1d6e
SM
6528 * newcomment.el (comment-styles): New `box-multi'.
6529 (comment-normalize-vars): Better default for comment-continue to
6530 avoid whitespace-only continuations.
6531 (comment-search-forward): Always move even in the no-syntax case.
6532 (comment-padright): Only obey N if it's only obeyed for padleft.
6533 (comment-make-extra-lines): Better handling of empty continuations.
6534 Use `=' for the filler if comment-start has only one character.
6535 (uncomment-region): Try handling the special `=' filler.
6536 (comment-region): Allow LINES even if MULTI is nil.
6537 (comment-box): Choose box style based on comment-style.
6538
f5ee6d0f
KH
65392000-05-20 Kenichi Handa <handa@etl.go.jp>
6540
9b0d1d6e 6541 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
f5ee6d0f
KH
6542 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
6543
c9671f81
KH
65442000-05-20 Kenichi HANDA <handa@etl.go.jp>
6545
6546 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
6547 and insert, not subst-char-in-region.
6548
6549 * international/mule-diag.el (list-character-sets-1): Handle
6550 charsets eight-bit-control and eight-bit-graphic.
6551 (list-iso-charset-chars): Likewise.
6552 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
6553 charactes as is. Use indent-to to align characters.
6554
6555 * international/mule-cmds.el (find-multibyte-characters): Never
6556 exclude charsets eight-bit-control and eight-bit-graphic.
6557
1426aa5c
SM
65582000-05-19 Stefan Monnier <monnier@cs.yale.edu>
6559
6560 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
6561 Don't quote lambdas.
6562
6563 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
6564
2b63d473
GM
65652000-05-19 Gerd Moellmann <gerd@gnu.org>
6566
6567 * gud.el (gud-jdb-directories): Doc fix.
6568
f1355756
SM
65692000-05-19 Stefan Monnier <monnier@cs.yale.edu>
6570
6571 * newcomment.el: New file.
6572
5f64c9e0
GM
65732000-05-19 Gerd Moellmann <gerd@gnu.org>
6574
2b63d473 6575 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
5f64c9e0 6576
db7314bd
AS
65772000-05-18 Andreas Schwab <schwab@suse.de>
6578
6579 * dired.el (dired-between-files): Also skip lines beginning with
6580 `used'.
6581
25bb0401
GM
65822000-05-18 Gerd Moellmann <gerd@gnu.org>
6583
6584 * msb.el (msb-menu-cond): Add choice `user'.
6585
a199a865 65862000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
0e8c11d8 6587
a199a865
GM
6588 * ps-print.el: Compatibility, customization and doc fix.
6589 (ps-printer-name-option): Replace defconst by defvar.
6590 (ps-postscript-code-directory): XEmacs compatibility.
6591 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
6592 fix.
6593 (ps-user-defined-prologue, ps-print-prologue-header)
6594 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
6595 compatibility and code fix.
6596 (ps-print-background-image, ps-print-background-text):
6597 Customization fix.
6598 (ps-line-number-start, ps-n-up-on): New vars.
6599
25bb0401
GM
66002000-05-18 Espen Skoglund <esk@ira.uka.de>
6601
6602 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
6603 the indent-comment function to just return the appropriate indent.
6604
68e6c83a
EL
66052000-05-18 Eric M. Ludlam <zappo@ultranet.com>
6606
6607 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
6608 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
6609 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
6610
dae6cb9f
DL
66112000-05-18 Dave Love <fx@gnu.org>
6612
6613 * info.el (Info-fontify-node): Add intangible property as well as
6614 invisible.
6615
6616 * calendar/appt.el (appt-make-list): Match all lines of entry.
6617 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
6618
813086ea
KH
66192000-05-18 Kenichi Handa <handa@etl.go.jp>
6620
6621 * international/mule-diag.el (describe-char-after): Call
6622 internal-char-font, not char-font. If internal-char-font returns
6623 nil, display "-- none --".
6624
24978190
EZ
66252000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
6626
6627 * image.el (image-type-available-p): Don't reference image-types
6628 if it isn't bound.
6629
2fca2d5d
SM
66302000-05-17 Stefan Monnier <monnier@cs.yale.edu>
6631
6632 * autoarg.el (autoarg-mode): Typo in the :set argument.
6633
cfc75d05
EZ
66342000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
6635
6636 * startup.el (command-line-1): Don't signal an error if the
6637 directory for auto-save-list files does not yet exist.
6638
c4e30387
KH
66392000-05-17 Kenichi Handa <handa@etl.go.jp>
6640
6641 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
6642
dd6b8ea7
SM
66432000-05-16 Stefan Monnier <monnier@cs.yale.edu>
6644
6645 * subr.el (remove-hook): `setq' hook-value, not `set'.
6646
399c88ad
SS
66472000-05-16 Sam Steingold <sds@gnu.org>
6648
a199a865 6649 * info.el (debug-ignored-errors): More errors to ignore.
399c88ad 6650
01651f07
DL
66512000-05-16 Dave Love <fx@gnu.org>
6652
6653 * cus-edit.el: Don't require cl or easymenu.
6654 (custom-variable-prompt): Test standard-value property, not
6655 user-variable-p.
6656
2248c40d
SS
66572000-05-16 Sam Steingold <sds@gnu.org>
6658
6659 * subr.el (add-hook): `setq' hook-value, not `set'.
6660
b15f3b77
GM
66612000-05-16 Gerd Moellmann <gerd@gnu.org>
6662
6663 * startup.el (command-line-1): Mention the FAQ in the startup
6664 message.
6665
6666 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
6667
6668 * progmodes/compile.el (compilation-parse-errors): Collect
6669 `nomessage' regexps last.
6670
6671 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
6672
6673 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
6674 to the function name.
6675
f9bbcfac
EL
66762000-05-15 Dave Love <fx@gnu.org>
6677
6678 * speedbar.el (speedbar-recenter): Typo.
6679 (speedbar-expand-line): Make arg optional.
6680 (speedbar-mode): Avoid a compiler warning.
6681
119b42eb
GM
66822000-05-15 Gerd Moellmann <gerd@gnu.org>
6683
6684 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
6685 user-specified option string is empty.
6686
6687 * mouse.el (mouse-yank-at-click): Doc fix.
6688
f685bea9
EZ
66892000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
6690
6691 * term/internal.el (IT-character-translations): More updates of
6692 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
6693 documents.
6694
a1b8d58b
GM
66952000-05-15 Gerd Moellmann <gerd@gnu.org>
6696
6697 * env.el (getenv): New function, interactively callable.
6698 (setenv, getenv): Remove autoload cookies.
6699
6700 * loadup.el: Load `env'.
6701
6702 * progmodes/f90.el: Change author's mail address.
6703
c9bba7ed
DL
67042000-05-14 Dave Love <fx@gnu.org>
6705
e5c83697
DL
6706 * mail/rmail.el (rmail-show-message-hook): Customize and offer
6707 goto-addr as an option.
6708
6709 * help.el (help-xref-stack): Doc fix.
6710 (help-xref-following): New variable.
6711 (help-make-xrefs): Use it.
6712 (help-xref-go-back): Use position information from stack element.
6713 (help-follow): Make position in stack element a pair. Use
6714 help-xref-following.
399c88ad 6715
e5c83697
DL
6716 * autoarg.el: New file.
6717
6718 * faces.el: Declare more functions obsolete.
6719
c9bba7ed
DL
6720 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
6721 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
6722 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
6723 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
6724 Remove all the setup-...-environment functions.
6725
b6389bfb
EL
67262000-05-13 Eric M. Ludlam <zappo@ultranet.com>
6727
a1b8d58b
GM
6728 * speedbar.el: Updated the commentary section. xemacs20p now uses
6729 >= when detecting. Require `defimage' safely.
b6389bfb
EL
6730 (speedbar-easymenu-definition-base): Add toggle for images.
6731 (speedbar-easymenu-definition-special): Add flush cache & expand.
6732 (speedbar-visiting-tag-hook): Set new defaults. Added options.
6733 (speedbar-reconfigure-keymaps-hook): New variable.
6734 (speedbar-frame-parameters): Updated documentation.
6735 (speedbar-use-imenu-flag): Updated custom tag
6736 (speedbar-dynamic-tags-function-list): New variable.
6737 (speedbar-tag-hierarchy-method): Updated doc & custom.
a1b8d58b
GM
6738 (speedbar-indentation-width, speedbar-indentation-width) New
6739 variables.
6740 (speedbar-hide-button-brackets-flag): Customizable.
b6389bfb
EL
6741 (speedbar-vc-indicator): Doc update.
6742 (speedbar-ignored-path-expressions): Updated default value.
6743 (speedbar-supported-extension-expressions): Updated default value.
6744 (speedbar-syntax-table): Remove {} paren status.
a1b8d58b
GM
6745 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
6746 as "+". Added overlay aliases.
6747 (speedbar-mode): Use `speedbar-mode-line-update' instead of
6748 `force-mode-line-update'.
6749 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
6750 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
6751 `mouse-set-point'
b6389bfb 6752 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
a1b8d58b
GM
6753 (speedbar-item-info-tag-helper): Revamped to handle a wider range
6754 of arbitrary text, and new helper functions.
6755 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
6756 filename finder.
b6389bfb
EL
6757 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
6758 (speedbar-directory-buttons): Update path search/expansion.
6759 (speedbar-make-tag-line): Pay attention to
a1b8d58b
GM
6760 `speedbar-indentation-width'. Use more care w/ invisible
6761 properties.
b6389bfb
EL
6762 (speedbar-change-expand-button-char): Call
6763 `speedbar-insert-image-button-maybe'.
6764 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
a1b8d58b
GM
6765 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
6766 (speedbar-trim-words-tag-hierarchy)
6767 (speedbar-simple-group-tag-hierarchy): New functions
b6389bfb 6768 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
a1b8d58b
GM
6769 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
6770 functions.
b6389bfb
EL
6771 (speedbar-mouse-set-point): New function
6772 (speedbar-power-click): Updated documentation.
a1b8d58b
GM
6773 (speedbar-line-token, speedbar-goto-this-file): Handle more types
6774 of tag prefix text.
6775 (speedbar-expand-line, speedbar-contract-line): Make more robust
6776 to strange text.
6777 (speedbar-expand-line): Takes universal argument to flush the
6778 cache.
b6389bfb
EL
6779 (speedbar-flush-expand-line): New function.
6780 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
6781 Use new generator insertion method.
6782 (speedbar-fetch-dynamic-tags): New function.
6783 (speedbar-fetch-dynamic-imenu): Removed code now handled in
6784 `speedbar-fetch-dynamic-imenu'.
6785 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
6786 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
6787 "Revert Buffer" menu items.
6788 (speedbar-buffer-buttons-engine): Be smarter when creating a
6789 filename tag (for expansion purposes.).
a1b8d58b
GM
6790 (speedbar-highlight-one-tag-line,
6791 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
6792 (speedbar-recenter): New functions.
b6389bfb 6793 (defimage-speedbar): Image loading abstraction.
a1b8d58b
GM
6794 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
6795 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
6796 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
6797 (speedbar-tag-type, speedbar-tag-mail): New images.
b6389bfb
EL
6798 (speedbar-expand-image-button-alist): New variable.
6799 (speedbar-insert-image-button-maybe): Insert an image over some
6800 buttons.
6801
43fe9244
KH
68022000-05-13 Kenichi Handa <handa@etl.go.jp>
6803
6804 * international/mule-cmds.el (encode-coding-char): An ASCII
6805 character is always encodable.
6806
6807 * international/mule-conf.el: Add more information in descriptions
6808 of character sets.
6809
813086ea 6810 * international/mule-diag.el (describe-char-after): New function.
43fe9244
KH
6811 (describe-font-internal): Adjusted for the change of font-info.
6812 (describe-font): Likewise.
6813 (print-fontset): Rewritten for the new fontset implementation.
6814 (describe-fontset): Include fontset alias names in completion.
6815 (list-fontsets): Adjusted for the change of print-fontset.
6816
6817 * simple.el (what-cursor-position): If DETAIL is non-nil, call
6818 describe-char-after instead of displaying the detail in the echo
6819 area.
813086ea
KH
6820 (syntax-code-table): Format changed.
6821 (string-to-syntax): Adjusted for the above change.
0e8c11d8 6822
e8564f57
SM
68232000-05-12 Stefan Monnier <monnier@cs.yale.edu>
6824
6825 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
6826
9278c60d
DL
68272000-05-12 Dave Love <fx@gnu.org>
6828
6829 * calendar/todo-mode.el: Remove some compatibility stuff and CL
6830 dependence. Use line-{beginning,end}-position, not
6831 point-at{b,e}ol. Some doc fixes.
6832 (todo-position): New function. Fix callers of position to use it.
6833 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
6834
be0505fe
GM
68352000-05-12 Gerd Moellmann <gerd@gnu.org>
6836
6837 * time.el (display-time-mail-icon): Use `:ascent center'.
6838
a8a3541c
GM
6839 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
6840 handling FTP security extensions.
399c88ad 6841
44d5f148
DL
68422000-05-11 Dave Love <fx@gnu.org>
6843
33d0c179 6844 * calendar/todo-mode.el: New file.
44d5f148 6845
da4496b6
GM
68462000-05-11 Gerd Moellmann <gerd@gnu.org>
6847
cdc4401d
GM
6848 * comint.el (comint-read-input-ring): Move reference to
6849 comint-input-ring-size outside of the save-excursion. It was
6850 causing the default value to be the only one ever seen.
399c88ad 6851
0279f991
GM
6852 * font-lock.el: Update copyright. Remove Simon Marshall's email
6853 address on request from him.
6854
da4496b6
GM
6855 * subr.el (substitute-key-definition): Add comment describing
6856 the meaning of PREFIX.
6857
ac5cb26d
SM
68582000-05-10 Stefan Monnier <monnier@cs.yale.edu>
6859
6860 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
6861
6862 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
6863 (add-minor-mode): Don't make the variable buffer-local and add a
6864 reference to define-minor-mode in the docstring.
6865
6866 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
6867 HEADER/FOOTER and fix bug with trailing empty directory.
6868 (cvs-append-to-ignore): Use vc-editable-p if available.
6869 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
6870 (vc-do-command): Tweak advice to handle the new VC.
6871
6872 * log-view.el (log-view-goto-rev): New function for the new VC.
6873 (log-view-minor-wrap): Use mark-active.
6874
6875 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
6876 (log-edit-changelog-full-paragraphs): New var.
6877 (log-edit-insert-changelog): Remove a lonely leading `* file'.
6878 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
6879 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
6880 (log-edit-changelog-ours-p, log-edit-changelog-entries)
6881 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
6882 Replace the `cvs' prefix with `log-edit'.
6883
6884 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
6885
6886 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
6887 (diff-font-lock-defaults): Explicitly turn off multiline.
6888 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
6889 (diff-ediff-patch): Fix call to ediff-patch-file.
6890 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
6891 Handle comments.
6892
6893 * frame.el (automatic-hscrolling): Typo.
6894
6895 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
6896
21c34da3
DL
68972000-05-09 Sam Steingold <sds@goems.com>
6898
6899 * apropos.el (apropos-print): use `describe-face' instead of
6900 `customize-face-other-window'.
6901
950cf06f
DL
69022000-05-09 Dave Love <fx@gnu.org>
6903
6904 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
6905
6906 * help.el (describe-variable): Have customize button pop the
6907 help-xref stack when invoked.
6908 (help-xref-symbol-regexp): Add `face'.
6909 (help-make-xrefs): Check for quoted face names and adapt regexp
6910 submatch numbers to cope.
6911 (help-xref-interned): Maybe insert face doc too. Separate
6912 sections with a line of hyphens.
6913
0623e40f 6914 * faces.el: Some doc fixes. Declare some functions obsolete.
950cf06f
DL
6915 (describe-face): Add customize button. Return the help
6916 text. Fix prompt.
6917
82e2ca9d
EZ
69182000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
6919
6920 * term/internal.el (IT-character-translations): Fix last change.
6921
10c00b5c
EZ
69222000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
6923
6924 * woman.el: New file
6925 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
6926
9deed82f
EZ
69272000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
6928
001ad319
EZ
6929 * term/internal.el (IT-character-translations): Update ASCII
6930 simulations for greek-iso8859-7, add latin-iso8859-14 and
6931 latin-iso8859-15.
6932
9deed82f
EZ
6933 * international/mule-cmds.el (set-language-info-alist): Call
6934 define-prefix-command with 3 arguments, to make the map suitable
6935 for a menu.
6936
4f37b78a
DL
69372000-05-07 Dave Love <fx@gnu.org>
6938
d313265f 6939 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
4f37b78a 6940
64a4c526
DL
69412000-05-05 Dave Love <fx@gnu.org>
6942
6943 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
6944 list in doc string. Don't quote keyword symbols.
6945 * emacs-lisp/cl.el: Likewise
6946 * emacs-lisp/cl-seq.el: Likewise
6947
056565f7
GM
69482000-05-05 Gerd Moellmann <gerd@gnu.org>
6949
6950 * abbrev.el (abbrev-mode): Make ARG optional.
6951
4656b314
GM
69522000-05-04 Gerd Moellmann <gerd@gnu.org>
6953
ec82fb2f
GM
6954 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
6955
6956 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
6957
4656b314
GM
6958 * subr.el (substitute-key-definition): Clarify documentation.
6959
69602000-05-04 Milan Zamazal <pdm@freesoft.cz>
6961
6962 * glasses.el (glasses-convert-to-unreadable): Use
6963 `glasses-separator' instead of the hard-wired "_".
6964 (glasses-mode): Call `glasses-make-unreadable' only in a single
6965 place.
6966
7b081c78
EZ
69672000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
6968
6969 * term/internal.el (cjk-codepages-alist): Add associations for
6970 Chinese and Korean codepages. Remove FIXME comment.
6971
baa5536e
DL
69722000-05-03 Dave Love <fx@gnu.org>
6973
6974 * time.el (display-time-mail-face, display-time-use-mail-icon):
6975 New option.
6976 (display-time-mail-icon): New variable.
6977 (display-time-string-forms): Use the above. Fix the local-map.
6978
cbf18892
GM
69792000-05-03 Gerd Moellmann <gerd@gnu.org>
6980
4ff40dd0
GM
6981 * replace.el (query-replace-map): Add binding for `E'.
6982 (query-replace-help): Extend help text.
6983 (perform-replace): Allow editing the replacement string.
6984
6985 * make-mode.el (makefile-mode-abbrev-table): New variable.
6986 (makefile-mode): Set local abbrev table to
6987 makefile-mode-abbrev-table.
6988 (makefile-font-lock-keywords): Fontify includes and conditionals.
399c88ad 6989
cbf18892
GM
6990 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
6991 set TOGGLE's value.
6992
4ff40dd0
GM
6993 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
6994 mail-interactive-insert-alias.
6995 (mail-abbrev-complete-alias): New command.
6996 (mail-mode-map): Bind it to `M-TAB'.
399c88ad 6997
ffec4d9f
KH
69982000-05-03 Kenichi Handa <handa@etl.go.jp>
6999
7000 * language/lao-util.el (lao-compose-region): New function.
7001
1b0672c3
GM
70022000-05-02 Gerd Moellmann <gerd@gnu.org>
7003
576da55d
GM
7004 * files.el (recover-session): Make directories as necessary
7005 if they don't exist yet.
7006
399c88ad
SS
7007 * calendar/cal-french.el
7008 (french-calendar-multibyte-special-days-array)
1b0672c3
GM
7009 (french-calendar-special-days-array): Change French text.
7010 (calendar-french-date-string): Change output.
7011 (calendar-goto-french-date): Likewise.
7012
70132000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
7014
7015 * wid-edit.el (widget-default-active): Obey `:always-active'.
7016 (widget-documentation-string-value-create): Set `:always-active'.
7017
4b33deaa
EZ
70182000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
7019
7020 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
7021 default prefix to `~/_emacs.d/auto-save.list/_s'.
7022 (normal-top-level): Create the directory for auto-save files, if
7023 it doesn't already exist (in the ms-dos case only).
7024
5c922ea7
EZ
70252000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
7026
7027 * international/mule-cmds.el (set-language-environment): Don't
7028 concat an integer (dos-codepage), use format instead.
7029
820ad5e7
DL
70302000-05-02 Dave Love <fx@gnu.org>
7031
7032 * help.el (help-xref-on-pp): Check for constant symbols.
7033
57cb56f5
GM
70342000-04-29 Gerd Moellmann <gerd@gnu.org>
7035
7036 * startup.el (normal-top-level): Put a condition-case around
7037 the code loading subdirs.el.
7038
70392000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
399c88ad 7040
57cb56f5
GM
7041 * ps-print.el: Upside-down and face background color printing,
7042 line number step, doc fix.
7043 (ps-print-version): New version number (5.2).
7044 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
7045 (ps-face-attribute-list, ps-plot-with-face): Code fix.
7046 (ps-spool-config): Var fix.
7047 (ps-printer-name-option): Const fix.
7048 (ps-print-upside-down, ps-use-face-background)
7049 (ps-line-number-step): New vars.
7050 (ps-window-system, ps-lp-system): New consts.
7051 (ps-face-background): New fun.
7052
084cec2f
GM
70532000-04-28 Richard Stallman <rms@gnu.org>
7054
7055 * files.el (make-auto-save-file-name):
7056 Apply auto-save-file-name-transforms to visited file name
7057 before generating auto save file name.
7058 (auto-save-file-name-transforms): New variable.
7059
399c88ad 7060 * files.el (backup-enable-predicate):
084cec2f
GM
7061 Correctly test for a file under a temporary directory.
7062
c94f4677
GM
70632000-04-28 Gerd Moellmann <gerd@gnu.org>
7064
7065 * subr.el (add-minor-mode): Rewritten.
7066
7b211df5
KH
70672000-04-28 Kenichi Handa <handa@etl.go.jp>
7068
7069 * mail/sendmail.el (sendmail-send-it): Set
7070 buffer-file-coding-system to the selected coding system for MIME
7071 header.
7072
c76e04a8 70732000-04-27 Gerd Moellmann <gerd@gnu.org>
e3e36d74 7074
c76e04a8
GM
7075 * dired.el (dired-move-to-filename-regexp): Allow format where
7076 YYYY is followed by two spaces.
e3e36d74 7077
c76e04a8
GM
7078 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
7079 in the second character class of the regexp.
7080
7081 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
7082 mh-etc, too.
353964e3 7083
c76e04a8
GM
7084 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
7085 nil.
399c88ad 7086
353964e3
GM
7087 * subr.el (add-minor-mode): Use `set' instead of `setq'.
7088
7089 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
7090 argument.
7091
c76e04a8 70922000-04-27 Sen Nagata <sen@eccosys.com>
399c88ad 7093
c76e04a8
GM
7094 * emacs-lisp/crm.el (crm-completion-table): New variable.
7095 (crm-collection-fn, crm-test-completion)
7096 (completing-read-multiple): Use it.
7097
70982000-04-27 Dave Love <fx@gnu.org>
7099
7100 * help.el (locate-library): Use mapc.
7101 (help-manyarg-func-alist): Add call-process-region.
7102
7464346d
GM
71032000-04-26 Gerd Moellmann <gerd@gnu.org>
7104
b35bd33d
GM
7105 * subr.el (add-minor-mode): Make argument MAP optional.
7106
7464346d
GM
7107 * desktop.el (desktop-save): Save list of minor modes.
7108 (desktop-create-buffer): Restore minor modes.
7109 (desktop-minor-mode-table): New user-option.
7110
7111 * subr.el (add-minor-mode): New function.
7112
7113 * image.el (find-image): New function.
7114 (defimage): Rewritten to find image at load time.
7115
7116 * startup.el (normal-top-level-add-to-load-path): Handle
7117 case that the default directory is not in load-path.
7118
7119 * help.el: Old patch from Stefan Monnier.
7120 (help-xref-on-pp): New function.
7121 (describe-variable): Use it to display xrefs in a symbol's value.
7122
23c0fb21
SM
71232000-04-26 Stefan Monnier <monnier@cs.yale.edu>
7124
7125 * cus-edit.el (custom-face): Fix parenthesis.
7126
fad95037
KH
71272000-04-26 Kenichi Handa <handa@etl.go.jp>
7128
f03392a1
KH
7129 * mail/rmail.el (rmail-expunge): When there are no deleted
7130 messages, do nothing.
fad95037 7131
0d7c5bb9
DL
71322000-04-26 Dave Love <fx@gnu.org>
7133
7134 * international/mule-cmds.el (locale-translation-file-name):
7135 Defvar to nil.
7136 (set-locale-environment): Set it here (at runtime).
7137
612839b6
GM
71382000-04-25 Gerd Moellmann <gerd@gnu.org>
7139
7140 * replace.el (perform-replace): Add parameters START and END. Use
7141 them instead of the check for a region in Transient Mark mode.
7142 (query-replace-read-args): Return two more list elements for the
7143 start and end of the region in Transient Mark mode.
7144 (query-replace, query-replace-regexp, query-replace-regexp-eval)
7145 (map-query-replace-regexp, replace-string, replace-regexp): Add
7146 optional last arguments START and END and pass them to
7147 perform-replace.
7148
7149 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
7150 form with additional arguments for perform-replace.
7151
7152 * progmodes/etags.el (tags-query-replace): Add parameters START
7153 and END. Construct a form with additional arguments for
7154 perform-replace.
7155
7156 * simple.el (shell-command): Set default directory for "*Shell
7157 Command Output" buffer.
7158
7159 * language/european.el (iso-latin-4): Fix typo.
7160
7161 * emacs-lisp/crm.el: New file.
7162
2917cc05
DL
71632000-04-24 Dave Love <fx@gnu.org>
7164
7165 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
7166 (Custom-reset-saved, Custom-reset-standard)
7167 (custom-group-value-create, custom-group-set, custom-group-save)
7168 (custom-group-reset-current, custom-group-reset-saved)
7169 (custom-group-reset-standard): Use mapc.
7170 (custom-buffer-create-internal): Disable undo when creating items.
7171 Use mapc.
7172 (custom-face): Avoid redundant lambda.
7173
abfcc168
GM
71742000-04-24 Gerd Moellmann <gerd@gnu.org>
7175
7176 * startup.el (auto-save-list-file-prefix): Set default to
7177 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
7178
fa78f71b
SS
71792000-04-24 Sam Steingold <sds@gnu.org>
7180
7181 * time-stamp.el (time-stamp-string-preprocess): Always convert
7182 `field-result' to a string.
7183
cc181e95
GM
71842000-04-24 Gerd Moellmann <gerd@gnu.org>
7185
7186 * frame.el (scrolling): New group.
7187 (automatic-hscrolling): New user-option.
7188
7189 * startup.el (command-line-x-option-alist): Add `-lsp' and
7190 `--line-spacing'.
7191
6142fdcb
DL
71922000-04-19 Dave Love <fx@gnu.org>
7193
7194 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
7195 (cl-mapc): Rename from mapc. Fix the funcall.
7196
5e3dac3f
GM
71972000-04-19 Gerd Moellmann <gerd@gnu.org>
7198
1c459486
GM
7199 * simple.el (clone-indirect-buffer-other-window): New command.
7200 (clone-indirect-buffer): Add optional arg NORECROD.
7201 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
7202
271b4185
GM
7203 * help.el (resize-temp-buffer-window): Use count-screen-lines.
7204
7205 * window.el (count-screen-lines): New function.
7206 (shrink-window-if-larger-than-buffer): Use count-screen-lines
7207 instead of window-buffer-height.
7208
7209 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
7210 non-existing variable comint-input-sentinel.
7211 (inferior-lisp-args-to-list): Removed.
7212 (inferior-lisp): Use split-string instead of
7213 inferior-lisp-args-to-list.
7214
7215 * hexl.el (hexl-insert-hex-string): New command.
7216
5e3dac3f
GM
7217 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
7218 instead of concat.
7219
f6d3257b
GM
72202000-04-18 Gerd Moellmann <gerd@gnu.org>
7221
7222 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
7223 at the start of an existing but empty folder.
7224
72252000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7226
7227 * ps-mule.el: Customization fix, doc fix.
7228 (ps-multibyte-buffer): Customization fix.
7229
8b7bc628 72302000-04-17 Richard M. Stallman <rms@gnu.org>
e61482c0
RS
7231
7232 * subr.el (read-passwd): Use read-char-exclusive.
7233
0daee095
GM
72342000-04-17 Gerd Moellmann <gerd@gnu.org>
7235
7236 * textmodes/texinfo.el (texinfo-insert-@email)
7237 (texinfo-insert-@emph, texinfo-insert-@quotation)
7238 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
7239 (texinfo-mode-map): Add key bindings for them.
7240
7241 * files.el (basic-save-buffer-2): Use a template with `$'
7242 instead of `#' for VMS.
7243
7244 * simple.el (clone-indirect-buffer): New function.
7245
e10f64e7
GM
72462000-04-16 Stephen Eglen <stephen@gnu.org>
7247
7248 * iswitchb.el (iswitchb-case): New function. If the user input
7249 contains any upper-case characters, the search is made
7250 case-sensitive.
7251
e3721db1
SM
72522000-04-17 Stefan Monnier <monnier@cs.yale.edu>
7253
e10f64e7
GM
7254 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
7255 comment-end.
e3721db1
SM
7256 (texinfo-font-lock-syntactic-keywords): New var.
7257 (texinfo-font-lock-keywords): Remove comment regexp.
7258 (texinfo-insert-block): New function.
7259 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
e10f64e7
GM
7260 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
7261 and font-lock-defaults. Use regexp-opt for outline-regexp.
e3721db1 7262 (texinfo-environments): New var.
e10f64e7
GM
7263 (texinfo-environment-regexp): Use regexp-opt and
7264 texinfo-environments.
e3721db1 7265
e10f64e7
GM
7266 * textmodes/ispell.el (ispell-menu-map-needed): Check that
7267 ispell-process is bound since this might be eval'd before ispell
7268 is loaded.
7269 (ispell-message): Use a tiny bit less magic and a bit more hard
7270 data to figure out what kind of sc-cite-regexp to use.
e3721db1
SM
7271
7272 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
7273
7274 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
7275 (insert-cyclic-diary-entry): Unquote the lambda.
7276
7277 * gud.el (gud-jdb-build-source-files-list): Fix typo.
7278
7279 * files.el (backup-enable-predicate): Unquote the lambda.
7280
7281 * cus-edit.el (custom-face, face): Unquote the lambda.
7282
712dc9e0
GM
72832000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7284
7285 * ps-print.el: Check for line-beginning-position definition.
fa78f71b 7286
712dc9e0
GM
7287 * ps-print.el: Fix counting lines in a region.
7288 (ps-print-version): New version number (5.1.5).
7289 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
7290 (ps-printing-region): Fun code fix.
7291
ffc50f2a
GM
72922000-04-15 Gerd Moellmann <gerd@gnu.org>
7293
7294 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
7295 to file-directory-p.
7296
a2522dca
GM
72972000-04-14 Gerd Moellmann <gerd@gnu.org>
7298
7299 * gud.el (gud-jdb-build-source-files-list): Check that directory
7300 exists before calling directory-files.
7301
6e883610
DL
73022000-04-13 Dave Love <fx@gnu.org>
7303
7304 * emacs-lisp/trace.el: Change maintainer. Use new backquote
7305 syntax.
7306
7307 * emacs-lisp/cl-specs.el: Remove when, unless.
7308
7309 * emacs-lisp/cl-extra.el: Don't quote keywords.
7310 (cl-old-mapc): New variable.
7311 (mapc): Use it.
7312 (cl-map-intervals): Use with-current-buffer. Don't check for
7313 next-property-change.
7314 (cl-map-overlays): Use with-current-buffer.
7315 (cl-expt): Remove.
7316 (copy-tree, remprop): Define unconditionally.
7317
7318 * emacs-lisp/cl-compat.el (keywordp): Remove.
7319
7320 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
7321 to use keywordp.
7322 (edebug-spec): Enable keywordp.
7323
7324 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
7325 string-lessp.
7326
7327 * cus-start.el: Use keywordp.
7328
198e3c7a
GM
73292000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7330
7331 * diary-lib.el (include-other-diary-files): Fix the fix of
7332 2000-02-18 by doing a save-excursion.
7333
73342000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7335
7336 * ps-print.el: Customization fix, doc fix.
7337 (ps-print-version): New version number (5.1.4).
7338 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
7339 (ps-print-preprint): Adjust code.
7340 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
7341 (ps-print-prologue-header, ps-print-control-characters)
7342 (ps-spool-config): Customization fix.
fa78f71b 7343
8eba343c
EZ
73442000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
7345
7346 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
7347 converted to the new menu-item format, names silightly changed,
7348 help strings added.
7349
7350 Support for spelling without async subprocesses:
7351
7352 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
7353 (ispell-session-buffer): New variables.
7354 (ispell-start-process, ispell-process-status,
7355 ispell-accept-output, ispell-send-string): New functions, for
7356 Ispell invocation when async subprocesses aren't supported.
7357 (ispell-word, ispell-pdict-save, ispell-command-loop,
7358 ispell-process-line, ispell-buffer-local-parsing): Replace calls
7359 to process-send-string with calls to ispell-send-string, and
7360 accept-process-output with ispell-accept-output.
7361 (ispell-init-process): Call ispell-process-status instead of
7362 process-status with.
7363 (ispell-init-process): Call ispell-start-process. Call
7364 ispell-accept-output and ispell-send-string. Don't call
7365 process-kill-without-query and kill-process if they are unbound.
7366 (ispell-async-processp): New function.
7367
3d30065d
DL
73682000-04-12 Dave Love <fx@gnu.org>
7369
7370 * info.el: Add debug-ignored-errors.
7371 (Info-mode-menu): Add some items.
7372 (Info-directory): Add autoload cookie.
7373
7374 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
7375 Modify `truncate-lines'. Make `describe-language-environment'
7376 always visible and add help. Modify `describe-key' help. Invoke
7377 Info-directory from `info'. New entry `emacs-manual'.
7378
1a1b1895
GM
73792000-04-10 Gerd Moellmann <gerd@gnu.org>
7380
8b2affc5
GM
7381 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
7382 propertized-buffer-identification.
7383 (ebrowse-update-member-buffer-mode-line): Likewise.
7384 (ebrowse--mode-strings): Removed.
7385 (ebrowse--mode-line-props): Removed.
7386
1a1b1895
GM
7387 * files.el (auto-mode-alist): Add `EBROWSE'.
7388
7389 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
7390 space before testing for end of buffer.
7391 (ebrowse-load): Removed.
7392 (ebrowse-revert-tree-buffer-from-file): Rewritten.
7393 (ebrowse-create-tree-buffer): Rewritten.
7394 (ebrowse-tree-mode): Read tree from buffer.
7395
7396 * progmodes/ebrowse-ffh.el: Removed.
7397
223f3c91
KH
73982000-04-10 Kenichi Handa <handa@etl.go.jp>
7399
7400 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
7401
25fbf2c4
GM
74022000-04-10 Gerd Moellmann <gerd@gnu.org>
7403
7404 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
7405 at the wrong place.
7406
92c13173
DL
74072000-04-09 Dave Love <fx@gnu.org>
7408
7409 * files.el (backup-enable-predicate): Use
7410 temporary-file-directory, small-temporary-file-directory.
7411 (make-backup-file-name-function, backup-directory-alist): New
7412 variables.
7413 (make-backup-file-name-1): New function.
7414 (make-backup-file-name): Use it.
7415 (find-backup-file-name): Likewise. Use format for clarity, not
7416 concat.
7417 (file-newest-backup): Use make-backup-file-name.
7418
be0dbdab
GM
74192000-04-09 Gerd Moellmann <gerd@gnu.org>
7420
c45be9ac 7421 * progmodes/ebrowse-ffh.el: New file.
fa78f71b 7422
c45be9ac
GM
7423 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
7424 to ebrowse-ffh.el.
7425 (ebrowse-load): Add autoload.
7426
7427 * finder.el (finder-commentary): Add autoload cookie.
7428
be0dbdab
GM
7429 * mail/rfc2368.el: Correct author's email address.
7430
7431 * progmodes/ebrowse.el: New file.
7432
7433 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
7434 item help string.
7435 (easy-menu-do-add-item): Ditto.
7436 (easy-menu-define): Extend doc string.
7437
7438 * jit-lock.el (with-buffer-unmodified): Use
7439 restore-buffer-modified-p.
7440 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
7441 (jit-lock-function, jit-lock-stealth-fontify): Don't use
7442 with-buffer-unmodified.
7443
3f923efe
DL
74442000-04-08 Dave Love <fx@gnu.org>
7445
7446 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
7447 unless, when.
7448
d35bee0e
MK
74492000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
7450
7451 * viper-util.el (viper-put-on-search-overlay): New subroutine.
7452 (viper-flash-search-pattern): No operation when using Emacs
fa78f71b 7453 doesn't support face.
d35bee0e 7454 Use `viper-put-on-search-overlay'.
fa78f71b 7455
c407c570
GM
74562000-04-04 Gerd Moellmann <gerd@gnu.org>
7457
7458 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
7459 like C-r.
7460
7461 * progmodes/make-mode.el: Some doc fixes.
7462 (makefile-mode-abbrev-table): New variable.
7463 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
7464 (makefile-font-lock-keywords): Fontify includes and conditionals.
7465 (toplevel): Require `dabbrev' and `add-log' when compiling.
7466
7467 * replace.el (perform-replace): Don't move forward one char
7468 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
7469 to do that because it leaves point 1 position after the last
7470 replacement, after everything has been replaced.
7471
7472 * jit-lock.el (with-buffer-unmodified): New macro.
7473 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
7474 modified state.
7475 (jit-lock-function-1): Extracted from jit-lock-function; not
7476 preserving buffer's modified state.
7477 (jit-lock-function, jit-lock-stealth-fontify): Call
7478 jit-lock-function-1.
7479
7480 * mail/rfc2368.el: Remove supernumerary copyright line.
7481
685e5ed2
GM
74822000-04-04 Milan Zamazal <pdm@freesoft.cz>
7483
7484 * glasses.el: Provide facilities for inserting space before left
7485 parentheses and uncapitalization of identifiers.
7486 (glasses-mode): Try to remove old overlays in all cases.
7487
0166aed1
GM
74882000-04-03 Gerd Moellmann <gerd@gnu.org>
7489
62f20204
GM
7490 * progmodes/compile.el (compile-internal): Display the compilation
7491 buffer in a different frame, if it's already displayed there.
7492
6460c400
GM
7493 * mail/rfc2368.el: New file.
7494
c0510d27
GM
7495 * simple.el (sendmail-user-agent-compose): Recognize a `body'
7496 header and insert its value as mail body.
7497
7498 * subr.el (member-ignore-case): New function.
7499
7500 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
7501 (dabbrev--find-expansion): Ignore buffers matching a regexp
7502 from dabbrev-ignored-regexps.
7503
0166aed1
GM
7504 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
7505 to extensions handled by gzip.
7506
c0510d27
GM
75072000-04-03 Richard M. Stallman <rms@gnu.org>
7508
7509 * files.el (insert-directory): List the total free space
7510 along with the used space.
fa78f71b 7511
c0510d27
GM
7512 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
7513 line is followed by one that matches CITATION-REGEXP, end the
7514 paragraph.
7515
75162000-04-03 Markus Rost <rost@delysid.gnu.org>
7517
7518 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
7519 (rmail-make-basic-summary-line): Use that option.
fa78f71b 7520
14c04384
KH
75212000-04-03 Kenichi Handa <handa@etl.go.jp>
7522
7523 * international/mule-cmds.el (encoded-string-description):
7524 Rewritten. Try pretty description for ISO 2022 escape sequences
3a100fd6
KH
7525 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
7526 for hexadecimal format.
14c04384 7527
ccf5869a
DL
75282000-04-01 Dave Love <fx@gnu.org>
7529
7530 * cpp.el: Change customization group to `c' from `C'.
7531
7532 * vcursor.el (vcursor-move): Use display-color-p.
7533
7534 * international/mule-util.el: Provide mule-utils.
7535 (string-to-sequence): Simplify and speed up.
7536
7537 * international/mule.el (make-coding-system): Purecopy doc-string.
7538
7539 * international/mule-cmds.el: Various menu changes.
7540 (describe-specified-language-support): Handle `Default'.
7541 (set-language-info): Purecopy `info'.
7542
610d841e
GM
75432000-03-31 Andrew Innes <andrewi@gnu.org>
7544
7545 * vc.el (vc-backend-diff): Return the correct status if we had to
7546 retry the rcsdiff command without the --brief option.
fa78f71b 7547
7f9de034
DL
75482000-03-31 Dave Love <fx@gnu.org>
7549
2de47765
DL
7550 * help.el (help-manyarg-func-alist): Correct several omissions.
7551
72838819
DL
7552 * add-log.el: Don't require cl, fortran.
7553 (add-log-current-defun-function): Doc fix.
7554 (change-log-version-number-regexp-list): Remove SCCS part. Doc
7555 fix.
7556 (change-log-version-rcs): Function deleted.
7557 (change-log-version-number-search): Doc fix. Use
7558 vc-workfile-version. Avoid CL dolist.
7559 (add-change-log-entry): Just call add-log-current-defun to get
7560 defun. Simplify somewhat.
7561 (change-log-get-method-definition-1): Likewise.
7562 (add-log-current-defun): Return nil if calling
7563 add-log-current-defun-function does so. Move Fortran stuff to
7564 fortran.el. Return string without properties.
7565
7f9de034
DL
7566 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
7567 and :alpha: char classes.
7568
7569 * mail/supercite.el: Defvar curline when compiling.
7570 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
7571 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
7572 rather than a-zA-Z0-9 to allow non-ASCII characters.
7573
aa110c0c
GM
75742000-03-31 Gerd Moellmann <gerd@gnu.org>
7575
7576 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
7577
7578 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
7579 Re-enable new code.
7580
7581 * lpr.el (print-region-1): Use -d to specify printer name for
7582 systems `usg-unix-v*, `dgux', `hpux', `irix'.
7583
75842000-03-31 Dave Love <fx@gnu.org>
fa78f71b 7585
aa110c0c
GM
7586 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
7587 for function definition in symbol's function value slot first
7588 instead of first consulting byte-compile-function-environment.
fa78f71b 7589
6733d074
KH
75902000-03-31 Kenichi Handa <handa@etl.go.jp>
7591
7592 * language/european.el ("Polish"): New language environment.
7593 (setup-polish-environment): New function.
7594
63fcfa04
GM
75952000-03-30 Gerd Moellmann <gerd@gnu.org>
7596
7597 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
7598 Disable new code.
7599
7600 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
7601 trying to `load' the symbol of an autoload instead of the file
7602 recorded in the autoload. Fix error messages.
7603
7438c86b
GM
76042000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7605
7606 * ps-print.el: PostScript programming fix for ghostview, doc fix.
7607 (ps-print-version): New version number (5.1.3).
7608 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
7609 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
7610 (ps-generate-postscript-with-faces): Code fix.
7611 (ps-color-values): XEmacs compatibility.
7612 (ps-print-background-image, ps-print-background-text, ps-printer-name)
7613 (ps-default-fg, ps-default-bg): Adjust customization.
7614 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
7615 (ps-color-scale): Renaming old ps-color-value fun.
7616 (ps-print-headers): Replace ps-print-header group to avoid conflict
7617 with ps-print-header variable.
7618 (ps-print-miscellany): New group.
7619 (ps-format-color, ps-rgb-color): New funs.
7620 (ps-default-foreground): New var.
7621 (ps-printer-name-option): New const.
fa78f71b 7622
326855a0
PB
76232000-03-30 Peter Breton <pbreton@ne.mediaone.net>
7624
1f56ba73
PB
7625 * net/net-utils.el:
7626 (network-connection-host, network-connection-service): New variables
7627 (network-connection-mode): New mode, derived from comint-mode
7628 (network-connection-mode-setup): New function, saves host and
fa78f71b 7629 service information in local variables.
1f56ba73 7630
326855a0
PB
7631 * lisp/locate.el:
7632 (locate-word-at-point): Added this function
7633 (locate): Default to using locate-word-at-point as input
7634 Run dired-mode-hook
7635
141384bd
DL
76362000-03-29 Dave Love <fx@gnu.org>
7637
7638 * calendar/appt.el: Doc fixes.
7639 (appt-check): Convert min-to-app to a string before passing to
7640 appt-disp-window-function or concat.
7641 (appt-delete-window): Remove test for frame-root-window.
7642 (appt-select-lowest-window, appt-convert-time): Simplify.
7643
7644 * emacs-lisp/bytecomp.el: Doc fixes.
7645 (byte-compile-file-form-autoload): Update
7646 byte-compile-function-environment.
7647
c5aa0fc2
AS
76482000-03-29 Andreas Schwab <schwab@suse.de>
7649
7650 * emacs-lisp/autoload.el: Also print defsubst doc string
7651 specially.
7652
7653 * dired.el (dired-insert-directory): If dired-free-space-program
7654 failed just delete its output.
7655
f1d6fe69
DL
76562000-03-29 Dave Love <fx@gnu.org>
7657
7658 * international/iso-cvt.el: Move provide to end. Doc fixes.
7659 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
7660 (iso-iso2sgml, iso-sgml2iso): New functions.
7661 (iso-cvt-define-menu): Fix some entries and use backquote for
7662 clarity.
7663
7664 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
7665
b61f1215
GM
76662000-03-28 Gerd Moellmann <gerd@gnu.org>
7667
7668 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
7669 ISO-DATE. If non-nil, return date in ISO 8601 format.
7670
ea4b0ca3
SM
76712000-03-26 Stefan Monnier <monnier@cs.yale.edu>
7672
3831af62
SM
7673 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
7674 if it ever becomes used.
7675 (log-edit-mode-hook): Default to vc-log-mode-hook.
7676 (log-edit-mode): Fix the docstring.
7677
ea4b0ca3
SM
7678 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
7679 the code.
7680
08f8b1cc
DL
76812000-03-26 Dave Love <fx@gnu.org>
7682
082527fe
DL
7683 * net/browse-url.el (browse-url): Re-fix case of
7684 browse-url-browser-function being an alist.
7685 (browse-url): Add :link to defgroup.
7686
08f8b1cc
DL
7687 * files.el: Doc fixes.
7688 (file-truename): Include `[' in wildcard characters.
7689 (automount-dir-prefix): Customize.
7690 (find-file-wildcards): Add :version.
7691 (find-file-noselect): Simplify a mapcar call.
7692
7693 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
7694 compatible with inf-lisp version.
7695 (eval-defun-1): Fix custom-declare-variable case.
7696
ea4b0ca3
SM
76972000-03-25 Stefan Monnier <monnier@cs.yale.edu>
7698
7699 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
7700
9a0dd3dc
GM
77012000-03-24 Gerd Moellmann <gerd@gnu.org>
7702
b68c375f
GM
7703 * Makefile (COMPILE_FIRST): New macro.
7704 (compile-files): Compile files from COMPILE_FIRST first.
7705
7706 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
7707 code.
7708
9a0dd3dc
GM
7709 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
7710 matching open parenthesis in column 0 to defun-prompt-regexp
7711 only if open-paren-in-column-0-is-defun-start is set.
7712
7713 * sun-curs.el: Require CL at compile-time only.
7714
7715 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
7716 instead of copy-list which is a function from CL.
7717 (msb--choose-menu, msb--mode-menu-cond)
7718 (msb--create-buffer-menu-2): Use dolist instead of mapc.
7719 (msb--init-file-alist): Use mapcar instead of mapcan.
7720 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
7721 `(' in column 0 in doc string.
7722 (msb--add-separators): Use mapcar instead of mapcan.
7723
7724 * cus-dep.el: Require CL at compile-time only.
7725
c7dcadb5
SM
77262000-03-24 Stefan Monnier <monnier@cs.yale.edu>
7727
7728 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
7729 (byte-compile-warnings): New warning `noruntime'.
7730 (byte-compile-constants, byte-compile-variables): Fix docstring.
7731 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
7732 execute `eval-whenc-compile's body.
7733 (byte-compile-unresolved-functions): Fix docstring.
7734 (byte-compile-eval): New function.
7735 (byte-compile-callargs-warn): Check if the function will be available
7736 at runtime (via property `byte-compile-noruntime').
7737 (byte-compile-print-syms): New function.
7738 (byte-compile-warn-about-unresolved-functions): Also warn about
7739 `noruntime' functions (and use `byte-compile-print-syms').
7740 (byte-compile-file): Capitalize the message.
7741
3b55acc9
GM
77422000-03-24 Gerd Moellmann <gerd@gnu.org>
7743
7744 * mail/rmail.el (rmail-confirm-expunge): New user-option.
7745 (rmail-expunge): Ask for confirmation depending on the setting
7746 of rmail-confirm-expunge.
7747
77482000-03-23 Gerd Moellmann <gerd@gnu.org>
7749
7750 * Makefile (bootstrap-clean): If $(emacs) exists, build
7751 loaddefs.el first. A loaddefs.el that's not up-to-date might
7752 cause a bootstrap failure because things don't autoload as
7753 expected.
7754
02c76af4
DL
77552000-03-23 Dave Love <fx@gnu.org>
7756
7757 * net/browse-url.el: Restore previous use of
7758 browse-url-maybe-new-window.
7759
1a3199d9
GM
77602000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7761
7762 * ps-print.el: Skip banner page fix.
7763 (ps-print-version): New version number (5.1.2).
7764 (ps-begin-file, ps-end-file, ps-generate): Code fix.
fa78f71b 7765
1a3199d9
GM
77662000-03-23 Dave Pearson <davep@davep.org>
7767
7768 * net/quickurl.el Changed the type of parameter passed to the
7769 function defined by `quickurl-format-function'. Before only the
7770 text of the URL was passed. Now the whole URL structure is passed
7771 and the function is responsible for extracting the parts it
7772 requires. Changed the default of `quickurl-format-function'
7773 accordingly.
7774 (quickurl-insert): Changed the `funcall' of
7775 `quickurl-format-function' to match the above change.
7776 (quickurl-list-insert): Changed the `url' case so that it makes
7777 use of `quickurl-format-function', previous to this the format was
7778 hard wired.
fa78f71b 7779
72db3ab5
GM
77802000-03-22 Gerd Moellmann <gerd@gnu.org>
7781
7782 * startup.el: Change some spellings for the X Window System.
7783
68049bfa
SM
77842000-03-22 Stefan Monnier <monnier@cs.yale.edu>
7785
7786 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
7787 up the code and the regexp and make sure the cursor is temporarily
7788 moved to the suspicious line while querying the user.
7789
ff4df011
JR
77902000-03-22 Jason Rumney <jasonr@gnu.org>
7791
7792 * w32-fns.el (w32-charset-info-alist): Initialize.
7793
ee1c5b21
GM
77942000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7795
7796 * ps-print.el: N-up last page fix.
7797 (ps-print-version): New version number (5.1.1).
7798 (ps-end-file, ps-end-job, ps-generate): Code fix.
fa78f71b 7799
d2cbfba0
SM
78002000-03-21 Stefan Monnier <monnier@cs.yale.edu>
7801
bfb857d8
SM
7802 * files.el (find-file-run-dired): Update docstring.
7803 (find-directory-functions): New hook.
7804 (find-file-noselect): Run find-directory-functions rather than
7805 calling dired directly.
7806
7807 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
7808
cb3430a1
SM
7809 * pcvs.el: Add a minimal leading commentary.
7810 (cvs-make-cvs-buffer): Change the header part by removing the startup
7811 message and adding a `Module' entry. Also replace the FOOTER and
7812 HEADER special fileinfos with the new support in ewoc for updating
7813 its own footer and header.
7814 (cvs-update-header): Update to use the header/footer of the ewoc.
7815 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
7816 (cvs-is-within-p): New function.
7817 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
7818 to only examine some subset of the buffers.
7819
7820 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
7821 `format' instead of our own ad-hoc functions.
7822 Remove HEADER and FOOTER cases, now handled in the EWOC.
7823 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
7824
7825 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
7826 output to avoid scaring the user.
7827 (cvs-parse-table): Catch message for non-up-to-date commits.
7828
7829 * pcvs-defs.el (cvs-startup-message): Remove.
7830 (cvs-global-menu): New autoloaded menu.
7831
7832 * pcvs-util.el (cvs-string-fill): Remove.
7833
7834 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
7835 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
7836 PP part of it and also make it work for footers and headers.
7837 (ewoc-create): Drop POS and BUFFER arguments.
7838 Use the DLL's dummy node to store the end-of-footer position.
7839 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
7840 (ewoc-refresh): Remove unused `header' variable.
7841 (ewoc-(get|set)-hf): New functions.
7842
d2cbfba0
SM
7843 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
7844 log-view-*-(message|file) and use easy-mmode-define-navigation.
7845 (log-view-message-re): Match SCCS format as well.
7846 And match the revision line rather than the dashed separator line.
7847 (log-view-mode): Use the new define-derived-mode.
7848 (log-view-current-tag): Fill in with an actual implementation.
7849
7850 * cvs-status.el (cvs-status-(prev|next)): Rename from
7851 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
7852 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
7853 to let the output "breathe" a little more (more readable).
7854 (cvs-status-mode): Use the new define-derived-mode.
7855
7856 * smerge-mode.el (smerge-auto-leave): New function and variable.
7857 (smerge-basic-map): Rename from smerge-basic-keymap.
7858 Change the bindings for smerge-diff-*.
7859 (smerge-*-map): Use easy-mmode-defmap.
7860 (smerge-(next|prev)): Use easy-mmode-define-navigation.
7861 (smerge-keep-*): Use smerge-auto-leave.
7862
51663132
JR
78632000-03-21 Jason Rumney <jasonr@gnu.org>
7864
7865 * cus-edit.el (custom-button-face): Use 3D look for w32.
7866 (custom-button-pressed-face): Likewise.
7867
3f6e4b8b
GM
78682000-03-21 Gerd Moellmann <gerd@gnu.org>
7869
7870 * progmodes/etags.el (tags-case-fold-search): New user-option.
7871 (tags-loop-eval): New function. Bind case-fold-search around eval
7872 depending on the value of tags-case-fold-search.
7873 (tags-loop-continue): Use tags-loop-eval.
7874 (find-tag-in-order): Bind case-fold-search depending on the value
7875 of tags-case-fold-search.
7876
c7ea3acc
SM
78772000-03-21 Stefan Monnier <monnier@cs.yale.edu>
7878
0ae39f53
SM
7879 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
7880 (diff-end-of-hunk): Return the end position for use in
7881 `easy-mmode-define-navigation'.
7882 (diff-recenter): Remove.
7883 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
7884 of `easy-mmode-define-navigation'.
7885 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
7886 previous renaming) and fix to use new names.
7887 (diff-merge-strings): Use \n as separator: simpler, faster.
7888 (diff-mode): Use `define-derived-mode'.
7889
c7ea3acc
SM
7890 * derived.el (define-derived-mode): Don't autoload anymore.
7891 Prefer the macro-only version provided by easy-mmode.el.
7892
7893 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
7894 `easy-mmode-define-derived-mode'.
7895 Use `combine-run-hooks'.
7896 (easy-mmode-define-navigation): New macro.
7897
7898 * subr.el (combine-run-hooks): New function.
7899
6c4bfdc0
KH
79002000-03-21 Kenichi HANDA <handa@etl.go.jp>
7901
7902 * term/x-win.el: Fontsets related initialization is simplified.
7903
7904 * international/mule-diag.el (describe-font): Don't refer to
7905 global-fontset-alist, instead call font-list.
7906 (describe-fontset, list-fontsets, mule-diag): Likewise.
7907 (print-fontset): Adjusted for the change of fontset
7908 implementation.
7909
7910 * international/fontset.el (x-charset-registries): Variable
7911 removed, instead the corresponding data is stored in the default
7912 fontset.
7913 (register-alternate-fontnames): Function removed.
7914 (resolved-ascii-font): Variable removed.
7915 (x-compose-font-name): Ignore the second argument REDOCE.
7916 (x-complement-fontset-spec): Complement only an ASCII font and
7917 element for those charsets than can use that ASCII font.
7918 (generate-fontset-menu): Don't refer to global-fontset-alist,
7919 instead call fontset-list.
7920 (uninstantiated-fontset-alist): Variable removed.
7921 (x-style-funcs-alist): Likewise.
7922 (fontset-default-styles): Likewise.
7923 (x-modify-font-name): Function removed.
7924 (create-fontset-from-fontset-spec): Ignore the argument
7925 STYLE-VARIANT.
7926 (create-fontset-from-ascii-font): Docsting adjusted for the above
7927 change.
7928 (instantiate-fontset, resolve-fontset-name): Functions removed.
7929 (fontset-list): Now implemented by C code.
fa78f71b 7930
6c4bfdc0
KH
7931 * faces.el (read-face-font): Fix TABLE arg to completing-read.
7932 (describe-face): Include `font' attribute in the description.
7933
9111d4b5
KH
79342000-03-21 Kenichi Handa <handa@etl.go.jp>
7935
7936 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
7937
b33dd3b0
GM
79382000-03-20 Gerd Moellmann <gerd@gnu.org>
7939
a25bbe00
GM
7940 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
7941 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
7942 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
fa78f71b 7943
b33dd3b0
GM
7944 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
7945 about behavior of set-buffer-modified-p wrt redisplay.
7946
8b7bc628 79472000-03-19 Richard M. Stallman <rms@gnu.org>
e53ae11c
RS
7948
7949 * view.el (view-mode-disable): Kill local binding of view-read-only.
7950
d7b511c4
GM
79512000-03-18 Gerd Moellmann <gerd@gnu.org>
7952
7953 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
7954 is a string, convert it to a syntax cell using string-to-syntax.
7955
7956 * simple.el (syntax-code-table, syntax-flag-table): New variables.
7957 (string-to-syntax): New function.
7958
7959 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
7960 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
b33dd3b0 7961 try to use passive ftp mode.
d7b511c4 7962
998ecc60
GM
79632000-03-17 Gerd Moellmann <gerd@gnu.org>
7964
b33dd3b0 7965 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
998ecc60
GM
7966
7967 * simple.el (append-to-buffer): Update point of windows after
7968 insertion.
7969
7970 * abbrev.el (inverse-add-abbrev): Identify word by first moving
7971 forward then moving backward. Reindent.
7972
7973 * frame.el (other-frame): Call x-focus-frame only if
7974 focus-follows-mouse is off.
7975
235d6821
DL
79762000-03-17 Dave Love <fx@gnu.org>
7977
7978 * pcvs-util.el (cvs-strings->string): Rename
7979 replace-regexps-in-string.
7980
a29a2cd1
SM
79812000-03-17 Stefan Monnier <monnier@cs.yale.edu>
7982
af595444
SM
7983 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
7984 regexp for labels cannot span several lines.
7985
7986 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
998ecc60 7987 `(setq :<key> ':<key>)' to the macro expansion.
a29a2cd1 7988
a9be2843
DL
79892000-03-16 Dave Love <fx@gnu.org>
7990
7991 * progmodes/f90.el (f90): Put custom group under `languages', not
7992 `fortran'.
7993 (f90-mode-hook): Customize.
7994 (f90-mode): Set add-log-current-defun-function.
7995 (f90-current-defun): New function.
7996
d0ab3e9d
GM
79972000-03-16 Gerd Moellmann <gerd@gnu.org>
7998
16b20ed9
GM
7999 * cus-edit.el (custom-variable-tag-face): Handle case that
8000 default face's height is not a number.
8001 (custom-face-tag-face, custom-group-tag-face-1)
8002 (custom-group-tag-face): Ditto.
8003 (custom-group-tag-face-1): Add :group.
fa78f71b 8004
d0ab3e9d
GM
8005 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
8006
ae8ab422
GM
80072000-03-15 Gerd Moellmann <gerd@gnu.org>
8008
8009 * pcvs-defs.el (toplevel): Remove autoload cookie for form
8010 requiring easymenu.
8011
81c7ca69
GM
80122000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8013
8014 * ps-print.el: PostScript user-defined prologue, PostScript error
8015 handler, doc fix.
8016 (ps-print-version): New version number (5.1).
8017 (ps-user-defined-prologue, ps-error-handler-message)
8018 (ps-print-prologue-0, ps-error-handler-alist): New vars.
8019 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
8020 (ps-insert-string): New function.
fa78f71b 8021
dcf1003d
KH
80222000-03-15 Kenichi Handa <handa@etl.go.jp>
8023
8024 * international/ccl.el (ccl-compile-expression): Don't generate
8025 invalid self-assignment code.
8026
73825616
DL
80272000-03-14 Dave Love <fx@gnu.org>
8028
8029 * subr.el (replace-regexp-in-string): Renamed from
8030 replace-regexps-in-string. Doc fix.
8031
031020ac
DL
80322000-03-12 Dave Love <fx@gnu.org>
8033
8034 * cus-edit.el: Doc fixes.
8035 (customize-set-variable, customize-save-variable): Rename args for
8036 doc.
8037 (custom-variable-tag-face, custom-face-tag-face)
8038 (custom-group-tag-face-1, custom-group-tag-face): Modify from
8039 style which user identify as hyperlink.
8040 (hook): Don't add undefined functions to the hook.
8041 (debug-ignored-errors): Transfer message from bindings.el.
8042
9b2f3c38
GM
80432000-03-12 Gerd Moellmann <gerd@gnu.org>
8044
8045 * recentf.el (recentf-keep-non-readable-files-p): Remove
8046 double/nested definition.
8047
0d6e23cf
DL
80482000-03-12 Dave Love <fx@gnu.org>
8049
8050 * facemenu.el (facemenu-get-face): Use display-color-p.
8051 * enriched.el (enriched-decode-foreground): Likewise.
8052 (enriched-decode-background): Likewise.
8053 * isearch.el (isearch-highlight): Likewise.
8054 * info-look.el (info-lookup): Likewise.
8055 * simple.el (completion-setup-function): Likewise.
8056
8057 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
8058 :options.
8059
8060 * bindings.el (mode-line-format): Fix line-number and
8061 column-number items. Add help-echo for the background.
8062 (mode-line-mule-info): Modify help-echo.
8063
8064 * avoid.el (mouse-avoidance-mode): Add autoload cookie to
8065 defcustom.
8066
8067 * files.el (load-file): Allow completion to .elc.
8068
8069 * man.el: Doc fixes.
8070 (Man-init-defvars): Use display-color-p to set fontification.
8071
8072 * play/hanoi.el (hanoi-internal): Don't use oddp.
8073
e1cff360
GM
80742000-03-12 Gerd Moellmann <gerd@gnu.org>
8075
8076 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
8077
8078 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
8079
5e5dff44
GM
80802000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
8081
8082 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
8083 Fix comment.
8084
5b467bf4
SM
80852000-03-10 Stefan Monnier <monnier@cs.yale.edu>
8086
83fef604
SM
8087 * font-lock.el (font-lock-keywords): Fix the doc now that
8088 regexp-opt-depth is unnecessary.
8089 (save-buffer-state): Set an edebug spec.
8090 (font-lock-fontify-anchored-keywords): Properly handle the case when
8091 the matcher goes past the limit.
8092
5b467bf4
SM
8093 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
8094 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
8095
83fef604
SM
8096 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
8097 dll.el and cookie.el (from Elib) with heavy renaming and other
8098 massaging.
5b467bf4
SM
8099
8100 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
8101 Autoload the functions used.
8102 (easy-mmode-define-syntax): Fix CL typo.
8103 (easy-mmode-define-derived-mode): Improve the docstring generation.
8104
d407456c
GM
81052000-03-10 Gerd Moellmann <gerd@gnu.org>
8106
8107 * textmodes/texinfo.el (texinfo-version): Variable and function
8108 removed.
8109
5a7a545c
SM
81102000-03-09 Stefan Monnier <monnier@cs.yale.edu>
8111
0d6e23cf
DL
8112 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
8113 allow more flexibility.
8114 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
8115 fns.
8116 (easy-mmode-defmap, easy-mmode-defsyntax)
8117 (easy-mmode-define-derived-mode): New macros.
5a7a545c 8118
d407456c 81192000-03-09 Didier Verna <didier@xemacs.org>
445b0666
DL
8120
8121 * rect.el (replace-rectangle): New function.
8122
81232000-03-09 Dave Love <fx@gnu.org>
8124
8125 * progmodes/fortran.el (fortran-comment-line-start): Define as
8126 "C".
8127 (fortran-comment-line-start-skip): Don't match cpp stuff.
8128 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
8129 (fortran-mode-map): Remove over-eager custom-menu-create for now.
8130 (fortran-mode): Don't set fortran-comment-line-start-skip,
8131 fortran-comment-line-start here. Set comment-start,
8132 add-log-current-defun.
8133 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
8134 (fortran-current-defun): New function.
8135
80460654
GM
81362000-03-09 Gerd Moellmann <gerd@gnu.org>
8137
d1221ea9
GM
8138 * emacs-lisp/re-builder.el: New file.
8139
1853aa6b
GM
8140 * mouse.el (mouse-drag-region): Don't run up-event handler
8141 if hscroll has changed.
8142
80460654
GM
8143 * octave-mod.el (octave-font-lock-keywords): To font-lock the
8144 builtin operators, use `font-lock-builtin-face' for Emacs and
8145 `font-lock-preprocessor-face' otherwise.
fa78f71b
SS
8146
8147 * font-lock.el (lisp-font-lock-keywords-1): Highlight
80460654
GM
8148 `(defun (setf foo)' differently.
8149
c0056275
SM
81502000-03-08 Stefan Monnier <monnier@cs.yale.edu>
8151
8152 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
80460654
GM
8153 (regexp-opt): Update comment and adapt the code the new meaning of
8154 the `paren' argument of regex-opt-group for shy-groups.
8155 (regexp-opt-depth): Handle shy groups as well as backslashed
8156 backslashes.
c0056275
SM
8157 (regexp-opt-group): Turn the leading comment into a docstring.
8158 Allow `paren' to be a string (the string to use to open a group).
80460654
GM
8159 Remove open-presuf and close-presuf. Instead of checking for `all
8160 one-char' and then later on check for `several one-char', handle
8161 both cases close together. Also apply a more generic algorithm
8162 for suffixes (the mirror image of the algorithm used for
8163 prefixes). Use shy-groups. Use nreverse rather than reverse.
c0056275
SM
8164 (regexp-opt-try-suffix): Removed.
8165
8166 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
80460654
GM
8167 from comint-mode-map, so we can just inherit from it. Also, move
8168 the initialization into the `defvar' since there's no docstring
8169 anyway and it's fairly short.
8170 (inferior-scheme-mode): Define it as derived-mode: the code is
8171 shorter and this way we inherit from comint-mode-map rather than
8172 copying it.
c0056275 8173
80460654
GM
8174 * subr.el (replace-regexps-in-string): Properly handle the case
8175 where we match an empty string.
c0056275 8176
80460654
GM
8177 * comint.el (comint-exec-1): Add the current-dir to the exec-path
8178 when the command has a directory component (such as "./testml").
c0056275
SM
8179 Also fix a typo in the comment.
8180
5e91ff9e
GM
81812000-03-08 Gerd Moellmann <gerd@gnu.org>
8182
feab4fba
GM
8183 * Makefile (compile-files): Compile files one by one because
8184 that's the only way to ensure a clean compilation environment for
8185 each individual file.
8186
5e91ff9e
GM
8187 * frame.el (other-frame): Call x-focus-frame.
8188
76162e12
DL
81892000-03-07 Dave Love <fx@gnu.org>
8190
f64ce788
DL
8191 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
8192 :require to defcustom.
8193
76162e12
DL
8194 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
8195 lists.
8196
8197 * files.el (auto-mode-alist): Add configure.in.
8198
8199 * progmodes/autoconf.el: New file.
8200
f7daf1e1
GM
82012000-03-07 Gerd Moellmann <gerd@gnu.org>
8202
8203 * mail/mh-e.el: Change maintainer to `none'.
8204
8205 * recentf.el (recentf-keep-non-readable-files-p): Quote args
8206 to remove-hook and add-hook.
8207
82082000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
8209
8210 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
8211 it as the default.
8212 (mail-send): Test mail-send-nonascii also for the new `mime' value.
8213 (sendmail-send-it): Conditionally add MIME headers specifying the
8214 used character set.
fa78f71b 8215
63f6b2c4
DL
82162000-03-07 Dave Love <fx@gnu.org>
8217
8218 * winner.el: Fix keywords, autoload cookies. Split
8219 eval-when-compile form to avoid compilation failure.
8220
8330e2f9
KH
82212000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
8222
8223 * international/mule.el: Modify comment about coding system
8224 property `coding-category'.
8225 (make-coding-system): New argument EOL-TYPE. Pay attention to
8226 coding-category property of PROPERTIES.
8227
8228 * international/mule-conf.el (coding-category-utf-8,
8229 coding-category-utf-16-be, coding-category-utf-16-le): New coding
8230 categories. Include them in the argument for set-coding-priority.
8231
8232 * international/mule-cmds.el (reset-language-environment): Include
8233 coding-category-utf-8, coding-category-utf-16-be, and
8234 coding-category-utf-16-le in the argument for set-coding-priority.
8235 (reset-language-environment): Initialize coding-category-utf-8,
8236 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
8237
18bb0684
GM
82382000-03-06 Karl Fogel <kfogel@red-bean.com>
8239
8240 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
8241 code abstracted out of `bookmark-jump-noselect'. Now tries info
8242 extensions as well as compression extensions.
8243 (bookmark-jump-noselect): Use above new func.
fa78f71b 8244
71a6ba55
GM
82452000-03-03 Gerd Moellmann <gerd@gnu.org>
8246
8247 * strokes.el: Change maintainer's mail address.
8248
0d56cdff
KH
82492000-03-03 Kenichi Handa <handa@etl.go.jp>
8250
8251 * international/mule-diag.el (list-character-sets): Make help-echo
8252 string by substitute-command-keys.
8253 (list-character-sets): Likewise.
8254 (sort-listed-character-sets): Call help-setup-xref.
8255
900fa1f1
GM
82562000-03-02 Gerd Moellmann <gerd@gnu.org>
8257
8258 * time.el (display-time-mail-file): Add `none' to the list of
8259 choices.
8260
54d04320
DL
82612000-03-01 Dave Love <fx@gnu.org>
8262
43f3fa09
DL
8263 * help.el (help-xref-go-back): Don't try to set position.
8264
54d04320
DL
8265 * international/mule-diag.el (list-character-sets): Call
8266 help-setup-xref. Add help-echo to xrefs.
8267 (list-character-sets-1): Add help-echo to xrefs.
8268
d054101f
GM
82692000-03-02 Gerd Moellmann <gerd@gnu.org>
8270
8271 * frame.el (blink-cursor-mode): Switch cursor on when turning
8272 the mode off.
8273
8274 * add-log.el (add-log-current-defun): Add support for
8275 Autoconf mode.
8276
8277 * mail/rmail.el (rmail-quit-hook): New variable.
8278
d77dae5c
DL
82792000-03-01 Dave Love <fx@gnu.org>
8280
e5f597f0
DL
8281 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
8282
d77dae5c
DL
8283 * help.el (help-xref-button): Add help-echo arg.
8284 (describe-function-1, describe-variable, help-make-xrefs): Use it.
8285
8286 * faces.el (list-faces-display): Supply help-echo with
8287 help-make-xrefs.
8288
8289 * facemenu.el (list-text-properties-at): Set help-xref-stack to
8290 nil.
8291
72d19d75
GM
82922000-03-01 Gerd Moellmann <gerd@gnu.org>
8293
2df636f4
GM
8294 * image.el (defimage): Look for image files in load-path.
8295
fa78f71b 8296 * frame.el (busy-cursor-delay-seconds): Change type to
72d19d75
GM
8297 `number'.
8298
2df636f4
GM
82992000-03-01 David Ponce <david.ponce@wanadoo.fr>
8300
8301 * recentf.el (recentf): Added version tag to the defgroup of
8302 recentf.
8303
83042000-03-01 David Ponce <david.ponce@wanadoo.fr>
8305
8306 * recentf.el (recentf-cleanup): Changed to remove excluded file
8307 too.
8308 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
8309 action to select/unselect a file.
8310 (recentf-edit-list): Code cleanup and improvement.
8311 (recentf-open-more-files-action): `recentf-open-more-files' button
8312 widget action to open a file.
8313 (recentf-open-more-files): No more use standard completion but
8314 widgets.
8315 (recentf-more-collection): Deleted.
8316 (recentf-more-history): Deleted.
8317 (recentf-setup-more-completion): Deleted.
8318
83192000-03-01 David Ponce <david.ponce@wanadoo.fr>
8320
8321 * recentf.el (recentf-mode): No more needs that Emacs is running
8322 under a window-system.
8323
83241999-03-01 David Ponce <david.ponce@wanadoo.fr>
8325
8326 * recentf.el (recentf-edit-list): New command to edit the recent
8327 list which allow the user to remove files.
8328 (recentf-edit-selected-items): New global variable, used by
8329 `recentf-edit-list' to hold the list of files to be removed from
8330 the recent list.
8331 (recentf-make-menu-items): Updated to display a "Edit list..."
8332 menu item. Minor code cleanup.
8333
83341999-03-01 David Ponce <david.ponce@wanadoo.fr>
8335
8336 * recentf.el (recentf-open-more-files): New command to open files
8337 that are not displayed in the menu.
8338 (recentf-more-collection): New global variable holding the set of
8339 permissible completions used by `recentf-open-more-files'.
8340 (recentf-more-history): New global variable holding the history list
8341 used by `recentf-open-more-files' completion.
8342 (recentf-setup-more-completion): New function to setup completion for
8343 `recentf-open-more-files'.
8344 (recentf-make-menu-items): Updated to display a "More..." menu item.
8345
83461999-03-01 David Ponce <david.ponce@wanadoo.fr>
8347
8348 * recentf.el (recentf-menu-action): Doc fixed.
8349
83501999-03-01 David Ponce <david.ponce@wanadoo.fr>
8351
8352 * recentf.el (recentf-menu-filter): Doc updated.
8353 (recentf-update-menu-hook): Allow menu filters to force menu update.
8354 (recentf-make-menu-items): New menu filter handling.
8355 (recentf-make-menu-item): New helper function.
8356 (recentf-menu-elements): New menu handling function.
8357 (recentf-sort-ascending): Updated to new menu filter handling.
8358 (recentf-sort-descending): Updated to new menu filter handling.
8359 (recentf-sort-basenames-ascending): New menu filter function.
8360 (recentf-sort-basenames-descending): New menu filter function.
8361 (recentf-show-basenames): New menu filter function.
8362 (recentf-show-basenames-ascending): New menu filter function.
8363 (recentf-show-basenames-descending): New menu filter function.
8364
72d19d75
GM
83652000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8366
8367 * diary-lib.el (list-diary-entries): Don't try to go forward at
8368 the end of the buffer.
8369
1ac1c836
KH
83702000-02-29 Kenichi Handa <handa@etl.go.jp>
8371
8372 * international/mule-diag.el (list-character-sets): Completely
8373 rewritten.
8374 (sort-listed-character-sets): New function.
8375 (list-character-sets-1): Completely rewritten.
8376 (list-character-sets-2): New function.
8377 (non-iso-charset-alist): New variable.
8378 (decode-codepage-char): New function.
8379 (charset-history): New variable.
8380 (read-charset) (list-block-of-chars)
8381 (list-iso-charset-chars)
8382 (list-non-iso-charset-chars)
8383 (list-charset-chars): New functions.
8384 (mule-diag): Call list-character-sets-2, not
8385 list-character-sets-2.
8386 (dump-charsets): Likewise.
8387
ed4d0512
GM
83882000-02-29 Gerd Moellmann <gerd@gnu.org>
8389
72d19d75
GM
8390 * dired-x.el (dired-filename-at-point): Add `@' to valid
8391 file name characters.
8392 (dired-filename-at-point): Handle ange-ftp file names.
8393
ed4d0512
GM
8394 * frame.el (frame-notice-user-settings): Use assq-delete-all
8395 instead of assoc-delete-all.
8396 (frame-notice-user-settings): Ditto.
8397
8398 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
8399 Don't copy alist.
8400
32038c7a
GM
84012000-02-28 Eli Barzilay <eli@cs.cornell.edu>
8402
8403 * calculator.el (calculator-use-menu): New option.
8404 (calculator-initial-bindings): Changed some bindings to work as
8405 macros.
8406 (calculator-forced-input): Removed.
8407 (calculator-restart-other-mode): New variable.
8408 (calculator-mode-map): Set up menu.
fa78f71b 8409
32038c7a
GM
84102000-02-28 Jari Aalto <jari.aalto@poboxes.com>
8411
8412 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
8413 tags.
fa78f71b 8414
55d7ff38 84152000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
fa78f71b 8416
55d7ff38
MK
8417 * viper-cmd.el (viper-envelop-ESC-key): added the option to
8418 translate all ESC key sequences.
8419 (viper-goto-mark-subr): restore markers for files for which
8420 they were saved.
8421 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
8422 * viper-util.el (viper-set-replace-overlay-glyphs,
8423 viper-set-replace-overlay): always check if the replacement
8424 overlay is live.
8425 * viper.el (viper-vi-state-mode-list): added major modes.
8426 * ediff-wind.el: minor comment changes.
8427 * ediff.el: copyright notice date fix.
fa78f71b 8428
387023ee
JR
84292000-02-27 Jason Rumney <jasonr@gnu.org>
8430
8431 * faces.el (face-font-family-alternatives): Add arial to helv.
8432 (mode-line, header-line, tool-bar): Same default as x for w32.
8433 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
8434 face-font-family-alternatives from working.
8435 * term/w32-win.el (mouse-set-font): Do not build fontset from
8436 chosen font.
8437
f43d79c1
GM
84382000-02-25 Sam Steingold <sds@goems.com>
8439
5d80cc9c 8440 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
f43d79c1 8441 properly.
fa78f71b 8442
8b7bc628 84432000-02-25 Richard M. Stallman <rms@gnu.org>
f43d79c1
GM
8444
8445 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
8446
4eb8436f
GM
84472000-02-25 Gerd Moellmann <gerd@gnu.org>
8448
8449 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
8450 writable.
8451
449c3c52 8452 * frame.el (busy-cursor-delay-seconds): New option.
f5b58615 8453
42088c12
GM
84542000-02-24 Gerd Moellmann <gerd@gnu.org>
8455
8456 * frame.el (show-cursor-in-non-selected-windows): New option.
8457
c60ea02e
GM
84582000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8459
8460 * diary-lib.el (include-other-diary-files): Undo the selective
8461 display in any included file and don't kill it.
8462
d066de8e
EZ
84632000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
8464
8465 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
8466 bar. Menu items converted to (menu-item format, help strings
8467 added.
8468 [downcase, upcase]: Don't enable on MS-DOS.
8469 [symlink, symlinks]: Don't show if make-symbolic-link is not
8470 bound.
8471 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
8472
b6906b38
DL
84732000-02-23 Dave Love <fx@gnu.org>
8474
275cf1b2
DL
8475 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
8476 (backward-kill-word): Revert addition of * to interactive spec --
8477 it's a feature.
8478
8479 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
8480 (backward-kill-sentence, kill-sentence): Likewise.
8481
99d48056
DL
8482 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
8483 scratch buffer name.
8484 (gud-format-command): Use int-to-string in ?l case. Simplify
8485 slightly.
8486
8487 * term/w32-win.el (internal-face-interactive): Update prompt for
8488 new read-face-name.
8489
8490 * mail/footnote.el (footnote): Add :version to defgroup.
8491 (footnote-section-tag-regexp): Customize.
8492 (footnote-start-tag, footnote-end-tag): New option.
8493 (footnote-latin-regexp): New variable.
8494 (Footnote-latin): New function.
8495 (footnote-style-alist): Add element for latin style.
8496 (footnote-style): Moved.
8497 (Footnote-goto-footnote): Use eq to test arg.
8498
8499 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
8500
b6906b38
DL
8501 * emacs-lisp/byte-opt.el: Change old backquote syntax.
8502 (byte-compile-trueconstp): Include keywords.
8503 (byte-optimize-quote, byte-optimize-lapcode): Use
8504 byte-compile-const-symbol-p.
8505 (byte-optimize-char-before): New optimization.
8506
8507 * emacs-lisp/bytecomp.el: Change old backquote syntax.
8508 (byte-compile-const-symbol-p): New function.
8509 (byte-compile-constp, byte-compile-out-toplevel)
8510 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
8511 Use it.
8512
8513 * subr.el (define-key-after): Default AFTER to t. Doc fix.
8514
214f877f
KH
85152000-02-23 Kenichi Handa <handa@etl.go.jp>
8516
c709bcf1
KH
8517 * international/encoded-kb.el: Be sure to update minor-mode-alist
8518 and minor-mode-map-alist.
8519 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
8520 codes SS2 and SS3 correctly.
8521 (encoded-kbd-self-insert-ccl): New function.
8522 (encoded-kbd-setup-keymap): New function.
8523 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
8524 by calling encoded-kbd-setup-keymap.
8525
214f877f
KH
8526 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
8527 characters.
8528 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
8529 locally.
8530
b021ef18
DL
85312000-02-22 Dave Love <fx@gnu.org>
8532
8533 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
8534 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
8535 defvar.
8536 (lisp-mode-syntax-table): Set up for #|...|# comments.
8537 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
8538 classes. Match `defface'.
8539 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
8540 (eval-defun-1): Fix for defcustom.
8541 (lisp-indent-region): Doc fix.
8542
8543 * subr.el (when, unless, split-string): Doc fix.
8544 (read-passwd): Move call of clear-this-command-keys to the right
8545 place.
8546 (replace-regexps-in-string): New function.
8547
14cc00ad
GM
85482000-02-22 Gerd Moellmann <gerd@gnu.org>
8549
8550 * help.el (describe-variable): Set syntax table to
8551 emacs-lisp-mode-syntax-table when moving forward over the
8552 symbol's name.
8553
47da5efa
DL
85542000-02-22 Dave Love <fx@gnu.org>
8555
8556 * xt-mouse.el: Doc fixes.
8557 (xterm-mouse-position-function): New function, replacing advice of
8558 mouse-position.
8559 (xterm-mouse-mode): Use it. Don't turn on under a window system.
8560
8561 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
8562
f0a6c717
GM
85632000-02-21 Gerd Moellmann <gerd@gnu.org>
8564
8565 * format.el (format-annotate-single-property-change): Handle
8566 properties.with dotted-list values.
8567 (format-proper-list-p): New function.
8568
8569 * enriched.el (enriched-face-ans): Handle '(foreground-color
8570 . COLOR) and (background-color . COLOR).
8571
2be80b63
DL
85722000-02-20 Dave Love <fx@gnu.org>
8573
8574 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
8575 and assignments to it.
8576 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
8577 current local map.
8578 (make-flyspell-overlay): Use it.
8579 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
8580
8581 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
8582 (lm-get-header-re): Defun, not defsubst.
8583 (lm-get-package-name): Defun, not defsubst. Simplify.
8584 (lm-version): Doc fix. Simplify.
8585 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
8586 (lm-crack-address, lm-last-modified-date, lm-commentary)
8587 (lm-verify, lm-synopsis): Simplify.
8588 (lm-report-bug): Require emacsbug. Use compose-mail.
8589
329eed9f
GM
85902000-02-20 Gerd Moellmann <gerd@gnu.org>
8591
8592 * dired.el (dired-mode): Call propertized-buffer-identification
8593 to set mode-line-buffer-identification to something having
8594 the right text properties.
8595
8596 * bindings.el (propertized-buffer-identification): New function.
8597
be5bb146
DL
85982000-02-20 Dave Love <fx@gnu.org>
8599
8600 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
8601 check for t-mouse too.
8602
8603 * cus-start.el: Make echo-keystrokes `number'.
8604
1d4311c3
EZ
86052000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
8606
8607 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
8608 Don't call ring-empty-p unless tags-location-ring is bound.
8609 From Noah Friedman <friedman@splode.com>.
8610
a23c5037
TTN
86112000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
8612
8613 * progmodes/hideshow.el (hs-flag-region): No longer use
8614 `intangible' overlay property.
8615
8616 (hs-toggle-hiding): New command.
8617 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
8618
8619 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
8620 Fix omission bug: Run `hs-minor-mode-hook' for both activation
8621 and deactivation.
8622
b6a22bf8
GM
86232000-02-18 Gerd Moellmann <gerd@gnu.org>
8624
8625 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
8626
d621caf7
GM
86272000-02-17 Gerd Moellmann <gerd@gnu.org>
8628
3c0ed7ce
GM
8629 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
8630
d621caf7
GM
8631 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
8632 of `*' to handle `(* ... *)' comments.
8633
538d88fb
EZ
86342000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
8635
53c80cf6 8636 * faces.el (list-faces-display): Use display-mouse-p instead of
f24fef2f 8637 window-system.
53c80cf6 8638
538d88fb
EZ
8639 * menu-bar.el (global-map): Menu-bar items converted to the new
8640 format (menu-item..., rearranged for better CUA compliance, and
8641 their names changed for better clarity. Help strings added.
8642
8643 * international/mule-cmds.el (mule-menu-keymap)
8644 (describe-language-environment-map, set-coding-system-map)
8645 (setup-language-environment-map): Convert to new (menu-item...
8646 form, add help strings. Change names of menu items for better
8647 clarity. "Mule" menu-bar item removed (it's now in the "Options"
8648 submenu).
8649
8389e1e2 86502000-02-17 Gerd Moellmann <gerd@gnu.org>
84fe35f0 8651
a23c5037 8652 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
8389e1e2 8653 within the code.
a23c5037 8654
8389e1e2 86552000-02-16 Dave Love <fx@gnu.org>
a23c5037 8656
84fe35f0
DL
8657 * faces.el: Don't require custom. Add more specific :groups to
8658 various deffaces.
8659 (set-face-attribute): Purecopy args.
8660 (read-face-name): Default to name at point and use it in prompt.
8661 Remove colon from arg in all callers.
8662 (list-faces-display): Hyperlink to face descriptions and customize
8663 buffers.
8664
b2aeee30
DL
86652000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
8666
8667 * wid-edit.el (widget-match-inline): An atom never matches a
8668 list.
8669
99e95407
GM
86702000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
8671
82d2c7c5
DL
8672 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
8673 at ':' characters by call to split-string.
99e95407
GM
8674
86752000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
8676
82d2c7c5 8677 * textmodes/bibtex.el: Added RCS version identification.
99e95407
GM
8678
86792000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
8680
82d2c7c5
DL
8681 * textmodes/bibtex.el: Some temporary comments removed.
8682 (bibtex-field-name, bibtex-entry-type): Made the relationship
8683 explicit.
8684 (bibtex-field-const): Allow capital letters.
8685 (bibtex-start-of-string): Deleted because unused.
8686
8687 * textmodes/bibtex.el: Unified some nomenclature. We no longer
8688 use the term 'reference' to describe a bibtex entry as a whole.
8689 Further, reference keys are no longer called 'labels'.
8690 (bibtex-keys): Renamed to bibtex-reference-keys.
8691 (bibtex-reformat-previous-labels): Renamed to
8692 bibtex-reformat-previous-reference-keys.
8693 (bibtex-reference-type): Renamed to bibtex-entry-type.
8694 (bibtex-reference-head): Renamed to bibtex-entry-head.
8695 (bibtex-reference-maybe-empty-head): Renamed to
8696 bibtex-entry-maybe-empty-head.
8697 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
8698 (bibtex-search-reference): Renamed to bibtex-search-entry.
8699 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
8700 bibtex-enclosing-entry-maybe-empty-head.
8701 (bibtex-entry-field-alist, bibtex-entry-head,
8702 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
8703 bibtex-map-entries, bibtex-search-entry,
8704 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
8705 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
8706 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
8707 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
8708 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
8709 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
8710 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
99e95407
GM
8711
87122000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
8713
82d2c7c5
DL
8714 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
8715 comment.
8716 (bibtex-format-field-delimiters): New function, functionality
8717 extracted from bibtex-format-entry.
8718 (bibtex-autokey-get-yearfield-digits): New function, functionality
8719 extracted from bibtex-autokey-get-yearfield.
8720
8721 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
8722 entries in order to avoid stack overflow in the regexp matcher if
8723 field contents become large.
8724 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
8725 bibtex-field-string-part-not-braced,
8726 bibtex-field-string-part-no-inner-braces,
8727 bibtex-field-string-part-1-inner-brace,
8728 bibtex-field-string-part-2-inner-braces,
8729 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
8730 bibtex-field-string-quoted, bibtex-field-string,
8731 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
8732 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
8733 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
8734 as parsing is now performed by the following functions.
8735 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
8736 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
8737 bibtex-parse-field-string, bibtex-search-forward-field-string,
8738 bibtex-parse-association, bibtex-field-name-for-parsing,
8739 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
8740 bibtex-search-forward-field, bibtex-search-backward-field,
8741 bibtex-start-of-field, bibtex-end-of-field,
8742 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
8743 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
8744 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
8745 bibtex-parse-string, bibtex-search-forward-string,
8746 bibtex-search-backward-string, bibtex-start-of-string,
8747 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
8748 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
8749 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
8750 entries. Instead of reporting the results of the parsing by
8751 match-beginning or match-end, these functions return data structures
8752 that hold the corresponding positions.
8753 (bibtex-enclosing-field): Changed to also report field boundaries by
8754 return values rather than by match-beginning or match-end. The
8755 following functions have been adapted to use the new parsing
8756 functions.
8757 (bibtex-skip-to-valid-entry, bibtex-search-reference,
8758 bibtex-enclosing-field, bibtex-format-entry,
8759 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
8760 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
8761 bibtex-print-help-message, bibtex-end-of-entry,
8762 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
8763 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
8764 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
8765 method for parsing.
8766 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
8767 bibtex-map-entries, bibtex-flash-head,
8768 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
8769 bibtex-autokey-change, bibtex-autokey-get-namefield,
8770 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
8771 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
8772 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
8773 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
8774 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
8775 order to make the new binding of case-fold-search immediately
8776 visible.
99e95407
GM
8777
87782000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
8779
82d2c7c5
DL
8780 * textmodes/bibtex.el: Copyright notice is up to date.
8781 Added constant 'bibtex-maintainer-salutation.
99e95407 8782
82d2c7c5
DL
8783 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
8784 than make-temp-name, use match-string-no-properties and eliminate
8785 a quadratic behavior when building bibtex-strings.
99e95407 8786
82d2c7c5
DL
8787 * bibtex.el (bibtex-reference-key): Accept string entries whose
8788 reference key contains upper case letters.
99e95407
GM
8789
87902000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
8791
82d2c7c5
DL
8792 * bibtex.el (bibtex-reference-head): Allow entries to start with
8793 a new line.
99e95407
GM
8794
87952000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
8796
82d2c7c5
DL
8797 * bibtex.el: Hiding of entry bodies is not longer provided by
8798 bibtex.el directly. Instead the hideshow package can be used.
8799 Added a special bibtex entry to hs-special-modes-alist.
8800 (bibtex-hs-forward-sexp): Added for hideshow.el.
8389e1e2
GM
8801
88022000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
8803
f24fef2f
SM
8804 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
8805 at ':' characters by call to split-string.
8389e1e2
GM
8806
88072000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
8808
f24fef2f 8809 * textmodes/bibtex.el: Added RCS version identification.
8389e1e2
GM
8810
88112000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
8812
f24fef2f
SM
8813 * textmodes/bibtex.el: Some temporary comments removed.
8814 (bibtex-field-name, bibtex-entry-type): Made the relationship
8815 explicit.
8816 (bibtex-field-const): Allow capital letters.
8817 (bibtex-start-of-string): Deleted because unused.
fa78f71b 8818
f24fef2f
SM
8819 * textmodes/bibtex.el: Unified some nomenclature. We no longer
8820 use the term 'reference' to describe a bibtex entry as a whole.
8821 Further, reference keys are no longer called 'labels'.
8822 (bibtex-keys): Renamed to bibtex-reference-keys.
8823 (bibtex-reformat-previous-labels): Renamed to
8824 bibtex-reformat-previous-reference-keys.
8825 (bibtex-reference-type): Renamed to bibtex-entry-type.
8826 (bibtex-reference-head): Renamed to bibtex-entry-head.
8827 (bibtex-reference-maybe-empty-head): Renamed to
8828 bibtex-entry-maybe-empty-head.
8829 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
8830 (bibtex-search-reference): Renamed to bibtex-search-entry.
8831 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
8832 bibtex-enclosing-entry-maybe-empty-head.
8833 (bibtex-entry-field-alist, bibtex-entry-head,
8834 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
8835 bibtex-map-entries, bibtex-search-entry,
8836 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
8837 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
8838 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
8839 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
8840 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
8841 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
8842 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
8389e1e2
GM
8843
88442000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
8845
f24fef2f
SM
8846 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
8847 comment.
8848 (bibtex-format-field-delimiters): New function, functionality
8849 extracted from bibtex-format-entry.
8850 (bibtex-autokey-get-yearfield-digits): New function, functionality
8851 extracted from bibtex-autokey-get-yearfield.
fa78f71b 8852
f24fef2f
SM
8853 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
8854 entries in order to avoid stack overflow in the regexp matcher if
8855 field contents become large.
8856 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
8857 bibtex-field-string-part-not-braced,
8858 bibtex-field-string-part-no-inner-braces,
8859 bibtex-field-string-part-1-inner-brace,
8860 bibtex-field-string-part-2-inner-braces,
8861 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
8862 bibtex-field-string-quoted, bibtex-field-string,
8863 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
8864 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
8865 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
8866 as parsing is now performed by the following functions.
8867 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
8868 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
8869 bibtex-parse-field-string, bibtex-search-forward-field-string,
8870 bibtex-parse-association, bibtex-field-name-for-parsing,
8871 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
8872 bibtex-search-forward-field, bibtex-search-backward-field,
8873 bibtex-start-of-field, bibtex-end-of-field,
8874 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
8875 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
8876 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
8877 bibtex-parse-string, bibtex-search-forward-string,
8878 bibtex-search-backward-string, bibtex-start-of-string,
8879 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
8880 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
8881 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
8882 entries. Instead of reporting the results of the parsing by
8883 match-beginning or match-end, these functions return data structures
8884 that hold the corresponding positions.
8885 (bibtex-enclosing-field): Changed to also report field boundaries by
8886 return values rather than by match-beginning or match-end. The
8887 following functions have been adapted to use the new parsing
8888 functions.
8889 (bibtex-skip-to-valid-entry, bibtex-search-reference,
8890 bibtex-enclosing-field, bibtex-format-entry,
8891 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
8892 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
8893 bibtex-print-help-message, bibtex-end-of-entry,
8894 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
8895 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
8896 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
8897 method for parsing.
8898 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
8899 bibtex-map-entries, bibtex-flash-head,
8900 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
8901 bibtex-autokey-change, bibtex-autokey-get-namefield,
8902 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
8903 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
8904 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
8905 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
8906 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
8907 order to make the new binding of case-fold-search immediately
8908 visible.
8389e1e2
GM
8909
89102000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
8911
f24fef2f
SM
8912 * textmodes/bibtex.el: Copyright notice is up to date.
8913 Added constant 'bibtex-maintainer-salutation.
fa78f71b 8914
f24fef2f
SM
8915 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
8916 than make-temp-name, use match-string-no-properties and eliminate
8917 a quadratic behavior when building bibtex-strings.
fa78f71b 8918
f24fef2f
SM
8919 * bibtex.el (bibtex-reference-key): Accept string entries whose
8920 reference key contains upper case letters.
8389e1e2
GM
8921
89222000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
8923
f24fef2f
SM
8924 * bibtex.el (bibtex-reference-head): Allow entries to start with
8925 a new line.
8389e1e2
GM
8926
89272000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
8928
f24fef2f
SM
8929 * bibtex.el: Hiding of entry bodies is not longer provided by
8930 bibtex.el directly. Instead the hideshow package can be used.
8931 Added a special bibtex entry to hs-special-modes-alist.
8932 (bibtex-hs-forward-sexp): Added for hideshow.el.
99e95407
GM
8933
89342000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
8935
82d2c7c5 8936 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
99e95407
GM
8937 proceedings entry type (for cross referencing). Thanks to Wagner
8938 Toledo Correa for the suggestion.
8939
82d2c7c5 8940 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
99e95407 8941
eae61d8f
KH
89422000-02-14 Kenichi Handa <handa@etl.go.jp>
8943
8944 * international/characters.el: Setup case table for Vietnamese.
8945
fb07a302
GM
89462000-02-12 Gerd Moellmann <gerd@gnu.org>
8947
8948 * uniquify.el (toplevel): Require CL at compile time.
8949 (uniquify-push): Removed.
8950
8951 * shadowfile.el (shadow-when): Removed.
8952
8953 * tempo.el (tempo-dolist, tempo-mapc): Removed.
8954 (tempo-process-and-insert-string): Use dolist instead of
8955 tempo-dolist.
8956
8957 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
8958 regexp for paragraph-start.
8959
8960 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
8961 commas as well.
8962
a0eddf92
DL
89632000-02-10 Dave Love <fx@gnu.org>
8964
8965 * wid-edit.el: (widgets) [defgroup]: Remove url link.
8966 (widget-color-choice-list, widget-color-history, widget-mouse-help):
8967 Deleted.
8968 (widget-specify-field, widget-specify-button): Don't use
8969 widget-mouse-help as help-echo property.
8970 (default): Use #'ignore for :validate and :mouse-down-action.
8971 (checkbox): Add help-echo.
8972 (widget-sexp-validate): Rewritten to clarify error messages.
8973 (character): Use char-valid-p in :match function.
8974 (widget-color-complete): Use facemenu-color-alist.
8975 (widget-color-action): Use facemenu-read-color.
8976
8977 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
8978 set up `caar' &c that we now have.
8979
82d2c7c5
DL
89802000-02-09 Ray Blaak <blaak@gnu.org>
8981
8982 * delphi.el: Make resourcestring a declaration region, like const
8983 and var.
8984
6cbc1482
DL
89852000-02-09 Dave Love <fx@gnu.org>
8986
8987 * bindings.el (mode-line-input-method-map): New variable.
8988 (mode-line-mule-info): Use it; fix last change.
8989 (mode-line-mode-menu): Move definition.
8990 (mode-line-mouse-sensitive-p): Deleted.
8991 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
8992 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
8993 level.
8994
8995 * startup.el (command-line-1): Don't call
8996 make-mode-line-mouse-sensitive.
8997
f7136ee8
GM
89982000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
8999
9000 * mail/rmail.el (rmail-retry-failure): Use
9001 rmail-beginning-of-message before rmail-toggle-header, because the
9002 former toggles headers.
9003
6e1d0d15
SM
90042000-02-06 Stefan Monnier <monnier@cs.yale.edu>
9005
fef8c55b
SM
9006 * diff-mode.el (diff-kill-junk): New interactive function.
9007 (diff-reverse-direction): Use delete-and-extract-region.
9008 (diff-post-command-hook): Restrict the area so that the hook also works
9009 outside of any diff hunk. This is necessary for the minor-mode.
9010 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
9011 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
9012
6e1d0d15
SM
9013 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
9014 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
9015 so that it can be used more easily in <foo>-mode-hook. Also make sure
9016 to avoid duplicate entries.
9017 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
9018 (font-lock-remove-keywords): Just as was done for `add', allow it to
9019 work even if font-lock-mode is nil. Also make sure we don't modify
9020 any pre-existing list by forcing a copy-sequence. Finally rename
9021 `major-mode' to `mode'.
9022 (font-lock-fontify-syntactic-anchored-keywords)
9023 (font-lock-fontify-anchored-keywords)
9024 (font-lock-fontify-keywords-region): Use line-end-position.
9025 Don't make `font-lock-multiline' local (it's now done in
9026 font-lock-set-defaults).
9027 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
9028 move the `font-lock-fontified' creation to inside the `unless'.
9029
a75dfea0
AI
90302000-02-06 Andrew Innes <andrewi@gnu.org>
9031
9032 * term/w32-win.el (x-handle-args): Comment out call to message,
9033 which occurs before window system is initialized.
9034
9035 * makefile.nt: Add support for recompiling lisp code.
9036
b85e9462
DL
90372000-02-04 Dave Love <fx@gnu.org>
9038
9ff33afb
DL
9039 * bindings.el (mode-line-mule-info): Fix/extend last change.
9040
b85e9462
DL
9041 * completion.el: Replace completion-dolist with dolist.
9042
9043 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
9044 dotimes.
9045
44dff075
CD
90462000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
9047
9048 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
9049 environment names before they go into the section regexp.
9050
9051 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
9052 char class in regexp.
9053
9054 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
9055 `case-fold-search' to nil.
9056
9057 * progmodes/idlwave.el (idlwave-template): Respect
9058 `idlwave-abbrev-change-case'.
9059 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
9060 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
9061 idlwave-while): respect `idlwave-reserved-word-upcase'.
9062 (idlwave-rw-case): New function.
9063 (idlwave-statement-match): Fixed problem with assignment regexp.
9064 (idlwave-font-lock-keywords): Improved regexp for keyword
9065 parameters.
a23c5037 9066 (idlwave-surround): New argument LENGTH to support padding of
44dff075
CD
9067 operators longer than 1 char.
9068
9069 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
9070 idlwave-shell-expression-overlay. Implemented printing of
9071 expressions on higher levels of the calling stack.
9072 (idlwave-shell-display-level-in-calling-stack): Restore stack
9073 level.
9074 (idlwave-retrieve-expression-from-level): New function.
9075 (idlwave-shell-last-calling-stack): Variable removed.
9076 (idlwave-shell-reset): Argument action reversed (`visible' to
9077 `hidden'). Also remove stop-line overlay.
9078 (idlwave-shell-calling-stack-routine): New variable.
9079 (idlwave-shell-parse-stack-and-display): Messages now display
9080 negative level numbers.
9081 (idlwave-shell-mode): Set `modeline-format'.
9082 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
9083 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
9084 21.
9085 (idlwave-shell-print-expression-function): New option.
a23c5037 9086
44dff075
CD
9087 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
9088 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
9089 `tool-bar' instead of `toolbar'.
9090
f26c34fd
DL
90912000-02-02 Dave Love <fx@gnu.org>
9092
9093 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
9094 emacs-lisp-mode-hook. Don't check for defalias being defined.
9095
9096 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
9097 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
9098 the new builtins directly.
9099
9100 * whitespace.el (whitespace): Add :version to defgroup.
9101
9102 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
9103 Doc fix.
9104
9105 * thingatpt.el (sexp-at-point, symbol-at-point)
9106 (number-at-point, list-at-point): Add autoload cookie.
9107
9108 * recentf.el (recentf): Add :version to defgroup.
9109
9110 * quickurl.el (quickurl): Add :version to defgroup.
9111
9112 * elide-head.el (elide-head): Use point-marker more.
9113
9114 * bs.el (bs): Add :version to defgroup.
9115
9116 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
9117
9118 * progmodes/delphi.el (delphi): Add :version to defgroup.
9119
d240a249
GM
91202000-02-02 Gerd Moellmann <gerd@gnu.org>
9121
9122 * ange-ftp.el (ange-ftp-write-region): Handle case that
9123 succeeding process operation sets a different coding system.
9124
9125 * calculator.el: New file.
9126
d5179a01
EZ
91272000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
9128
9129 * frame.el (frames-on-display-list, framep-on-display): New
9130 functions.
9131 (display-mouse-p, display-popup-menus-p, display-graphic-p)
9132 (display-selections-p, display-screens, display-pixel-width)
9133 (display-pixel-height, display-mm-width, display-mm-height)
9134 (display-backing-store, display-save-under, display-planes)
9135 (display-color-cells, display-visual-class): New functions.
9136
9137 * term/tty-colors.el (tty-color-gray-shades): New function.
9138
9139 * faces.el (display-color-p): Use framep-on-display.
9140 (display-grayscale-p): New function.
9141
968e00f0
DL
91422000-01-31 Dave Love <fx@gnu.org>
9143
9144 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
9145 (create-fontset-from-x-resource): Don't concat integers.
9146
2cb750ba
GM
91472000-01-31 Inge Frick <inge@nada.kth.se>
9148
9149 * view.el: Some changes in documentation. Removed some trailing
9150 whitespace. Changed some parameter names to agree with
9151 documentation.
9152 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
9153 window is not deleted. Modifies change 1998-04-26.
a23c5037 9154
74e9213b
GM
91552000-01-31 Gerd Moellmann <gerd@gnu.org>
9156
47569935
GM
9157 * windmove.el: New file.
9158
74e9213b
GM
9159 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
9160 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
2cb750ba 9161 progmodes/ebnf-yac.el: Update copyright and license info.
a23c5037 9162
74e9213b
GM
9163 * jit-lock.el (jit-lock-function): Widen before calculating end
9164 position.
9165 (jit-lock-stealth-chunk-start): Rewritten.
9166
9167 * info.el (Info-title-face-alist): Removed.
9168 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
9169 faces.
9170 (Info-fontify-node): Use these faces.
9171
994c5afe
GM
91722000-01-30 Gerd Moellmann <gerd@gnu.org>
9173
9174 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
9175 (cl-macro-list1): Recognize `&allow-other-keys' instead of
9176 `&allow-other-keywords'.
9177
9178 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
9179 the list of directories scanned heuristically.
9180
9181 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
9182 exist.
9183
f00276e3
JR
91842000-01-30 Jason Rumney <jasonr@gnu.org>
9185
9186 * w32-fns.el: Define w32-tty-standard-colors.
9187
9188 * startup.el (command-line): Use w32-tty-standard-colors when in
9189 w32 console mode.
9190
cc4dfff0
DL
91912000-01-30 Dave Love <fx@gnu.org>
9192
e645e77b
DL
9193 * jka-compr.el (jka-compr-load): Fix up load-history.
9194
cc4dfff0
DL
9195 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
9196
9197 * emacs-lisp/cl-macs.el: Revert previous change.
9198
16215eb0
DL
91992000-01-29 Dave Love <fx@gnu.org>
9200
9201 * facemenu.el: Purecopy various strings.
9202
9203 * timezone.el (timezone-fix-time): Window against 69 for two-digit
9204 years. Deal with three-digit years.
9205
9206 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
9207 defconst, purecopy.
9208 (help-back-label): Purecopy it.
9209
bbd9b566
GM
92102000-01-18 Gerd Moellmann <gerd@gnu.org>
9211
9212 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
9213 variable. If non-nil, order the buffer list according to the
9214 currently selected frame.
9215 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
9216 non-nil, pass the selected frame to function buffer-list.
a23c5037 9217
887448e1
GM
92182000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9219
9220 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
9221
7df85084
DL
92222000-01-28 Dave Love <fx@gnu.org>
9223
142e109c
DL
9224 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
9225
7df85084
DL
9226 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
9227 Don't use lisp-indent-hook property.
9228 (cl-abs): Remove.
9229
9230 * subr.el: Move out indent and edebug specs for when and unless.
9231
9232 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
9233 when, unless.
9234
9235 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
9236 unless, when.
9237
3b43c01c
GM
92382000-01-28 Gerd Moellmann <gerd@gnu.org>
9239
d060bc9f
GM
9240 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
9241 `collecting' as synonym for `collect'.
9242
9243 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
9244 for the case it contains spaces.
9245
9246 * simple.el (what-cursor-position): Change formatting of
9247 messages.
9248
b02786f9
GM
9249 * frame.el (delete-other-frames): New function.
9250 (toplevel): Bind it to C-x 5 1.
9251
efd68b8a
GM
9252 * sort.el (sort-numeric-base): New option.
9253 (sort-numeric-fields): If number starts with `0' or `0[xX[',
9254 interpret it as octal or hexadecimal. Use sort-numeric-base
9255 as default base.
9256
3b43c01c
GM
9257 * progmodes/glasses.el: New file.
9258
984ae001
GM
92592000-01-27 Gerd Moellmann <gerd@gnu.org>
9260
a0b796e3
GM
9261 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
9262 userids differently.
9263
984ae001
GM
9264 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
9265 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
9266 progmodes/ebnf-yac.el: New files.
9267
6c67ddee
DL
92682000-01-26 Dave Love <fx@gnu.org>
9269
9270 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
9271 on a function with an empty body. [From Eric Ludlam.]
9272
4e6473c8
GM
92732000-01-25 Andre Spiegel <spiegel@gnu.org>
9274
9275 * vc.el (vc-version-diff): Make sure file name is expanded.
9276
e12489f9
GM
92772000-01-25 Gerd Moellmann <gerd@gnu.org>
9278
9279 * scroll-bar.el (scroll-bar-timer): Variable removed.
9280 (scroll-bar-toolkit-scroll): Don't use a timer.
9281
8dbe2b07
KH
92822000-01-25 Kenichi Handa <handa@etl.go.jp>
9283
9284 * language/thai-util.el (thai-composition-function): Delete
9285 superfluous `a'.
9286
26ef1c87
DL
92872000-01-24 Dave Love <fx@gnu.org>
9288
9289 * fortran.el (fortran-mode): Use beginning-of-defun-function,
9290 end-of-defun-function.
9291
9292 * font-lock.el (turn-on-font-lock): Don't depend on window-system
9293 &c.
9294
7ed4e9a7
JR
92952000-01-22 Jason Rumney <jasonr@gnu.org>
9296
9297 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
9298 conflicts with new face support.
9299
8b7bc628 93002000-01-22 Richard M. Stallman <rms@gnu.org>
d2ce3151
RS
9301
9302 * replace.el (query-replace): Rename last arg to DELIMITED.
9303 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
9304 (query-replace-regexp): Likewise.
9305
8b7bc628 93062000-01-20 Richard M. Stallman <rms@gnu.org>
2d5e9b54 9307
02b14400
RS
9308 * subr.el (with-syntax-table): Use make-symbol, not gensym.
9309
5bb6f079
RS
9310 * emacs-lisp/lisp.el (beginning-of-defun-function):
9311 Variable renamed from beginning-of-defun.
9312 Do not call make-variable-buffer-local.
9313 (beginning-of-defun-raw): Use new variable name; doc fix.
9314 (beginning-of-defun): Doc fix.
9315 (end-of-defun-function): Variable renamed from end-of-defun.
9316 Do not call make-variable-buffer-local.
9317 (end-of-defun): Use new variable name; doc fix.
9318
02b14400
RS
9319 * subr.el (dolist, dotimes): Copied from cl-macs.el
9320 and made to work.
2d5e9b54 9321
a23c5037 9322 * mail/undigest.el (rmail-digest-end-regexps):
2d5e9b54
RS
9323 Variable replaces rmail-digest-end-regexp.
9324 Allows multiple regexps for detecting the end line.
9325 (undigestify-rmail-message): Corresponding changes.
9326
60af03f1
DL
93272000-01-19 Dave Love <fx@gnu.org>
9328
fe5d99e1
DL
9329 * files.el (user-init-file): Don't declare here -- is primitive.
9330
60af03f1
DL
9331 * startup.el (command-line): Check for compiled user-init-file and
9332 set to uncompiled version if necessary.
9333
72dbbc7d
GM
93342000-01-18 Gerd Moellmann <gerd@gnu.org>
9335
6a1950ec
GM
9336 * mail/undigest.el (rmail-digest-end-regexp): New user option.
9337 (undigestify-rmail-message): Use it.
9338
72dbbc7d
GM
9339 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
9340
fbe91bbd
GM
93412000-01-17 Gerd Moellmann <gerd@gnu.org>
9342
9343 * tmm.el (tmm-goto-completions): Adapt to prompt being part
9344 of mini-buffer.
9345
33a6685b
GM
93462000-01-14 Gerd Moellmann <gerd@gnu.org>
9347
b3303df7
GM
9348 * emacs-lisp/copyright.el (copyright-update): Removed the
9349 requirement for a trailing space from `copyright-regexp', to
9350 support copyrights with owner specified on a separate line..
a23c5037 9351
3c4c8064
GM
9352 * align.el: New file.
9353
33a6685b
GM
9354 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
9355
9356 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
9357
044a4975
DL
93582000-01-13 Dave Love <fx@gnu.org>
9359
9360 * ph.el: Removed. (Obsoleted by EUDC.)
9361
0a352cd7
GM
93622000-01-13 Gerd Moellmann <gerd@gnu.org>
9363
9364 * net/eudc.el (toplevel): Remove autoloaded code installing
9365 menu with easymenu, because that causes build problems.
9366
9367 * frame.el (frame-notice-user-settings): New variable.
9368 (frame-notice-user-settings): Don't modify frame parameters
9369 if called a second time.
9370
8b7bc628 93712000-01-13 Richard M. Stallman <rms@gnu.org>
0a352cd7
GM
9372
9373 * frame.el (frame-notice-user-settings):
9374 Notice default-frame-parameters even for non-window frames.
9375
feb450e0
GM
93762000-01-13 Gerd Moellmann <gerd@gnu.org>
9377
9378 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
9379 for Emacs.
9380 (eudc-bob-can-display-inline-images): Extend for Emacs.
9381 (eudc-bob-toggle-inline-display): Ditto.
9382 (eudc-bob-display-jpeg): Ditto.
9383
99c6d63b
GM
93842000-01-12 Gerd Moellmann <gerd@gnu.org>
9385
7970b229
GM
9386 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
9387 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
9388 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
a23c5037 9389
e4936aa9
GM
9390 * add-log.el (add-change-log-entry): Fix error trying an `(insert
9391 nil)'.
9392
9393 * subdirs.el: Add `net' directory.
9394
133c9e59
GM
9395 * net: New directory.
9396
99c6d63b
GM
9397 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
9398 eval-last-sexp. Don't bind debug-on-error here.
9399 (eval-last-sexp): New function. Bind debug-on-error if
9400 eval-expression-debug-on-error is non-nil.
9401 (eval-defun-2, eval-defun): Likewise.
9402
9403 * simple.el (eval-expression): Don't bind debug-on-error if
9404 eval-expression-debug-on-error is nil. Detect changed
9405 debug-on-error, and propagate new value to global binding, if
9406 eval-expression-debug-on-error is non-nil,
9407 (eval-expression-debug-on-error): Change doc string.
a23c5037 9408
8b7bc628 94092000-01-11 Richard M. Stallman <rms@gnu.org>
83c8f461
RS
9410
9411 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
9412
9413 * emacs-lisp/lisp-mode.el (with-syntax-table):
9414 Set up lisp-indent-function property.
9415
9416 * subr.el (with-syntax-table): Moved from simple.el.
9417
9418 * simple.el (with-syntax-table): Moved to subr.el.
9419
7e3c74fa
GM
94202000-01-11 Gerd Moellmann <gerd@gnu.org>
9421
1fab1775
GM
9422 * tmm.el (tmm-shortcut): Delete region after prompt instead
9423 of erasing buffer.
9424
7e3c74fa 9425 * textmodes/fill.el (fill-common-string-prefix): New function.
133c9e59
GM
9426 (fill-context-prefix): Use the longest common prefix of first
9427 and second line fill prefix, if there is one.
7e3c74fa 9428
8b7bc628 94292000-01-11 Richard M. Stallman <rms@gnu.org>
782bd3ec
RS
9430
9431 * array.el (array-mode): Don't use make-variable-buffer-local.
9432 Use make-local-variable for `truncate-lines'.
9433
aa705642 94342000-01-11 Jari Aalto <jari.aalto@poboxes.com>
57df2446 9435
aa705642
GM
9436 * add-log.el (add-log-current-defun): Handle user-defined
9437 add-log-current-function returning nil,
a23c5037 9438
57df2446 9439 * add-log.el (add-change-log-entry): Insert version number
aa705642 9440 if having found a current function
c1356086
GM
9441
9442 * add-log.el (add-log-current-defun): Call
9443 `add-log-current-defun-function'. Try matches at level 0 and
9444 level 1. Strip whitespace from defun found.
a23c5037 9445
1d8c59e9
RS
94462000-01-10 John Wiegley <johnw@gnu.org>
9447
9448 * allout.el (isearch-done/outline-provisions): Added `edit'
9449 argument to correspond with the current definition of
9450 `isearch-done'.
9451
8cf87e9b
DL
94522000-01-10 Dave Love <fx@gnu.org>
9453
9454 * elide-head.el (elide-head): Use point-marker, not point.
9455
9050446c
GM
94562000-01-10 Gerd Moellmann <gerd@gnu.org>
9457
8321b22a
GM
9458 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
9459 before and after the year 2000.
a23c5037 9460
9050446c
GM
9461 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
9462 Add ispell- prefix.
9463
94642000-01-10 Ken Stevens <k.stevens@ieee.org>
9465
9466 * ispell.el: Only define dictionaries in menus when they exist.
9467 (version18p): New variable.
9468 (version20p): New variable.
9469 (xemacsp): New variable.
9470 (ispell-choices-win-default-height): Fix for XEmacs visibility.
9471 (ispell-dictionary-alist1): Added Brasileiro dictionary.
9472 (ispell-dictionary-alist6): Russian command lines no longer accept
f24fef2f 9473 run-together words.
9050446c
GM
9474 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
9475 (ispell-dictionary-alist): Add koi8-r to customize definition.
9476 (check-ispell-version): Added documentation string. Returns
f24fef2f 9477 library path when called non-interactively.
9050446c
GM
9478 (ispell-menu-map-needed): Uses new variables.
9479 (ispell-library-path): New variable.
9480 (ispell-decode-string): XEmacs fix for bogus variable bindings.
9481 (ispell-word): Improved documentation string. Test for valid
9482 character mappings. Correctly check typed in word changes that can
9483 result in single words split into multiple words. Returns
9484 replacement word.
9485 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
9486 replace in recursive query replace mode. Help message for
9487 recursive edit mode.
9488 (ispell-show-choices): Protect against bad framepop bindings.
9489 (ispell-help): Fix to work with XEmacs.
9490 (ispell-highlight-spelling-error): Use new variables.
9491 (ispell-overlay-window): Fix to work with XEmacs.
9492 (ispell-parse-output): Passed and returns location information
9493 tracking spelling corrections. Doesn't recheck same word on
9494 current line.
9495 (ispell-init-process): Protect against bogus XEmacs variable binding.
9496 Fix call to single argument in sleep-for. Use new variables.
9497 (ispell-region): Passed and returns location information tracking
9498 spelling corrections. Doesn't check same word on current line.
9499 Improved documentation string. Doesn't resend a line already
9500 checked to the ispell process - fixes bug in LaTeX parsing.
9501 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
9502 (ispell-skip-region): No longer skips <TT> in SGML.
9503 (ispell-process-line): Tracks location information with spelling
9504 corrections. Added documentation string. Accounts for words
9505 already accepted on this line. Don't allow query-replace on line
9506 starting with math characters. Doesn't resend a line already sent
9507 to ispell process. Fixes alignment error bug.
a23c5037 9508
8b7bc628 95092000-01-10 Richard M. Stallman <rms@gnu.org>
6d0c28f4 9510
a23c5037 9511 * dired-x.el (dired-guess-shell-alist-default):
8f3efb4e
RS
9512 Suggest xloadimage, which is free, not xv, which isn't.
9513
a23c5037 9514 * ange-ftp.el (ange-ftp-file-name-nondirectory):
6d0c28f4
RS
9515 Don't ever include the host name or user name in the value.
9516
9ed79f5d
GM
95172000-01-09 Gerd Moellmann <gerd@gnu.org>
9518
9519 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
9520 of a real newline.
9521
b950abb1
GM
95222000-01-09 Stephen Eglen <stephen@gnu.org>
9523
a23c5037 9524 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
b950abb1
GM
9525 for .png files.
9526
3c708e98
GM
95272000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
9528
9529 * cus-edit.el (custom-hook-convert-widget): Fix comment.
9530
bf61662d
GM
95312000-01-09 Gerd Moellmann <gerd@gnu.org>
9532
f1d851ae
GM
9533 * progmodes/cperl-mode.el: Replace ^F with ^L.
9534
bf61662d 9535 * sendmail.el (toplevel): Provide `sendmail' when compiling
a23c5037 9536 before `require'ing rmail and mailalias to prevent infinite
bf61662d
GM
9537 recursion.
9538
c65d14ee
DL
95392000-01-08 Dave Love <fx@gnu.org>
9540
8cf87e9b
DL
9541 * emacs-lisp/backquote.el: Remove inappropriate customization
9542 (allowing custom.el to use backquote).
c65d14ee 9543
83de2ebc
DL
95442000-01-07 Dave Love <fx@gnu.org>
9545
9546 * add-log.el (add-log-debugging): Deleted.
9547 (add-change-log-entry): Treat a backup FILE-NAME as its parent
9548 file. Remove debugging code.
9549 (change-log-get-method-definition, change-log-name): Add doc.
9550 (change-log-sortable-date-at): New function.
9551 (change-log-merge): New command.
9552
9553 * time.el (display-time-string-forms): Make the Mail string active.
9554 (display-time-update): Provide help-echo for load average.
9555
9556 * bindings.el (make-mode-line-mouse2-map): New function.
9557 (mode-line-modified): Use it and simplify.
9558 (mode-line-mule-info): Provide help-echo info.
9559 (minor-mode-alist): Activate the strings.
9560 (make-mode-line-mouse-sensitive): Simplify for
9561 mode-line-buffer-identification.
9562
c1475eae
GM
95632000-01-07 Gerd Moellmann <gerd@gnu.org>
9564
9565 * play/pong.el: New file.
9566
83de2ebc
DL
95672000-01-06 Dave Love <fx@gnu.org>
9568
9569 * array.el: Assorted cleanups for compiler warnings, doc strings,
9570 `array-' prefix for symbols.
9571
95722000-01-05 Dave Love <fx@gnu.org>
9573
9574 * textmodes/outline.el (outline-mode-menu-bar-map): Add
9575 outline-headers-as-kill.
9576 (outline-mode): Define imenu-generic-expression.
9577 (outline-headers-as-kill): New command.
9578
9579 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
9580 from paragraph-start.
9581 (paragraph-indent-minor-mode): New command.
9582
9583 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
9584 M-C-e, M-C-h, C-j, C-xnd, TAB.
9585 (fortran-mode): Set beginning-of-defun, end-of-defun.
9586 (fortran-column-ruler): Simplify.
9587 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
9588 (fortran-with-subprogram-narrowing): Likewise.
9589 (fortran-indent-subprogram): Call mark-defun.
9590 (fortran-check-for-matching-do): Change narrowing.
9591
9592 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
9593 (cl-lucid-hash-tag): Delete.
9594 (cl-hash-table-p): Correct test for native table.
9595 (cl-hash-table-count): Use hash-table-count.
9596
9597 * browse-url.el (browse-url): Fix case of
9598 browse-url-browser-function being an alist.
9599
676ac023
CD
96002000-01-05 Carsten Dominik <cd@gnu.org>
9601
c1475eae
GM
9602 * textmodes/reftex-vars.el (reftex-parse-file-extension)
9603 (reftex-index-phrase-file-extension): New options.
676ac023
CD
9604
9605 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
c1475eae 9606 Use new option `reftex-index-phrase-file-extension'.
676ac023
CD
9607
9608 * textmodes/reftex.el (reftex-access-parse-file): Use new option
c1475eae 9609 `reftex-parse-file-extension'.
eb483e17 9610
88807984
DL
96112000-01-05 Dave Love <fx@gnu.org>
9612
83de2ebc 9613 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
88807984
DL
9614 (beginning-of-defun-raw): Use it.
9615 (end-of-defun): New variable.
9616 (end-of-defun): Use it.
9617 (check-parens): New command.
9618
1362aeb4
TTN
96192000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
9620
c1475eae
GM
9621 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
9622 (hs-show-block): Don't use `mapcar' when not accumulating.
1362aeb4 9623
7ddafb95
TTN
9624 Fix buglet in local variables initialization.
9625
7334aa99
AS
96262000-01-05 Andreas Schwab <schwab@suse.de>
9627
9628 * hscroll.el (hscroll): Doc fix.
9629
b12e24cd
CD
96302000-01-05 Carsten Dominik <cd@gnu.org>
9631
9632 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
9633 idlw-toolbar.
9634
9635 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
9636 file idlw-rinfo.el.
1362aeb4
TTN
9637 (idlwave-customize): load must read file idlw-shell.el.
9638 (idlwave-create-customize-menu): load must read file idlw-shell.el.
b12e24cd 9639
d6226972
CD
96402000-01-05 Carsten Dominik <dominik@astro.uva.nl>
9641
9642 * progmodes/idlw-shell.el: Also provide idlwave-shell
9643 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
9644 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
9645
9646 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
9647 both reftex-dcr and reftex-vcr.
1362aeb4 9648
d6226972
CD
9649 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
9650
6ddb893f 96512000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
894ee0a2
KH
9652
9653 * ps-print.el: PostScript code now is in separate files, doc fix.
9654 (ps-print-version): New version number (5.0.3).
9655 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
9656 local.
9657 (ps-spool-config): Initialization fix.
c1475eae
GM
9658 (ps-print-prologue-1, ps-print-prologue-2)
9659 (ps-print-duplex-feature): PostScript code moved to separated file.
894ee0a2
KH
9660 (ps-background-image): Little code reformating.
9661 (ps-begin-file, ps-begin-job): Fix code.
88807984 9662 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
894ee0a2
KH
9663 (ps-prologue-file): New fun.
9664
ae833aae
KH
96652000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9666
c1475eae 9667 * ps-vars.el: Eliminated.
ae833aae
KH
9668
9669 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
9670 `;;;###autoload'.
9671
9672 * ps-print.el: ps-vars eliminated, doc fix.
9673 (ps-print-version): New version number (5.0.2).
9674 (ps-spool-config): Initialization fix.
9675 (ps-print-customize): New fun.
9676
560a7bd2
GM
96772000-01-04 Gerd Moellmann <gerd@gnu.org>
9678
9679 * autorevert.el (auto-revert-mode): Return value of
9680 auto-revert-mode.
9681
f45dd0f4
DL
96822000-01-04 Dave Love <fx@gnu.org>
9683
fae2ac05
DL
9684 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
9685 menu items.
f45dd0f4 9686
61255981
DL
96872000-01-03 Dave Love <fx@gnu.org>
9688
88807984 9689 * elide-head.el (elide-head) [defgroup]: Add :version.
c282ca4d 9690
83de2ebc 9691 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
61255981
DL
9692 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
9693 `cl-hash-table-p', not `hash-table-p'.
9694 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
9695
c182a70f
EZ
96962000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
9697
9698 * faces.el (face-read-integer, read-face-attribute)
9699 (color-defined-p, color-values): unspecified-{f,b}g are now
9700 strings.
9701
047f434a
GM
97022000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
9703
9704 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
9705 at comment end, and re-insert them after filling.
9706
bab531e2
EZ
97072000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
9708
9709 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
f7002084
EZ
9710 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
9711 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
bab531e2 9712
d684c676
EZ
97132000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
9714
9715 * term/x-win.el (xw-defined-colors): Call color-supported-p,
9716 the new name of face-color-supported-p.
9717
9718 * term/w32-win.el (xw-defined-colors): Likewise.
9719
0aad4805
EZ
97202000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
9721
9722 * simple.el (completion-setup-function): Count completion-size
9723 from minibuffer-prompt-end, not from point-min.
9724
5fe1d139
EZ
97252000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
9726
9727 * faces.el (read-face-attribute, defined-colors, color-defined-p):
9728 Pass the frame to tty-color-* functions.
9729 (display-color-p, frame-set-background-mode): Pass the frame to
9730 tty-display-color-p.
9731
9732 * term/tty-colors.el (tty-defined-color-alist): Renamed from
9733 tty-color-alist.
9734 (tty-color-alist, tty-modify-color-alist): New functions.
9735 (tty-color-define, tty-color-clear, tty-color-approximate)
9736 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
9737 an optional parameter FRAME.
9738
162dec01
GM
97392000-01-01 Gerd Moellmann <gerd@gnu.org>
9740
27189709
GM
9741 * image.el (create-image, defimage): Don't assume image data is a
9742 string.
9743
162dec01
GM
9744 * image.el (defimage): Handle specifications containing :data
9745 instead of :file.
9746 (image-type-from-data): New function.
9747 (image-type-from-file-header): Use it.
9748 (create-image): Add parameter DATA-P.
1362aeb4 9749
bea56df7 9750See ChangeLog.8 for earlier changes.
25a6fab1
KH
9751
9752;; Local Variables:
af9ba8ad 9753;; coding: iso-2022-7bit-unix
25a6fab1 9754;; End: