comment fix
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
6d133d1f
GM
12000-11-15 Gerd Moellmann <gerd@gnu.org>
2
3 * faces.el (face-set-after-frame-default): If
4 `inhibit-default-face-x-resources' is bound, don't intiialize the
5 default face from X resources.
6
49ac2ac5
EZ
72000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
8
9 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
10 Don't set EMACSLOADPATH.
11
4fb0a34c
EZ
122000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
13
14 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
15 texinfo-insert-@url.
16 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
17 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
18
bb304a7a
SM
192000-11-14 Stefan Monnier <monnier@cs.yale.edu>
20
82bc80bf
SM
21 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
22 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
23 (checkdoc-minor-keymap): Backward compatibility.
24 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
25 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
26 (checkdoc-this-string-valid-engine): Be a bit more strict
27 to avoid matching substrings of `...' quoted vars/funs.
28 (checkdoc-defun-info): Only look for `interactive' if alone.
29 (debug-ignored-errors): Add "arg doesn't appear in docstring".
30
e8c87124
SM
31 * progmodes/compile.el (grep): `tag-default' can be nil.
32
bb304a7a
SM
33 * newcomment.el (comment-indent): Paren typo.
34
8628686a
DL
352000-11-14 Dave Love <fx@gnu.org>
36
25c269ef
DL
37 * calculator.el: New maintainer version.
38
39 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff
40 pattern.
41
8628686a
DL
42 * cmuscheme.el: Doc fixes.
43 (cmuscheme) <defgroup>: Use `scheme' as parent.
44 (cmuscheme-program-name): Remove. Change uses to
45 scheme-program-name.
46
47 * xscheme.el (scheme-program-name): Don't define here.
48
49 * progmodes/scheme.el (scheme-program-name): New variable
50 (originally in cmuscheme).
51
88f0a1eb
MB
522000-11-14 Miles Bader <miles@gnu.org>
53
54 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
55 Handle header-lines. Don't loop forever if we can't enlarge the
56 window anymore. Simplify a bit.
57
cd9a000c
KH
582000-11-14 Kenichi Handa <handa@etl.go.jp>
59
60 * window.el (fit-window-to-buffer): Don't check
61 window-text-height. Assure that the last line is fully visible.
62
63 * international/quail.el (quail-show-guidance-buf): Call
64 fit-window-to-buffer to assure the enough height of the guidance
65 buffer.
66 (quail-update-guidance): Avoid making the guidance buffer shorter.
67
d3fcda22
SM
682000-11-14 Stefan Monnier <monnier@cs.yale.edu>
69
bdbd9606
SM
70 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
71 rather than `prepend' and add an interesting comment.
72 (tex-math-face, tex-font-lock-syntactic-face-function):
73 New face and function to use it.
74 (tex-define-common-keys, tex-mode-map): Use menu-item rather
75 than `menu-enable' symbol property.
76 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
77 (tex-mode): Add some latex-mode commands for auto-selection.
78 Use tex-font-lock-syntactic-face-function.
79 (tex-insert-quote): Simplify.
80 (tex-shell): New mode.
81 (tex-start-shell): Use it.
82 (tex-shell-proc, tex-shell-buf): New functions.
83 (tex-send-command): Use it.
84 (tex-main-file): Fix the meaning of the new arg REALFILE.
85 (tex-send-tex-command): New function split from `tex-start-tex'.
86 Set compilation-last-buffer and compilation-parsing-end.
87
d3fcda22
SM
88 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
89 when it follows non-comment text on the line.
90
91 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
92 Set font-lock-defaults.
93 (lisp-mode-shared-map): Init inside the defvar.
94 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
95 Use define-derived-mode.
96
bdab1d43
MB
972000-11-14 Miles Bader <miles@lsi.nec.co.jp>
98
99 * faces.el (header-line): Use `:box nil' for color/gs displays too.
100
936ae731
GM
1012000-11-14 Gerd Moellmann <gerd@gnu.org>
102
103 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda): Don't
104 recursively optimize body because that can lead to infinite
105 recursion; see comment there.
106
1695ca2b
EZ
1072000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
108
109 * faces.el (face-spec-set-match-display): Revert the change from
110 2000-10-24. Add a FIXME for after v21.1.
111
9d348294
MB
1122000-11-13 Miles Bader <miles@gnu.org>
113
114 * textmodes/fill.el (skip-line-prefix): New function.
115 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
116 (fill-paragraph): Don't leave point inside the fill-prefix.
88f0a1eb
MB
117 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
118 point inside the fill-prefix.
9d348294 119
b85fa13c
MB
1202000-11-13 Miles Bader <miles@lsi.nec.co.jp>
121
122 * calendar/calendar.el (generate-calendar-window): Use
123 `fit-window-to-buffer'.
124
a0b47716
SM
1252000-11-12 Stefan Monnier <monnier@cs.yale.edu>
126
127 * gud.el (gud-minor-mode): New var.
128 (gud-symbol, gud-val): New functions.
129 (gud-find-file): Copy gud-minor-mode to the new buffer.
130 (gud-menu-map): Include entries for commands that are not always
131 available, using :enable to (de)activate them.
132 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
133 (gud-mode-map): New map.
134 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
135 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
136 Don't set up gud's menu (it's done by the minor-mode).
137 (gud-minibuffer-local-map): New.
138 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
139 (gud-query-cmdline): New function.
140 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
141 (gud-mode): Use define-derived-mode.
142 Don't set up gud's menu (it's done by the minor-mode).
143 (gud-chop-words): Remove.
144 (gud-common-init): Use split-string instead.
145 (gud-new-keymap, gud-make-debug-menu): Eradicate.
146
147 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
148 Add keyword arg :name.
149
150 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
151 (diff-count-matches, diff-split-hunk): New functions.
152 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
153
154 * pcvs-info.el (cvs-fi-conflict-face): New var.
155
156 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
157 Make it into a simple syntax-table, shared among all submodes.
158 (sh-heredoc-face): Re-introduce.
159 (sh-font-lock-syntactic-face-function): New function.
160 (sh-mode): Use it. Also use define-derived-mode.
161 Remove old bogus setting of indent-region-function.
162 (sh-set-shell): Don't set the syntax-table any more.
163 (sh-mode-syntax-table) <defun>: Remove.
164
f5ed37df
MB
1652000-11-12 Miles Bader <miles@gnu.org>
166
167 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
168 message if interactive.
169
0b074c2f
DL
1702000-11-12 Dave Love <fx@gnu.org>
171
172 * mail/feedmail.el: Fix header,
173 (feedmail) <defgroup>: Add :link.
174
175 * view.el: Use local-map property, not keymap on mode-line string.
176
177 * scroll-all.el (scroll-all-mode): Customize variable. Add
178 autoload cookie to function.
179
180 * lazy-lock.el: Remove compatibility code.
181
182 * finder.el (finder-known-keywords): Add `files', remove `vms'.
183 (finder-help-echo): New variable.
184 (finder-mouse-face-on-line): Add help-echo stuff.
185 (finder-list-keywords, finder-list-matches): Use mapc.
186
187 * faces.el (face-font-registry-alternatives): Add :version.
188
189 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
190 tags-table-list.
191
a0b47716 192 * net/browse-url.el (browse-url-browser-function): Update :version.
0b074c2f 193
a0b47716 194 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
0b074c2f
DL
195 (mail-mode): Use [:alnum:] in some regexps.
196
6d502396
DL
1972000-11-10 Dave Love <fx@gnu.org>
198
199 * ediff.el (ediff-regions-internal, ediff-documentation):
200 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
201 fundamental mode.
202
203 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
204 buffer into fundamental mode.
205 (ediff-set-difference): Use copy-sequence if available.
206
207 * ediff-ptch.el (ediff-dispatch-file-patching-job): Check
208 ediff-patch-map non-nil.
209 (ediff-fixup-patch-map, ediff-fixup-patch-map)
210 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
211 buffer into fundamental mode.
212
213 * ediff-merg.el (state-or-merge): Defvar when compiling.
214
a82fe213
JR
2152000-11-10 Jason Rumney <jasonr@gnu.org>
216
217 * w32-fns.el (w32-add-charset-info): New function.
218 (w32-charset-info-alist): Use it.
219
52d89894
GM
2202000-11-10 Gerd Moellmann <gerd@gnu.org>
221
222 * faces.el (face-font-registry-alternatives): New user-option.
223
178932de
SM
2242000-11-10 Stefan Monnier <monnier@cs.yale.edu>
225
d7fa3319
SM
226 * textmodes/texinfo.el (texinfo-block-default): New var.
227 (texinfo-insert-block): Use it. Insert a newline if needed.
228
178932de
SM
229 * textmodes/fill.el (fill-indent-according-to-mode): New var.
230 (fill-region-as-paragraph): Use it.
231
232 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
233 (latex-mode): Tweak tex-*-(head|trail)er regexps.
234 Tweak paragraph regexps to allow a leading [ \t]*.
235 (tex-latex-block): Insert a newline if necessary.
236 (latex-insert-item): Only insert a newline if necessary.
237 (tex-guess-main-file): New function.
238 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
239 Set tex-main-file if TeX-master is provided.
240 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
241
bd02b8e0
GM
2422000-11-10 Gerd Moellmann <gerd@gnu.org>
243
244 * startup.el (command-line): Set the default tooltip-mode
245 to t for graphical displays which implement x-show-tip.
246
247 * tooltip.el (tooltip-mode): Add a comment about startup.el
248 setting the default value of this user-option.
249
b29b03eb
SM
2502000-11-09 Stefan Monnier <monnier@cs.yale.edu>
251
252 * font-lock.el (font-lock-*-face) <defvar>: Move.
253 (font-lock-defaults-alist): Mark obsolete.
254 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
255 (font-lock-mode): Use define-minor-mode.
256 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
257 (font-lock-turn-off-thing-lock): Be more explicit.
258 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
259 (font-lock-syntactic-face-function): New var.
260 (font-lock-fontify-syntactically-region): Use it.
261 (font-lock-doc-face): New.
262
263 * pcvs.el (cvs-enabledp): Ignore errors.
264 (cvs-commit-filelist): Never query.
265 (cvs-mode-insert): Always add a terminating / in the initial prompt.
266 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
267 (cvs-do-removal): Use cvs-partition rather than delete-if.
268 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
269 cvs-bury-buffer.
270
271 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
272 Allow `next' to jump to after the end of the last match.
273
778fbc46
GM
2742000-11-09 Gerd Moellmann <gerd@gnu.org>
275
730c746c
GM
276 * simple.el (byte-compiling-files-p): New function.
277
278 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
279 if it is there.
280
281 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
282 nil again.
283
778fbc46
GM
284 * textmodes/ispell.el (ispell-library-path): Don't call
285 check-ispell-version when byte-compiling because that starts
286 an ispell process, and ispell might not be installed.
287 (toplevel): Don't set up a menu when byte-compiling.
288
289 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
290 it, so that a boundp test can be used to determine if we're
291 currently byte-compiling.
292
5912c5bb
DL
2932000-11-09 Dave Love <fx@gnu.org>
294
295 * pcvs.el (uniquify-buffer-file-name): Wrap advice in
296 eval-after-load.
297
7bb054a5
GM
2982000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
299
300 * ps-print.el: Patch for variable initialization when spooling. Doc
301 fix.
302 (ps-output-list): Fun eliminated.
303 (ps-begin-file, ps-begin-job): Code fix.
304
9db2706e
DL
3052000-11-08 Dave Love <fx@gnu.org>
306
307 * ediff-wind.el (ediff-control-frame-parameters): Zero
308 tool-bar-lines.
309
f7eb32aa
GM
3102000-11-08 Gerd Moellmann <gerd@gnu.org>
311
312 * simple.el (shell-command, display-message-or-buffer)
313 (shell-command-on-region): Mention resize-mini-windows in the doc
314 string.
315 (display-message-or-buffer): Take the value of resize-mini-windows
316 into account.
317
7b01b08c
GM
3182000-11-07 Gerd Moellmann <gerd@gnu.org>
319
acad3c0b
GM
320 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
321
7b01b08c
GM
322 * dired.el (dired-between-files): Add `^. find' as an alternative
323 to the regular expression, for find-dired.
324
6f602bd0
SM
3252000-11-06 Stefan Monnier <monnier@cs.yale.edu>
326
327 * textmodes/texnfo-upd.el: Require texinfo.
328 (defmacro, defgroup): Remove.
329 (texinfo-section-to-generic-alist): Remove.
330 Use texinfo-section-list instead (i.e. level is changed string->int).
331 (texinfo-filter): New function.
332 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
333 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
334 Use it. And use regexp-opt.
335 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
336 (texinfo-update-menu-region-beginning)
337 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
338 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
339 (texinfo-update-menu-same-level-regexps): Update.
340 (texinfo-update-node, texinfo-every-node-update)
341 (texinfo-sequential-node-update): Remove autoload cookie.
342
343 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
344 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
345 (texinfo-chapter-level-regexp): Remove.
346 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
347
bb216218
DL
3482000-11-06 Dave Love <fx@gnu.org>
349
6f602bd0 350 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
b04f7626 351
6f602bd0
SM
352 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
353 Match defun*.
bb216218 354
ff8dd5d5
KH
3552000-11-06 Kenichi Handa <handa@etl.go.jp>
356
357 * composite.el (composition-function-table): Variable declaration
358 moved to src/composite.c.
359 (compose-chars-after): New optional arg object.
360
e9da51a1
GM
3612000-11-06 Gerd Moellmann <gerd@gnu.org>
362
e0c12c68
GM
363 * bindings.el (mode-line-toggle-read-only)
364 (mode-line-toggle-modified, mode-line-widen)
365 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
366 (make-mode-line-mouse2-map): Rewritten.
367 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
368 functions so that C-h k can show something with a doc string.
369
e9da51a1
GM
370 * startup.el (fancy-splash-delay): Set to 10 seconds.
371 (fancy-splash-max-time): New user-option.
372 (fancy-splash-stop-time): New variable.
373 (fancy-splash-screens): Set it. Catch `stop-splashing'.
374 (fancy-splash-screens-1): Throw `stop-splashing' when current
375 time is greater than fancy-splash-stop-time.
376
611dbdf0
SM
3772000-11-06 Stefan Monnier <monnier@cs.yale.edu>
378
4d2806e2
SM
379 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
380
611dbdf0
SM
381 * pcvs.el (cvs-mode-marked): New arg `noquery'.
382 Prompt user for a file rather than raising an error.
383 (cvs-enabledp): Fix call to cvs-mode-marked.
384 (cvs-insert-file): New function (extracted from cvs-mode-insert).
385 (cvs-mode-insert): Use it. Change the init prompt' value.
386 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
387
388 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
389 Don't pass default arg to ewoc-locate.
390 (ewoc-collect): Return result in the right order.
391
392 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
393
394 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
395 (cvs-status-get-tags): Fix regexp.
396 (cvs-status-trees, cvs-status-cvstrees):
397 Combine after change hooks and don't sit-for.
4d2806e2
SM
398 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
399 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
611dbdf0
SM
400 Use make-char rather than hard-coded cryptic data.
401 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
402
403 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
404
405 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
406 (cvs-insert-strings): New function.
407
937b2877
MB
4082000-11-06 Miles Bader <miles@lsi.nec.co.jp>
409
410 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
411 `mwheel-scroll-amount'.
412 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
413 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
414 string-matching against the version string.
415
c6c97763
KH
4162000-11-06 Kenichi Handa <handa@etl.go.jp>
417
6eaec747
KH
418 * language/thai.el ("Thai"): Set a lisp form that produces
419 composed string in `sample-text' language info.
420
421 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
422 composed string in `sample-text' language info.
423
424 * international/mule-cmds.el (describe-language-environment): Eval
425 `sample-text' data and insert the result.
426
c6c97763
KH
427 * international/mule-conf.el (compound-text): Define this coding
428 system here. Make x-ctext and ctext aliases of it.
429
430 * language/european.el (compound-text, ctext): Moved to
431 international/mule-conf.el.
432
d1145f85
AI
4332000-11-05 Andrew Innes <andrewi@gnu.org>
434
435 * w32-fns.el (w32-version): New function.
436
178a6a45
SM
4372000-11-05 Stefan Monnier <monnier@cs.yale.edu>
438
439 * progmodes/awk-mode.el: Update copyright.
440 (awk-mode-abbrev-table): Remove.
441 (awk-font-lock-keywords): Use regexp-opt.
442 (awk-mode): Use define-derived-mode.
443
444 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
445 when extracting a suffix.
446
1ba90166
AS
4472000-11-04 Andre Spiegel <spiegel@gnu.org>
448
449 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
450 auto-save-mode.
451
546790cb
JR
4522000-11-04 Jason Rumney <jasonr@gnu.org>
453
454 * language/european.el (decode-mac-roman): Test against r1 not r0.
455
d247e32d
SM
4562000-11-03 Stefan Monnier <monnier@cs.yale.edu>
457
fbf44f44
SM
458 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
459 (icon-mode): Define indent-line-function.
460 (icon-comment-indent): Simplify.
461 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
462
463 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
464
465 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
466 Bind change-log-default-mode to defeat the caching done on it.
467 Don't bother saving excursion any more.
468
469 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
470
471 * frame.el (after-setting-font-hook): Rename hooks -> hook.
472 (set-frame-font): Use the new name (and the old for compatibility).
473
474 * toolbar/tool-bar.el (tool-bar-mode):
475 * time.el (display-time-mode):
476 * recentf.el (recentf-mode):
477 * paren.el (show-paren-mode):
478 * mwheel.el (mouse-wheel-mode):
479 * msb.el (msb-mode):
480 * jka-compr.el (auto-compression-mode):
481 * image-file.el (auto-image-file-mode):
482 * hl-line.el (hl-line-mode):
483 * delsel.el (delete-selection-mode):
484 * autoinsert.el (auto-insert-mode):
485 * complete.el (partial-completion-mode): Drop unneeded positional args.
486
487 * info.el (Info-mode):
488 * comint.el (comint-mode): Don't both with make-local-hook.
489
d247e32d
SM
490 * log-edit.el (log-edit-menu): New menu.
491
4921558e
MB
4922000-11-03 Miles Bader <miles@gnu.org>
493
494 * wid-edit.el (widget-end-of-line): Reinstate, with a new
495 definition, so that trailing spaces are handled properly.
496 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
497
1fc02b3c
GM
4982000-11-03 Gerd Moellmann <gerd@gnu.org>
499
500 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
501 tab character.
502 (fancy-splash-screens): Set tab-width to 20.
503
51d001f7
DL
5042000-11-03 Dave Love <fx@gnu.org>
505
506 * comint.el (comint-completion-addsuffix): Fix custom type.
507
ba22aeff
SM
5082000-11-02 Stefan Monnier <monnier@cs.yale.edu>
509
510 * font-lock.el (font-lock-buffers): Remove.
511 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
512 (font-lock-change-major-mode): Remove.
513 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
514 (font-lock-default-fontify-region): Extend the multiline
515 fontification to whole lines.
516 (font-lock-fontify-anchored-keywords)
517 (font-lock-fontify-keywords-region): If matching just one
518 line (with \n) only mark the \n as multiline.
519
520 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
521 Correctly handle the case where several :group args are supplied.
522 Allow :extra-args.
523 (easy-mmode-define-global-mode): Allow :extra-args.
524 Correctly handle the case where several :group args are supplied.
525
9c887ada
MB
5262000-11-02 Miles Bader <miles@gnu.org>
527
528 * calendar/calendar.el (diary-face, calendar-today-face)
529 (holiday-face): Remove dependency on `window-system'.
530
7f25090d
KR
5312000-11-02 Ken Raeburn <raeburn@gnu.org>
532
533 * Makefile.in (emacs): Set EMACSLOADPATH always.
534 (update-authors, .el.elc, compile-files): Don't do it explicitly
535 here.
9b911107 536 (compile-files): Bomb out if compilation of a file fails.
7f25090d 537
7dd6009c
DL
5382000-11-02 Dave Love <fx@gnu.org>
539
540 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
541
94821e4f
EZ
5422000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
543
544 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
545 punctuation in the warning inserted into the *mail* buffer.
546
1ac3fc42
GM
5472000-11-02 Gerd Moellmann <gerd@gnu.org>
548
57731876
GM
549 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
550 (authors-public-domain-p): New function.
551 (authors-print): Use it.
552
975f82c9
GM
553 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
554
1ac3fc42
GM
555 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
556
4b3eb10f
GM
5572000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
558
975f82c9 559 * ps-print.el: Extension for even/odd printing. Doc fix.
4b3eb10f
GM
560 (ps-print-version): New version number (6.3.1).
561 (ps-even-or-odd-pages): Customization fix.
562 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
563 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
564 (ps-page-count): Var replaced by `ps-page-column'.
565 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
566 (ps-print-sheet-p): New fun.
567
7da794df
MB
5682000-11-02 Miles Bader <miles@lsi.nec.co.jp>
569
570 * tooltip.el (tooltip-gud-tips-setup): New function.
571 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
572 (tooltip-mode): Call tooltip-gud-tips-setup.
573 (tooltip-gud-tips): Use `gud-basic-call' instead of
574 process-send-string, so the prompt gets frobbed appropriately.
575 Handle nil return value from `tooltip-gud-print-command'.
576
0e40b809
EL
5772000-11-01 Eric M. Ludlam <zappo@ultranet.com>
578
579 * comint.el (comint-add-to-input-history): New function.
580 (comint-send-input): Use `comint-add-to-input-history'.
581
50ada0db
MB
5822000-11-02 Miles Bader <miles@lsi.nec.co.jp>
583
973a3104
MB
584 * info.el (info-menu-header): New face.
585 (Info-fontify-menu-headers): New function.
586 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
587
50ada0db
MB
588 * info.el (Info-insert-dir): Don't include blank lines at
589 beginning of additional dir files (one is added automatically).
590
bff53411
SM
5912000-11-01 Stefan Monnier <monnier@cs.yale.edu>
592
593 * emacs-lisp/easy-mmode.el (define-minor-mode):
594 Revert the latest changes.
595 Allow the three positional arguments to be skipped and replaced
596 by keyword arguments.
597 Add a :toggle argument to determine whether a nil arg means toggle
598 or means turn-on. The default is unchanged.
599 Add a call to force-mode-line-update.
600
6b8a0b2d
DL
6012000-11-01 Dave Love <fx@gnu.org>
602
603 * emacs-lisp/elp.el (elp-restore-function): Remove autoload
604 cookie.
605
5bf99100
MB
6062000-11-01 Miles Bader <miles@lsi.nec.co.jp>
607
608 * calendar/calendar.el (diary-face, holiday-face): Add
609 dark-background variants.
610
a4032611
SS
6112000-10-31 Sam Steingold <sds@gnu.org>
612
613 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
614 `tex-main-file' does not have directory in it.
615
c286608e
SM
6162000-10-31 Stefan Monnier <monnier@cs.yale.edu>
617
618 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
619
4836835a
TTN
6202000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
621
622 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
623 functional change.
624
26dcb81b
GM
6252000-10-31 Gerd Moellmann <gerd@gnu.org>
626
627 * files.el (find-file-noselect): When we expand a wildcard, return
628 a list of buffers, as we should do according to the doc string.
629
49fc4500
KR
6302000-10-31 Ken Raeburn <raeburn@gnu.org>
631
632 * loadup.el (top level): Adjust load path if program name is
633 "../src/bootstrap-emacs", in case it's not dumped and thus the
634 load path adjustment hasn't already been done.
635
ea0c615d
GM
6362000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
637
638 * ps-print.el: Fix bug on selected pages for printing. Use
639 `color-values' for Emacs 21. Ensure fontification when jit-lock
640 is on. Try to avoid warning messages when compiling. Doc Fix.
641 (ps-print-version): New version number (6.3).
642 (ps-color-device): Use `color-values' to determine if device
643 supports color.
644 (ps-color-values): Try to use `x-color-values' when using XEmacs.
645 (ps-print-page-p): Changed from defsubst to defun.
646 (ps-page-number): Changed from defmacro to defun.
647 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
648 printing.
c286608e 649 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
ea0c615d
GM
650 (ps-end-file, ps-dummy-page): Funs eliminated.
651 (ps-print-color-scale): Changed default value.
652 (ps-page-n-up, ps-print-page-p): New internal vars.
653 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
654 (ps-plot-region, ps-generate, ps-end-job): Code fix.
655
9e20722f
GM
656 * delim-col.el: Little programming improvement.
657 (delimit-columns-str): New macro.
658 (delimit-columns-region, delimit-columns-rectangle): Code fix.
659
d7a0fd00
KH
6602000-10-31 Kenichi Handa <handa@etl.go.jp>
661
c286608e
SM
662 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
663 Moved to european.el.
d7a0fd00
KH
664 (ccl-encode-mac-roman-font, fontset-mac): Modified for
665 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
c286608e
SM
666 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
667 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
d7a0fd00 668
234be340
DL
6692000-10-30 Dave Love <fx@gnu.org>
670
671 * progmodes/cc-menus.el (imenu-generic-expression)
672 (imenu-progress-message): Only defvar when compiling.
673
4edc4a39
DL
674 * emacs-lisp/elp.el (elp-unload-hook): New function.
675
676 * loadhist.el (unload-feature): Call elp-restore-function,
677 checking for symbols; don't use elp-restore-all.
678 (loadhist-hook-functions): Doc fix.
679
70c825df
SM
6802000-10-30 Stefan Monnier <monnier@cs.yale.edu>
681
682 * log-edit.el (log-edit-confirm): Fix the default.
683
1d3baf74
GM
6842000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
685
686 * delim-col.el: Little fix: replace delimit-columns-align-columns by
687 delimit-columns-format.
688 (delimit-columns-region, delimit-columns-rectangle): Code fix.
4836835a 689
1ec321a7
MB
6902000-10-30 Miles Bader <miles@lsi.nec.co.jp>
691
692 * comint.el (comint-replace-by-expanded-history): Don't use
693 comint-get-old-input (we're not looking at *old* input).
694 (comint-get-old-input-default): If using fields, signal an error
695 when the point is not in an input field.
696
70737ea9
KH
6972000-10-30 Kenichi Handa <handa@etl.go.jp>
698
699 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
700 and mule-unicode-e000-ffff.
701
fa0cb51d 702 * international/mule.el (decode-char, encode-char): New functions.
70737ea9
KH
703 (make-coding-system): Accept a symbol of translation table as a
704 value of property `safe-chars'.
705
706 * international/mule-cmds.el (encode-coding-char): Check property
707 safe-chars instead of safe-charsets.
708
709 * international/fontset.el (fontset-default): Modified for
710 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
711 (x-font-name-charset-alist): Likewise.
712 (ccl-encode-unicode-font): New CCL program. Record it in
713 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
714
70c825df
SM
715 * language/european.el (mac-roman-decoder, mac-roman-encoder):
716 New translation tables.
70737ea9
KH
717 (decode-mac-roman, encode-mac-roman): Definition of these CCL
718 programs are modified and moved from mac-win.el.
719 (mac-roman): Definition of this coding system is modified and
720 moved from mac-win.el.
4836835a 721
fda2ce24 7222000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 723
1d3baf74 724 * ediff-wind.el (ediff-setup-control-frame): Enclose
fda2ce24 725 face-attribute in condition-case to avoid errors in older emacsen.
70737ea9 726
dd4d3cb6
MB
7272000-10-29 Miles Bader <miles@gnu.org>
728
729 * custom.el (custom-add-to-group): Allow multiple entries for a
730 given value OPTION, as long as their widget types are different.
731 * cus-edit.el (custom-face-value-create): If face name doesn't end
732 with "face", add such here (similar to custom group widgets).
733
734 * comint.el (comint-highlight-prompt): Add :type.
735
dace60cf
JW
7362000-10-28 John Wiegley <johnw@gnu.org>
737
738 * textmodes/flyspell.el (flyspell-maybe-correct-transposition):
739 Changed this function to operate on a temporary buffer instead of
740 the main buffer. This not only keeps flyspell from marking a
741 buffer as changed that wasn't, but it solves the jumpy cursor
742 problem when attempts are made to edit incorrect words.
743 (flyspell-maybe-correct-doubling): Same change as for
744 `flyspell-maybe-correct-transposition'.
745
746 * calendar/timeclock.el (timeclock-log): Doc fix.
747 (timeclock-last-event): Doc fix.
748 (timeclock-log): Kill the timelog buffer after appending a new
749 event.
750 (timeclock-find-discrep): Use a temp buffer to read in the
751 timelog, instead of visiting the file.
752 (timeclock-log-data): A new function, along with a host of helper
753 functions, for the purpose of making timelog data accessible to
754 programmers.
755
756 * eshell/esh-mode.el (window-height test): Make certain that
757 `eshell-stringify-t' is non-nil.
758 (eshell-password-prompt-regexp): Changed to a much simpler
759 password regexp.
760 (eshell-send-input): If `eshell-invoke-directly' returns t,
761 directly invoke the parsed command using `eval'. This improves
762 turn-around time on simple commands by a factor of three or
763 greater, such as cd, ls, pwd, etc. -- which get used very often.
764 It also conserves thousands of cons cells per call (since
765 `eshell-do-eval' consumes memory like a Cookie Monster set loose
766 in the Pacific Cookie Company).
767
768 * eshell/esh-test.el (eshell-test): Whitespace fix.
769
770 * eshell/em-ls.el (eshell-ls-insert-directory): Make
771 `eshell-ls-initial-args' nil when inserting directory contents.
772
773 * eshell/em-script.el (eshell-script-initialize): Add names to
774 `eshell-complex-commands, since `source' and `.' are complex.
775
0467b076
EZ
776 * eshell/esh-cmd.el (eshell-rewrite-for-command)
777 (eshell-rewrite-while-command): Use `eshell-protect' instead of
dace60cf
JW
778 `eshell-copy-handles'.
779 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
780 bodies.
781 (eshell-separate-commands): Whitespace fix.
782 (eshell-complex-commands): Added a new list of names, for
783 determining whether a given command is as simple as it looks.
784 (eshell-invoke-directly): New function. Returns t if a command
785 should be invoked directly (using `eval'), rather than indirectly
786 using `eshell-do-eval'.
787 (eshell-do-eval): Whitespace fix.
788
789 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
790 which provides an emulation of the DOS shell behavior of assuming
791 that cp/mv/ln should copy/move/link to the current directory.
792 (eshell-remove-entries): Added a doc string.
793 (eshell-shuffle-files): Removed the check for `target' being null.
794 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
795 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
796 it to do a smarter check of whether a destination was provided.
797 (eshell/mv, eshell/cp): Enable `:preserve-args'.
798 (eshell/ln): Enable `:preserve-args', and use
799 `eshell-mvcpln-template' to implement the body of the function.
0467b076
EZ
800 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
801 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
dace60cf
JW
802 list after flattening it. This makes it possible to cat files
803 with numerical names.
804 (eshell-unix-initialize): Added several names to
805 `eshell-complex-commands.
806 (eshell-unix-command-complex-p): Return t if a given command name
807 may result in external processes being invoked.
808
809 * eshell/em-glob.el (eshell-glob-show-progress): Make this
810 variable nil by default, since it slows down glob processing by a
811 factor of two or more, and increases memory consumption.
812
813 * eshell/em-smart.el: Added a note about how memory consumptive
814 smart display mode can be (at least this is true in Emacs 21).
815 (eshell-smart-initialize): Whitespace fix.
816 (eshell-refresh-windows): Use `if' instead of `when'.
817 (eshell-smart-scroll-window): Calling `save-current-buffer' was
818 not necessary.
819 (eshell-currently-handling-window): Added a missing global
820 variable.
821
822 * eshell/em-ls.el (eshell-do-ls): Code simplification.
823 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
824 Whitespace fix.
825 (eshell-ls-exclude-hidden): Added this variable in addition to
826 `eshell-ls-exclude-regexp'. This one prevents files beginning
827 with . from even being read, which can improve memory consumption
828 quite a bit.
829 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
830 read file entries beginning with a dot. In home directories with
831 lots of hidden files, fully two-thirds of the time spent in ls is
832 used to read directory entries that are immediately thrown away.
833 (eshell-ls-initial-args): Added back this configuration variable,
834 for specifying default initial arguments to every call to ls.
835 Much faster than using an alias to do the same thing.
836 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
837 (eshell-ls-dir): Whitespace change.
838
839 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
840
841 * eshell/esh-util.el: Don't require `ange-ftp' if it's not
842 available.
843 (eshell-stringify-t): Added a customization variable, to indicate
844 whether `t' should be rendered as a string at all. If not, one
845 can still determine if the result of an expression is true using
846 "file-exists-p FILE && echo true".
847 (eshell-stringify): If `eshell-stringify-t' is nil, don't
848 stringify t!
849
850 * eshell/esh-module.el: Whitespace fix.
851
852 * eshell/em-alias.el (eshell-alias-initialize): Added
853 `eshell-command-aliased-p' to `eshell-complex-commands'.
854 (eshell-command-aliased-p): New function that returns t if a
855 command name names an aliased.
856
657f9cb8 8572000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 858
0467b076 859 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
70c825df 860 redrawing the screen when changing cursor color.
0467b076
EZ
861 (viper-insert-state-pre-command-sentinel)
862 (viper-replace-state-pre-command-sentinel)
70c825df
SM
863 (viper-replace-state-post-command-sentinel):
864 Use viper-preserve-cursor-color.
657f9cb8
MK
865 Many functions changed to use viper= instead of = when comparing
866 characters.
0467b076 867 * viper-util.el (viper-memq-char,viper=): New functions for
657f9cb8 868 working with characters.
0467b076 869 (viper-change-cursor-color): Fixed buglet.
657f9cb8
MK
870 Many functions changed to use viper= instead of = when comparing
871 characters.
0467b076 872 * viper.el (viper-insert-state-mode-list): Added eshell.
4836835a 873
0467b076 874 * ediff-init.el (ediff-before-setup-hook): New hook.
657f9cb8 875 Several typos fixed in various docstrings.
0467b076
EZ
876 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
877 * ediff-nult.el (ediff-before-session-group-setup-hooks): New
657f9cb8 878 hook.
0467b076
EZ
879 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
880 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
881 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
882 (ediff-get-selected-buffers): New function.
883 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
884 (ediff-vc-merge-internal,ediff-rcs-merge-internal): Use
657f9cb8 885 save-window-excursion.
0467b076 886 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
657f9cb8 887 termination check in while loop.
0467b076 888 * ediff.el (ediff-get-default-file-name): Better defaults when in
657f9cb8 889 dired buffer.
0467b076
EZ
890 (ediff-files,ediff-merge-files,ediff-files3)
891 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
4836835a 892
4f490d99
DL
8932000-10-28 Dave Love <fx@gnu.org>
894
895 * info.el (Info-fontify-node): Add help-echo for menu items.
896
45b84006
EZ
8972000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
898
5ebc02b3
EZ
899 * startup.el (normal-top-level): If the value of $TERM indicates
900 we are running from xterm or one of its work-alikes, default to a
901 light background mode.
902
45b84006
EZ
903 Support for -fg, -bg, and -rv command-line arguments for TTYs:
904 * faces.el (tty-handle-reverse-video): New function.
905 (tty-create-frame-with-faces): Call it.
906
907 * frame.el (frame-notice-user-settings): Don't apply
908 default-frame-alist and initial-frame-alist to MS-DOS frames.
909 Call tty-handle-reverse-video, frame-set-background-mode, and
910 face-set-after-frame-default for non-MS-DOS frames.
911
912 * startup.el (tty-long-option-alist): New variable.
913 (tty-handle-args): New function.
914 (command-line): Call tty-handle-args.
915
916 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
917 startup.el now does that for all character-terminal frames.
918
eab6e8b9
MB
9192000-10-28 Miles Bader <miles@gnu.org>
920
921 * emacs-lisp/easy-mmode.el (define-minor-mode): Generate
922 `turn-on-MODE' and `turn-off-MODE' functions unless the mode is
923 global. If :global is followed by a non-nil but non-t value,
924 make the mode buffer-local, but also generate a `global-MODE'
925 version using `easy-mmode-define-global-mode'. Add
926 :conditional-turn-on keyword argument.
927
51a29efc
DL
9282000-10-28 Dave Love <fx@gnu.org>
929
930 * international/latin1-disp.el (latin1-char-displayable-p): Don't
931 use window-system.
932
d71d7114
EZ
9332000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
934
935 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
936 Don't call find-buffer-file-type-coding-system. Instead, just
937 set eol-type to -unix if inhibit-eol-conversion is in effect, or
938 if the file is on an untranslated filesystem.
939 (add-untranslated-filesystem): Use "D" instead of "f" inside
940 interactive.
941
1f9cab4b
DL
9422000-10-27 Dave Love <fx@gnu.org>
943
70c825df 944 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
1f9cab4b
DL
945 (refill-mode): Use it.
946
70c825df
SM
9472000-10-27 Stefan Monnier <monnier@cs.yale.edu>
948
949 * international/quail.el (quail-activate): Don't make-local-hook.
950
7432cf10
AS
9512000-10-27 Andre Spiegel <spiegel@gnu.org>
952
4836835a 953 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
7432cf10 954 manual backups and file.~<rev>.~ for automatic ones.
08a1fcb7
AS
955 (vc-make-version-backup): Don't do it on MS-DOS without long file
956 names.
4836835a 957
7432cf10
AS
958 * vc.el (vc-version-other-window): If an automatic backup of the
959 desired version exists, rename it instead of copying it.
960
4836835a
TTN
961 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
962 after command. If there's an unexpected error, signal it instead
7432cf10 963 of being silent.
e1483c38 964 (vc-cvs-merge-news): Be prepared for no news at all.
4836835a 965
05ea7ef2
MB
9662000-10-27 Miles Bader <miles@lsi.nec.co.jp>
967
fd1035aa
MB
968 * shell.el (shell): Add BUFFER argument.
969 * comint.el (make-comint-in-buffer): New function.
970 (make-comint): Use it.
971
05ea7ef2
MB
972 * faces.el (face-spec-choose): Change syntax so that the list of
973 attribute-value pairs is now the cdr of each clause, not the cadr.
974 Detect old-style entries, and handle them. Use pop.
975
835a55fe
SM
9762000-10-26 Stefan Monnier <monnier@cs.yale.edu>
977
f5ab1cdd
SM
978 * cus-edit.el (custom-mode-map): Use a sparse map.
979 (custom-mode): Don't bother with make-local-hook.
980
981 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
982
835a55fe
SM
983 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
984
c13b0ec8
GM
9852000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
986
987 * ps-print.el: Avoid compilation gripes.
988 (ps-print-version): New version number (6.2.1).
4836835a 989
e9f63196
DL
9902000-10-26 Dave Love <fx@gnu.org>
991
0b95284b
DL
992 * menu-bar.el: Modify some menu item help strings.
993 (menu-bar-help-menu): Add link to MORE.STUFF.
994
e9f63196
DL
995 * cus-edit.el (custom-mode): Add `special' mode-class property.
996
997 * wid-browse.el (widget-browse-mode): Likewise.
998
999 * wid-edit.el (widget-specify-field): Revert to using local-map
1000 property, not keymap.
1001
e276a14a
MB
10022000-10-26 Miles Bader <miles@lsi.nec.co.jp>
1003
c1545d88
MB
1004 * wid-edit.el (widget-field-end): When checking for a `boundary'
1005 field, do so in the correct buffer.
1006
3c1b77ca
MB
1007 * simple.el (undo): Correctly distinguish between numeric and
1008 non-numeric prefix args in non-transient-mark-mode, as per the doc
1009 string. When in transient-mark-mode, treat all prefix-args as
1010 numeric.
1011
f5ab1cdd
SM
1012 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
1013 Position point on match. Handle N == 0 correctly.
22626d9d
MB
1014
1015 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
1016 (comint-mode-map): Reverse order of `comint-write-output' and
1017 `comint-append-output-to-file'.
1018 (comint-append-output-to-file): Reinstate this function, for the
1019 benefit of the menu.
1020
d97151cb
SM
10212000-10-25 Stefan Monnier <monnier@cs.yale.edu>
1022
1023 * vc.el (vc-version-other-window): Bind `file'.
1024
ea7d6f5b
GM
10252000-10-25 Gerd Moellmann <gerd@gnu.org>
1026
f5ab1cdd 1027 * Makefile.in (update-authors): New target for maintenance purposes.
ea7d6f5b
GM
1028
1029 * emacs-lisp/authors.el (batch-update-authors): New function.
1030 (authors-fixed-entries): New defconst.
1031 (authors-add-fixed-entries): New function.
1032 (authors): Call it.: Don't process lispref/.
1033
17c25cea
JR
10342000-10-25 Jason Rumney <jasonr@gnu.org>
1035
1036 * cus-edit.el (custom-button-face, custom-button-pressed-face):
1037 Merge x w32 and mac definitions.
1038
4ecda532
GM
10392000-10-25 Gerd Moellmann <gerd@gnu.org>
1040
1041 * menu-bar.el (menu-bar-options-menu): Add a help string for
1042 `uniquify'.
1043
b6735035
GM
10442000-10-25 Stephen Gildea <gildea@alum.mit.edu>
1045
f5ab1cdd
SM
1046 * time-stamp.el (time-stamp-string-preprocess):
1047 Fix a wrong type argument error.
b6735035 1048
f4cbc7a0
MB
10492000-10-25 Miles Bader <miles@gnu.org>
1050
1051 * recentf.el (recentf-mode): Variable removed.
1052 (recentf-mode): Use `define-minor-mode'.
1053
1054 * mwheel.el (mouse-wheel-mode): New global minor mode.
1055 (mwheel-install): Use `mouse-wheel-mode'.
1056
f4b020f6
DL
10572000-10-25 Dave Love <fx@gnu.org>
1058
f5ab1cdd
SM
1059 * progmodes/cperl-mode.el (cperl-mode):
1060 Set normal-auto-fill-function correctly.
072cb6f9 1061
f4b020f6
DL
1062 * wid-edit.el (widget-field-keymap, widget-text-keymap): Don't
1063 inherit from global-map and don't nullify menu-bar and tool-bar
0b95284b 1064 bindings.
f4b020f6 1065
ebe2a441
MB
10662000-10-25 Miles Bader <miles@lsi.nec.co.jp>
1067
ff4dcd4b
MB
1068 * wid-edit.el (widget-field-at): New function.
1069 (widget-at, widget-field-activate): Use it.
1070 (widget-tabable-at): Use `widget-at'.
1071 (widget-specify-field): If the terminating character of the widget
1072 field (which is read-only) is a newline, put it into a special
1073 `boundary' field so that C-n/C-p act more naturally.
1074 (widget-field-end): Also don't subtract one if a special
1075 `boundary' field has been added after the widget field.
1076
ebe2a441
MB
1077 * comint.el (comint-output-filter, comint-send-input): Don't
1078 bother adding stickiness fields to overlays to fool the field
1079 code, since it should notice the overlay insertion-types now.
ff4dcd4b 1080
ebe2a441
MB
1081 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
1082 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
1083 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
1084
fe50b6ab
GM
10852000-10-24 Gerd Moellmann <gerd@gnu.org>
1086
53df4dda
GM
1087 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
1088 (authors): Set file coding system to iso-2022-7bit. Add
1089 file-local variables to output buffer.
1090
4836835a 1091 * files.el (after-find-file): Don't print any warnings if
fe50b6ab
GM
1092 WARN is nil.
1093
53df4dda
GM
10942000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1095
1096 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
1097
1098 * delim-col.el: Now there is a column formatting mechanism.
1099 Modified to customization mechanisms convention. Doc fix.
1100 (columns): New group for delim-col.
1101 (delimit-columns-before, delimit-columns-after)
1102 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
1103 (delimit-columns-end): New vars.
1104 (delimit-columns-customize, delimit-columns-format): New funs.
1105 (delimit-columns-region, delimit-columns-rectangle)
1106 (delimit-columns-rectangle-line): Modified to support column
1107 formatting.
4836835a 1108
a9839779
DL
11092000-10-24 Dave Love <fx@gnu.org>
1110
1111 * log-edit.el (log-edit): Add :version and a :group for vc.
1112
df0267b8
GM
11132000-10-24 Gerd Moellmann <gerd@gnu.org>
1114
9acc3873
GM
1115 * files.el (after-find-file): Don't print a message ``New file''
1116 if WARN is nil.
1117
63e1b552
GM
1118 * wid-edit.el (widget-field-keymap, widget-text-keymap): Define
1119 the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
1120 get duplicate tool-bar entries because we'll see the global ones
1121 on more than one path through keymaps.
1122
1946f901
GM
1123 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
1124
df0267b8
GM
1125 * progmodes/cmacexp.el: Change Francesco's email address.
1126
ae3b264b
KH
11272000-10-24 Kenichi Handa <handa@etl.go.jp>
1128
1129 * window.el (fit-window-to-buffer): Adjust point of the window
1130 buffer, not that of the current buffer.
1131
23afac01
EZ
11322000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
1133
1134 * progmodes/cmacexp.el: Update the euthor's email address.
1135
22d1a4ed
MB
11362000-10-24 Miles Bader <miles@lsi.nec.co.jp>
1137
1138 * faces.el (face-spec-set-match-display): Add `graphic' display
1139 type (the inverse of `tty'). Use `display-graphic-p' instead of
1140 the window-system variable.
1141
f408aa48
KH
11422000-10-24 Kenichi Handa <handa@etl.go.jp>
1143
1144 * international/isearch-x.el (isearch-with-input-method): Call
1145 input-method-function with the first event in
1146 unread-command-events.
1147
94fe8a31
MB
11482000-10-24 Miles Bader <miles@lsi.nec.co.jp>
1149
1150 * faces.el (face-default-spec, face-user-default-spec): Make
1151 defsubsts.
1152
8f47302e
AC
11532000-10-24 Andrew Choi <akochoi@i-cable.com>
1154
1155 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
1156 New charsets.
1157
1158 * term/mac-win.el: Remove definitions of mac-roman-lower and
1159 mac-roman-upper, require dired, and define instead of set
1160 mac-ready-for-drag-n-drop to avoid compilation error.
1161
446c097e
AI
11622000-10-23 Andrew Innes <andrewi@gnu.org>
1163
1164 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]: Remove
1165 superfluous calls to subst-char-in-string; instead apply
1166 expand-file-name after convert-standard-filename to ensure
1167 expected directory separators are used.
1168
379b70e7
EZ
11692000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
1170
1171 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
1172
85c766e9
DL
11732000-10-23 Dave Love <fx@gnu.org>
1174
b7e03a67
DL
1175 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
1176 (tool-bar-add-item): Set foreground and background for XBM icons.
1177
1178 * international/latin1-disp.el (latin1-char-displayable-p): New
1179 function (from Handa).
1180 (latin1-display-check-font): Use it.
1181
0dcf8835
DL
1182 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
1183 using :key-sequence, making it much more usable. Use nconc, not
1184 append.
1185 (imenu--create-keymap-1): Avoid append.
1186
85c766e9 1187 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
4836835a 1188
cb3069bb
MB
11892000-10-23 Miles Bader <miles@lsi.nec.co.jp>
1190
1191 [the following changes fix a bug where `define-minor-mode' didn't
1192 correctly generate :require clauses for defcustoms in compiled files]
1193 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
1194 (byte-compile-log-file, byte-compile-log-1): Don't set
1195 `byte-compile-current-file' to nil. Instead set
1196 `byte-compile-last-logged-file' to it. Test whether
1197 byte-compile-current-file equals byte-compile-last-logged-file
1198 instead of whether its nil.
3b6542ba 1199 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
cb3069bb 1200
6db6243b
SM
12012000-10-23 Stefan Monnier <monnier@cs.yale.edu>
1202
1203 * textmodes/refill.el: Fix var names in doc.
1204 (refill-mode): Don't bother with make-local-hook anymore.
1205
98490598
MB
12062000-10-23 Miles Bader <miles@lsi.nec.co.jp>
1207
e01cd227
MB
1208 * faces.el (face-user-default-spec, face-default-spec): New functions.
1209 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
4836835a 1210 (frame-set-background-mode, face-set-after-frame-default):
e01cd227
MB
1211 Use `face-user-default-spec'. Simplify code slightly.
1212
4836835a 1213 * woman.el (woman-italic-face, woman-bold-face)
e01cd227
MB
1214 (woman-unknown-face): Add dark-background variants.
1215 (woman-default-faces): Renamed from `woman-colour-faces'.
1216 Set using the stored defaults, rather than using hard-wired colors.
1217 (woman-monochrome-faces): Renamed from `woman-black-faces'.
1218 Just make the foreground `unspecified' rather than "black".
1219 (woman-menu): Rename menu entries accordingly.
1220
98490598
MB
1221 * faces.el (header-line): Make more reasonable on mono/grayscale
1222 displays.
1223
1a578e9b
AC
12242000-10-23 Andrew Choi <akochoi@i-cable.com>
1225
1226 * cus-edit.el (custom-button-face): Use 3D look for mac.
1227 (custom-button-pressed-face): Likewise.
1228
1229 * faces.el (set-face-attributes-from-resources): Handle mac frames
1230 in the same way as x and w32 frames.
1231 (face-valid-attribute-values): Likewise.
1232 (read-face-attribute): Likewise.
1233 (defined-colors): Likewise.
1234 (color-defined-p): Likewise.
1235 (color-values): Likewise.
1236 (display-grayscale-p): Likewise.
1237 (face-set-after-frame-default): Likewise.
1238 (mode-line): Same default face as for x and w32.
1239 (tool-bar): Likewise.
1240
1241 * frame.el: Remove call to frame-notice-user-settings at end of
1242 the file.
1243
1244 * info.el (Info-fontify-node): make underlines invisible for mac
1245 as for x, pc, and w32 frame types.
1246
1247 * term/mac-win.el: New file.
1248
aaaf7be7
DL
12492000-10-22 Dave Love <fx@gnu.org>
1250
1251 * textmodes/refill.el: New file.
1252
5392d654
AS
12532000-10-22 Andre Spiegel <spiegel@gnu.org>
1254
4836835a 1255 * vc-hooks.el (vc-version-backup-file-name): New optional args
5392d654 1256 MANUAL and REGEXP.
4836835a 1257 (vc-delete-automatic-version-backups, vc-make-version-backup):
5392d654
AS
1258 New functions.
1259 (vc-before-save): Use the latter.
1260 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
1261 confusion.
1262
4836835a 1263 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
5392d654
AS
1264 expected by vc[-hooks].el.
1265
1266 * vc.el (vc-checkout): Added `-p' suffix in call to
1267 vc-make-version-backups-p; use vc-make-version-backup to actually
1268 make the backup.
1269 (vc-version-other-window, vc-version-backup-file): Handle both
1270 automatic and manual backups.
1271 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
1272 of all of them.
1273
1e221c16
MB
12742000-10-22 Miles Bader <miles@gnu.org>
1275
7ff4fda5
MB
1276 * comint.el (comint-highlight-input, comint-highlight-prompt):
1277 Renamed, `-face' at end removed.
1278 (comint-send-input, comint-output-filter): Use renamed faces.
1279
3511cde8
MB
1280 * window.el (fit-window-to-buffer): Change defaulting of
1281 MAX-HEIGHT slightly.
1282
1e221c16
MB
1283 * faces.el (color-values, color-defined-p): Use `member', not
1284 `memq', because it works correctly for strings.
1285 (frame-set-background-mode): Actually, "unspecified-fg" and
1286 "unspecified-bg" *are* strings. Use `member', not `memq', and
1287 `equal', not `eq', when a string value is possible.
1288
b6ef4898
EZ
12892000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
1290
1291 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
1292
34939e2c
SM
12932000-10-21 Stefan Monnier <monnier@cs.yale.edu>
1294
1295 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
1296 sh-electric-rparen, sh-electric-less and sh-electric-hash.
1297 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
1298 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
1299 (sh-font-lock-syntactic-keywords): Use them.
1300 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
1301 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
1302 (sh-mode): Don't override font-lock-unfontify-region-function.
1303 Use a copy of sh-font-lock-syntactic-keywords.
1304 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
1305 Don't call sh-scan-buffer since font-lock does it on the fly.
1306 (sh-get-indent-info): Use `face' rather than `syntax-table'
1307 text-property to detect here-documents.
1308 Replace sh-special-syntax with sh-st-punc.
1309 (sh-prev-line): Use `face' rather than `syntax-table'
1310 text-property to skip over here-documents.
1311 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
1312 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
1313 (sh-electric-less, sh-set-here-doc-region)
4836835a 1314 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
34939e2c
SM
1315 (sh-scan-buffer, sh-rescan-buffer): Remove.
1316
f3d3c491
AI
13172000-10-21 Andrew Innes <andrewi@gnu.org>
1318
1319 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
1320 remote (ange-ftp) file names.
1321
b86c791c
MB
13222000-10-21 Miles Bader <miles@gnu.org>
1323
d9c30bdf
MB
1324 * window.el (fit-window-to-buffer): New function.
1325 (shrink-window-if-larger-than-buffer): Use it.
1e221c16
MB
1326 (window-text-height): Don't expect minibuffers to have mode-lines.
1327
d9c30bdf 1328 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
feb5013d
MB
1329 * international/quail.el (quail-update-guidance): Use
1330 `fit-window-to-buffer' instead of `set-window-text-height'.
d9c30bdf 1331
617fee5a
MB
1332 * international/quail.el (quail-show-guidance-buf): Make sure
1333 guidance window really has enough room.
1334 (quail-update-guidance): If quail-guidance-win is already shown,
1335 make sure its height is OK.
1336
b86c791c
MB
1337 * window.el (window-text-height, set-window-text-height):
1338 New functions.
1339 (shrink-window-if-larger-than-buffer): Use `window-text-height'
1340 instead of `window-height' & `mode-line-window-height-fudge'.
1341 (mode-line-window-height-fudge): Add FACE parameter.
1342 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
1343 instead of `enlarge-window' & `mode-line-window-height-fudge'.
1344
e34850d1
MB
13452000-10-20 Miles Bader <miles@gnu.org>
1346
1347 * window.el (height-affecting-face-attributes): Use `defconst'.
1348
1349 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
1350 New function, conditionally aliased to `mode-line-window-height-fudge'.
1351 (ispell-help): Use it.
1352 (ispell-choices-win-default-height): Don't include mode-line fudge.
1353 (ispell-choices-win-default-height): New function.
1354 (ispell-show-choices, ispell-command-loop): Use function
1355 `ispell-choices-win-default-height' instead of variable.
1356
a8b883c2
MB
13572000-10-20 Miles Bader <miles@lsi.nec.co.jp>
1358
8c6e4a58
MB
1359 * window.el (mode-line-window-height-fudge): New variable.
1360 (height-affecting-face-attributes): New variable.
1361 (mode-line-window-height-fudge): New function.
1362 (shrink-window-if-larger-than-buffer): Use it.
1363 * help.el (resize-temp-buffer-window): Likewise.
1364
a8b883c2
MB
1365 * info.el (Info-fontify-node): Add support for @subsubsection
1366 titles, which use `Info-title-4-face'.
1367 (Info-title-4-face): New face.
1368 (Info-title-3-face): Inherit from Info-title-4-face instead of
1369 variable-pitch.
1370
e64c3a75
JR
13712000-10-19 Jason Rumney <jasonr@gnu.org>
1372
1373 * dired.el (dired-insert-directory): Do not let errors signalled by
1374 attempt to run dired-free-space-program prevent dired from working.
1375
c70fe852
SM
13762000-10-19 Stefan Monnier <monnier@cs.yale.edu>
1377
1378 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
1379
877cf6b4
GM
13802000-10-19 Gerd Moellmann <gerd@gnu.org>
1381
5de037e0
GM
1382 * dirtrack.el (dirtrack): Fix call to run-hooks.
1383
6deb9af9
GM
1384 * cmuscheme.el (cmuscheme-program-name): Renamed from
1385 scheme-program-name because xscheme.el contains a defcustom with
1386 the same name. As a consequence, customizing group `cmuscheme'
1387 loaded `xscheme' which redefined run-scheme.
1388 (run-scheme): Use cmuscheme-program-name.
1389
877cf6b4
GM
1390 * ps-print.el (ps-print-emacs-type): Move into the
1391 eval-and-compile.
1392
e597d8fb 1393 * play/doctor.el (doctor-death): Update the Samaritans'
c70fe852 1394 anonymous address, and add a website for Befrienders International.
4836835a 1395
3e9cb08f
GM
13962000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1397
c70fe852
SM
1398 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
1399 Avoid compilation gripes. Doc fix.
3e9cb08f
GM
1400 (ps-print-version): New version number (6.2).
1401 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
1402 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
1403 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
1404 (ps-x-extent-priority, ps-x-extent-start-position)
1405 (ps-x-face-font-instance, ps-x-find-coding-system)
1406 (ps-x-font-instance-properties, ps-x-make-color-instance)
1407 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
1408 avoid compilation gripes without defining functions.
1409 (ps-e-find-composition): Alias for function find-composition, to have a
1410 suitable function depending on Emacs version.
1411 (ps-color-device, ps-color-values, ps-face-foreground-name)
1412 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
1413 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
1414 (ps-print-ensure-fontified): Function definitions surrounded by
1415 `eval-and-compile' to avoid compilation gripes.
1416 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
1417 by symbol-value to avoid compilation gripes.
1418 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
1419 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
1420
d8abcd91
MB
14212000-10-19 Miles Bader <miles@lsi.nec.co.jp>
1422
13ab33c4
MB
1423 * startup.el (normal-top-level): Call `frame-set-background-mode'
1424 after `frame-notice-user-settings' because the latter doesn't call
1425 the former on a tty.
1426
d8abcd91
MB
1427 * faces.el (frame-set-background-mode): `unspecified' &c are
1428 symbols, not strings.
1429
e8bce0a9
EZ
14302000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
1431
c70fe852
SM
1432 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
1433 why some "light*" colors are deliberately absent from the alist.
e8bce0a9 1434
c70fe852
SM
1435 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
1436 Change colors for tty's, as suggested by Miles Bader.
e8bce0a9 1437
773272d8
KH
14382000-10-19 Kenichi Handa <handa@etl.go.jp>
1439
c70fe852 1440 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
773272d8
KH
1441 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
1442 for ISO10646-1 fonts.
1443 (x-font-name-charset-alist): Add an entry for "iso10646-1".
1444
772139c0
EZ
14452000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
1446
1447 * faces.el (frame-set-background-mode): If a tty frame defines a
1448 background color, use that to compute the background mode, instead
1449 of always defaulting to "dark".
1450
d134a19f
MB
14512000-10-19 Miles Bader <miles@lsi.nec.co.jp>
1452
8bb84cb2
MB
1453 * comint.el (comint-write-output): New function.
1454 (comint-mode-map): Add it to the menu.
e40a778f 1455 Bind `C-c C-s' to comint-write-output.
d134a19f 1456
dada41e1
GM
14572000-10-18 Gerd Moellmann <gerd@gnu.org>
1458
1459 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
1460 Use fancy-splash-delay.
1461
9b5360aa
GM
14622000-10-18 Alex Schroeder <alex@gnu.org>
1463
1464 * progmodes/sql.el (sql-sybase-options): New option.
1465 (sql-sybase): Use it. Add sql-database to the list of parameters
1466 provided for login. The options -w 2048 -n are not used any more.
1467
9035a35a
GM
1468 * comint.el (comint-read-input-ring): Bugfix such that the first
1469 and the last entry of the input ring file are not lost.
1470
3556c6dd
GM
14712000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1472
1473 * ps-print.el: Internal variable changes to defcustom,
1474 make-local-hook changes to defvar. Doc fix.
1475 (ps-print-version): New version number (6.1).
1476 (ps-setup, ps-do-despool): Code fix.
1477 (ps-printer-name): Customization fix.
1478 (ps-printer-name-option): Now is a defcustom instead of an
1479 internal variable.
1480 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
1481 (ps-print-begin-column-hook): Now are defvar instead of
1482 make-local-hook.
4836835a 1483
4e217e50
MB
14842000-10-18 Miles Bader <miles@gnu.org>
1485
1486 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
1487 (comint-kill-output): Changed into an alias for `comint-delete-output',
1488 and made obsolete.
1489 (comint-mode-map): Rename references to comint-kill-output.
1490
34460354
EZ
14912000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
1492
1493 * diff-mode.el (diff-header-face, diff-file-header-face)
1494 (diff-changed-face): Add bold and italic attributes to tty faces.
1495 (diff-function-face): New face.
1496 (diff-font-lock-keywords): Use it.
1497
17ea3cdb
MB
14982000-10-18 Miles Bader <miles@lsi.nec.co.jp>
1499
1500 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
1501 Remove commented-out call to force-mode-line-update.
1502 (comint-kill-output): Use `forward-line 0' instead of
1503 beginning-of-line to make sure we get past the prompt.
1504
9244f2c7
SM
15052000-10-17 Stefan Monnier <monnier@cs.yale.edu>
1506
1507 * diff-mode.el (diff-header-face, diff-file-header-face):
1508 Add specific setting for dark background.
1509 (diff-context-face): Renamed from diff-comment-face.
1510 Set explicitly rather than inheriting from font-lock-comment-face.
1511
1592c1ef
EZ
15122000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
1513
1514 * startup.el (command-line): Move the code which sets the default
1515 TTY colors to before before-init-hook.
1516
f86292a9
GM
15172000-10-17 Gerd Moellmann <gerd@gnu.org>
1518
1519 * jit-lock.el (jit-lock-stealth-time): Doc fix.
1520
f7f2e883
EZ
15212000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
1522
e854cc22
EZ
1523 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
1524 extensions, for MS-DOS.
1525
f7f2e883
EZ
1526 * diff-mode.el (diff-header-face, diff-file-header-face)
1527 (diff-changed-face): Define tty-specific colors.
1528
c7b4f0f9
GM
15292000-10-17 Gerd Moellmann <gerd@gnu.org>
1530
1531 * startup.el (fancy-splash-text): Realign the text.
1532
12a72271
EZ
15332000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
1534
1535 * font-lock.el (font-lock-comment-face): Define a separate default
1536 for dark-background tty's.
1537
61dfccfd
MB
15382000-10-17 Miles Bader <miles@gnu.org>
1539
1540 * help.el (resize-temp-buffer-window): Add hack to avoid last line
1541 being obscured by whizzy mode-lines on graphics displays.
1542
333cd59e
EZ
15432000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
1544
1545 * info.el (Info-title-1-face, Info-title-2-face)
1546 (Info-title-3-face): Define colors for tty's.
dada41e1 1547 (info-header-node): Remove unneeded tty-specific definition.
333cd59e 1548
dbf1fcc1
EZ
15492000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
1550
1551 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
1552 reverse from the frame parameters, and don't invert foreground and
1553 background colors.
1554
ac629823
MB
15552000-10-16 Miles Bader <miles@gnu.org>
1556
1557 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
1558 string "*Info*". Call propertized-buffer-identification to spruce
1559 up the result.
1560
76eebffc
GM
15612000-10-16 Gerd Moellmann <gerd@gnu.org>
1562
3a6b59d9
GM
1563 * help.el: Provide `help' for the sake of define-minor-mode
1564 which generates defcustoms with requires.
1565
6569c3d3
GM
1566 * jit-lock.el (jit-lock-after-change): If we're in text that
1567 matches a multi-line font-lock pattern, make sure the whole text
1568 will be redisplayed.
1569
c2e0a611
GM
1570 * emacs-lisp/authors.el (authors-add): Don't add an entry if
1571 author's name is unknown.
1572
76eebffc
GM
1573 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
1574 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
1575 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
1576 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
1577 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
1578 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
1579 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
1580 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
1581 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
1582 Add author information.
1583
cf1e7b12
MB
15842000-10-16 Miles Bader <miles@lsi.nec.co.jp>
1585
1586 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
1587 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
1588 full-color version (using the Gimp) to eliminate dithering artifacts.
1589
5586f3eb
SM
15902000-10-15 Stefan Monnier <monnier@cs.yale.edu>
1591
1592 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
1593
1594 * simple.el (syntax-flag-table, string-to-syntax): Remove.
1595
ad64a888
DL
15962000-10-15 Dave Love <fx@gnu.org>
1597
1598 * progmodes/sh-script.el: Require skeleton and comint when
1599 compiling.
1600
1601 * pcomplete.el (pcomplete) <defgroup>: Add :version.
1602
1603 * whitespace.el: Doc fixes.
1604 (top-level): Don't add hooks here.
1605 (whitespace-running-emacs): Deleted.
1606 (timer): Don't require.
1607 (whitespace): Add back :version conditional on xemacs test.
1608 (whitespace-spacetab-regexp, whitespace-indent-regexp)
1609 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
1610 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
1611 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
1612 Avoid specific xemacs test.
1613 (whitespace-global-mode): New option.
1614 (whitespace-global-mode): New command.
1615 (whitespace-unload-hook): New function.
1616
1617 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
4836835a 1618 (Info-fontify-node, Info-goto-node, Info-mode-menu)
ad64a888
DL
1619 (Info-fontify-node): `Goto' goes to `Go to'.
1620 (Info-fontify-node): Add help-echo to xref links.
1621
1ef49fc6
EZ
16222000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
1623
1624 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
1625
8b7707e1
SM
16262000-10-15 Stefan Monnier <monnier@cs.yale.edu>
1627
b3b7f42f
SM
1628 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
1629 Use plist-get and allow :inherit.
1630
1631 * emacs-lisp/cl-macs.el (cl-do-arglist):
1632 Use plist-get and plist-member instead of memq.
1633
3c7fafc7
SM
1634 * emacs-lisp/ewoc.el (ewoc-location): New function.
1635 (ewoc-enter-after, ewoc-enter-before): Document return value.
1636 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
1637 Don't need make-local-hook any more.
1638 (cvs-addto-collection): Return the new tin.
1639 (cvs-mode-insert): Jump to the new line.
1640
8b7707e1
SM
1641 * jit-lock.el (jit-lock-fontify-buffer): Remove.
1642
1643 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
1644
1645 * font-lock.el (font-lock-syntactically-fontified): New var.
1646 (font-lock-fontify-syntactic-keywords-region): Use it.
1647 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
1648
1649 * diff-mode.el (diff-find-file-name): Fix regexp.
1650
1651 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
1652 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
1653
1654 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
1655 (sh-mode-syntax-table): Add punctuation syntax for < and >.
1656 (sh-mode): Don't make all vars local here.
1657 (sh-kw): Reformat.
1658 (sh-set-shell): Use dolist. Don't set indent-region-function.
1659 (sh-mode-syntax-table): Use pop.
1660 (sh-remember-variable): Use push.
1661 (sh-help-string-for-variable): Use memq.
1662 (sh-safe-backward-sexp): Remove.
1663 (sh-safe-forward-sexp): Add ARG.
1664 (sh-get-indent-info, sh-prev-stmt): Use it.
1665 (sh-prev-line): Simplify by using forward-comment.
1666 (sh-this-is-a-continuation): Simplify.
1667 (sh-learn-buffer-indent): Use dolist.
1668 (sh-do-nothing): Remove.
1669 (sh-set-char-syntax, sh-set-here-doc-region):
1670 Use inhibit-modification-hooks.
1671 (sh-name-style): Use mapcar and push.
1672 (sh-load-style): Use dolist.
1673 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
1674 (sh-case, sh-while-getopts): Use propertize directly rather
1675 than sh-electric-rparen.
1676
16772000-10-14 Stefan Monnier <monnier@cs.yale.edu>
1678
1679 * textmodes/tex-mode.el: Require CL when compiling.
1680 (tex-mode-syntax-table): Init immediately.
1681 (tex-mode-map): Bind M-RET to latex-insert-item.
1682 (latex-mode): Set indent-line-function to latex-indent.
1683 (tex-common-initialization): Don't setup the syntax-table any more.
1684 (latex-insert-item): New skeleton.
1685 (tex-next-unmatched-end): Fix copy/paste braino.
4836835a 1686 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
8b7707e1 1687 (latex-indent, latex-find-indent): New functions.
4836835a 1688 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
8b7707e1
SM
1689 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
1690 (tex-compilation-parse-errors): Use with-syntax-table.
1691
86b7fcbb
MB
16922000-10-15 Miles Bader <miles@gnu.org>
1693
1694 * font-lock.el (font-lock-comment-face): Change dark-background,
1695 color, non-tty, default to `chocolate1'.
1696
57a24508
JW
16972000-10-13 John Wiegley <johnw@gnu.org>
1698
1699 * eshell/esh-util.el (require): Added a missing `require' form,
1700 needed when compiling (for an ange-ftp macro definition).
1701
40ad3db4
DL
17022000-10-13 Dave Love <fx@gnu.org>
1703
1704 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
1705
db460189
GM
17062000-10-13 Gerd Moellmann <gerd@gnu.org>
1707
b41c9501
GM
1708 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc
1709 fix.
1710
4836835a 1711 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
db460189
GM
1712 transparent -colors 8).
1713
3b5e21df
GM
17142000-10-13 Stephen Gildea <gildea@alum.mit.edu>
1715
1716 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
1717 that breaks with old list format timestamps.
1718 (time-stamp-warn-inactive, time-stamp-old-format-warn)
1719 (time-stamp-count, time-stamp-conversion-warn): Improved doc
1720 strings.
1721
16908a3f
JW
17222000-10-13 John Wiegley <johnw@gnu.org>
1723
d7103dda
JW
1724 * align.el, pcomplete.el, calendar/timeclock.el,
1725 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
1726
dace60cf 1727 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
16908a3f
JW
1728 faulty math, where holiday hours were being computing as seconds.
1729
b6b70cda
JW
17302000-10-13 John Wiegley <johnw@gnu.org>
1731
1732 * desktop.el (desktop-buffer-modes-to-save): Added a global for
1733 specifying what "other" kinds of buffers should be saved. This
1734 used to be hard-coded.
1735 (desktop-buffer-misc-functions): A global for specifying how
1736 auxiliary data should be determined for special buffer types.
1737 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
1738 instead of hard-coding the special buffer types.
1739 (desktop-save): Run `desktop-buffer-misc-functions' to gather
1740 auxiliary data, instead of hard-coding for Info buffers and dired.
1741 (desktop-buffer-info-misc-data): Aux function for determining Info
1742 buffer auxiliary info.
1743 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
1744 (desktop-buffer-info): Changed this function to use the info
1745 gathered above.
1746 (desktop-create-buffer): Be a little more careful about what
1747 `minor-mode' means before calling it. This is important for some
1748 buffer types.
1749
8c6b1d83
JW
17502000-10-13 John Wiegley <johnw@gnu.org>
1751
1752 * eshell/esh-util.el: Added a global form which declares an
1753 autoload for `parse-time-string', if that function is not already
1754 defined, and if parse-time.el is available on the user's system.
1755
1756 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
1757 to be aware of ange-ftp user info.
1758 (eshell-do-ls): Bind `ange-cache'. Also, use
1759 `eshell-file-attributes'.
1760 (eshell-ls-annotate): Use `eshell-file-attributes'.
1761 (eshell-ls-file): Made the user-id printing code a bit smarter.
1762
1763 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
1764 allow identification of alias user ids in remote directories.
1765 It's manual, but there's no other way to know when the current
1766 user on the local machine, is also the owning user on the remote
1767 machine.
1768 (fboundp): Bind `ange-cache'.
1769 (eshell-directory-files-and-attributes): Re-organized the logic a
1770 bit to use `eshell-file-attributes' instead of `file-attributes'.
1771 The former is more sensitive to directories that are read via FTP,
1772 and knows how to use ange-ftp to determine full attribute
1773 information, instead of just the name and last modtime.
1774 (eshell-current-ange-uids): Return the current user id when in a
1775 remote directory.
1776 (eshell-parse-ange-ls): Parse a full directory listing that has
1777 been returned by ange-ftp.
1778 (eshell-file-attributes): This beefed up version of
1779 `file-attributes' is only special if the user is currently in a
1780 remote directory, in which case it does a lot of work to find out
1781 what the real attributes of a file are, as they appear on the
1782 remote machine. This makes usage of remote directories (i.e.,
1783 ange-ftp pathnames) much more useful. You can now use Eshell as a
1784 full-fledged FTP client, with much more manipulation ability than
1785 most other clients.
1786
1787 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
1788 variable, which means that Eshell's du should always be preferred
1789 in remote directories.
1790 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
1791 just `file-attributes'.
1792 (eshell-mvcp-template): Bind `ange-cache', to improve performance
1793 when reading remote directories. This is an Eshell-specific
1794 variable (not part of ange-ftp).
1795 (eshell/ln): Bind `ange-cache'.
1796 (eshell/du): Added some extra logic for determining when to use
1797 Eshell's du (which is slow), and when to use the external version
1798 (which may or may not exist).
1799
1800 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof): Call
1801 `eshell-interactive-process', rather than using
1802 `get-buffer-process', since backgrounded processes don't count in
1803 the context of this function's logic.
1804
1805 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
1806 `forward-char', so that null strings are parsed correctly.
1807
87730e84 18082000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
1809
1810 * eshell/em-pred.el (eshell-pred-file-type,
1811 eshell-pred-file-links, eshell-pred-file-size): Use
1812 `eshell-file-attributes'. This is more correct over ange-ftp.
1813
1814 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
1815 that remote file globbing is more efficient.
1816
1817 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
1818 gathering the files and attributes within a directory.
1819
1820 * eshell/em-unix.el (eshell/cat): If any of the files passed on
1821 the command line is a special file (not a regular file, directory
1822 or symlink), always attempt to call the external version of cat.
1823
87730e84 18242000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
1825
1826 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
1827 Eshell-friendly version of find-tag.
1828
1c7e37a9
MB
18292000-10-13 Miles Bader <miles@lsi.nec.co.jp>
1830
4836835a 1831 * image-file.el (image-file-name-extensions)
1c7e37a9
MB
1832 (image-file-name-regexps): Add autoload cookies.
1833
11a7f341
KH
18342000-10-13 Kenichi Handa <handa@etl.go.jp>
1835
1836 * international/mule-cmds.el (select-safe-coding-system): If FROM
1837 is string, show it in *Warning* buffer.
1838
8ddddcb0
EZ
18392000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
1840
1841 * startup.el (normal-top-level): Use display-popup-menus-p instead
1842 of window-system.
1843 (command-line): Use display-graphic-p instead of window-system.
1844 (command-line-1): Use display-popup-menus-p and display-mouse-p
1845 instead of window-system.
1846
72200f89
SS
18472000-10-12 Sam Steingold <sds@gnu.org>
1848
1849 * tooltip.el (tooltip-use-echo-area): New user variable.
1850 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
1851
8661c643
DL
18522000-10-12 Dave Love <fx@gnu.org>
1853
d0b40dc1
DL
1854 * recentf.el: Maintainer's checkdoc fixes.
1855
a622451f
DL
1856 * startup.el (normal-top-level-add-subdirs-to-load-path): Use
1857 character class, not ASCII when matching file names.
1858 (fancy-splash-head): Add trailing slash to URL.
1859 (command-line): Don't require XPM support for toolbar.
1860
8661c643
DL
1861 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
1862 (cperl-invalid-face): Revert last change.
1863 (cperl-init-faces): Quote cperl-invalid-face.
1864
ef2ed8ab
KH
18652000-10-12 Kenichi Handa <handa@etl.go.jp>
1866
1867 * startup.el (fancy-splash-text): Remove superfluous quote.
1868
b0da379e
GM
18692000-10-12 Gerd Moellmann <gerd@gnu.org>
1870
dbeb499b
GM
1871 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
1872 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
1873 (command-line-1): Don't use fancy-splash-pending-command.
1874 (fancy-splash-screens-1): Goto point-min after inserting text.
1875
d861718a
GM
1876 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
1877
b0da379e
GM
1878 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
1879 instead of shared-lisp-mode-map.
1880
4fb2ad98
MB
18812000-10-12 Miles Bader <miles@lsi.nec.co.jp>
1882
1cb4393e
MB
1883 * faces.el (header-line): Change tty-variant to use underlining.
1884
4fb2ad98
MB
1885 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
1886 (isearch-highlight): Restore lazy-isearch face properties at old
1887 position, and suppress them at new position.
1888 (isearch-dehighlight): Restore lazy-isearch face properties.
1889 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
1890 over the real isearch overlay, but in that case, don't give it a
1891 face property. Use `push'.
1892
eb991b25
KH
18932000-10-12 Kenichi Handa <handa@etl.go.jp>
1894
1895 * man.el (Man-getpage-in-background): Fix previous change.
1896 Decode the process output only when we are in multibyte mode.
1897
a818c1c0
DL
18982000-10-11 Dave Love <fx@gnu.org>
1899
c990f53a
DL
1900 * info.el (Info-mode-menu): Fix some help.
1901 (info-tool-bar-map): Add entry for Info-last.
1902
a818c1c0
DL
1903 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
1904 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
1905 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
1906 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
1907 * toolbar/search-replace.xpm, toolbar/exit.xpm:
1908 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
1909 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
1910 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
1911 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
1912 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
1913 Reduce colour requirements to 25 overall. (Probably wants
1914 revisiting from the originals to reduce further.)
1915
c1b096cb
EZ
19162000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
1917
1918 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
1919 buffer-file-coding-system, instead of raw-text.
1920 (dehexlify-buffer): Bind coding-system-for-read to
1921 buffer-file-coding-system, instead of raw-text.
1922
5c8b7eaf
SS
19232000-10-11 Sam Steingold <sds@gnu.org>
1924
1925 * progmodes/cperl-mode.el (cperl-invalid-face): double-quote
1926 `underline' - fixes the bug introduced on 2000-09-21.
1927
2cfbdb7a
DL
19282000-10-11 Dave Love <fx@gnu.org>
1929
1930 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode): Avoid
1931 compiler warnings.
1932 (scheme-mode): Doc fix.
1933 (scheme-font-lock-keywords-1): Match `define-syntax'.
1934
19352000-10-11 Miles Bader <miles@lsi.nec.co.jp>
4b33f290
MB
1936
1937 * faces.el (frame-set-background-mode): Pay attention to saved
f161d539
MB
1938 face specs as well as default ones. Only do anything if the
1939 bg-mode or display-type has actually changed. Use `dolist'.
0c846ea2 1940 (region): Make dark-background `region' face less in-your-face.
4b33f290 1941
690ec649
SS
19422000-10-10 Sam Steingold <sds@gnu.org>
1943
1944 * chistory.el, ielm.el, ledit.el:
1945 * progmodes/inf-lisp.el, progmodes/scheme.el:
1946 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
1947
3b95d6bb
SM
19482000-10-10 Stefan Monnier <monnier@cs.yale.edu>
1949
1950 * textmodes/texinfo.el: Update copyright and fix typo.
1951
1952 * desktop.el (desktop-modes-not-to-save): New var.
1953 (desktop-save-buffer-p): Use it.
1954 Also, obey desktop-buffers-not-to-save even for non-file buffers.
1955 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
1956
d646c828
DL
19572000-10-10 Dave Love <fx@gnu.org>
1958
1959 * toolbar/tool-bar.el (tool-bar-add-item)
1960 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono
1961 display.
1962
d646c828
DL
1963 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
1964 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
1965 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
1966 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
1967 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
1968 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
1969 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
1970 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
1971 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
1972 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
1973 the .xpms; probably need retouching.
1974
862a7e28
MB
19752000-10-10 Miles Bader <miles@lsi.nec.co.jp>
1976
1977 * subr.el (add-to-list): Add optional argument APPEND.
1978 * battery.el (display-battery): Use `add-to-list'.
1979
46e33aee
TTN
19802000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
1981
930baf47
TTN
1982 * play/zone.el (zone-timer, zone-wc-tbl): Rework
1983 these vars as symbol properties.
2cfbdb7a
DL
1984 (zone, zone-when-idle, zone-leave-me-alone)
1985 (zone-pgm-whack-chars): Use new symbol properties.
930baf47 1986
5a430f9c
TTN
1987 * battery.el (display-battery): Doc spelling fix.
1988
46e33aee
TTN
1989 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
1990 property.
1991
adf7d3a8
DL
19922000-10-09 Dave Love <fx@gnu.org>
1993
1994 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
1995 has been initialized before calling tool-bar-setup.
c2156508 1996 (tool-bar-add-item-from-menu): Add autoload cookie.
adf7d3a8 1997
06a8c9f8
EZ
19982000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
1999
e4ca8f8c
EZ
2000 * menu-bar.el (send-mail-item-name): New function.
2001 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
2002 of mail-user-agent in the menu. Don't display the "Send Mail"
2003 item if mail-user-agent is nil or its value is ignore.
2004 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
2005 if read-mail-command is nil or its value is ignore.
2006
06a8c9f8
EZ
2007 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
2008
7dbc9c8a
MB
20092000-10-09 Miles Bader <miles@gnu.org>
2010
29e0814b
MB
2011 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
2012 Correct image size.
2013 * toolbar/left_arrow.xpm: Correct image size.
2014
7dbc9c8a
MB
2015 * jka-compr.el: Don't call `jka-compr-install' when loading (it
2016 will be done by the definition of `auto-compression-mode' if
2017 necessary. Move code to uninstall existing file-name handler
2018 before definition of `auto-compression-mode'.
2019
2020 * image-file.el (auto-image-file-mode): Move to the end of the
2021 file, because `define-minor-mode' actually calls the mode-function
2022 if the associated variable is non-nil, which requires that all
2023 needed functions be already defined.
2024
65b61266
MB
2025 * mouse.el (popup-menu): Balance parens.
2026
d6b8c85b
SM
20272000-10-08 Stefan Monnier <monnier@cs.yale.edu>
2028
2029 * mouse.el (popup-menu): Move the command call outside the loop
2030 so that popup-menu returns whatever the command returns.
2031
2032 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
2033 (initialize-new-tags-table): Use run-hook-with-args-until-success.
2034 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
2035 (tags-table-format-functions): Renamed from tags-table-format-hooks.
2036
2037 * vc.el (vc-version-diff): diff-switches can be a list.
2038 Use relative filenames for prettier output.
2039
46e33aee 2040 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
d6b8c85b
SM
2041 (vc-post-command-functions): Remove old-VC compatibility code.
2042
2043 * newcomment.el (comment-indent-default): Autoload.
2044
2045 * font-lock.el (font-lock-defaults): Make buffer-local.
2046 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
2047 (font-lock-choose-keywords):
2048 Ignore LEVEL unless KEYWORDS is a list of syms.
2049 (c-keywords, c++-keywords, objc-keywords, java-keywords):
2050 Don't wrap regexp-opt things in \(...\) unnecessarily.
2051
2052 * jit-lock.el: Don't require font-lock any more.
2053 (jit-lock-functions): Make buffer-local.
2054 (jit-lock-saved-fontify-buffer-function): Remove.
2055 (jit-lock-mode): Remove autoload cookie.
2056 Remove font-lock specific code.
2057 (jit-lock-unregister): Don't bother handling complex hooks any more.
2058 (jit-lock-refontify): New function.
2059 (jit-lock-fontify-buffer): Use it.
2060 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
2061 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
2062 Add optional args START and END.
2063 Never call font-lock-fontify-region directly.
2064 (jit-lock-function, jit-lock-stealth-fontify): Use it.
2065
2066 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
2067
a30ed6ac
DL
20682000-10-08 Dave Love <fx@gnu.org>
2069
4e7c7ca9
DL
2070 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
2071
2072 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
2073
2074 * play/studly.el (studlify-region, studlify-word): Add autoload
2075 cookie.
2076
2077 * play/morse.el (morse-region, unmorse-region): Add autoload
2078 cookie.
2079
2080 * play/spook.el (spook-phrases-file): Use expand-file-name, not
2081 concat.
2082
2083 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
2084 insist on symbols starting with word syntax.
2085 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
2086 (eval-defun-1): Doc fix.
2087 (indent-sexp): Use nconc to build up indent-stack.
2088
2089 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
2090 Gnus with little use.
2091 (mail-setup-hook): Add mail-abbrevs-setup to options.
2092
968f7c4a
DL
2093 * recentf.el: Doc fixes.
2094
2095 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
2096 Clean up remainder.
2097
2098 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
2099 without timezone and (8) with timezone to enforce some whitespace.
2100 Simplify code somewhat.
2101
2102 * options.el (list-options): Doc that you should use customize.
2103
2104 * iswitchb.el (iswitchb-mode): Add :require.
2105
a30ed6ac
DL
2106 * info.el (Info-goto-node, Info-menu): Doc fix.
2107 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
2108 (info-tool-bar-map): New variable.
2109 (Info-mode): Use it.
2110 (Info-edit-map): Define all in defvar.
2111 (speedbar-attached-frame): Avoid compiler warning.
2112
2113 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
2114 (global-map): Bind [tool-bar] to a filtered map.
2115 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
2116 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
2117 Allow PBM icons.
2118 (tool-bar-setup): Adjust calls of tool-bar-add-item.
2119
2120 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
2121 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
2122 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
2123 icons, except up_arrow, which is left-arrow rotated.
2124
2125 * imenu.el (imenu-add-to-menubar): Fix last change.
2126
4e953aff
PB
21272000-10-08 Peter Breton <pbreton@ne.mediaone.net>
2128
2129 * generic-x.el (rul-generic-mode): Remove eval-when-compile
2130 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
2131
739e92a7
EZ
21322000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
2133
d20faceb
EZ
2134 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
2135 typos in doc strings.
2136
a640322e
EZ
2137 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
2138 the doc strings how to customize Font Lock faces.
2139
739e92a7
EZ
2140 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
2141 computing growth when dragging the header line.
2142
8be7408c
EZ
21432000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
2144
2145 * simple.el (kill-line): Doc fix.
2146
6fee86a3
MB
21472000-10-08 Miles Bader <miles@gnu.org>
2148
445a653e
MB
2149 * faces.el (secondary-selection): Make foreground visible on tty.
2150
6fee86a3
MB
2151 * jka-compr.el (auto-compression-mode): Move to the end of the
2152 file, because `define-minor-mode' actually calls the mode-function
2153 if the associated variable is non-nil, which requires that all
2154 needed functions be already defined.
2155 (with-auto-compression-mode): Add autoload cookie.
2156
a115794c
EZ
21572000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
2158
2159 * files.el (find-backup-file-name) [ms-dos]: If support for long
2160 file names is not available, behave as if version-control were set
2161 to never.
2162
b12e6de3
DL
21632000-10-07 Dave Love <fx@gnu.org>
2164
2165 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
2166 (browse-url-gnome-moz): New function.
2167 (browse-url-browser-function): Use it.
2168 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
2169
20b1d079
SM
21702000-10-07 Stefan Monnier <monnier@cs.yale.edu>
2171
2172 * indent.el (tab-always-indent): New var.
2173 (indent-for-tab-command): Use it.
39250ec3 2174
9ee45b2c 2175 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
a115794c 2176 raise an error. This way it can still default to a sane value.
9ee45b2c 2177
8c6b1d83
JW
21782000-10-06 Stefan Monnier <monnier@cs.yale.edu>
2179
39250ec3
SM
2180 * startup.el (fancy-splash-screens): Use local rather than global map.
2181 Don't use `update-menu-bindings' any more.
2182 Get rid of assumptions about keymap representation.
2183
a23ccdf2
DL
21842000-10-06 Dave Love <fx@gnu.org>
2185
814299a7 2186 * textmodes/fill.el (sentence-end-double-space)
742c1822
DL
2187 (sentence-end-without-period): Doc fix.
2188 (adaptive-fill-regexp): Purecopy.
2189 (unjustify-current-line): Use line-end-position.
2190 (fill-individual-paragraphs-prefix): Use line-beginning-position.
2191
2192 * net/eudc-vars.el (eudc): Add :version, :link.
2193
39250ec3 2194 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
742c1822
DL
2195
2196 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
2197 Fix for define-minor-mode.
2198 (function-at-point): Alias to function-called-at-point.
2199
2200 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
2201
2202 * simple.el (backward-word): Doc fix.
2203
a23ccdf2
DL
2204 * image-file.el (image-file-name-regexp): image-file-regexps ->
2205 image-file-name-regexps.
742c1822 2206 (image-file-name-extensions): Add pbm.
a23ccdf2 2207
39250ec3
SM
22082000-10-06 Stefan Monnier <monnier@cs.yale.edu>
2209
2210 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
2211 and add filename to the names so that diff-mode can jump to source.
2212
2213 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
814299a7 2214 (tex-font-lock-keywords, tex-font-lock-keywords-2)
39250ec3
SM
2215 (tex-font-lock-keywords-1): Remove.
2216 (font-lock-turn-on-thing-lock): Use jit-lock-register.
2217 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
9ee45b2c
SM
2218 (font-lock-default-fontify-region):
2219 Expand beg..end correctly when just following a multiline region.
39250ec3
SM
2220 (font-lock-fontify-anchored-keywords):
2221 Include the anchor text as part of the multiline.
2222
8d5dfacd
GM
22232000-10-06 Gerd Moellmann <gerd@gnu.org>
2224
2225 * loadup.el (toplevel): Load `loaddefs' before `help' because the
2226 latter needs the autoloaded define-minor-mode macro during the
2227 bootstrap.
2228
2229 * startup.el (command-line): For now, activate tool-bar-mode only
2230 if XPM images are supported.
2231
2232 * mouse.el (mouse-drag-header-line): Don't allow resizing a
2233 window by dragging a header-line at the top of the frame; that's
4c19fbce 2234 confusing because the header-line doesn't move.
8d5dfacd
GM
2235 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
2236 of treating the event as a list. Some cleanup.
2237
f69aad2b 22382000-10-06 Miles Bader <miles@gnu.org>
8fb051f9 2239
f69aad2b
MB
2240 * simple.el (display-message-or-buffer): New function.
2241 (shell-command-on-region): Use `display-message-or-buffer'.
06933804 2242
09cb7646
MB
2243 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
2244 docstring parts.
2245
814299a7 2246 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
8fb051f9
MB
2247 (smbclient-prompt-regexp): Add usage note to doc string.
2248 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
2249 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
2250 Use add-hook for adding the comint filter function, and only do so
2251 if it's not already in the global hook list.
2252 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
2253 to `make-local-variable'.
2254 (nslookup-font-lock-keywords): Remove prompt entry.
2255 (nslookup): Don't set the process-filter.
2256 (finger): Exit the loop correctly when the regexps list runs out.
2257 (ftp, smbclient, smbclient-list-shares):
2258 Set the real major mode immediately, not after execing.
2259 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
2260
2261 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
2262
4c19fbce
SM
22632000-10-05 Stefan Monnier <monnier@cs.yale.edu>
2264
2265 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
2266
2267 * which-func.el (which-func-format): Remove spurious space.
2268 (which-func-mode): Don't make it permanent-local.
2269 (which-func-ff-hook): Allow which-func-maxout to be nil.
2270 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
2271 (which-func-mode): Simplify.
2272 Use post-command-idle-hook rather than post-command-hook.
2273 Go through all buffers and update their state.
2274 (which-function): Also try add-log-current-defun-function.
2275
2276 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
2277 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
2278 Update call to with-vc-properties accordingly.
2279 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
2280 (vc-revert-buffer): More careful about window selection and deletion.
2281 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
2282
2283 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
2284 (cvs-retrieve-revision): Reuse a pre-existing buffer.
2285 (cvs-dired-action): Change the default to quickdir.
2286
2287 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
2288 if comment-indent-function returns nil.
2289 (comment-indent-default): New function.
2290 (comment-indent-function): Use it and document the new semantics.
2291
2292 * image-file.el: Docstring fixes.
2293
2294 * help.el (help-xref-on-pp): Use match-string.
2295 (describe-variable): New arg BUFFER.
2296 Store the current buffer in the help-xref-stack.
2297 (temp-buffer-resize-mode): Use define-minor-mode.
2298
2299 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
2300 consistently with its docstring.
2301 Set jit-lock-first-unfontify-pos in an idempotent way.
2302 (jit-lock-register): Autoload and add arg CONTEXTUAL.
2303
542c6552
GM
23042000-10-05 Alex Schroeder <alex@gnu.org>
2305
2306 * sql.el (sql-mysql-options): New variable.
2307 (sql-mysql): Use it.
2308
a3489ece
MB
23092000-10-05 Miles Bader <miles@lsi.nec.co.jp>
2310
77f6105c
MB
2311 * image.el (image): New group.
2312
814299a7 2313 * smerge-mode.el (smerge-mine-face, smerge-other-face)
a3489ece
MB
2314 (smerge-base-face, smerge-markers-face): Add dark-background variants.
2315
3478046b
PB
23162000-10-04 Peter Breton <pbreton@ne.mediaone.net>
2317
2318 * net/net-utils.el (nslookup-font-lock-keywords)
814299a7 2319 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
3478046b
PB
2320 Ignore the value of wqindow-system; always define keywords
2321
22aca186
KH
23222000-10-05 Kenichi Handa <handa@etl.go.jp>
2323
2324 * startup.el (fancy-splash-screens): Remove the code for
2325 debugging; `(trace-to-stderr "EXITTT\n")'.
2326
55d5d717
MB
23272000-10-05 Miles Bader <miles@gnu.org>
2328
2329 * diff-mode.el (diff-goto-source): Update call to
2330 `diff-hunk-status-msg' to reflect new REV variable.
2331
41fa7178
SM
23322000-10-04 Stefan Monnier <monnier@cs.yale.edu>
2333
2334 * progmodes/icon.el (icon-mode):
2335 Don't gratuitously override the default for comment-column.
2336
2337 * vc-hooks.el (vc-mode-line): Fix interactive spec.
2338
2339 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
2340 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
2341 (jit-lock-functions): New var.
2342 (jit-lock-function-1): Use it if non-nil.
2343 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
2344 Set the `fontified' property before doing the fontification to avoid
2345 repeatedly going through the same error.
2346 Don't turn errors into messages.
2347 (jit-lock-register, jit-lock-unregister): New functions.
2348
2349 * dired.el (dired-mark-pop-up): Turn comment into docstring.
2350 Use with-current-buffer.
2351
2352 * dired-aux.el (dired-do-create-files, dired-kill-tree):
2353 Turn comment into docstring.
2354
2355 * apropos.el (apropos-mode): Use define-derived-mode.
2356
3dc78168
GM
23572000-10-04 Gerd Moellmann <gerd@gnu.org>
2358
2359 * startup.el (fancy-splash-pending-command): New variable.
2360 (fancy-splash-pre-command): New function.
2361 (fancy-splash-screens): Rewritten.
2362 (command-line-1): If fancy-splash-pending-command is set, call it
2363 interactively.
2364
dae9dc56
DL
23652000-10-04 Dave Love <fx@gnu.org>
2366
2367 * toolbar/tool-bar.el (tool-bar-setup): New function.
2368 (tool-bar-mode): Use it.
2369
2370 * subr.el (substitute-key-definition): Doc fix.
2371 (play-sound-file): New command.
2372
3388f0a5
AS
23732000-10-04 Andre Spiegel <spiegel@gnu.org>
2374
814299a7 2375 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
3388f0a5
AS
2376 vc-version-backup-file-name): New functions.
2377
2378 * files.el (basic-save-buffer): Call vc-before-save before saving.
814299a7
MB
2379
2380 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
3388f0a5
AS
2381 vc-cvs-stay-local-p.
2382
2383 * vc.el (vc-revert-buffer): Handle empty diff properly.
2384 (vc-version-backup-file): New function.
2385 (vc-checkout): Create a version backup if necessary.
2386 (vc-checkin): If a version backup file exists, delete it.
2387 (vc-version-diff): Diff locally using version backups, if available.
2388 (vc-revert-file): If there's a version backup, revert locally.
2389 (vc-transfer-file): Use version backup for base version, if
2390 available. If not, ask for confirmation whether to get it from the
2391 server. Update mode line before check-in.
2392
ebd4825d
DL
23932000-10-04 Dave Love <fx@gnu.org>
2394
2395 * toolbar/tool-bar.el (tool-bar-setup): New function.
2396 (tool-bar-mode): Use it.
2397
1b24f4b7
PB
23982000-10-04 Peter Breton <pbreton@ne.mediaone.net>
2399
3dc78168 2400 * net/net-utils.el (nslookup-font-lock-keywords)
814299a7 2401 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
8b7187d8
PB
2402 Only set if window-system is non-nil
2403 (net-utils-run-program): Returns buffer.
2404 (network-connection-reconnect): Added this function.
2405
814299a7
MB
2406 * generic.el:
2407 Incorporates extensive cleanup and docfixes by
9a7f629d
PB
2408 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
2409 Uses cl compile-time macros.
3dc78168
GM
2410 (generic-mode-name, generic-comment-list)
2411 (generic-keywords-list, generic-font-lock-expressions)
2412 (generic-mode-function-list, generic-mode-syntax-table):
9a7f629d
PB
2413 Removed variables.
2414 (generic-mode-alist): Renamed to generic-mode-list.
2415 (generic-find-file-regexp): Default changed to "^#".
2416 (generic-read-type): Uses completing read on generic-mode-list.
2417 (generic-mode-sanity-check): removed this function.
2418 (generic-add-to-auto-mode): Removed this function
3dc78168 2419 (generic-mode-internal): Bind mode-specific definitions
9a7f629d
PB
2420 into function instead of putting them in alist.
2421 (generic-mode-set-comments): Reworked extensively.
2422 (generic-mode-find-file-hook): Simplified regexp searching
814299a7 2423 (generic-make-keywords-list): Omit extra pair of parens
9a7f629d 2424
814299a7 2425 * find-lisp.el (find-lisp-find-files-internal):
1b24f4b7
PB
2426 Make sure directory name ends with "/".
2427
814299a7 2428 * generic-x.el (apache-conf-generic-mode):
1b24f4b7
PB
2429 Regexp now allows leading whitespace.
2430 (rc-generic-mode): Added eval-when-compile
2431 around generic-make-keywords-list.
2432 Deleted duplicate regexp
2433 (rul-generic-mode): Added eval-when-compile
2434 around generic-make-keywords-list.
2435 (etc-fstab-generic-mode): New generic mode.
2436 (rul-generic-mode): Removed one eval-when-compile
814299a7 2437 which caused a max-specpdl-size exceeded error.
1b24f4b7 2438
a7bf5cf3
MB
24392000-10-04 Miles Bader <miles@gnu.org>
2440
2441 * simple.el (minibuffer-temporary-goal-position): New variable.
2442 (next-history-element): Try to keep the position of point in the
2443 input string constant.
2444
2445 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
2446 (dired-do-create-files): If there's only one file, pass it in as
2447 the DEFAULT arg to dired-mark-read-file-name.
2448
ce1087a9
SM
24492000-10-03 Stefan Monnier <monnier@cs.yale.edu>
2450
2451 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
2452 (diff-goto-source): Be smarter when choosing REVERSE or not.
2453
2454 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
2455 (texinfo-mode-menu): Add an explicit shortcut for update all.
2456
0e41e1d6
AS
24572000-10-03 Andre Spiegel <spiegel@gnu.org>
2458
814299a7 2459 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
858f7cb4
AS
2460 factorize backend-specific code cleanly (this was essentially
2461 conceived by Stefan Monnier).
2462 (vc-unregister): Function removed.
814299a7 2463 (vc-revert-file): New function.
858f7cb4
AS
2464 (vc-revert-buffer): Delegate some of the work to it.
2465
0e41e1d6
AS
2466 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
2467 default branch unconditionally.
2468 (vc-rcs-set-default-branch): New function.
2469 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
2470 (vc-rcs-checkin): If an appropriate default branch has been set,
2471 force creation of that branch.
858f7cb4
AS
2472 (vc-rcs-receive-file): Rewritten to contain only backend-specific
2473 code (as suggested by Stefan Monnier).
0e41e1d6 2474
01c86c56
GM
24752000-10-02 Gerd Moellmann <gerd@gnu.org>
2476
45c477b4
GM
2477 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
2478 highlighting overlay with a different face over the overlay
2479 isearch uses to highlight the current match because that can lead
2480 to bad face combinations.
2481
01c86c56
GM
2482 * loadup.el (toplevel): Load faces before isearch.
2483
2484 * isearch.el (isearch-faces): New custom group.
2485 (isearch): New defface; was already tested for in the code.
2486 (isearch-lazy-highlight-face): Changed to defface from defcustom.
2487 (isearch-highlight): Always use face `isearch'.
2488
944425c0
DL
24892000-10-02 Dave Love <fx@gnu.org>
2490
2491 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
2492 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
2493 comparison of opcode with operand.
2494
2a099bcc
MB
24952000-10-03 Miles Bader <miles@gnu.org>
2496
2497 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
2498 buffer, since the echo area will now grow to accommodate them.
2499
4300ecb8
AS
25002000-10-02 Andre Spiegel <spiegel@gnu.org>
2501
2502 * vc-hooks.el (vc-registered): If FILE used to be registered under
2503 a certain backend, try that one first.
2504
814299a7 2505 * vc.el (vc-responsible-backend): Undo the previous change in the
4300ecb8
AS
2506 argument list. Handle multiple backends correctly.
2507 (vc-find-new-backend): Function removed.
2508 (vc-register): Use vc-responsible-backend, as before.
2509 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
2510
64e6cc18
GM
25112000-10-02 Gerd Moellmann <gerd@gnu.org>
2512
2513 * startup.el (fancy-splash-head): Change message below the
2514 logo.
2515
00df919e
MB
25162000-10-02 Miles Bader <miles@lsi.nec.co.jp>
2517
2518 * diff-mode.el (diff-goto-source): Emit a status message.
2519 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
4eaa6852 2520 (diff-test-hunk): Fix doc string.
00df919e
MB
2521 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
2522 (diff-advance-after-apply-hunk): New variable.
4eaa6852 2523 (diff-apply-hunk): Don't return a value.
00df919e 2524
ceec5a0c
SM
25252000-10-01 Stefan Monnier <monnier@cs.yale.edu>
2526
2527 * vc.el (vc-editable-p): Minor optimization.
2528 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
2529 (vc-find-new-backend): New function split from vc-responsible-backend.
2530 (vc-register): Use it.
2531 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
2532 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
2533 (vc-default-unregister, vc-revert-buffer): Docstring fix.
2534 (vc-clear-headers): Don't use find-file.
2535 (vc-revert-buffer): Use `and' again (must have been a braino).
2536 (vc-switch-backend): Only prompt if requested.
2537 Short circuit if nothing is to be done.
2538 Don't use vc-resynch-buffer which could lose unsaved editing.
2539 (vc-default-receive-file): Update call to vc-unregister.
2540 (with-vc-file, vc-next-action-on-file):
2541 Use vc-backend rather than vc-registered.
2542 (vc-next-action-on-file): Use intern-soft.
2543 Deal with read-only *vc-diff* buffer.
2544 (vc-transfer-file): Docstring fix.
2545
2546 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
2547 (vc-rcs-receive-file): Avoid with-vc-properties.
2548 Update call to vc-unregister.
2549 Use constant `RCS' rather than (dynamically bound) var `backend'.
2550
4ad5da8f
AS
25512000-10-01 Andre Spiegel <spiegel@gnu.org>
2552
814299a7 2553 * vc.el (vc-next-action-on-file): Update mode line only if file
4ad5da8f
AS
2554 is visited.
2555 (vc-start-entry): New argument initial-contents. Don't visit the file
2556 if it isn't already visited. Brought documentation up-to-date.
814299a7
MB
2557 (vc-next-action, vc-register): Updated calls to vc-start-entry.
2558 (vc-checkin): New optional arg initial-contents, which is passed to
4ad5da8f
AS
2559 vc-start-entry.
2560 (vc-finish-logentry): Make sure to bury log buffer only if there
2561 really is one. Call `vc-resynch-buffer' on log-file, not
2562 buffer-file-name.
2563 (vc-default-comment-history, vc-default-wash-log): New functions.
2564 (vc-index-of): Removed.
2565 (vc-transfer-file): Make do without the above.
2566 (vc-default-receive-file): Call comment-history unconditionally. Pass
2567 the resulting string to vc-checkin, instead of inserting it into the
2568 comment ring.
2569
2570 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
2571 unconditionally. Use the comments as initial contents of the log
814299a7 2572 entry buffer. Document the trick to force branch creation with no
4ad5da8f
AS
2573 changes.
2574
aa0c3dca
MB
25752000-10-01 Miles Bader <miles@gnu.org>
2576
2577 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
2578 `recenter' with an arg to prevent redrawing the display.
2579
d5f5a2c5
SM
25802000-09-30 Stefan Monnier <monnier@cs.yale.edu>
2581
2582 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
2583
2584 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
2585
814299a7 2586 * progmodes/c-mode.el (c-mode):
d5f5a2c5
SM
2587 Don't gratuitously override the default for comment-column.
2588
2589 * textmodes/tex-mode.el (latex-metasection-list): New var.
2590 (latex-imenu-create-index): Use it.
2591 Move the regexp construction outside loops (and use push).
814299a7 2592 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
d5f5a2c5
SM
2593 (tex-font-lock-keywords): Moved from font-lock.el.
2594 (tex-comment-indent): Remove.
2595 (tex-common-initialization): Don't set comment-indent-function.
2596 (latex-block-default): New var.
2597 (tex-latex-block): Use it to provide a default choice.
2598 Add any unknown choice to latex-block-names.
2599 Insert [...] after {...}.
2600 (tex-last-unended-begin): Simplify regexp.
2601 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
2602 (latex-forward-sexp-1, latex-forward-sexp): New functions.
2603 (latex-mode): Set forward-sexp-function.
2604
2605 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
2606 Add regexp for @ignore ... @end ignore.
2607 (texinfo-heading-face): New face.
2608 (texinfo-font-lock-keywords): Use it.
2609 (texinfo-mode-menu): New menu.
2610 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
2611 New functions.
2612 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
814299a7 2613 (texinfo-section-types-regexp, texinfo-section-level-regexp)
d5f5a2c5
SM
2614 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
2615 Remove declaration.
2616 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
2617
2618 * delsel.el (delete-selection-mode): Use define-minor-mode.
2619
2620 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
2621
26222000-09-29 Stefan Monnier <monnier@cs.yale.edu>
2623
2624 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
2625
8a5506f2
GM
26262000-09-30 Gerd Moellmann <gerd@gnu.org>
2627
068127d6
GM
2628 * replace.el (keep-lines-read-args): New function.
2629 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
2630 read arguments interactively. Add parameters RSTART and REND.
2631 Operate on the active region in Transient Mark mode.
2632
d777bb8f
GM
2633 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
2634
8a5506f2
GM
2635 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
2636 (authors-obsolete-files-regexps): New variable.
2637 (authors-add): Don't record changes in obsolete files.
2638
3fa87bfc
SM
26392000-09-29 Stefan Monnier <monnier@cs.yale.edu>
2640
2641 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
2642
2643 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
2644 (comment-indent): Make sure there's a space between code and comment.
2645 Shift comments left to avoid going past fill-column.
2646
f02149ce
GM
26472000-09-29 Gerd Moellmann <gerd@gnu.org>
2648
2649 * startup.el (startup-echo-area-message): New function.
2650 (display-startup-echo-area-message): Use it.
2651 (fancy-splash-screens): Rewritten to use keymaps and a timer.
2652 (fancy-splash-default-action): New function.
2653 (fancy-splash-screens-1): New function.
2654 (fancy-splash-head): Put a help-echo and a keymap under the image.
2655
a3ef6569
SM
26562000-09-29 Stefan Monnier <monnier@cs.yale.edu>
2657
2658 * diff-mode.el (diff-add-log-file-name): Remove.
2659 (diff-mode): Use add-log-buffer-file-name-function.
2660
2661 * add-log.el (find-change-log): New arg BUFFER-FILE.
2662 (add-log-file-name): Obey add-log-file-name-function.
2663 (add-log-buffer-file-name-function): New var.
2664 (add-change-log-entry): Use it.
2665
75e5b373
MB
26662000-09-29 Miles Bader <miles@gnu.org>
2667
2668 * image-file.el (image-file-name-extensions): New variable.
2669 (image-file-name-regexps): Renamed from `image-file-regexps'.
2670 New default value is nil. Call `auto-image-file-mode'.
2671 (image-file-name-regexp): New function.
2672 (auto-image-file-mode): New minor mode.
2673 (insert-image-file): Don't make conditional on the image-file
2674 handler being enabled.
2675 (image-file-handler): Make the call here conditional instead.
2676 (set-image-file-handler-enabled, enable-image-file-handler)
2677 (disable-image-file-handler): Functions removed.
2678
2679 * emacs-lisp/authors.el (authors-print): Rephrase many-files
2680 string.
2681
de6e1f7c
GM
26822000-09-29 Gerd Moellmann <gerd@gnu.org>
2683
2684 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
2685 it's a function from CL.
2686 (latex-imenu-create-index): Replace eval-when-compile with progn
2687 because latex-section-alist is not bound while compiling.
2688
d8c201f5
SM
26892000-09-28 Stefan Monnier <monnier@cs.yale.edu>
2690
2691 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
2692 (outline-mode): Use define-derived-mode.
2693
814299a7 2694 * progmodes/perl-mode.el (perl-mode):
d8c201f5
SM
2695 * progmodes/awk-mode.el (awk-mode):
2696 * progmodes/asm-mode.el (asm-mode):
2697 Don't gratuitously override the default for comment-column.
2698
2699 * emacs-lisp/lisp.el (lisp-complete-symbol):
2700 Distinguish the let-binding case from the funcall case.
2701 (forward-sexp-function): New variable.
2702 (forward-sexp): Use it.
2703
2704 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
2705 (easy-mmode-defmap): Remove the now useless autoload.
2706
2707 * time.el (display-time-mode): Use define-minor-mode.
2708
2709 * subr.el (add-minor-mode): Don't eval NAME.
2710 Don't depend on the presence of TOGGLE-FUN for any special behavior.
2711 Use if rather than cond.
2712
2713 * simple.el (read-expression-map): Define more properly.
2714 (comment-indent-hook): Remove.
2715 (string-to-syntax): Bug fix.
2716
2717 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
2718 (cvs-ediff-diff): Fix typo.
2719 (cvs-revert-if-needed): Don't bother preserving read-only.
2720
2721 * paren.el (show-paren-mode): Use define-minor-mode.
2722
2723 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
2724 (toggle-auto-compression): Remove.
2725 (jka-compr-build-file-regexp): Remove useless grouping.
2726
2727 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
2728 Avoid user-reserved bindings.
2729 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
2730 (diff-header-face): Revert to grey85.
2731
2732 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
2733
2734 * complete.el (partial-completion-mode) <defcustom>: Remove.
2735 (partial-completion-mode): Use define-minor-mode.
2736 (PC-do-completion): Understand `completion-auto-help = delay'
2737 to mean to popup the completion buffer only the second time.
814299a7 2738 (PC-include-file-all-completions, PC-include-file-all-completions)
d8c201f5
SM
2739 (PC-include-file-all-completions): Don't quote lambda.
2740
2741 * comint.el (comint-mode-hook): Docstring fix.
2742 (comint-mode): Use define-derived-mode.
2743 (comint-mode-map): Remove obsolete comment.
2744 (make-comint): Minor stylistic change.
2745 (comint-insert-clicked-input): Be more careful to find the overlay.
2746 Use this-command-keys rather than hardcoding mouse-2.
2747
2748 * font-lock.el: Replace confusing (,@ with ,
2749 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
2750 Don't use regexp-opt-depth. Spice up the regexp for args.
2751 Don't distinguish between cmds that can take an opt arg or not.
2752 Use `append' and `prepend' rather than `keep'.
2753
2754 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
2755 (latex-outline-regexp): New var.
2756 (latex-outline-level): New fun.
2757 (latex-section-alist): New var.
2758 (latex-imenu-create-index): Use it. Use `push' as well.
2759 (tex-shell-map): Initialize it properly.
2760 (tex-mode): Minor stylistic change.
2761 (plain-tex-mode): Use define-derived-mode.
2762 (latex-mode): Use define-derived-mode.
2763 Construct the paragraph regexps in a more readable way.
2764 Set the buffer-local outline-{level,regexp} vars.
2765 (slitex-mode): Derive from latex-mode.
2766 (tex-common-initialization): Don't kill-all-vars anymore.
2767 Add setting for comment-add and font-lock-defaults.
2768 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
2769 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
2770 (tex-start-tex): New arg DIR (and send a chdir command for it).
2771 Also display the shell buffer and save it in tex-last-buffer-texed.
2772 (tex-region): Use expand-file-name rather than concat.
2773 Remove code made useless by changes in tex-start-tex.
2774 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
2775
2776 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
2777
ff398532
DL
27782000-09-28 Dave Love <fx@gnu.org>
2779
2780 * eshell/eshell.el (eshell) <defgroup>: Add :version.
2781
f9415d5b
GM
27822000-09-28 Gerd Moellmann <gerd@gnu.org>
2783
2784 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
2785 `append'.
2786
fa003899
SM
27872000-09-28 Stefan Monnier <monnier@cs.yale.edu>
2788
2789 * info.el (Info-extract-pointer): Undo last change.
2790 Instead, fix the position of the `bound' arg to re-search-backward.
2791
27922000-09-27 Stefan Monnier <monnier@cs.yale.edu>
2793
2794 * info.el (Info-extract-pointer):
2795 Widen more carefully, to avoid finding pointers in other nodes.
2796 (Info-index): Use push.
2797
f9415d5b 27982000-09-27 Gerd Moellmann <gerd@gnu.org>
6f22f1ad
GM
2799
2800 * frame.el (set-frame-font): Remove call to obsolete function
2801 frame-update-faces.
2802 (set-foreground-color, set-background-color): Likewise for
2803 frame-update-face-colors.
2804
5538b8ba
MB
28052000-09-27 Miles Bader <miles@gnu.org>
2806
2807 * image-file.el: New file.
2808
60536eea
GM
28092000-09-27 Gerd Moellmann <gerd@gnu.org>
2810
5b551d58
GM
2811 * frame.el (frame-notice-user-settings): Don't call
2812 frame-update-faces, which is a no-op now.
814299a7 2813
60536eea
GM
2814 * ediff-wind.el (ediff-control-frame-parameters): Add zero
2815 tool-bar-lines.
2816
36f1966f
DL
28172000-09-27 Dave Love <fx@gnu.org>
2818
2819 * mouse.el: Fix last change.
2820
c5785b73
MB
28212000-09-27 Miles Bader <miles@lsi.nec.co.jp>
2822
2823 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
2824
672172d9
KH
28252000-09-22 Kenichi Handa <handa@etl.go.jp>
2826
2827 * international/quail.el (quail-help): The output message is
2828 improved.
2829
4653b4ea
DL
28302000-09-26 Dave Love <fx@gnu.org>
2831
2832 * mouse.el (popup-menu): If POSITION is nil, set it using
2833 mouse-position.
2834
63900fcf
SS
28352000-09-25 Sam Steingold <sds@gnu.org>
2836
2837 * net/browse-url.el (browse-url-file-url): Check for null maps.
2838
cd3b81be
GM
28392000-09-26 Gerd Moellmann <gerd@gnu.org>
2840
876512ab 2841 * frame.el (frame-notice-user-settings): Don't add a
fa003899 2842 tool-bar-lines frame parameter to default-frame-alist in batch mode.
814299a7 2843
fa003899
SM
2844 * frame.el (frame-notice-user-settings):
2845 Make tool-bar-mode and default-frame-alist consistent.
77072ab1 2846
cd3b81be
GM
2847 * toolbar/tool-bar.el (tool-bar-help): New function.
2848
d8b4516f
GM
28492000-09-25 Gerd Moellmann <gerd@gnu.org>
2850
6567e9b5
GM
2851 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
2852 current-load-list in top-level forms. Else this leaks a cons cell
2853 every time a defun is called.
63900fcf 2854
d8b4516f 2855 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
63900fcf 2856
a461758e
DL
28572000-09-25 Dave Love <fx@gnu.org>
2858
7df6adc3
DL
2859 * startup.el (fancy-splash-head): Check XPM is available.
2860
a461758e
DL
2861 * autoinsert.el (auto-insert): Doc fix.
2862 (auto-insert-alist): Following GNU notices, don't say `copyright
2863 _by_'. Use line-beginning-position.
2864 (auto-insert): Check buffer-file-name is non-nil before use.
2865
b11af2dd
GM
28662000-09-25 Gerd Moellmann <gerd@gnu.org>
2867
2868 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
2869 starting with `@def' or `@multitable', in addition to ones
2870 specified by the user in auto-fill-inhibit-regexp.
2871
5f9f981b
GM
28722000-09-25 Markus Rost <rost@math.ohio-state.edu>
2873
2874 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
2875 rmail-dont-reply-to-names matches the empty string.
63900fcf 2876
8ff16b4e
GM
28772000-09-25 Gerd Moellmann <gerd@gnu.org>
2878
63900fcf 2879 * startup.el (command-line-1, fancy-splash-text): Change the
8ff16b4e
GM
2880 text to sound more friendly.
2881
9b4a7800
TTN
28822000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
2883
2884 * progmodes/hideshow.el: Update author email address.
2885 Generally, sync w/ maintainer version 5.22.
9b4a7800
TTN
2886 (hs-hide-all-non-comment-function): New var.
2887 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
2888 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
2889 (hs-show-region): Delete this command.
2890 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
2891
4c7c1f3f
DL
28922000-09-22 Dave Love <fx@gnu.org>
2893
2894 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
2895 (hl-line-highlight): Specify buffer when moving overlay.
2896
2897 * progmodes/fortran.el (fortran-mode): Locally set
2898 normal-auto-fill-function.
2899 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
2900 (fortran-mode-map): Adjust auto-fill menu entry.
2901
13f93dee
GM
29022000-09-22 Gerd Moellmann <gerd@gnu.org>
2903
36eb0a91
GM
2904 * vc-rcs.el (toplevel): Require `vc' when compiling.
2905
fa003899 2906 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
13f93dee 2907
36a03bf9
AS
29082000-09-22 Andre Spiegel <spiegel@gnu.org>
2909
9b4a7800 2910 * vc.el (vc-switch-backend): Signal an error if the file is not
36a03bf9
AS
2911 registered under the new backend.
2912
9b4a7800 2913 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
36a03bf9
AS
2914 without explicit revision number.
2915
6e4e8a3b
SM
29162000-09-21 Stefan Monnier <monnier@cs.yale.edu>
2917
2918 * diff-mode.el (diff-file-header-face): Reset to its previous value.
2919 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
2920 (diff-xor): New function.
2921 (diff-find-source-location): Use it. Fix a stupid name clash.
2922 (diff-hunk-status-msg): New function.
2923 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
2924 (diff-test-hunk): Use diff-find-source-location.
2925 (diff-goto-source): Favor the `reverse'.
2926 (diff-hunk-text): Properly handle one-sided context diffs.
2927 (diff-apply-hunk): When done, advance to the next hunk.
2928
1b24b888
GM
29292000-09-21 Gerd Moellmann <gerd@gnu.org>
2930
623a0aae
GM
2931 * startup.el (command-line): If frame was created with a non-zero
2932 tool-bar-lines parameter, switch tool-bar-mode on.
9b4a7800 2933
1b24b888
GM
2934 * add-log.el (change-log-date-face, change-log-name-face)
2935 (change-log-email-face, change-log-file-face)
2936 (change-log-list-face, change-log-conditionals-face)
fa003899
SM
2937 (change-log-function-face, change-log-acknowledgement-face):
2938 New faces, inheriting from font-lock faces.
1b24b888 2939 (change-log-font-lock-keywords): Use them.
9b4a7800 2940
93b3a1c8
DL
29412000-09-21 Dave Love <fx@gnu.org>
2942
80585273
DL
2943 * progmodes/cperl-mode.el (top-level): Clean up
2944 `eval-when-compile's and assorted defvars.
2945 (cperl-invalid-face): Don't double-quote value. Change custom
2946 type.
2947 (cperl-mode): Set normal-auto-fill-function and don't zap
2948 auto-fill-function.
2949 (cperl-imenu--function-name-regexp-perl): Renamed from
2950 imenu-example--function-name-regexp-perl.
2951 (cperl-imenu--create-perl-index): Renamed from
2952 imenu-example--create-perl-index.
2953 (cperl-xsub-scan): Don't require cl.
2954
93b3a1c8
DL
2955 * msb.el (msb-mode-map): Use substitute-key-definition.
2956 (msb-mode): Use msb-mode-map.
2957
43ccb598
AS
29582000-09-21 Andre Spiegel <spiegel@gnu.org>
2959
2960 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
2961 New functions.
fa003899 2962 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
43ccb598
AS
2963 (vc-switch-backend): New function.
2964 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
2965 (vc-register): Fix prompt.
2966 (vc-unregister, vc-default-unregister): New functions.
2967 (vc-version-diff): Handle empty buffer in sentinel.
2968
2969 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
2970 (vc-rcs-state-heuristic): Use it to guess the state of files with
2971 non-strict locking.
2972 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
2973 been set with -b, but not created yet.
2974 (vc-rcs-fetch-master-state): With non-strict locking, compare file
2975 contents in order to find the state.
2976 (vc-rcs-checkin): Allow creation of branches with no changes.
fa003899
SM
2977 (vc-rcs-unregister, vc-rcs-receive-file)
2978 (vc-rcs-set-non-strict-locking): New functions.
43ccb598 2979
9b4a7800 2980 * vc-hooks.el (vc-name): Force correct computation of the value
43ccb598 2981 in case it is missing.
9b4a7800 2982
95fadcca
GM
29832000-09-21 Gerd Moellmann <gerd@gnu.org>
2984
2985 * startup.el (fancy-splash-tail): Use a different foreground
2986 color on a dark frame background.
2987
470f23e1
MB
29882000-09-21 Miles Bader <miles@lsi.nec.co.jp>
2989
2990 * info.el: Use the correct capitalization when making Info-mode
2991 and Info-edit-mode `special' modes.
2992
281096ed
SM
29932000-09-20 Stefan Monnier <monnier@cs.yale.edu>
2994
2995 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
2996 (diff-mode): Add support for add-log.el.
2997 (diff-hunk-text): Use char offsets rather than line offsets.
2998 (diff-find-source-location): Replace LINE with line-offset (nil
2999 if not found) and always set POS to a meaningful position.
3000 Adapt to the new char-offsets.
3001 (diff-apply-hunk): Drop support for the unused `select' POPUP.
3002 Adapt to the new diff-find-source-location.
3003 (diff-goto-source): Adapt to the new diff-find-source-location.
3004
3005 * add-log.el (add-log-file-name): New function (split out of
3006 add-change-log-entry).
3007 (add-change-log-entry): Use it.
3008 Call add-log-file-name-function with the changelog file name if
3009 the current buffer is not associated with any file.
3010 Avoid find-file if the selected window is dedicated.
3011
3012 * diff-mode.el (diff-find-source-location):
3013 Move code from diff-apply-hunk. Return buffer rather than file.
3014 (diff-apply-hunk): Use the new result from diff-find-source-location.
3015 (diff-goto-source): Use the new diff-find-source-location.
3016
c29d77c4
DL
30172000-09-20 Dave Love <fx@gnu.org>
3018
3019 * iswitchb.el: Some doc fixes.
3020 (iswitchb-mode-map): Define completely initially. Inherit
3021 minibuffer-local-map.
3022 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
3023 fundamental-mode.
3024 (iswitchb-global-map): New variable.
3025 (iswitchb-summaries-to-end): Amalgamate regexps.
3026 (iswitchb-mode): New.
3027 (iswitchb-mode-hook): New variable.
3028 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
3029 `extensions'.
3030
49939379
GM
30312000-09-20 Gerd Moellmann <gerd@gnu.org>
3032
d05c87ac
GM
3033 * ehelp.el (electric-help): New defgroup.
3034 (electric-help-shrink-window): New user-option.
3035 (with-electric-help): Use it.
3036
1ec082d4
GM
3037 * window.el (shrink-window-if-larger-than-buffer): If face
3038 `mode-line' has a :box, and we're on a graphical frame, add 1
3039 to the needed window height.
3040
f46c275e
GM
3041 * frame.el (frame-notice-user-settings): Add a last parameter nil
3042 to a call to `append', because the last list passed to `append' is
3043 not copied, and so subsequent calls to assq-delete-all will modify
3044 default-frame-alist.
3045
b7e11c5b
GM
3046 * startup.el (fancy-splash-image): Change :type.
3047 (fancy-splash-head): Use an XBM image if appropriate.
3048 (command-line-1): Show splash screens in more cases.
3049
26ff68aa
GM
3050 * startup.el (fancy-splash-text): Don't quote faces.
3051
8320414c
GM
3052 * dired.el (dired-font-lock-keywords): Undo last change.
3053 (dired-readin): Bind indent-tabs-mode to nil.
3054
49939379
GM
3055 * startup.el (fancy-splash-head): If frame's background mode
3056 is `dark', change the black background of the image to gray.
3057 (fancy-splash-screens): Display startup echo area message.
3058 (display-startup-echo-area-message): New function.
3059
c3b27206
MB
30602000-09-20 Miles Bader <miles@lsi.nec.co.jp>
3061
55a3d2a1
MB
3062 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
3063
3064 * info.el (info-header-node): Tweak for color ttys.
3065
37a99821
MB
3066 * faces.el (face-valid-attribute-values): Make sure directories we
3067 search for stipples both exist and are readable before trying to
3068 search them.
3069
0415d0d0
MB
3070 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
3071 in the dry-run case.
3072
523b128c
MB
3073 * jka-compr.el (with-auto-compression-mode): New macro.
3074
c3b27206
MB
3075 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
3076 (custom-group-tag-face, custom-variable-tag-face): Use relative
3077 :height and inherit from `variable-pitch' face instead of
3078 hardwiring :family.
3079 * hi-lock.el (hi-black-hb): Likewise.
3080
ddba99ad
MB
3081 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
3082 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
3083 toolbar-add-item, if image doesn't have a mask add a `:mask
3084 heuristic'.
3085
7e99fbde
SM
30862000-09-19 Stefan Monnier <monnier@cs.yale.edu>
3087
3088 * diff-mode.el: Docstring fixes.
3089 (diff-header-face, diff-comment-face): New faces.
3090 (diff-font-lock-keywords): Highlight a bit differently.
3091 (diff-find-source-location): Don't return SPAN any more.
3092 (diff-hunk-text): Don't bother erasing the temp buffer.
3093 (diff-find-text): Drop argument LINE.
3094 (diff-apply-hunk): Update calls to diff-find-text.
3095 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
3096
3097 * calendar/calendar.el: Docstring fixes.
3098 (calendar-make-alist): Don't quote lambda.
3099 (calendar-star-date): Use make-local-variable.
3100
fb275c02
DL
31012000-09-19 Dave Love <fx@gnu.org>
3102
7e99fbde
SM
3103 * toolbar/tool-bar.el: Renamed from toolbar.el.
3104 Change `toolbar' to `tool-bar' generally in symbols.
3105 Make some items invisible in `special' major modes.
3106 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
3107 Add arg PROPS.
532cb34d 3108
7e99fbde
SM
3109 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
3110 Add :version here.
fb275c02
DL
3111 (fancy-splash-delay, fancy-splash-image): Remove :version here.
3112
8f4ca9a5
GM
31132000-09-19 Gerd Moellmann <gerd@gnu.org>
3114
8b7707e1 3115 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
da1608d9 3116
8b7707e1 3117 * files.el (find-file-suppress-same-file-warnings): New user-option.
8fb3df59
GM
3118 (find-file-noselect): Use it.
3119
8b7707e1 3120 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
a01bb1db
GM
3121 (fancy-splash-screen): Defgroup.
3122
8f4ca9a5
GM
3123 * add-log.el (change-log-font-lock-keywords): Match names
3124 more exactly for the case that font-lock-constant-face is
3125 underlined.
3126
ba9eeda1 31272000-09-19 Richard M. Stallman <rms@gnu.org>
9b4a7800 3128
8b7707e1 3129 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
ba9eeda1 3130
289eaef9
AS
31312000-09-19 Andre Spiegel <spiegel@gnu.org>
3132
3133 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
3134
ce9ded5d
GM
31352000-09-19 Gerd Moellmann <gerd@gnu.org>
3136
c113de23
GM
3137 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
3138 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
3139 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
3140 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
3141 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
3142 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
3143 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
3144 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
3145 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
3146 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
3147 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
8f4ca9a5 3148 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
c113de23 3149
ce9ded5d
GM
3150 * startup.el (fancy-splash-text): New variable.
3151 (fancy-splash-delay, fancy-splash-image): New user-options.
3152 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
3153 (fancy-splash-screens): New functions.
3154 (command-line-1): If display has a `display' frame parameter, has
3155 colors, and we have XPM support, show more fancy splash screens.
9b4a7800 3156
b9b1c3a9
DL
31572000-09-19 Dave Love <fx@gnu.org>
3158
3159 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
3160 with null `help'. Use modern backquote syntax.
3161
1af25534
GM
31622000-09-19 Gerd Moellmann <gerd@gnu.org>
3163
afd3c8cd
GM
3164 * font-lock.el (font-lock-mode): Change message telling the user
3165 that ``the buffer is too big''.
3166
1af25534
GM
3167 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
3168 for instance for the case that tab-width is 2.
3169
05b1f851
GM
31702000-09-18 Gerd Moellmann <gerd@gnu.org>
3171
3172 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
3173 toolbar-add-item, if image doesn't have a mask add a `:mask
3174 heuristic'.
3175
8ec8f673
MB
31762000-09-18 Miles Bader <miles@lsi.nec.co.jp>
3177
2b612b1f
MB
3178 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
3179 and return a cons if it's non-nil.
3180 (diff-apply-hunk): Try to jump to the line in the source text
3181 corresponding to the position of point in the in the hunk.
3182
9b4a7800 3183 * info.el (Info-title-3-face, Info-title-2-face)
8ec8f673
MB
3184 (Info-title-1-face): Use face inheritance and relative sizes
3185 instead of hard-wiring things.
3186
3187 * faces.el (secondary-selection): Make dark-background variant sane.
3188
5eedab4d
AI
31892000-09-16 Andrew Innes <andrewi@gnu.org>
3190
5eedab4d
AI
3191 * makefile.w32-in (compile-files-CMD): No need to make .elc files
3192 read-only, since they aren't under VC now.
3193
6a142f26
DL
31942000-09-17 Dave Love <fx@gnu.org>
3195
e07436e1
DL
3196 * tmm.el: Replace mapcar with mapc in several places.
3197
3198 * loadhist.el (unload-feature): Maybe call elp-restore-list and
3199 ad-unadvise.
3200
7d354dd5
DL
3201 * international/latin1-disp.el: New file.
3202
6a142f26
DL
3203 * calendar/cal-move.el (scroll-calendar-left)
3204 (scroll-calendar-right): Make arg optional (for active mode line).
3205
3206 * calendar/calendar.el (calendar-mode-line-format): Make fields
3207 mouse-sensitive.
3208 (calendar-read-date, calendar-read-date, calendar-window-list):
3209 Unquote lambda.
3210 (calendar-month-name): Use aref, not sref.
3211
3212 * view.el (minor-mode-alist): Propertize the string.
3213
3214 * international/characters.el (standard-case-table): Add entries
3215 for Greek.
3216
50ac70af
MB
32172000-09-18 Miles Bader <miles@gnu.org>
3218
53c9ab4f
MB
3219 * info.el (info-node, info-xref): Add dark-background variants.
3220
a114b1ca
MB
3221 * faces.el (header-line): Change defaults to be less confusing
3222 when mixed with mode-lines.
3223
50ac70af
MB
3224 * info.el (Info-fontify-node): Make a few cleanups.
3225 Add extra `help-echo' and `local-map' props to node xrefs.
3226 Use header-specific faces for node-names & xrefs.
3227 (Info-use-header-line): New variable.
53c9ab4f 3228 (info-header-xref, info-header-node): New faces.
50ac70af
MB
3229 (Info-setup-header-line): New function.
3230 (Info-select-node): Call Info-setup-header-line when enabled.
3231 (Info-extract-pointer): Work even if the header line is hidden.
3232 (Info-header-line): New variable.
3233
729927ff
SM
32342000-09-16 Stefan Monnier <monnier@cs.yale.edu>
3235
3236 * vms-patch.el (print-region-function): Don't quote lambda.
3237
3238 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
3239
3240 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
3241 (lm-get-header-re): Allow spaces between the header and the colon.
3242 (lm-header): Allow $ in non-RCS headers.
3243 (lm-header-multiline): Put the strings back into order.
3244 Stop at an empty line. Don't require two space chars if the
3245 line is clearly not another header line.
3246
3247 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
3248 (popup-menu-popup): Remove.
3249
7a98d821
GM
32502000-09-15 Gerd Moellmann <gerd@gnu.org>
3251
7f8f1edc
GM
3252 * toolbar/toolbar.el (toolbar-add-item): Use the same image
3253 specification if or if not tool-bar item contains an `:enabled'
3254 property.
3255
7a98d821
GM
3256 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
3257 current buffer has no file name.
3258
a7bc704b
DL
32592000-09-15 Dave Love <fx@gnu.org>
3260
3261 * strokes.el: Sync with maintainer's current version with changes
3262 for Emacs, but avoid runtime cl and levents.
3263 (toplevel): Change autoloads and compilation requires.
3264 (strokes-version, strokes-bug-address, strokes-lift): Values
3265 changed.
3266 (strokes-xpm-header, strokes-insinuated): New variable.
3267 (strokes): Add :link.
3268 (strokes-mode): Customized.
3269 (strokes-while-inhibiting-garbage-collector): New macro.
3270 (strokes-remassoc): Avoid remove-if.
3271 (strokes-fix-button2-command): Don't use ad-do-it.
3272 (strokes-insinuate): New function.
3273 (strokes-button-press-event-p, strokes-button-release-event-p):
3274 New functions, used instead of non-`strokes-' versions..
3275 (strokes-mouse-event-p): Rewritten.
3276 (strokes-event-closest-point): Avoid event-point.
3277 (strokes-get-grid-position): Avoid cdadr, caadr
3278 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
3279 functions.
3280 (strokes-help): Use with-output-to-temp-buffer.
3281 (strokes-window-configuration-changed-p): New function.
3282 (strokes-update-window-configuration): Use buffer-live-p,
3283 strokes-window-configuration-changed-p.
3284 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
3285 (strokes-char-face): New face.
3286 (strokes-char-table, strokes-base64-chars): New variable.
3287 (strokes-xpm-for-stroke, strokes-list-strokes)
3288 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
3289 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
3290 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
3291 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
3292 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
3293 functions.
3294
47e351a3
GM
32952000-09-15 Gerd Moellmann <gerd@gnu.org>
3296
ebb8f116
GM
3297 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
3298
47e351a3
GM
3299 * image.el (create-image): Doc fix.
3300
3301 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
3302 instead of `:heuristic-mask t'.
3303
fe83b953
AI
33042000-09-14 Andrew Innes <andrewi@gnu.org>
3305
3306 * makefile.w32-in: Revert to Unix line endings.
3307
52481729
AI
33082000-09-14 Andrew Innes <andrewi@gnu.org>
3309
3021e816
AI
3310 * makefile.w32-in: Add bootstrap support. Also copy lisp source
3311 when installing.
3312
52481729
AI
3313 * makefile.nt (DONTCOMPILE): Fix typo.
3314
3315 * shell.el (shell-write-history-on-exit): New function.
3316 (shell-dumb-shell-regexp): New custom variable.
3317 (shell-mode): Make shell-write-history-on-exit the process
3318 sentinel if shell name matches shell-dumb-shell-regexp.
3319
3320 * w32-fns.el: Comment out before-init-hook function which resets
3321 source-directory based; this breaks bootstrap.
3322
f8034e41
DL
33232000-09-14 Dave Love <fx@gnu.org>
3324
3325 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
3326 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
3327 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
3328 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
3329 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
3330 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
3331 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
3332 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
3333 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
3334
3335 * toolbar/toolbar.el: New.
3336
3337 * subdirs.el: Add toolbar.
3338
b9ce5694
GM
33392000-09-14 Gerd Moellmann <gerd@gnu.org>
3340
3341 * indent.el (indent-for-tab-command): Doc fix.
3342
986b7dee
GM
33432000-09-14 Alex Schroeder <alex@gnu.org>
3344
3345 * ansi-color.el (ansi-colors): Doc change.
3346 (ansi-color-get-face): Simplified regexp.
3347 (ansi-color-faces-vector): Added more faces, doc change.
3348 (ansi-color-names-vector): Doc change.
3349 (ansi-color-regexp): Simplified regexp.
3350 (ansi-color-parameter-regexp): New regexp.
3351 (ansi-color-filter-apply): Doc change.
3352 (ansi-color-filter-region): Doc change.
3353 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
3354 deal with zero length parameters.
3355 (ansi-color-apply-on-region): Doc change.
3356 (ansi-color-map): Doc change.
3357 (ansi-color-map-update): Removed debugging message.
3358 (ansi-color-get-face-1): Added condition-case to trap
3359 args-out-of-range errors.
3360 (ansi-color-get-face): Doc change.
3361 (ansi-color-make-face): Removed.
3362 (ansi-color-for-shell-mode): New option.
9b4a7800 3363
076ff911
KH
33642000-09-13 Kenichi Handa <handa@etl.go.jp>
3365
3366 * international/quail.el (quail-start-translation): Translate KEY
3367 if necessary even if it doesn't have any mapping in the current
3368 input method.
3369 (quail-start-conversion): Likewise.
3370 (quail-help): The output message is improved.
3371
bdf08678
MB
33722000-09-13 Miles Bader <miles@gnu.org>
3373
3374 * comint.el (comint-output-filter): Revert to using
3375 `insert-before-markers'. Add bletcherous hack to undo damage
3376 caused by `insert-before-markers'. Put `front-sticky' property on
3377 overlays created here so that the field code understands how the
3378 overlay works. Use a let when making comint-last-prompt-overlay,
3379 so that the code is easier to read.
3380
ffb8db8d
DL
33812000-09-13 Dave Love <fx@gnu.org>
3382
3383 * wid-edit.el (widget-default-format-handler): DTRT when
3384 doc-property is a function.
3385
5dd05f61
GM
33862000-09-12 Francesco Potorti` <pot@gnu.org>
3387
3388 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
3389 filed name if it's not there.
3390
35177617
DL
33912000-09-12 Dave Love <fx@gnu.org>
3392
9023837e
DL
3393 * simple.el (read-mail-command): Doc fix.
3394 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
3395
35177617
DL
3396 * vc.el (vc-dired-listing-switches): Fix :version.
3397
3398 * vc-hooks.el: Doc fixes.
3399
3400 * subr.el (add-minor-mode): Use toggle-fun arg.
3401
3402 * speedbar.el: Add :version to several defcustoms.
3403
3404 * imenu.el (imenu--truncate-items, imenu--cleanup)
3405 (imenu--generic-function): Avoid mapcar.
3406 (imenu--replace-spaces): Function removed.
3407 (imenu--completion-buffer): Use subst-char-in-string.
3408 (imenu-add-to-menubar): Use keymap inheritance.
3409
1afaae94
MB
34102000-09-12 Miles Bader <miles@gnu.org>
3411
3412 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
3413 (diff-mode-map): Bind `diff-test-hunk'.
3414 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
3415
34162000-09-11 Gerd Moellmann <gerd@gnu.org>
71246c2c
GM
3417
3418 * bytecomp.el (byte-compile-defvar): Undo last change
3419 because it breaks '(make-variable-buffer-local (defvar ...)'
3420 which is used at least in dired.
3421
63c36c3c
KH
34222000-09-12 Kenichi Handa <handa@etl.go.jp>
3423
3424 * international/quail.el (quail-define-package): Docstring
3425 modified.
3426
1ad24be1
KH
34272000-09-12 Kenichi Handa <handa@etl.go.jp>
3428
362a8065
KH
3429 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
3430 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
3431 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
3432 docstring of "chinese-py".
3433
1ad24be1
KH
3434 * international/quail.el (quail-translation-docstring): New
3435 variable.
3436 (quail-show-keyboard-layout): Docstring modified.
3437 (quail-select-current): Likewise.
3438 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
3439 infinite recursive call.
3440 (quail-help): Check quail-translation-docstring. Format of the
3441 output changed.
3442 (quail-help-insert-keymap-description): Adjusted for the above
3443 change.
3444
cc0f95a4
GM
34452000-09-11 Gerd Moellmann <gerd@gnu.org>
3446
3447 * bytecomp.el (byte-compile-defvar): Only cons onto
3448 current-load-list in top-level forms. Else this leaks a cons cell
3449 every time a defun is called.
3450
7530b6da
MB
34512000-09-11 Miles Bader <miles@lsi.nec.co.jp>
3452
3453 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
3454 Now understands non-unified diffs. Some functionality moved into
3455 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
3456 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
3457 modify anything. Only reposition point in the patched file if the
3458 patch succeeds. Only pop up another window if POPUP is true.
3459 Emit a message describing what happened if successful, and at what
3460 line-offset. Automatically detect reversed hunks and do something
3461 appropriate.
3462 (diff-hunk-text, diff-find-text): New functions.
3463 (diff-filter-lines): Function removed.
3464 (diff-test-hunk): New function.
3465 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
3466
6b124390
DL
34672000-09-10 Dave Love <fx@gnu.org>
3468
3469 * textmodes/tildify.el: Minor doc/commentary fixes.
3470 (tildify) <defgroup>: Add :version.
3471
3472 * faces.el (face-x-resources): Make custom type more specific.
3473 (frame-background-mode): Use mapc.
3474 (region) <defcustom>: Add :version.
3475
7f8b6551
SM
34762000-09-08 Stefan Monnier <monnier@cs.yale.edu>
3477
9b4a7800
TTN
3478 * vc-sccs.el (vc-sccs-register):
3479 * vc-rcs.el (vc-rcs-register):
7f8b6551
SM
3480 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
3481 * vc.el (vc-register): Clear file's properties.
3482
c454aac1
GM
34832000-09-08 Gerd Moellmann <gerd@gnu.org>
3484
3485 * faces.el (face-spec-set): Only face-spec-reset-face when
3486 ATTRS is non-nil.
3487
bb934822
EZ
34882000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
3489
3490 * help.el (help-insert-xref-button): Fix a typo in doc string.
3491
03419440
EZ
34922000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
3493
7f8b6551
SM
3494 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
3495 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
43b11fee
EZ
3496 methods.
3497
03419440
EZ
3498 * menu-bar.el (read-mail-item-name): New function.
3499 (menu-bar-tools-menu): Use it to compute and display the package
3500 used to read email.
3501 (menu-bar-tools-menu): Fix typo in GUD's help string.
3502
dbcee71a
DL
35032000-09-07 Dave Love <fx@gnu.org>
3504
19e713d8
DL
3505 * diff-mode.el (diff-mouse-goto-source): New function.
3506
a7cafade 3507 * vc-sccs.el: Doc fixes.
7f8b6551 3508 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
a7cafade
DL
3509
3510 * vc-rcs.el: Doc fixes.
7f8b6551
SM
3511 (vc-rcs-register-switches, vc-rcs-checkin-switches)
3512 (vc-rcs-checkout-switches, vc-rcs-header)
a7cafade
DL
3513 (vc-rcs-master-templates): Add or change :version.
3514
7f8b6551 3515 * vc-cvs.el: Doc fixes.
a7cafade
DL
3516 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
3517 (vc-cvs-stay-local): Add :version.
3518
dbcee71a
DL
3519 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
3520
ed254191
KH
35212000-09-07 Kenichi Handa <handa@etl.go.jp>
3522
3523 * international/quail.el (quail-help): Fix previous change.
3524
ab0ee409
GM
35252000-09-07 Gerd Moellmann <gerd@gnu.org>
3526
f46f845b 3527 * faces.el (color-values): Doc fix.
9b4a7800 3528
ab0ee409
GM
3529 * faces.el (frame-set-background-mode): Use frame-parameter
3530 instead of frame-parameters.
3531
3532 * frame.el (filtered-frame-list): Reduce consing.
9b4a7800 3533 (frames-on-display-list): Call frame-parameter instead of
ab0ee409 3534 frame-parameters.
9b4a7800 3535
f7246ac7
KH
35362000-09-07 Kenichi Handa <handa@etl.go.jp>
3537
3538 * language/devan-util.el (devanagari-to-indian-region): In the
3539 loop, change the following char, not preceding char.
3540
96889af2
GM
35412000-09-07 Gerd Moellmann <gerd@gnu.org>
3542
1091dd67
GM
3543 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
3544 instead of frame-parameters.
3545
9b4a7800 3546 * faces.el (set-face-attribute): Simplify by calling
0da3ecef
GM
3547 internal-set-lisp-face-attribute with FRAME being 0.
3548
3549 * vc.el: Remove `Id' version control keyword.
96889af2 3550
0fddd0dc
KH
35512000-09-07 Kenichi Handa <handa@etl.go.jp>
3552
3553 * help.el (help-make-xrefs): Adjusted for the change of
3554 help-xref-mule-regexp.
3555 (help-insert-xref-button): New function.
3556
3557 * international/mule-cmds.el (help-xref-mule-regexp-template):
3558 Include the pattern for character set.
3559 (leim): New group.
3560
3561 * international/quail.el: Don't require face.
3562 (quail): New group.
7f8b6551 3563 (quail-other-command): Dummy command to make quail-help work better.
0fddd0dc
KH
3564 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
3565 (quail-keyboard-layout-substitution): New variable.
3566 (quail-update-keyboard-layout): New function.
3567 (quail-keyboard-layout-type): New customizable variable.
3568 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
3569 (quail-keyboard-translate): Pay attention to
3570 quail-keyboard-layout-substitution.
3571 (quail-insert-kbd-layout): New function.
3572 (quail-show-keyboard-layout): New function.
3573 (quail-get-translation): If the definition is a vector of length
7f8b6551 3574 1, and the element is a string of length 1, return the character
0fddd0dc
KH
3575 in that string.
3576 (quail-update-current-translations): Fix the case of
3577 relative-index out of range.
3578 (quail-build-decode-map, quail-insert-decode-map): New Functions.
3579 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
7f8b6551 3580 Show key sequences for all available characters.
0fddd0dc
KH
3581 (quail-help-insert-keymap-description): Don't show such verbose
3582 key bindings as quail-self-insert-command.
3583
3584 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
3585 Format changed, and each element now have extra documentations.
3586 (tit-process-header): Delete invalid characters from TIT-PROMPT.
3587 Adjusted for the change of quail-cxterm-package-ext-info.
3588
8ddceaf1
GM
35892000-09-06 Gerd Moellmann <gerd@gnu.org>
3590
3591 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
3592 requiring it leads to a recursive loading of vc.el and vc-hooks.el
3593 during bootstrap.
3594
099bd78a
SM
35952000-09-05 Stefan Monnier <monnier@cs.yale.edu>
3596
3597 * vc.el: (toplevel): Don't require `dired' at run-time.
3598 (vc-dired-resynch-file): Remove autoload cookie.
3599
36002000-09-05 Andre Spiegel <spiegel@gnu.org>
3601
3602 * vc.el: Made several backend functions optional.
3603 (vc-default-responsible-p): New function.
3604 (vc-merge): Use RET for first version to trigger merge-news, not
3605 prefix arg.
3606 (vc-annotate): Handle backends that do not support annotation.
3607 (vc-default-merge-news): Removed. The existence of a merge-news
3608 implementation is now checked on caller sites.
3609
9b4a7800 3610 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
099bd78a
SM
3611 case.
3612
9b4a7800 3613 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
099bd78a
SM
3614 special case that has been removed from the default in vc-hooks.el.
3615
36162000-09-05 Stefan Monnier <monnier@cs.yale.edu>
3617
3618 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
3619
36202000-09-05 Andre Spiegel <spiegel@gnu.org>
3621
3622 * vc-hooks.el: Require vc during compilation.
3623 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
3624 macro `with-vc-properties' in vc.el.
3625 (vc-file-getprop): Doc fix.
3626 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
9b4a7800 3627
099bd78a
SM
3628 * vc.el: Require dired-aux during compilation.
3629 (vc-name-assoc-file): Moved to vc-sccs.el.
3630 (with-vc-properties): New macro.
9b4a7800 3631 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
099bd78a
SM
3632 vc-finish-steal): Use it.
3633 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
3634 to the backend-specific function is now supposed to do the checkout,
3635 too.
3636 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
3637
9b4a7800 3638 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
099bd78a
SM
3639 set file properties; that gets done in the generic code now.
3640
3641 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
3642 Changed parameter list, added code from vc.el that does the
3643 checkout, possibly with a double-take.
3644
3645 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
3646 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
3647 the above under the new name.
3648 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
3649 parameter list, added checkout command.
3650 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
3651 properties; that gets done in the generic code now.
3652
36532000-09-05 Stefan Monnier <monnier@cs.yale.edu>
3654
3655 * vc.el: Docstring fixes (courtesy of checkdoc).
3656
36572000-09-05 Stefan Monnier <monnier@cs.yale.edu>
3658
3659 * vc.el (vc-checkout-writable-buffer-hook)
3660 (vc-checkout-writable-buffer): Remove.
3661 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
3662 (vc-log-mode): Make it into a clean derived major mode.
3663 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
3664 vc-log-mode if log-edit is not available.
3665 (vc-dired-mode-map): Don't set-keymap-parent yet.
3666 (vc-dired-mode): Do set-keymap-parent here.
3667 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
3668
08ba3862
GM
36692000-09-05 Gerd Moellmann <gerd@gnu.org>
3670
3671 * faces.el (set-face-attribute, face-spec-reset-face)
3672 (face-spec-set): Avoid consing by removing calls to `apply'.
3673
3674 * frame.el (frame-parameter): Move to C code.
3675
3b4429b4
DL
36762000-09-05 Dave Love <fx@gnu.org>
3677
3678 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
3679 insert-before-markers-and-inherit. Now checked systematically!
3680
877055f6
GM
36812000-09-05 Alex Schroeder <alex@gnu.org>
3682
3683 * sql.el (sql-postgres): Use sql-postgres-options.
3684 (sql-postgres-options): New variable.
3685
36862000-09-05 Alex Schroeder <alex@gnu.org>
3687
3688 * sql.el (sql-mode-menu): Work around missing variable mark-active
3689 in XEmacs.
3690 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
3691 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
3692 compatibility.
3693
7a004b71
GM
36942000-09-04 Gerd Moellmann <gerd@gnu.org>
3695
54baed30 3696 * vc.el (vc-dired-resynch-file): Add autoload cookie.
9b4a7800 3697
7a004b71
GM
3698 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
3699
3700 * Makefile.in (DONTCOMPILE): Fix typo in file name.
3701
37022000-09-04 Andre Spiegel <spiegel@gnu.org>
3703
3704 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
3705 don't support anything else under SCCS yet.
3706
3707 * vc-hooks.el: Minor doc fixes.
3708
37092000-09-04 Andre Spiegel <spiegel@gnu.org>
3710
3711 * vc.el (vc-next-action-on-file): Do not visit the file if it's
3712 not necessary. If verbose in state `needs-patch', do the same as
3713 under `up-to-date'. When NOT verbose and `needs-patch', check out
3714 latest version instead of `merge-news'.
3715 (vc-next-action-dired): Don't mess with default-directory here; it
3716 breaks other parts of dired. It is the job of the
099bd78a 3717 backend-specific functions to adjust it temporarily if they need it.
7a004b71
GM
3718 (vc-next-action): Remove a special CVS case.
3719 (vc-clear-headers): New optional arg FILE.
3720 (vc-checkin, vc-checkout): Set properties vc-state and
3721 vc-checkout-time properly.
099bd78a 3722 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
7a004b71
GM
3723 (vc-print-log): Use new backend function `show-log-entry'.
3724 (vc-cancel-version): Do the checks in a different order. Added a
3725 FIXME concerning RCS-only code.
3726
3727 * vc-rcs.el (vc-rcs-show-log-entry): New function.
3728 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
3729
3730 * vc-cvs.el (vc-cvs-show-log-entry): New function.
3731
9b4a7800 3732 * vc-hooks.el (vc-default-mode-line-string): Show state
7a004b71
GM
3733 `needs-patch' as a `-' too.
3734
37352000-09-04 Andre Spiegel <spiegel@gnu.org>
3736
3737 * vc.el (vc-responsible-backend): New optional arg REGISTER.
3738 (vc-default-could-register): New function.
3739 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
3740 (vc-resynch-buffer): Call vc-dired-resynch-file.
3741 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
3742 vc-resynch-buffer instead of vc-resynch-window.
3743 (vc-next-action-dired): Don't redisplay here, that gets done as a
3744 result of the individual file operations.
3745 (vc-retrieve-snapshot): Corrected prompt order.
3746
3747 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
9b4a7800 3748
7a004b71
GM
3749 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
3750 as well.
3751 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
3752 hostname regexps. Updated all callers.
3753 (vc-cvs-responsible-p): Handle directories as well.
3754 (vc-cvs-could-register): New function.
3755 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
3756 properties up-to-date.
9b4a7800 3757
7a004b71
GM
3758 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
3759 user whether to create one.
3760
37612000-09-04 Andre Spiegel <spiegel@gnu.org>
3762
3763 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
3764 check out a non-existing file.
3765
3766 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
3767 workfile does not exist.
3768
3769 * vc.el (vc-version-diff): Use `require' to check for existence of
3770 diff-mode.
3771
37722000-09-04 Andre Spiegel <spiegel@gnu.org>
3773
3774 * vc-cvs.el (vc-cvs-registered): Use new function
3775 vc-cvs-parse-entry to do the actual work.
3776
37772000-09-04 Andre Spiegel <spiegel@gnu.org>
3778
3779 * vc-hooks.el (vc-find-backend-function): If function doesn't
3780 exist, return nil instead of error.
3781 (vc-call-backend): Doc fix.
3782
3783 * vc.el (vc-do-command): Doc fix.
3784 (vc-finish-logentry): When checking in from vc-dired, choose the
3785 right backend for logentry check.
3786 (vc-dired-mode-map): Inherit from dired-mode-map.
3787 (vc-dired-mode): Local value of dired-move-to-filename-regexp
3788 simplified.
3789 (vc-dired-state-info): Removed, updated caller.
3790 (vc-default-dired-state-info): Use parentheses instead of hyphens.
3791 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
3792 (vc-dired-listing-switches): New variable.
3793 (vc-directory): Use it, instead of dired-listing-switches.
3794
3795 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
3796 (vc-cvs-dir-state): New function.
7f8b6551 3797 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
7a004b71
GM
3798 (vc-cvs-parse-entry): New function, also to be used in
3799 vc-cvs-registered.
9b4a7800 3800
7a004b71
GM
38012000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3802
3803 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
3804 *or* single-window-frames.
3805
38062000-09-04 Andre Spiegel <spiegel@gnu.org>
3807
3808 * vc.el (vc-update-changelog): Split into generic part and default
3809 implementation. Doc string adapted.
3810 (vc-default-update-changelog): New function. Call the `rcs2log'
3811 script in exec-directory, to fix a long-standing nuisance.
3812
3813 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
3814 simply signals an error.
9b4a7800 3815
7a004b71
GM
38162000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3817
3818 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
3819 control-flow more clear and to avoid running `cvs' twice.
3820
3821 * vc.el (vc-next-action-on-file): Doc fix.
3822 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
3823 (vc-print-log): Eval `file' before constructing the continuation.
3824
38252000-09-04 Andre Spiegel <spiegel@gnu.org>
3826
3827 * vc.el (vc-next-action-on-file): Corrected several messages.
3828 (vc-merge): Add prefix arg `merge-news'; handle it.
3829
3830 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
3831 is not reached. It is.
3832 (vc-cvs-merge): Set state to 'edited after merge.
3833 (vc-cvs-merge-news): Set workfile version to nil if not known.
3834 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
3835
3836 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
3837 via stdout. (Merge from main line.)
9b4a7800 3838
7a004b71
GM
38392000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3840
3841 * vc.el (vc-finish-logentry): Thinko in the "same comment"
3842 detection.
3843
38442000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3845
3846 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
3847 against kill-all-local-variables.
3848 (vc-log-edit): Don't save vc-parent-buffer any more.
3849 (vc-last-comment-match): Initialize to an empty string.
3850 (vc-post-command-functions): New hook.
3851 (vc-do-command): Run it.
3852 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
3853 (vc-finish-logentry): Only add the comment to the ring if it's
3854 different from the last comment entered.
3855 (vc-new-comment-index): New function.
3856 (vc-previous-comment): Use it. Make the minibuffer message
3857 slightly less terse.
3858 (vc-comment-search-reverse): Make it work forward as well. Don't
3859 set vc-comment-ring-index if no match is found. Use
3860 vc-new-comment-index.
3861 (vc-comment-search-forward): Use vc-comment-search-reverse.
3862 (vc-dired-mode-map): Don't inherit from dired-mode-map since
3863 define-derived-mode will do it for us. Bind `v' to a keymap that
3864 inherits from vc-prefix-map so that we can bind `vt' without
3865 binding C-x v t.
3866 (vc-retrieve-snapshot): Parenthesis typo.
3867
3868 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
3869 to 1. Make sure to switch to *vc* before looking for an error
3870 message. Use vc-parse-buffer.
3871
38722000-09-04 Andre Spiegel <spiegel@gnu.org>
3873
3874 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
3875 and NAME.
3876 (vc-retrieve-snapshot): Split into two parts.
3877 (vc-default-retrieve-snapshot): New function.
3878
3879 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
3880 (vc-cvs-retrieve-snapshot): New function (untested).
3881 (vc-cvs-stay-local): Default to t.
3882 (vc-cvs-remote-p): New function and property.
3883 (vc-cvs-state): Stay local only if the above is t.
3884 (vc-handle-cvs): Removed.
3885 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
3886 done via vc-handled-backends now.
3887 (vc-cvs-header): Escape Id.
3888
38892000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3890
3891 * vc.el (vc-do-command): Remove unused commands.
3892 (vc-version-diff): Make sure default-directory ends with a slash.
3893 Move the window commands into a vc-exec-after.
3894 (vc-print-log): Move more of the code into the `vc-exec-after'.
3895
38962000-09-04 Andre Spiegel <spiegel@gnu.org>
3897
3898 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
3899 (vc-print-log): Search current revision from beginning of buffer.
3900 (vc-revert-buffer): Clear echo area after the diff is finished.
3901 (vc-prefix-map): Removed definition of "t" for terse display in vc
3902 dired.
3903 (vc-dired-mode-map): Inherit from dired-mode-map. Added
3904 definition of "vt" for terse display.
3905 (vc-dired-mode): Fix dired-move-to-filename-regexp.
3906
39072000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3908
3909 * vc.el (vc-exec-after): Avoid caddr.
3910
39112000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3912
3913 * vc.el (vc-exec-after): New function.
3914 (vc-do-command): Use it to add a termination message for async
3915 procs.
3916 (vc-checkout): Try to handle a missing-backend situation.
3917 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
3918 of a directory with a backend using async diffs.
3919 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
3920 present.
3921
3922 * vc-sccs.el (vc-sccs-state-heuristic): Use
3923 file-ownership-preserved-p.
3924
3925 * vc-rcs.el (vc-rcs-state-heuristic): Use
3926 file-ownership-preserved-p.
3927 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
3928
39292000-09-04 Andre Spiegel <spiegel@gnu.org>
3930
3931 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
3932 vc-do-command.
3933
3934 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
3935 when there are no changes.
3936
39372000-09-04 Andre Spiegel <spiegel@gnu.org>
3938
3939 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
3940
3941 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
3942
39432000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3944
3945 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
3946
3947 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
3948 the `fset' outside of the defvar so that it works even if
3949 vc-prefix-map was already defined.
3950 (vc-setup-buffer): New function, split out of vc-do-command.
3951 (vc-do-command): Allow BUFFER to be t to mean `just use the
3952 current buffer without any fuss'.
3953 (vc-version-diff): Change the `diff' backend operation to just put
3954 the diff in the current buffer without erasing it. Always use
3955 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
3956 shrink-window-if-larger-than-buffer.
3957 (vc-print-log): Change the `print-log' backend operation to just
3958 put the log in the current buffer without erasing it. Protect
3959 shrink-window-if-larger-than-buffer.
3960 (vc-update-change-log): Fix setd typo.
3961
3962 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
3963 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
3964
3965 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
3966 (vc-rcs-diff): Insert in the current buffer and remove unused arg
3967 CMP.
3968
3969 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
3970 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
3971 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
3972
39732000-09-04 Andre Spiegel <spiegel@gnu.org>
3974
3975 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
3976 not possible, use vc-BACKEND-workfile-unchanged-p.
3977 (vc-default-workfile-unchanged-p): New function. Delegates to a
3978 full vc-BACKEND-diff.
3979
3980 * vc-hooks.el (vc-simple-command): Removed.
3981
3982 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
3983 instead of vc-simple-command.
3984 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
3985 avoid doing a diff when opening a file.
3986 (vc-rcs-state): Added check for unlocked-changes.
3987 (vc-rcs-header): Escape Id.
3988 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
3989 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
3990 version.
3991
3992 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
3993 (vc-sccs-diff): Remove optional arg CMP.
3994 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
3995 SCCS-specific function.
3996
3997 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
3998 vc-simple-command.
3999
40002000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4001
4002 * vc.el (vc-editable-p): Renamed from vc-writable-p.
4003 (with-vc-file, vc-merge): Use vc-editable-p.
4004 (vc-do-command): Remove unused var vc-file and fix the
4005 doubly-defined `status' var. Add a user message when starting an
4006 async command.
4007 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
4008 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
4009 Use with-current-buffer.
4010 (vc-buffer-sync): Use unless.
4011 (vc-next-action-on-file): If the file is 'edited by read-only,
4012 make it read-write instead of trying to commit.
4013 (vc-version-diff, vc-update-change-log): Use `setq
4014 default-directory' rather than `cd'.
4015 (vc-log-edit): Don't forget to set default-directory in the
4016 buffer.
4017
4018 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
4019 (vc-sccs-state-heuristic): Use file-writable-p instead of
4020 comparing userids.
4021 (vc-sccs-checkout): Use `unless'.
4022
4023 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
4024 of comparing userids.
4025 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
4026 Simplify the logic by eliminating unreachable code.
4027 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
4028 just do a recursive call if we need to retry.
4029 (vc-rcs-checkout): Handle the case where rcs is missing by making
4030 the buffer read-write if requested and re-signalling the error.
4031
4032 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
4033
40342000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4035
4036 * vc-hooks.el (vc-handled-backends): Docstring change.
4037 (vc-ignore-vc-files): Mark obsolete.
4038 (vc-registered): Check vc-ignore-vc-files.
4039 (vc-find-file-hook, vc-file-not-found-hook): Don't check
4040 vc-ignore-vc-files.
4041
4042 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
4043
40442000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4045
4046 * vc.el (vc-checkout): Don't do anything special for ange-ftp
4047 files since ange-ftp already has vc-registered return nil.
4048
4049 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
4050 (vc-sccs-workfile-version): Use with-temp-buffer and new
4051 vc-parse-buffer and don't bother setting the property.
4052 (vc-sccs-add-triple): Use with-current-buffer and
4053 find-file-noselect.
4054 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
4055
4056 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
4057 derives from the old vc-parse-buffer but uses the revision number
4058 rather than the date (much easier to compare robustly).
4059 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
4060 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
4061 locking-user more directly. Check strict locking and set
4062 checkout-model appropriately.
4063 (vc-rcs-parse-locks): Remove.
4064 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
4065 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
4066 (vc-rcs-system-release): Use with-current-buffer and
4067 vc-parse-buffer.
4068 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
4069
4070 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
4071 (vc-simple-command): Docstring fix.
4072 (vc-registered): Align the way the file-handler is called with the
4073 way the function itself works.
4074 (vc-file-owner): Remove.
4075
4076 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
4077 extraction of fields and call to file-attributes because of a
4078 temporary bug in rcp.el.
4079 (vc-cvs-fetch-status): Use with-current-buffer.
4080
40812000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4082
4083 * vc.el (vc-do-command): Use file-relative-name.
4084 (vc-responsible-backend): Use vc-backend if possible.
4085 (vc-create-snapshot): Improve the `interactive' spec. Add support
4086 for branches and dispatch to backend-specific `create-snapshot'.
4087 (vc-default-create-snapshot): New function, containing the bulk of
4088 the old vc-create-snapshot.
4089 (vc-retrieve-snapshot): Improve the interactive spec.
4090
4091 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
4092 (vc-backend-hook-functions): Remove.
4093 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
4094 (vc-backend): Reintroduce the test for `file = nil' now that I
4095 know why it was there (and added a comment to better remember).
4096
4097 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
4098 code from vc-sccs-hooks.el.
4099 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
4100 'vc anymore.
4101 (vc-sccs-responsible-p): Use expand-file-name instead of concat
4102 and file-directory-p instead of file-exists-p.
4103 (vc-sccs-check-headers): Simplify the regexp.
4104
4105 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
4106 from vc-rcs-hooks.el. Don't require 'vc anymore.
4107 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
4108 file-directory-p instead of file-exists-p.
4109
4110 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
4111 from vc-cvs-hooks.el.
4112 (proto vc-cvs-registered): Require 'vc-cvs instead of
4113 'vc-cvs-hooks. Don't require 'vc anymore.
4114 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
4115 file-directory-p instead of file-exists-p.
4116 (vc-cvs-create-snapshot): New function, replacing
4117 vc-cvs-assign-name.
4118 (vc-cvs-assign-name): Remove.
4119
41202000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4121
4122 * vc-cvs.el (vc-cvs-header): New var.
4123
4124 * vc-rcs.el (vc-rcs-exists): Remove.
4125 (vc-rcs-header): New var.
4126
4127 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
4128 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
4129 (vc-sccs-header): New var.
4130
4131 * vc.el (vc-do-command): Get rid of the `last' argument.
4132 (vc-header-alist): Remove, replaced by vc-X-header.
4133 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
4134 (vc-dired-hook): Use expand-file-name instead of concat.
4135 (vc-directory): Use file-name-as-directory.
4136 (vc-snapshot-precondition, vc-create-snapshot)
4137 (vc-retrieve-snapshot): Allow the command to operate on any
4138 directory.
4139
4140 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
4141 just removing the 'WORKFILE argument or by removing the 'MASTER
4142 argument and replacing `file' with (vc-name file).
4143
41442000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4145
4146 * vc.el: Update Copyright and add a crude list of backend funs.
4147 (vc-writable-p): New function.
4148 (with-vc-file): Use vc-writable-p.
7f8b6551 4149 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
7a004b71
GM
4150 (vc-register): Avoid vc-name.
4151 (vc-locking-user): Remove.
4152 (vc-steal-lock): Make the `owner' arg non-optional.
4153 (vc-merge): Use vc-writable-p instead of vc-locking-user and
4154 vc-checkout-model.
4155 (vc-default-dired-state-info): Use vc-state instead of
4156 vc-locking-user and return special strings for special states.
4157 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
4158 and get rid of one of the special CVS cases.
4159 (vc-cancel-version): prettify error message with \\[...].
4160 (vc-rename-master): New function.
4161 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
4162 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
4163 the CVS special case generic.
4164 (vc-default-record-rename): Remove.
4165 (vc-file-tree-walk-internal): Only call FUNC for files that are
4166 under control of some VC backend and replace `concat' with
4167 expand-file-name.
4168 (vc-file-tree-walk): Update docstring.
4169 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
4170 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
4171
4172 * vc-sccs.el (vc-sccs-rename-file): Renamed from
4173 vc-sccs-record-rename. Use `find-file-noselect' rather than
4174 `find-file' and call `vc-rename-master' to do the actual move.
4175 (vc-sccs-diff): Remove unused `backend' variable.
4176
4177 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
4178 to delay loading of vc-sccs until it is really used.
4179 (vc-sccs-master-templates): Preload.
4180 (vc-sccs-state): Update call to vc-sccs-parse-locks.
4181 (vc-sccs-project-dir): Remove (merged into
4182 vc-sccs-search-project-dir).
4183 (vc-sccs-search-project-dir): Rewrite using file name handling ops
4184 rather than `concat', make sure it is preloaded and don't bother
4185 to check that the file actually exists.
4186 (vc-sccs-parse-locks): Remove unused `file' argument, remove
4187 `locks' argument (use buffer's content instead) and eliminate n^2
4188 behavior.
4189
4190 * vc-rcs.el: Update Copyright.
4191 (vc-rcs-rename-file): New function.
4192 (vc-rcs-diff): Remove unused `backend' variable.
4193
4194 * vc-hooks.el: Update Copyright.
4195 (vc-backend): Don't accept a nil argument any more.
4196 (vc-up-to-date-p): Turn into a defsubst.
4197 (vc-possible-master): New function.
4198 (vc-check-master-templates): Use `vc-possible-master' and allow
4199 funs in vc-X-master-templates to return a non-existent file.
4200
4201 * vc-cvs.el: Update Copyright.
4202 (vc-cvs-diff): Remove unused `backend' variable.
7f8b6551 4203 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
7a004b71
GM
4204
4205 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
4206
42072000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4208
4209 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
4210 since it can be called from vc-rcs.el.
4211 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
4212
42132000-09-04 Andre Spiegel <spiegel@gnu.org>
4214
4215 * vc.el (vc-version-diff): Expand file name read from the
4216 minibuffer. Handle the case when a previous version number can't
4217 be guessed. Give suitable messages when there were no differences
4218 found.
4219 (vc-clear-headers): Call backend-specific implementation, if one
4220 exists.
4221 (vc-cancel-version): Made error checks generic. When done, clear
4222 headers generically, too.
4223
4224 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
4225 from vc-clear-headers in vc.el.
4226
4227 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
4228 correctly.
4229 (vc-rcs-latest-on-branch-p): Made second argument VERSION
4230 optional. Handle the case when it's not there.
4231
42322000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4233
4234 * vc.el (vc-locking-user): Moved from vc-hooks.el.
4235
42362000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4237
4238 * vc-hooks.el (vc-loadup): Remove.
4239 (vc-find-backend-function): Use `require'. Also, handle the case
4240 where vc-BACKEND-hooks.el doesn't exist.
4241 (vc-call-backend): Cleanup.
4242
42432000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4244
4245 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
4246 vc-rcs-grab-templates)
4247 (vc-rcs-registered): Remove. The default function works as well.
4248 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
4249 vc-sccs-grab-templates)
4250 (vc-sccs-registered): Remove. The default function works as well.
4251
4252 * vc.el (vc-version-diff): Left out a vc- in call to
4253 vc-call-backend.
4254 (vc-default-dired-state-info, vc-default-record-rename)
4255 (vc-default-merge-news): Update for the new backend argument.
4256
4257 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
4258 using the default function.
4259 (vc-call-backend): If calling the default function, pass it the
4260 backend as first argument. Update the docstring accordingly.
4261 (vc-default-state-heuristic, vc-default-mode-line-string): Update
4262 for the new backend argument.
4263 (vc-make-backend-sym): Renamed from vc-make-backend-function.
4264 (vc-find-backend-function): Use the new name.
4265 (vc-default-registered): New function.
4266
42672000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4268
4269 * vc.el (vc-merge): Use vc-find-backend-function.
4270
4271 * vc-hooks.el (vc-backend-functions): Remove.
4272 (vc-loadup): Don't setup 'vc-functions.
4273 (vc-find-backend-function): New function.
4274 (vc-call-backend): Use above fun and populate 'vc-functions
4275 lazily.
4276 (vc-backend-defines): Remove.
4277
42782000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4279
4280 * vc.el (vc-register): Put a FIXME note for a newly found bug.
4281 Call vc-call-backend without the leading vc-.
4282 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
4283 (vc-check-headers): Call vc-call-backend without the leading vc-.
7f8b6551 4284 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
7a004b71
GM
4285 (vc-annotate-display): Replace confusing use of `cond' with `or'.
4286 Call vc-call-backend without the leading vc-.
4287
4288 * vc-cvs.el (tail): Provide vc-cvs.
4289 * vc-sccs.el (tail): Provide vc-sccs.
4290 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
4291
4292 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
4293 (vc-make-backend-function, vc-call): Pass names without leading
7f8b6551 4294 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
7a004b71
GM
4295 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
4296 (vc-call-backend): Always try to load vc-X-hooks.
4297 (vc-registered): Remove vc- in call to vc-call-backend.
4298
42992000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4300
4301 * vc.el (vc-process-filter): New function.
4302 (vc-do-command): Setup `vc-process-filter' for the async process.
4303 (vc-maybe-resolve-conflicts): New function to reduce
4304 code-duplication. Additionally, it puts the buffer in
4305 `smerge-mode' if applicable.
4306 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
4307 calling `merge-news'.
7f8b6551 4308 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
7a004b71
GM
4309 (vc-log-edit): New function. Replacement for `vc-log-mode' by
4310 interfacing to log-edit.el.
4311 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
4312 log-edit is available.
4313 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
4314
43152000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4316
4317 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
4318 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
4319 defvar and the initialization.
4320 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
4321
4322 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
4323 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
4324
7f8b6551 4325 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
7a004b71
GM
4326
43272000-09-04 Andre Spiegel <spiegel@gnu.org>
4328
4329 * vc.el (vc-file-clear-masterprops): Removed.
4330 (vc-checkin, vc-revert-buffer): Removed calls to the above.
4331 (vc-version-diff): Use buffer-size without argument.
4332 (vc-register): Heed vc-initial-comment.
4333
4334 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
4335 default branch.
4336
4337 * vc-rcs.el (vc-rcs-register): Parse command output to find master
4338 file name and workfile version.
4339 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
4340
4341 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
4342 vc-file-clear-masterprops.
4343
4344 * vc-sccs.el (vc-sccs-checkout): Removed call to
4345 vc-file-clear-masterprops. If writable, set vc-state to 'edited
4346 rather than user login name.
4347
4348
43492000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4350
4351 * vc.el (vc-workfile-unchanged-p): Remove unused argument
4352 `want-differences-if-changed' and simplify.
4353 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
4354 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
4355 output (which is invalid for async vc-diff) to decide whether to
4356 do the revert silently or not.
4357
43582000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4359
4360 * vc-hooks.el (vc-loadup): Load files quietly.
4361 (vc-call-backend): Oops, brain fart.
4362
43632000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4364
4365 * vc-cvs.el (vc-cvs-state): Typo.
7f8b6551 4366 (vc-cvs-merge-news): Return the status code rather than the error msg.
7a004b71
GM
4367
43682000-09-04 Andre Spiegel <spiegel@gnu.org>
4369
4370 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
4371 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
4372 vc-state or vc-up-to-date-p.
4373 (vc-merge): Use vc-backend-defines to check whether merging is
4374 possible. Set state to 'edited after successful merge.
4375
4376 * vc-hooks.el (vc-locking-user): If locked by the calling user,
4377 return that name. Redocumented.
4378
43792000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4380
4381 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
4382 new `vc-state' semantics.
4383 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
4384 'vc-locking-user to the current user.
4385 (vc-merge): Inline vc-backend-merge. Comment out code that I
4386 don't understand and hence can't adapt to the new `vc-state' and
4387 `vc-locking-user' semantics.
4388 (vc-backend-merge): Remove.
4389
4390 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
4391 rather than 'vc-locking-user.
4392
4393 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
4394
4395 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
4396 (vc-state): Don't use 'reserved any more. Just use the same
4397 convention as the one used for vc-<backend>-state where the
4398 locking user (as a string) is returned.
4399 (vc-locking-user): Update, based on the above convention. The
4400 'vc-locking-user property has disappeared.
7f8b6551 4401 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
7a004b71
GM
4402
4403 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
4404 with a heuristic one.
4405 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
4406 (vc-cvs-checkin): Do a trivial parse to set the state in case of
4407 error. That allows us to get to 'needs-merge even in the
4408 stay-local case. There's still no way to detect 'needs-patch in
4409 such a setup (or to force an update for that matter).
4410 (vc-cvs-logentry-check): Remove, the default works as well.
4411
44122000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4413
7f8b6551 4414 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
7a004b71
GM
4415
4416 * vc.el (vc-do-command): kill-all-local-variables, to reset any
4417 major-mode in which the buffer might have been put earlier. Use
4418 `remove' and `when'. Allow `okstatus' to be `async' and use
4419 `start-process' in this case.
4420 (vc-version-diff): Handle the case where the diff looks empty
4421 because of the use of an async process.
4422
44232000-09-04 Andre Spiegel <spiegel@gnu.org>
4424
4425 * vc.el (vc-next-action-on-file): Removed optional parameter
4426 `simple'. Recompute state unconditionally.
4427 (vc-default-toggle-read-only): Removed.
4428
4429 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
4430 (vc-toggle-read-only): Undid prev change.
4431
4432 * vc-cvs.el (vc-cvs-stay-local): Renamed from
4433 vc-cvs-simple-toggle. Redocumented.
4434 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
4435 (vc-cvs-toggle-read-only): Removed.
4436
44372000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4438
7f8b6551 4439 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
7a004b71
GM
4440 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
4441 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
4442 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
4443 still is. So maybe it should be removed.
4444 (vc-head-version, vc-find-binary): Remove.
4445 (vc-recompute-state): Move from vc-hooks.el.
4446 (vc-next-action-on-file): Add a `simple' argument to allow
4447 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
7f8b6551
SM
4448 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
4449 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
7a004b71
GM
4450 (vc-dired-mode-map): Properly defvar it.
4451 (vc-print-log): Call log-view-mode if available.
4452 (small-temporary-file-directory): defvar instead of use boundp.
4453 (vc-merge-news): Moved to vc-cvs.el.
4454 (vc-default-merge-news): New function.
4455
4456 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
4457 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
4458 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
4459 unknown `vc-latest-version' function. It should probably refer to
4460 vc-workfile-version or somesuch, but it's very unclear to me and I
4461 don't have SCCS to test things.
4462
4463 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
4464 (vc-sccs-state-heuristic): Fix typo.
4465 (vc-sccs-workfile-unchanged-p): Add missing argument.
4466
4467 * vc-rcs.el: Require vc and vc-rcs-hooks.
4468 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
4469 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
4470 (vc-release-greater-or-equal-p): Move from vc.
4471 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
4472 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
4473 (vc-rcs-checkout): Add a missing `new-version' argument in the
7f8b6551 4474 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
7a004b71
GM
4475
4476 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
4477 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
4478 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
4479 than the apparently unbound `workfile-version'.
4480
4481 * vc-hooks.el (vc-master-templates): Def the obsolete var.
4482 (vc-file-prop-obarray): Use `make-vector'.
4483 (vc-backend-functions): Add new hookable functions
4484 vc-toggle-read-only, vc-record-rename and vc-merge-news.
4485 (vc-loadup): If neither backend nor default functions exist, use
4486 the backend function rather than nil.
4487 (vc-call-backend): If the function if not bound yet, try to load
4488 the non-hook file to see if it provides it.
4489 (vc-call): New macro plus use it wherever possible.
4490 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
4491 nor `vc-find-binary' since it's only called from
7f8b6551 4492 vc-mistrust-permission which is only used once the backend is known.
7a004b71
GM
4493 (vc-checkout-model): Fix parenthesis.
4494 (vc-recompute-state, vc-prefix-map): Move to vc.el.
4495
7f8b6551 4496 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
7a004b71
GM
4497 (vc-cvs-release, vc-cvs-system-release): Remove.
4498 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
4499 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
4500 status symbols.
4501 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
4502 (vc-cvs-toggle-read-only): First cut at a function to allow a
4503 cvs-status-free vc-toggle-read-only.
4504 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
4505 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
4506 vc-cvs-status. Also set vc-state rather than vc-locking-user.
4507 (vc-cvs-checkout): Modify access rights directly if the user
4508 requested not to use `cvs edit'. And refresh the mode line.
4509
4510 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
4511 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
4512
45132000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4514
4515 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
4516 workfile' that got lost when the code was extracted from vc.el.
4517 And merged the tail with the rest of the code (not possible in the
4518 old vc.el where the tail was shared among all backends). And
4519 explicitly set the state to 'edited if `writable' is set.
4520
4521 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
4522 (vc-cvs-state): Be careful to return the value from
4523 vc-cvs-parse-state.
4524 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
4525 property but return it instead. Also be careful to handle a nil
4526 or "" `rev' when workfile is non-nil (it was handled properly when
4527 workfile was nil).
4528
4529 * vc.el: Removed those pesky unnecessary `(function' quotes.
4530 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
4531 directly in the defvar.
4532 (vc-do-command): Bind inhibit-read-only so as to properly handle
4533 the case where the destination buffer has been made read-only.
4534 (vc-diff): Delegate to vc-version-diff in all cases.
7f8b6551 4535 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
7a004b71
GM
4536 (vc-annotate-mode-variables): Removed (code moved partly to
4537 defvars and partly to vc-annotate-add-menu).
4538 (vc-annotate-mode): Turned into a derived-mode.
4539 (vc-annotate-add-menu): Moved in code in
4540 vc-annotate-mode-variables.
4541 (vc-update-change-log): Use make-temp-file if available.
4542
45432000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
4544
4545 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
4546 `vc-checkout-model' updated to `vc-cvs-update-model'.
4547
45482000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4549
4550 * vc.el (vc-next-action-on-file): Added handling of state
4551 `unlocked-changes'.
4552 (vc-checkout-carefully): Is now practically obsolete, unless the
4553 above is too slow to be enabled unconditionally.
4554 (vc-update-change-log): Fixed typo.
4555
4556 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
4557
7f8b6551
SM
4558 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
4559 Now handles state `unlocked-changes'.
4560 (vc-sccs-workfile-unchanged-p): New function, to support the above.
7a004b71
GM
4561
4562 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
4563
4564 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
4565 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
4566 `unlocked-changes'.
4567 (vc-rcs-workfile-unchanged-p): Renamed from
4568 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
4569 function yet, but supposed to become one soon.
4570
4571 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
4572 `vc-steal-lock'.
4573 (vc-call-backend): Changed error message.
4574 (vc-state): Added description of state `unlocked-changes'.
4575
45762000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4577
4578 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
4579 always return t in CVS-controlled directories.
4580
4581 * vc.el (vc-responsible-backend): New function.
4582 (vc-register): Largely rewritten.
4583 (vc-admin): Removed (implementation moved into vc-register).
4584 (vc-checkin): Redocumented.
4585 (vc-finish-logentry): If no backend defined yet (because we are in
4586 the process of registering), use the responsible backend.
4587
4588 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
4589 Updated function lists.
4590 (vc-call-backend): Fixed typo.
4591
7f8b6551
SM
4592 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
4593 New functions.
4594 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
4595 Removed query option. Redocumented.
7a004b71
GM
4596
45972000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4598
4599 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
4600
4601 * vc.el: Updated callers of `vc-checkout-required' to use
4602 `vc-checkout-model'.
4603
46042000-09-04 Martin Lorentzson <martinl@gnu.org>
4605
4606 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
4607 stuff updated to reference this function instead of the old
4608 `vc-backend-release-p'.
4609
46102000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4611
4612 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
4613 vc-checkout-model. Return appropriate values. Updated callers.
4614
46152000-09-04 Martin Lorentzson <martinl@gnu.org>
4616
7f8b6551 4617 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
7a004b71
GM
4618 (vc-backend-revert): Function moved into `vc-revert';
4619 `vc-next-action' must be updated to accomodate this change.
4620 (vc-backend-steal): Function moved into `vc-finish-steal'.
4621 (vc-backend-logentry-check): Function moved into
4622 `vc-finish-logentry'.
4623 (vc-backend-printlog): Function moved into `vc-print-log'.
4624 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
4625 (vc-backend-assign-name): Function moved into
4626 `vc-create-snapshot'.
4627
46282000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4629
4630 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
7f8b6551
SM
4631 Rename to vc-checkout-model. Return appropriate values.
4632 Update callers.
7a004b71 4633
7f8b6551 4634 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
7a004b71 4635 to vc-checkout-model.
7f8b6551
SM
4636 (vc-checkout-required): Rename to vc-checkout-model.
4637 Re-implement and re-comment.
7a004b71
GM
4638 (vc-after-save): Use vc-checkout-model.
4639
46402000-09-04 Martin Lorentzson <martinl@gnu.org>
4641
7f8b6551
SM
4642 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
4643 Update to use the vc-BACKEND-diff functions instead.
4644 `vc-diff' is now working.
7a004b71 4645
7f8b6551 4646 * vc-rcs.el (vc-rcs-logentry-check): New function.
7a004b71 4647
7f8b6551 4648 * vc-cvs.el (vc-cvs-logentry-check): New function.
7a004b71
GM
4649
4650 * vc-sccs.el (vc-sccs-diff): Function changed name from
4651 `vc-backend-diff'. This makes `vc-diff' work.
4652
7f8b6551 4653 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
7a004b71 4654 of functions possibly implemented in a vc-BACKEND library.
7f8b6551 4655 (vc-checkout-required): Fix bug that caused an error to be
7a004b71
GM
4656 signaled during `vc-after-save'.
4657
7f8b6551
SM
4658 * vc.el: Fix typo.
4659 This checkin is made with our new VC code base for the very first time.
4660 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
7a004b71
GM
4661
4662 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
4663 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
4664
4665 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
4666 updated to `vc-uses-locking'.
7f8b6551 4667 (vc-checkout-required): Call to backend function.
7a004b71
GM
4668 `vc-checkout-required' updated to `vc-uses-locking' instead.
4669
4670 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
4671 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
4672
7f8b6551 4673 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
7a004b71 4674 to match the split into various backends.
7f8b6551 4675 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
7a004b71
GM
4676 (vc-retrieve-snapshot): Bug fix.
4677
46782000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4679
4680 * vc-sccs.el (vc-sccs-release): Doc fix.
4681
46822000-09-04 Martin Lorentzson <martinl@gnu.org>
4683
4684 * vc.el (vc-next-action-on-file): Bug found and fixed.
4685 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
4686 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
4687
4688 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
4689 (vc-rcs-checkout): Name space cleaned up. No more revision number
4690 crunching function names that are not prefixed with vc-rcs.
4691 (vc-rcs-checkout-model): Function added. References to
4692 `vc-checkout-model' replaced.
4693
46942000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4695
4696 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
4697 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
4698 still need to be split, and implemented for RCS).
4699
47002000-09-04 Martin Lorentzson <martinl@gnu.org>
4701
4702 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
4703
4704 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
4705 required by the vc.el file.
4706
4707 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
4708 required by the vc.el file.
4709 (vc-rcs-exists): Function added.
4710
4711 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
4712 required by the vc.el file.
4713
4714 * vc.el (vc-admin): Updated to handle selection of appropriate
4715 backend. Current implementation is crufty and need re-thinking.
4716
4717 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
4718
47192000-09-04 Martin Lorentzson <martinl@gnu.org>
4720
4721 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
4722 beginning of annotate buffers correctly.
4723
4724 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
4725 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
4726 functionality updated quite a lot to support multiple backends.
4727 Variables `vc-annotate-mode', `vc-annotate-buffers',
4728 `vc-annotate-backend' added.
4729
4730 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
4731 `vc-annotate-difference' added to supported backend functions.
4732
47332000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4734
4735 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
4736 Use with-temp-file instead of /bin/sh. Merged from mainline
4737
47382000-09-04 Martin Lorentzson <martinl@gnu.org>
4739
4740 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
4741
4742 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
4743
4744 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
4745
47462000-09-04 Martin Lorentzson <martinl@gnu.org>
4747
4748 * vc-hooks.el: vc-state-heuristic added to
4749 vc-backend-hook-functions.
4750
4751 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
4752
4753 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
4754
7f8b6551
SM
4755 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
4756 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
7a004b71
GM
4757 state to `reserved'.
4758
4759 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
4760 `vc-checkout-required'. Rename the `locked' state to `reserved'.
4761
47622000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4763
7f8b6551 4764 * vc-rcs-hooks.el: Implement new state model. Hardly anything
7a004b71
GM
4765 untouched.
4766
7f8b6551 4767 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
7a004b71 4768
7f8b6551 4769 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
7a004b71
GM
4770 if defined. (Merged from main line, slightly adapted.)
4771
4772 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
4773 millenium problem (merged from mainline).
4774
47752000-09-04 Martin Lorentzson <martinl@gnu.org>
4776
4777 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
4778 part and moved the non-BACKEND stuff to vc.el.
4779
4780 * vc.el: Split the annotate feature into a BACKEND specific part
4781 and moved it from the vc-cvs.el file to this one.
4782
47832000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4784
7f8b6551
SM
4785 * vc-hooks.el: Implement new state model.
4786 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
4787 (vc-locking-user): Simplify. Now only needed if the file is
7a004b71 4788 locked by somebody else.
7f8b6551 4789 (vc-lock-from-permissions): Remove. Functionality is in
7a004b71
GM
4790 vc-sccs-hooks.el and vc-rcs-hooks.el now.
4791 (vc-mode-line-string): New name for former vc-status. Adapted.
7f8b6551 4792 (vc-mode-line): Adapt to use the above. Remove optional parameter.
7a004b71 4793
7f8b6551
SM
4794 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
4795 Various simplifications and adaptations all over the place.
7a004b71 4796
7f8b6551
SM
4797 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
4798 Simplify and adapt the rest.
7a004b71 4799
7f8b6551 4800 * vc.el (vc-resynch-window): Add TODO comment: check for
7a004b71 4801 interaction with view mode according to recent RCS change.
7f8b6551 4802 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
7a004b71
GM
4803
48042000-09-04 Martin Lorentzson <martinl@gnu.org>
4805
7f8b6551 4806 * vc.el: Convert the remaining function comments to docstrings.
7a004b71
GM
4807
48082000-09-04 Martin Lorentzson <martinl@gnu.org>
4809
4810 * vc.el (vc-backend-release, vc-release-greater-or-equal)
4811 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
4812 (vc-minor-part, vc-previous-version): Functions that operate and
4813 compare revision numbers got proper documentation. Comments added
4814 about their possible removal.
4815
48162000-09-04 Martin Lorentzson <martinl@gnu.org>
4817
4818 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
4819 the vc-backend.el files.
4820
4821 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
4822
4823 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
4824 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
4825 (vc-rcs-previous-version): Functions added.
4826
4827 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
4828
4829 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
4830
48312000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4832
4833 * vc-hooks.el (vc-master-templates): Is really obsolete.
7f8b6551 4834 Comment out the definition for now. What is the right procedure
7a004b71
GM
4835 to get rid of it?
4836 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
4837 rewritten.
7f8b6551 4838 (vc-default-registered): Remove.
7a004b71
GM
4839 (vc-check-master-templates): New function; does mostly what the
4840 above did before.
4841 (vc-locking-user): Don't rely on the backend to set the property.
4842
4843 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
7f8b6551 4844 Rewrite documentation.
7a004b71
GM
4845 (vc-rcs-templates-grabbed): New variable.
4846 (vc-rcs-grab-templates): New function.
7f8b6551 4847 (vc-rcs-registered): Rewrite to use above mechanism.
7a004b71
GM
4848
4849 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
7f8b6551 4850 Rewrite documentation.
7a004b71
GM
4851 (vc-sccs-templates-grabbed): New variable.
4852 (vc-sccs-grab-templates): New function.
7f8b6551
SM
4853 (vc-sccs-registered): Rewrite to use above mechanism.
4854 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
4855 Don't throw the result, simply return it.
7a004b71 4856
7f8b6551
SM
4857 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
4858 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
4859 (vc-cvs-registered): Does the check itself now. Simplify.
7a004b71 4860
7f8b6551 4861 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
7a004b71
GM
4862 from main line.
4863
48642000-09-04 Martin Lorentzson <martinl@gnu.org>
4865
7f8b6551 4866 * vc-cvs.el (vc-cvs-diff): New function.
7a004b71 4867
7f8b6551 4868 * vc-sccs.el (vc-sccs-diff): New function.
7a004b71 4869
7f8b6551
SM
4870 * vc-rcs.el (vc-rcs-diff): New function.
4871 (vc-rcs-checkout): Bug (typo) found and fixed.
4872 (vc-rcs-register-switches): New variable.
7a004b71
GM
4873
4874 * vc.el (vc-backend-diff): Function removed and placed in the
4875 backend files.
4876
48772000-09-04 Martin Lorentzson <martinl@gnu.org>
4878
4879 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
4880
4881 * vc.el (vc-backend-checkout): Function removed and replaced in
4882 the vc-backend.el files.
4883
4884 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
4885
4886 * vc.el (vc-backend-admin): Removed and replaced in the
4887 vc-backend.el files.
4888
4889 * vc.el (Martin): Removed all the annotate functionality since it
4890 is CVS backend specific.
4891
48922000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4893
4894 * spec.txt: Added specification of vc-state.
4895
4896 * vc-sccs-hooks.el (vc-sccs-master-properties):
7f8b6551 4897 Remove handling of vc-latest-version and
7a004b71
GM
4898 vc-your-latest-version. What used to be vc-latest-version, is now
4899 returned as vc-workfile-version.
7f8b6551 4900 (vc-sccs-workfile-version): Adapt.
7a004b71
GM
4901
49022000-09-04 Dave Love <fx@gnu.org>
4903
4904 * vc.el: [Merged from mainline.]
4905 (vc-dired-mode): Make the dired-move-to-filename-regexp
4906 regexp match the date, to avoid treating date as file size.
4907 Add YYYY S option to WESTERN/
4908
49092000-09-04 Dave Love <fx@gnu.org>
4910
4911 * vc.el: Require `compile' when compiling.
4912 (vc-logentry-check-hook): New option.
4913 (vc-steal-lock): Use compose-mail.
4914 (vc-dired-mode-map): Defvar when compiling.
4915 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
4916 vc-sccs.el and renamed. Callers changed.
4917 (vc-backend-checkout, vc-backend-logentry-check)
4918 (vc-backend-merge-news): Doc fix.
4919 (vc-default-logentry-check): New function.
4920 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
4921 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
4922 (vc-backend-merge): Doc fix. Use backend functions.
4923 (vc-check-headers): Use backend functions.
4924
4925 * vc-cvs.el: Require vc when compiling.
4926 (vc-cvs-register-switches): Doc fix.
4927 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
4928 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
4929 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
4930 New functions (code from vc.el).
4931 (vc-annotate-display-default): Fix interactive spec.
4932 (vc-annotate-time-span): Doc fix.
4933
4934 * vc-rcs.el: Require vc when compiling.
4935 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
4936 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
4937 (vc-rcs-checkin): New functions (code from vc.el).
4938 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
4939 Doc fix.
4940 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
4941
4942 * vc-sccs.el: Require vc when compiling.
4943 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
4944 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
4945 (vc-sccs-revert)
4946 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
4947 from vc.el).
4948 (vc-sccs-add-triple, vc-sccs-record-rename)
4949 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
4950 (vc-sccs-admin): Doc fix.
4951
49522000-09-04 Martin Lorentzson <martinl@gnu.org>
4953
4954 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
4955 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
4956 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
4957 from vc.el.
4958
4959 * vc-sccs.el (vc-admin-sccs): Added from vc.el
4960
4961 * vc-cvs.el: Moved the annotate functionality from vc.el.
4962 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
4963
49642000-09-04 Dave Love <fx@gnu.org>
4965
4966 * vc.el (vc-backend-release): Call vc-system-release.
4967
4968 * vc-sccs.el (vc-sccs-system-release):
4969 Renamed from vc-sccs-backend-release.
4970
4971 * vc-rcs.el (vc-rcs-system-release):
4972 Renamed from vc-rcs-backend-release.
4973
4974 * vc-cvs.el (vc-cvs-system-release):
4975 Renamed from vc-cvs-backend-release.
4976
49772000-09-04 Dave Love <fx@gnu.org>
4978
4979 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
4980 backend files.
4981 (vc-backend-release): Dispatch to backend functions.
4982 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
4983 probably needs attention.]
4984
4985 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
4986 (vc-sccs-backend-release): New function.
4987
4988 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
4989 (vc-cvs-backend-release): New function.
4990
4991 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
4992 Doc fix.
4993 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
4994 (vc-default-dired-state-info): New function.
4995 (vc-dired-state-info): Dispatch to backends.
4996 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
4997
4998 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
4999 from vc.el and renamed.
5000
50012000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5002
5003 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
5004 (vc-version-other-window, vc-backend-assign-name): Removed
5005 references to vc-latest-version; sometimes changed into
5006 vc-workfile-version.
5007
5008 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
5009 vc-rcs-master-workfile-version.
5010 (vc-rcs-workfile-version): Use the above. Don't call
5011 vc-latest-version (that was unreachable code, anyway).
5012 (vc-rcs-fetch-master-properties): Doc fix.
5013
5014 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
5015 (vc-backend-hook-functions): Removed them from this list, too.
5016 (vc-fetch-properties): Removed.
5017 (vc-workfile-version): Doc fix.
5018
5019 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
5020 (vc-rcs-workfile-version, vc-rcs-locking-user)
5021 (vc-rcs-uses-locking): Use it.
5022
5023 * vc-hooks.el (vc-consult-rcs-headers):
5024 Moved into vc-rcs-hooks.el, under the name
5025 vc-rcs-consult-headers.
5026
5027 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
5028 headers.
5029 (vc-cvs-find-master): Use this name only; correct different
5030 versions of the name.
5031
5032 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
5033 New functions.
5034 (vc-sccs-locking-user): Use the latter.
5035
5036 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
5037 New functions.
5038
5039 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
5040 Moved into both
5041 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
5042 functions are implementation details of those two backends.
5043
50442000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5045
5046 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
5047 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
5048
5049 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
5050 (vc-sccs-parse-locks): SCCS-specific code moved here from
5051 vc-hooks.
5052
5053 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
5054 code moved here from vc-hooks.
5055
5056 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
5057 into back-end specific parts and removed. Callers not updated
5058 yet; because I guess these callers will disappear into back-end
5059 specific files anyway.
5060
50612000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5062
5063 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
5064 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
5065 `vc-uses-locking'.
5066
5067 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
5068 Store yes/no in the property, and return t/nil. Updated all
5069 callers.
5070
5071 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
5072 vc-sccs-uses-locking. Don't set property.
5073 (vc-sccs-locking-user): Don't set property.
5074
5075 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
5076 vc-cvs-uses-locking. Don't set property here; leave that to
5077 vc-hooks.
5078 (vc-cvs-locking-user): Reflect above change. Streamlined.
5079
5080 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
5081 vc-rcs-uses-locking.
5082 (vc-rcs-locking-user): Reflect above change.
5083
50842000-09-04 Dave Love <fx@gnu.org>
5085
5086 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
5087
5088 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
5089
5090 * vc-hooks.el (vc-checkout-model): Punt to backends.
5091
5092 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
5093
5094 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
5095
5096 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
5097 New functions.
5098
5099 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
5100 New functions.
5101
5102 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
5103 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
5104
5105 * vc-hooks.el (vc-default-locking-user): New function.
5106 (vc-locking-user, vc-workfile-version): Punt to backends.
5107
51082000-09-04 Dave Love <fx@gnu.org>
5109
5110 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
5111 (vc-master-workfile-version): Moved from vc-hooks.
5112
5113 * vc-rcs-hooks.el: Fix duplicate code in last change.
5114
5115 * vc-rcs-hooks.el: Require vc-hooks when compiling.
5116 (vc-rcs-master-templates): Improve :type.
5117 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
5118 vc-master-workfile-version): Moved from vc-hooks.
5119
5120 * vc-sccs-hooks.el: Require vc-hooks when compiling.
5121 (vc-sccs-master-templates): Improve :type.
5122 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
5123
5124 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
5125
5126 * vc-cvs-hooks.el: Require vc-hooks when compiling.
5127 (vc-cvs-master-templates): Improve :type. Use
5128 vc-cvs-find-cvs-master.
5129 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
5130 from vc-hooks.
5131 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
5132
5133 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
5134 Moved to vc-cvs-hooks.
5135
5136 * vc-hooks.el: Add doc strings in various places. Simplify the
5137 minor mode setup.
5138 (vc-handled-backends): New user variable.
5139 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
5140 simplification.
5141
51422000-09-04 Dave Love <fx@gnu.org>
5143
5144 * vc.el: Some doc fixes for autoloaded and interactive functions.
5145 Fix compilation warnings from ediff stuff.
5146 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
5147
5148 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
5149
5150 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
5151
5152 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
5153
51542000-09-04 Dave Love <fx@gnu.org>
5155
5156 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
5157 New variable.
5158 (vc-make-backend-function, vc-loadup, vc-call-backend)
5159 (vc-backend-defines): New functions.
5160
5161 * vc-hooks.el: Various doc fixes.
5162 (vc-default-back-end, vc-follow-symlinks): Custom fix.
5163 (vc-match-substring): Function removed. Callers changed to use
5164 match-string.
5165 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
5166 Simplify.
5167
51682000-09-04 Dave Love <fx@gnu.org>
5169
5170 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
5171 type.
5172 (vc-sccs-project-dir, vc-search-sccs-project-dir)
5173 (vc-sccs-registered): Doc fix.
5174
5175 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
5176 (vc-cvs-registered): Doc fix.
5177
5178 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
5179 (vc-rcs-registered): Doc fix.
5180
51812000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5182
5183 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
5184
5185 * vc-hooks.el: vc-registered has been renamed
5186 vc-default-registered. Some functions have been moved to the
5187 backend specific files. they all support the
5188 vc-BACKEND-registered functions.
5189
51902000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5191
5192 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
5193
5194 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
5195
a033ea13
DL
51962000-09-04 Dave Love <fx@gnu.org>
5197
179fc9ef
DL
5198 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
5199 menu-bar-update-hook.
5200
5201 * help.el (help-manyarg-func-alist): Add
5202 find-operation-coding-system.
5203
a033ea13
DL
5204 * wid-edit.el (widget-sexp-validate): Fix garbled code.
5205
5206 * custom.el (custom-set-variables): Print message about errors in
5207 setting.
5208
f8803e97
AI
52092000-09-03 Andrew Innes <andrewi@gnu.org>
5210
5211 * makefile.w32-in: Change to DOS line endings.
5212
59836110
EZ
52132000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
5214
5215 * mouse.el (mouse-popup-menubar): Supply the prompt string for
5216 minor-mode keymaps, if they don't have one.
5217
5514ba5c
EZ
52182000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
5219
5220 * eshell/esh-module.el (eval-when-compile): Don't lose if
5221 esh-module.el's file name is truncated to DOS 8+3 limits.
5222
79cf8e80
JW
52232000-09-01 John Wiegley <johnw@gnu.org>
5224
5225 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
5226 predicate, which caused entries in the completion list to be
5227 doubled.
5228
52292000-08-30 John Wiegley <johnw@gnu.org>
5230
5231 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
5232 sending to subprocesses. Also, hook pre-command-hook if
5233 `eshell-send-direct-to-subprocesses' is non-nil.
5234 (eshell-send-direct-to-subprocesses): New config variable. If t,
5235 subprocess input is send immediately.
5236 (eshell-toggle-direct-send): New function.
5237 (eshell-self-insert-command): New function.
5238 (eshell-intercept-commands): New function.
5239 (eshell-send-input): If direct subprocess sending is enabled,
5240 don't echo any input to the Eshell buffer. Let the subprocess
5241 handle that. This requires "stty echo" in bash, for example.
5242
52432000-08-28 John Wiegley <johnw@gnu.org>
5244
5245 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
5246 completion function for Eshell's implementation of `unset'.
5247
778911b9
EZ
52482000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
5249
5250 * info.el (Info-directory-list): Doc fix.
5251
05d07b49
PB
52522000-08-31 Peter Breton <pbreton@ne.mediaone.net>
5253
9b4a7800 5254 * filecache.el (file-cache-add-directory-using-find): Don't quote
05d07b49
PB
5255 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
5256
9941d4c7
KH
52572000-08-31 Kenichi Handa <handa@etl.go.jp>
5258
5259 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
5260 coding systems.
5261
af9ba8ad
AI
52622000-08-30 Andrew Innes <andrewi@gnu.org>
5263
5264 * timer.el (run-with-idle-timer): Undo last change, so that timer
5265 is not activated immediately if Emacs is already idle. Some
5266 existing code relies on this behaviour.
5267
caccd8f2
MB
52682000-08-30 Miles Bader <miles@gnu.org>
5269
5270 * frame.el (set-frame-font): Do completion of font-name for
5271 interactive use.
5272
b64c0a1c
KH
52732000-08-30 Kenichi Handa <handa@etl.go.jp>
5274
5275 * international/quail.el (quail-start-translation): Bind locally
5276 last-command-event, last-command, and this-command.
5277 (quail-start-conversion): Likewise.
75cf0095 5278 (quail-self-insert-command): Fix docstring.
b64c0a1c 5279
fd5f61d3
GM
52802000-08-29 Gerd Moellmann <gerd@gnu.org>
5281
5282 * progmodes/executable.el
5283 (executable-make-buffer-file-executable-if-script-p): Check that
5284 buffer contains at least 2 characters.
5285
5b671d04
EZ
52862000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
5287
5288 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
5289
485d9513
DL
52902000-08-29 Dave Love <fx@gnu.org>
5291
a39fb83d
DL
5292 * diff-mode.el (diff-mode) <defgroup>: Add :version.
5293 (diff-mode-shared-map): Bind mouse-2.
5294 (diff-imenu-generic-expression): New variable.
5295 (diff-mode): Use it.
5296
485d9513
DL
5297 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
5298 (mouse-popup-menubar): Add minor mode menus.
5299 (popup-menu): Check for lookup-key returning number.
5300
ba3478d9
MB
53012000-08-29 Miles Bader <miles@gnu.org>
5302
5303 * comint.el (comint-send-input): Create overlays using the proper
5304 front/read-advance arguments.
9b4a7800 5305
c3d6d211
GM
53062000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5307
5308 * ps-print.el: Even/odd pages printing. Doc fix.
5309 (ps-print-version): New version number (6.0).
5310 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
5311 (ps-background, ps-begin-file, ps-begin-job): Code fix.
5312 (ps-print-duplex-feature): Variable eliminated.
5313 (ps-even-or-odd-pages): New variable.
5314
ba087cd7 5315 * progmodes/ebnf2ps.el: Doc fix.
87d0f685
GM
5316 (ebnf-version): New version (3.3).
5317 (ebnf-user-arrow): Change variable customization to sexp.
5318 (ebnf-user-arrow): Function eliminated.
5319 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
9b4a7800 5320
d313265f
KH
53212000-08-29 Kenichi Handa <handa@etl.go.jp>
5322
cba62b78 5323 * help.el (help-xref-mule-regexp): New variable.
d313265f
KH
5324 (help-make-xrefs): Handle help-xref-mule-regexp.
5325
5326 * international/mule-cmds.el (help-xref-mule-regexp-template): New
5327 variable.
5328 (describe-input-method): Temporarily activate the specfied input
5329 method to display the information.
5330 (describe-language-environment): Hyperlinks to mule related items.
5331
5332 * international/mule-diag.el (charset-multibyte-form-string): New
5333 function.
5334 (list-character-sets-1): Use charset-multibyte-form-string.
5335 (describe-character-set): New function.
5336 (describe-coding-system): Hyperlinks to safe character sets.
5337
5338 * international/quail.el (quail-help): New arg PACKAGE.
5339 Hyperlinks to mule related items.
5340 (quail-help-insert-keymap-description): Use
5341 substitute-command-keys instead of describe-bindings.
5342 (quail-translation-help): Hyperlinks to mule related items.
5343
b4bd214e
JW
53442000-08-28 John Wiegley <johnw@gnu.org>
5345
ca7aae91
JW
5346 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
5347 have a defsubst call itself. Made `eshell-flatten-list' back into
5348 a function again.
5349
b4bd214e
JW
5350 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
5351 catch, in case re-centering point at bottom messes up the display.
5352 This happens frequently in Emacs 21, due I believe to variable
5353 line heights.
5354
5355 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
5356 to call `find-tag-interactive'.
5357
5358 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
5359 the list of remember directories.
5360
d44e146b
JW
53612000-08-28 John Wiegley <johnw@gnu.org>
5362
5363 * align.el: Test align-region-separate to see if it's a symbol.
5364
546c0888 53652000-08-28 John Wiegley <johnw@gnu.org>
d44e146b
JW
5366
5367 * eshell/esh-util.el (eshell-flatten-list): Made this function
5368 into a defsubst form. It gets used very frequently, although
5369 calls don't occur all that often.
5370
5371 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
5372 examining it.
5373
5374 * eshell/esh-cmd.el (eshell-rewrite-while-command):
5375 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
5376 `eshell-protect'.
5377 (eshell-copy-handles): Created a new macro for duplicating the
5378 current set of open handles. This is needed by the looping
5379 functions.
5380 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
5381 is not incorrectly stomped on.
5382
5383 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
5384 declaration for pcomplete-use-paring.
5385 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
5386 value of eshell-cmpl-use-paring.
5387 * pcomplete.el (pcomplete-use-paring): New config variable, to
5388 indicate whether paring should be used.
5389 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
5390 completion alternatives that have already been used.
5391
5392 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
5393 bound to C-c C-y, which will repeat the previous N arguments
5394 (based on prefix argument).
5395 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
5396
5397 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
5398 if there is no *Help* buffer. This is for XEmacs, which renames
5399 its help buffers uniquely. TODO: Find out what the current buffer
5400 name to delete is.
5401
5402 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
5403 first entry that correlates to a passwd/group number. Later
5404 entries (used for group/user name aliasing to multiple IDs) are
5405 ignored.
5406
9b4a7800
TTN
5407 * eshell/em-xtra.el (eshell/expr):
5408 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
5409 (eshell-grep, eshell/diff, eshell/locate):
d44e146b
JW
5410 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
5411 argument list, before passing it to the system command.
5412
5413 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
5414 `find-tag' for use at final position in Eshell buffers (which
5415 otherwise triggers an error on Emacs 21).
5416 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
5417 buffer, if it is currently bound to `find-tag'.
5418
5419 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
5420 in the list of matched Makefile names.
5421 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
5422 directory, prefer its contents to Makefile.
5423
5424 * eshell/em-dirs.el (eshell/cd): cd commands that look up
5425 directory parts (like "cd old new", or "cd =regexp"), are now case
5426 sensitive on non-Windows/DOS platforms.
5427
5428 * eshell/esh-mode.el (eshell-parse-command-input): When a user
5429 types RET after an open delimiter (like "), display a message
5430 indicating that Eshell is waiting for the closing delimiter.
5431
5432 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
5433 environment variables.
5434
5435 * eshell/em-unix.el (eshell/diff): Added logic to fail more
5436 gracefully if the user enters incorrect arguments.
5437
5438 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
5439 Eshell buffers.
5440
9b4a7800
TTN
5441 * eshell/esh-var.el (eshell-interpolate-variable):
5442 * eshell/esh-mode.el (eshell-move-argument):
d44e146b
JW
5443 * eshell/em-unix.el (eshell-du-sum-directory):
5444 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
5445 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
5446 (not (= ...)).
5447
5448 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
5449 to ensure the `preserve' flag gets propagated when doing recursive
5450 directory copies.
5451
546c0888 54522000-08-28 Stefan Monnier <monnier@cs.yale.edu>
d44e146b
JW
5453
5454 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
5455 Don't convert \n into \0177 in memory.
5456 (eshell-read-history, eshell-write-history): Convert \n to \0177,
5457 and back again, when reading and writing.
9b4a7800 5458
546c0888 54592000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
d44e146b
JW
5460
5461 * eshell/esh-util.el (eshell-processp): Added to relieve constant
5462 testing of `fboundp' on `processp'.
5463
5464 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
5465 (eshell/jobs): Don't call process-list if it is not bound.
5466 (eshell-gather-process-output): Support systems where async
5467 subprocesses aren't supported.
5468 (eshell-scratch-buffer, eshell-last-sync-output-start): New
5469 variables.
5470
5471 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
5472 eshell-do-eval returns t.
5473 (eshell-do-pipelines-synchronously): New defmacro.
5474 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
5475 when async subprocesses aren't supported.
5476 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
5477 if async subprocesses aren't supported.
5478 (eshell-resume-command): Don't assume STATUS is a string.
5479
5480 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
5481
5482 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
5483 (eshell-close-target, eshell-get-target): Use eshell-processp.
5484 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
5485 fix.
5486 (eshell-get-target, eshell-create-handles): Doc fix.
5487
546c0888 54882000-08-28 Miles Bader <miles@lsi.nec.co.jp>
d44e146b 5489
546c0888 5490 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
d44e146b
JW
5491 criterion to include commands that output something, as long as it
5492 leaves both the command and the end-of-buffer visible when the
5493 command has exited.
5494 (eshell-review-quick-commands): Adjust the help doc string
5495 accordingly.
5496
2a371c3b
PB
54972000-08-28 Peter Breton <pbreton@ne.mediaone.net>
5498
8348e1f9 5499 * locate.el (locate): Cleaned up locate command's interactive prompting
1ec321a7 5500 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
8348e1f9 5501
9b4a7800 5502 * filecache.el (file-cache-case-fold-search): New variable
2a371c3b
PB
5503 (file-cache-assoc-function): New variable
5504 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
5505 Use file-cache-case-fold-search variable
5506 (file-cache-add-file): Use file-cache-assoc-function
5507 (file-cache-delete-file): likewise
5508 (file-cache-directory-name): likewise
5509 (file-cache-debug-read-from-minibuffer): likewise
5510
95931eb1
GM
55112000-08-28 Gerd Moellmann <gerd@gnu.org>
5512
5513 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
5514 (abbrev-table-name): New function.
5515 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
5516 If non-nil list local abbrev, only.
5517
bb17930d
GM
55182000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
5519
546c0888
EZ
5520 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
5521 from Gnus support code, and use special article copy buffer
bb17930d
GM
5522 `(gnus-original-article-buffer)' instead. This allows to get rid
5523 of article-hide-headers usage (which breaks in the latest Gnus
5524 version). Thanks to Detlev Zundel.
5525
41a68aef
KH
55262000-08-28 Kenichi Handa <handa@etl.go.jp>
5527
5528 * international/quail.el (quail-use-package): Hide "... loaded"
5529 message.
5530 (quail-start-translation, quail-start-conversion): Likewise.
5531
5532 * international/kkc.el (kkc-region): Hide "... loaded" message.
5533
28bb2cef
DL
55342000-08-27 Dave Love <fx@gnu.org>
5535
5536 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
5537
11a1118d
MB
55382000-08-27 Miles Bader <miles@gnu.org>
5539
5540 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
5541
0f85d477
KH
55422000-08-27 Kenichi Handa <handa@etl.go.jp>
5543
5544 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
5545 'ja-dic-cnv), not (require 'skkdic-cnv).
5546
2d73e8d3
MB
55472000-08-26 Miles Bader <miles@gnu.org>
5548
a0e5a5a4
MB
5549 * faces.el (face-x-resources): Add entry for :inherit.
5550 * cus-face.el (custom-face-attributes): Add support for :inherit
5551 attribute. Add support for relative face heights.
5552 (custom-face-attributes-get): Treat `nil' as being a default value
5553 for :inherit (as well as `unspecified').
5554
19feb949
MB
5555 * faces.el (set-face-attribute): Update doc string.
5556 (face-attribute-name-alist): Add :inherit.
5557 (face-valid-attribute-values): Handle :inherit.
5558 (face-read-string): Rephrase prompt to be less confusing.
5559 Assume that DEFAULT is a string, since we must return a string.
5560 (face-read-integer): Use `format' to turn DEFAULT into an
5561 acceptable default for face-read-string. Match NEW-VALUE against
5562 the string "unspecified", not the symbol `unspecified', since
5563 that's what face-read-string returns.
5564 (read-face-attribute): Lookup a name for old-value in valid, and
5565 use it as a default if we find one. Treat all values from
5566 face-read-string as strings. If the default is used, don't do any
5567 more processing on the value, just use the old value directly.
5568 (read-face-and-attribute, modify-face): Tweak prompt.
5569 (read-face-name): Don't assume prompt ends with a space.
5570
2d73e8d3
MB
5571 * faces.el (describe-face): Add support for :inherit attribute.
5572
a1a2e38f
KH
55732000-08-25 Kenichi Handa <handa@etl.go.jp>
5574
e84fa7c5
KH
5575 * terminal.el (terminal-emulator): Fix args to `concat'. Now
5576 concat doesn't accept interger.
5577
a1a2e38f
KH
5578 * international/kkc.el: Remove SKK from Keywords. Require
5579 ja-dic-utl instead of skkdic-utl.
5580
5581 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
5582 Provide ja-dic-cnv instead of skkdic-cnv.
5583 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
5584 (iso-2022-7bit-short): Add safe-charsets property.
5585 (skkdic-convert-postfix): Search Japanese chou-on character in
5586 addition to Hiragana character.
5587 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
5588 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
5589 (batch-skkdic-convert): Likewise.
5590
5591 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
5592 Provide ja-dic-utl instead of skkdic-utl.
5593 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
5594
f6499c03
DL
55952000-08-24 Dave Love <fx@gnu.org>
5596
1c2c3f16
DL
5597 * disp-table.el (standard-display-default): Make the test of `l'
5598 useful.
5599
f6499c03
DL
5600 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
5601 mod sample text.
5602
5603 * international/iso-ascii.el: Make pilcrow convenient string
5604 consistent with section.
5605 (iso-ascii-display): Set up multibyte characters as well as
5606 unibyte.
5607
c543db81
KH
56082000-08-24 Kenichi Handa <handa@etl.go.jp>
5609
5610 * international/mule-cmds.el (reset-language-environment): Set
5611 default-process-coding-system to '(undecided . iso-latin-1), which
5612 makes process I/O almost consistent with file I/O. Call this
5613 function when mule-cmds.el[c] is loaded.
5614
746d9caf
AI
56152000-08-22 Andrew Innes <andrewi@gnu.org>
5616
5617 * makefile.w32-in: New file.
5618
5484005d
MB
56192000-08-22 Miles Bader <miles@lsi.nec.co.jp>
5620
5621 * comint.el (comint-output-filter): Compare end of
5622 comint-last-output-overlay with the start of the newly inserted
5623 text, not the end, when deciding whether to extend it.
9b4a7800 5624 Set saved-point's insertion type to advance after insertion.
5484005d
MB
5625
5626 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
5627 since this is now done independently of font-lock mode.
5628
7a912f63
GM
56292000-08-21 Gerd Moellmann <gerd@gnu.org>
5630
5631 * server.el (server-kill-new-buffers): New user option.
5632 (server-existing-buffer): New buffer-local variable.
5633 (server-visit-files): When using an existing buffer, set
5634 server-existing-buffer to t.
5635 (server-buffer-done): If server-kill-new-buffers is t, kill the
5636 buffer, unless it was already present before visiting it with
5637 Emacs server.
9b4a7800 5638
240301df
EZ
56392000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
5640
5641 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
5642 even if the display doesn't support colors: some displays will
5643 support bold/underline faces.
5644
cbcef616
GM
56452000-08-21 Gerd Moellmann <gerd@gnu.org>
5646
6917e6bb
GM
5647 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
5648
cbcef616
GM
5649 * startup.el (command-line): If user's init file had an error,
5650 add explanatory text to *Messages*.
5651
6922b018
KH
56522000-08-21 Kenichi Handa <handa@etl.go.jp>
5653
5654 * man.el (Man-getpage-in-background): Decode the process output by
5655 the system locale coding system.
5656
e50c4203
DL
56572000-08-20 Dave Love <fx@gnu.org>
5658
96ab6351
DL
5659 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
5660 Don't test x-popup-menu.
5661 (function) <complete-function>: Complete only fbound symbols.
5662 <validate, value>: New.
5663 (variable) <complete-function>: Complete only bound symbols.
5664 (coding-system): Add :base-only, :complete-function, :validate,
5665 :value, :prompt-match.
5666 (widget-coding-system-prompt-value): Use read-coding-system and
5667 act on :base-only.
5668 (editable-field): Add :help-echo.
5669 (widget-push-button-gui, widget-push-button-cache)
5670 (widget-gui-action, widget-editable-list-gui): COmment out, along
5671 with uses.
5672 (widget-at): Make arg optional.
5673 (widget-echo-help): Adjust for current help-echo calling sequence.
5674 (widget-specify-field, widget-specify-button)
5675 (widget-specify-insert, widget-get-sibling, widget-image-find)
5676 (widget-convert, widget-insert, widget-leave-text)
5677 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
5678 (widget-setup, widget-field-find, widget-before-change)
5679 (widget-after-change, widget-default-complete)
5680 (widget-default-create, widget-default-delete)
5681 (widget-push-button-value-create, editable-field)
5682 (widget-field-prompt-value, widget-field-validate)
5683 (widget-choice-value-create, widget-choice-action)
5684 (widget-choice-validate, widget-checklist-add-item)
5685 (widget-radio-add-item, widget-radio-chosen)
5686 (widget-radio-value-inline, widget-editable-list-value-create)
5687 (widget-editable-list-entry-create)
5688 (widget-documentation-link-add)
5689 (widget-documentation-string-value-create)
5690 (widget-regexp-validate, widget-file-complete)
5691 (widget-sexp-validate, widget-plist-convert-widget)
5692 (widget-plist-convert-widget, widget-alist-convert-widget)
5693 (widget-alist-convert-widget, widget-color-complete): Simplify,
5694 particularly to avoid bindings which aren't optimized out.
5695
e50c4203
DL
5696 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
5697 Doc fix.
5698 (down-list, backward-up-list, up-list, kill-sexp)
5699 (backward-kill-sexp, mark-sexp): Make arg optional.
5700 (lisp-complete-symbol): Add optional arg PREDICATE.
5701
5702 * cus-start.el: Add display-buffer-reuse-frames,
5703 file-coding-system-alist.
5704
511bd4eb
GM
57052000-08-20 Gerd Moellmann <gerd@gnu.org>
5706
5707 * startup.el (command-line): Clear realized faces after
5708 modifying TTY color mappings.
5709
a9de7d29
MB
57102000-08-20 Miles Bader <miles@gnu.org>
5711
5712 * faces.el (face-attr-match-p): Don't return true if ATTRS are
5713 merely a subset of FACE's attributes.
5714
8a8023d9
MB
57152000-08-19 Miles Bader <miles@gnu.org>
5716
5717 * comint.el (comint-output-filter): Save the point with a marker,
5718 not just a buffer position.
5719
5720 * international/mule.el (set-buffer-process-coding-system): Make
5721 interactive prompt less confusing.
5722
1433385f
GM
57232000-08-19 Gerd Moellmann <gerd@gnu.org>
5724
5725 * hilit-chg.el: General cleanup of doc strings, comments and
5726 code formatting.
5727
136b4eda
MB
57282000-08-19 Miles Bader <miles@gnu.org>
5729
5730 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
5731 Compiler macro removed; beginning-of-line is no longer always
5732 equivalent to forward-line, in the presence of fields.
5733
5734 * comint.el (comint-output-filter): Remove ad-hoc saving of
5735 restriction, and just use save-restriction, now that it works
5736 correctly. Don't adjust comint-last-input-start to account for
5737 our insertion; it shouldn't have moved because we don't use
5738 insert-before-markers anymore. Comment out call to
5739 `force-mode-line-update'; why is it here?
5740
5741 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
5742 while checking for prompt to delete. Use `forward-line 0'
5743 instead of beginning-of-line.
5744 (gud-filter): Temporarily widen gud comint buffer while
5745 examining output.
5746
cdd0f857
SM
57472000-08-18 Stefan Monnier <monnier@cs.yale.edu>
5748
ebf96bfa
SM
5749 * progmodes/sh-script.el: Big bag of typos.
5750
cdd0f857
SM
5751 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
5752 check since ispell-process is not bound when ispell is not yet loaded.
5753
9bb7a286
DL
57542000-08-18 Dave Love <fx@gnu.org>
5755
5756 * image.el (find-image): Copy `spec' before using plist-put.
5757
74ec6045
GM
57582000-08-18 Gerd Moellmann <gerd@gnu.org>
5759
5760 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
5761 `portugues'.
5762
5763 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
5764 backward-kill-sexp, analogous to kill-sexp.
5765
5766 * progmodes/icon.el (icon-indent-line)
5767 (icon-is-continuation-line): Handle comments specially.
5768
57692000-08-17 Ken Stevens <k.stevens@ieee.org>
5770
5771 * ispell.el: Set to standard author/maintainer/keyword fields.
5772 Fine tuning to menu map appearance and operation, and added help.
5773 Remove `start' and `end' error messages when compiling.
5774 (ispell-choices-win-default-height): Fixed comment string.
5775 (ispell-dictionary-alist-1): Fixed regexp in castellano and
5776 castellano8 dictionaries.
5777 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
5778 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
5779 dictionary, added italiano dictionary.
5780 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
5781 word character
5782 (ispell-tex-skip-alists): Added psfig support.
5783 (ispell-skip-html): Renamed from ispell-skip-sgml.
5784 (ispell-begin-skip-region-regexp, ispell-skip-region)
5785 (ispell-minor-check): Improved html skipping support to skip across
5786 code, and recognize `&' commands without propper `;' syntax;
5787 (ispell-process-line): Fix alignment error when manually
5788 correcting spelling.
5789 (ispell): Fix comment string.
5790 (ispell-add-per-file-word-list): Always put word list on new line.
5791
3787e12e
GM
57922000-08-17 Gerd Moellmann <gerd@gnu.org>
5793
a7b28523
GM
5794 * format.el (format-encode-run-method): Fix error message to say
5795 `encode' instead of `decode'. Use save-window-excursion around
5796 shell-command-on-region as in format-decode-run-method because
5797 shell-command-on-region can display a buffer with error output.
5798 (format-decode): Don't record undo information for the decoding.
5799 (format-annotate-function): Add parameter FORMAT-COUNT. Make
5800 that number part of the temporary buffer name so that more than
5801 one decoding using a temporary buffer can happen safely.
5802
5803 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
5804 of `A-z' in the regexp.
5805
5806 * hilit-chg.el: Fix typos in commentary.
5807
3787e12e
GM
5808 * help.el (view-emacs-news): Rewritten for new naming scheme
5809 for old NEWS files.
5810
5811 * startup.el (command-line): Pop to *Messages* in case an error
5812 is signaled while loading user-init-file.
5813
d2473540
AS
58142000-08-17 Andreas Schwab <schwab@suse.de>
5815
5816 * files.el (insert-directory): Don't lose original file name,
5817 undoing an undocumented change.
5818
c0bbaf57
GM
58192000-08-17 Alex Schroeder <alex@gnu.org>
5820
5821 * sql.el (sql-magic-go): Use comint-bol.
5822 (sql-copy-column): Use comint-line-beginning-position.
5823 (comint-line-beginning-position): Define a replacement for
5824 comint-line-beginning-position if it is not fboundp.
5825
58262000-08-17 Alex Schroeder <alex@gnu.org>
5827
5828 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
5829 it didn't have any effect anyway.
5830
58312000-08-17 Alex Schroeder <alex@gnu.org>
5832
5833 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
5834 --pset and pager=off instead of sending \\o|cat at the beginning
5835 of the session.
5836
9d245da5
MB
58372000-08-17 Miles Bader <miles@gnu.org>
5838
5839 * progmodes/octave-inf.el: Add compatibility definition of
5840 comint-line-beginning-position.
5841
abfdbd2e
KH
58422000-08-17 Kenichi Handa <handa@etl.go.jp>
5843
5844 * startup.el (normal-top-level): Look in each dir in load-path for
5845 a leim-list.el file too. This assures of loading leim-list.el
5846 that is created at Emacs installation time even if a user have his
5847 own leim-list.el.
5848
a0b8c939
MB
58492000-08-17 Miles Bader <miles@gnu.org>
5850
5851 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
5852 foreground color to black if the background is dark.
5853
7382bcae
SM
58542000-08-16 Stefan Monnier <monnier@cs.yale.edu>
5855
5856 * loadhist.el (unload-feature): Typo.
5857
9b4a7800 5858 * finder.el (finder-compile-keywords):
7382bcae
SM
5859 * cus-dep.el (custom-make-dependencies): Add local-variable settings
5860 to the generated file.
5861
5862 * mail/mh-e.el (mh-make-local-vars):
5863 Replace make-variable-buffer-local with make-local-variable.
5864
cdd0f857 5865 * play/landmark.el:
7382bcae 5866 * options.el (Edit-options-{set,toggle,t,nil}):
9b4a7800
TTN
5867 * mail/mailabbrev.el (mail-abbrevs-mode):
5868 * textmodes/tex-mode.el (tex-expand-files):
7382bcae
SM
5869 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
5870
5871 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
5872
5873 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
5874 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
5875 Allow going past the last element.
9b4a7800 5876 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
7382bcae
SM
5877 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
5878 (cvs-mouse-toggle-mark): Don't move point.
5879 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
5880
5881 * progmodes/compile.el (grep): Provide a default set of files.
5882 (next-error): Docstring fix.
5883 (compilation-find-file): Avoid find-file (fails in a dedicated window).
5884
5885 * emacs-lisp/easy-mmode.el (define-minor-mode):
5886 Use `symbol-value' to keep the byte-compiler quiet.
5887
5888 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
5889 (diff-find-source-location): New fun, extracted from diff-goto-source.
5890 (diff-goto-source): Use it.
5891 (diff-next-complex-hunk, diff-filter-lines): New function.
5892 (diff-apply-hunk): New command.
5893
5894 * smerge-mode.el (smerge-mode-menu): Doc fix.
5895
5896 * msb.el (msb-mode): Define it in terms of define-minor-mode.
5897
4f00b8c1
DL
58982000-08-16 Dave Love <fx@gnu.org>
5899
2b5198bb
DL
5900 * windmove.el (windmove) <defgroup>: Add :version.
5901
5902 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
5903 (goto-address-fontify-p, goto-address-highlight-p)
5904 (goto-address-url-face, goto-address-url-mouse-face)
5905 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
5906 (goto-address-url-regexp): Use thing-at-point-url-regexp.
5907 (goto-address-fontify, goto-address-at-mouse): Simplify,
5908 (goto-address-at-point): browse-url-url-at-point,
5909 goto-address-find-address-at-point can return nil.
5910 (goto-address-find-address-at-point): Return nil on failure.
5911
5912 * align.el (align) <defgroup>: Add :version.
5913
5914 * calculator.el (calculator): Add :version.
5915 (calculator): Use two lines for calculator window if `modeline'
5916 face is boxed.
5917
4f00b8c1
DL
5918 * play/5x5.el: Doc fixes.
5919 (5x5) <defgroup>: Add :version.
5920
5921 * play/fortune.el (fortune) <defgroup>: Add :version.
5922 (fortune-append): Fix error message.
5923 (fortune-from-region): Doc fix.
5924
5925 * play/pong.el (pong): Doc fix.
5926
5927 * play/morse.el: Keywords, commentary, autoloads.
5928
69db7ee7
EZ
59292000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
5930
5931 * desktop.el (desktop-save): Don't look at symbol-value of a
5932 member of minor-mode-alist, unless it is boundp.
5933
10e1dad9
SS
59342000-08-16 Sam Steingold <sds@gnu.org>
5935
a0b8c939 5936 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
10e1dad9
SS
5937 `while'; use `with-current-buffer' instead of `save-excursion'.
5938 Removed unnecessary kludges now that "*Buffer List*" is excluded.
5939
9d7bcb2e
KH
59402000-08-16 Kenichi Handa <handa@etl.go.jp>
5941
5942 * international/ccl.el (declare-ccl-program): Docstring modified.
5943 (ccl-execute-with-args): Likewise.
5944
04231ab8
MB
59452000-08-16 Miles Bader <miles@gnu.org>
5946
9d245da5 5947 * progmodes/sql.el: Add compatibility definition of
04231ab8
MB
5948 comint-line-beginning-position.
5949
f68446ef
GM
59502000-08-15 Gerd Moellmann <gerd@gnu.org>
5951
dc28878c
GM
5952 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
5953 'buffer-menu' property.
5954 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
5955 fails.
5956 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
5957 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
5958 wasn't killed.
10e1dad9 5959
58ed0d3b
GM
5960 * buff-menu.el (list-buffers-noselect): Don't display the
5961 *Buffer List* buffer.
5962
32dc52f7
GM
5963 * font-lock.el: Require jit-lock to prevent a very late
5964 `Loading jit-lock' message.
5965
f68446ef 5966 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
10e1dad9 5967 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
f68446ef
GM
5968 mail address.
5969
90ac90a2
MB
59702000-08-15 Miles Bader <miles@gnu.org>
5971
5972 * textmodes/ispell.el (ispell-graphic-p): New constant.
5973 (ispell-choices-win-default-height, ispell-help): Use
5974 `ispell-graphic-p' instead of `xemacsp'.
5975
b0a0e263
DL
59762000-08-15 Dave Love <fx@gnu.org>
5977
c1e757e3
DL
5978 * simple.el: Autoload widget-convert when compiling.
5979 (mail-user-agent): Doc fix.
5980
5981 * help.el (function-called-at-point, variable-at-point): Use
5982 with-syntax-table.
5983 (help-manyarg-func-alist): Add insert-and-inherit.
5984
5985 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
5986
5987 * delsel.el (delsel-unload-hook): New function.
5988
5989 * find-file.el: Doc fixes. Move provide to end.
5990 (ff) <defgroup>: Add :link.
5991 (ff-goto-click): Deleted.
5992 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
5993 Use mouse-set-point.
5994
5995 * textmodes/tildify.el: Doc fixes.
5996 (tildify) <defgroup>: Add:version.
5997
5998 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
5999 (glasses-custom-set): Use set-default, not set.
6000 (minor-mode-alist): Propertize the lighter.
6001 (glasses-mode): Provide optional arg.
6002
5f847612
DL
6003 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
6004 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
6005 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
6006 option. Provide :type.
6007 (cwarn-configuration): Provide :type.
6008 (cwarn-mode): Doc fix.
6009
6010 * add-log.el (change-log-merge): Doc fix.
6011 (change-log-redate): New command.
6012
b0a0e263
DL
6013 * net/browse-url.el (browse-url-filename-alist): Add a clause for
6014 Doze and Dog.
6015 (browse-url): Use dolist, not mapcar.
6016 (browse-url-at-point): Check for null url.
6017 (browse-url-event-buffer, browse-url-event-point): Functions
6018 deleted.
6019 (browse-url-at-mouse, browse-url-netscape): Simplify.
6020
6021 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
6022 modes.
6023 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
6024 Fix previous change to mapcan.
6025 (msb--init-file-alist, msb--add-separators)
6026 (msb--make-keymap-menu): Simplify.
6027 (msb--choose-file-menu): Use copy-sequence.
6028 (msb-mode-map): Add title to keymap.
6029 (msb-unload-hook): New function.
6030
6031 * bs.el: Fix indentation.
6032 (bs) <defgroup>: Add :links.
2b5198bb
DL
6033 (bs-show): Doc fix.
6034 (bs-apply-sort-faces): Don't use window-system.
6035 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
b0a0e263 6036
70f1b78e
EZ
60372000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
6038
6039 * calendar/timeclock.el (timeclock-file): Run .timelog through
6040 convert-standard-filename.
6041
956777b3
GM
60422000-08-14 Gerd Moellmann <gerd@gnu.org>
6043
3215096c
GM
6044 * emacs-lisp/authors.el: New file.
6045
956777b3
GM
6046 * paren.el (show-paren-priority): New user option.
6047 (show-paren-function): Set overlay priorities to
6048 show-paren-priority.
10e1dad9 6049
0cde1424
MB
60502000-08-14 Miles Bader <miles@gnu.org>
6051
6052 * comint.el (comint-bol): Use `forward-line 0' instead of calling
6053 beginning-of-line with inhibit-field-text-motion bound.
6054
90cbf47e
GM
60552000-08-14 Gerd Moellmann <gerd@gnu.org>
6056
6057 * calendar/timeclock.el: New file.
6058
60592000-08-14 David Ponce <david@dponce.com>
6060
6061 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
6062 `widget-button-click'. so that one can use left mouse button to
6063 click on dialog buttons.
6064
60652000-08-14 Emmanuel Briot <briot@gnat.com>
6066
6067 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
814299a7 6068 identifiers, since XML is case sensitive
10e1dad9 6069
79e8dca7 60702000-08-12 Miles Bader <miles@gnu.org>
10e1dad9 6071
660394d1
MB
6072 * comint.el (comint-output-filter): Don't bother frobbing
6073 window-start, it doesn't seem to be necessary.
79e8dca7
MB
6074
6075 * comint.el (comint-send-string, comint-send-region): Make into
6076 real functions. Snapshot the prompt before sending.
6077
218c2cc7
EZ
60782000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
6079
6080 * info.el (Info-find-emacs-command-nodes): Rewrite to use
6081 technique similar to Info-index, instead of relying on specific
6082 names of relevant Index nodes.
6083 (Info-goto-emacs-command-node): Bind Info-history to nil when
6084 going to the first node found by Info-find-emacs-command-nodes.
6085
51e066d2 60862000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
968280cc
EZ
6087
6088 * menu-bar.el (menu-bar-help-menu): Add a :help string.
6089
867102f2
MB
60902000-08-10 Miles Bader <miles@gnu.org>
6091
6092 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
6093
af718538
EZ
60942000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
6095
6096 * info.el (Info-file-list-for-emacs): More elements for the
6097 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
6098 and woman manuals.
6099
c51bacd6
MB
61002000-08-10 Miles Bader <miles@lsi.nec.co.jp>
6101
6102 * comint.el (comint-send-input): Make the newline boundary overlay
6103 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
6104 (comint-output-filter): Use `insert' instead of
6105 `insert-before-markers'. Extend comint-last-output-overlay when
6106 necessary since we can't rely on insert-before-markers to do it.
6107 * gud.el (gud-filter): Use `with-current-buffer' instead of
6108 save-excursion when inserting the output, so that point gets
6109 updated correctly; the old method relied on a rather dodgy
6110 side-effect of comint-output-filter to avoid the effect of
6111 save-excursion.
6112
98532b12
EZ
61132000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
6114
6115 * files.el (recover-file): Call insert-directory instead of
6116 invoking `ls' directly.
6117
3db4b719
MB
61182000-08-10 Miles Bader <miles@gnu.org>
6119
6120 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
6121 (comint-last-prompt-overlay): New variables.
6122 (comint-output-filter): Implement prompt highlighting.
6123 (comint-snapshot-last-prompt): New function.
6124 (comint-send-input): Snapshot the last prompt.
6125 Use comint-highlight-input-face.
6126 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
6127 Use defface instead of defcustom.
6128 (send-invisible, comint-send-eof): Snapshot the last prompt.
6129 (comint-delchar-or-maybe-eof): Use comint-send-eof.
6130 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
6131
96190aa1
SM
61322000-08-09 Stefan Monnier <monnier@cs.yale.edu>
6133
5cda4b07
SM
6134 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
6135 (regexp-opt-group): Use a list of chars for `letters'.
6136 (regexp-opt-charset): `chars' is now a list of chars.
6137 Use a char-table rather than a vector so it works for multibyte chars.
6138
96190aa1
SM
6139 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
6140 Set cvs-minor-current-files to the selected fileinfo.
6141 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
6142 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
6143
7d093d56
EZ
61442000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
6145
6146 * files.el (insert-directory): Don't call access-file on
6147 directories on DOS and Windows.
6148
b24c5811
KH
61492000-08-09 Kenichi Handa <handa@etl.go.jp>
6150
6151 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
6152 longer if necessary.
6153 (ccl-embed-code): Call ccl-embed-data to store CODE in
6154 ccl-program-vector.
6155
0a6fd67e
MB
61562000-08-09 Miles Bader <miles@gnu.org>
6157
6158 * comint.el (comint-output-filter): Properly handle the case where
6159 the text surrounded by comint-last-output-overlay was deleted.
6160
9f6d1a6c
GM
61612000-08-08 Gerd Moellmann <gerd@gnu.org>
6162
25ad1371
GM
6163 * info.el (Info-insert-dir): Use Info-additional-directory-list if
6164 non-nil.
6165 (Info-file-list-for-emacs): Remove "info" from the list because
6166 that leads to trying to use the documentation from file `info'
6167 in various situations where it isn't appropriate, for instance
6168 C-h C-k C-h i.
6169
6170 * ffap.el (ffap-read-file-or-url-internal): Handle case that
6171 DIR and/or STRING are nil.
6172
6173 * progmodes/compile.el (compilation-setup): Make variable
6174 compilation-error-screen-columns buffer-local, as some comment
6175 in the code suggests it should be.
6176
6177 * files.el (auto-mode-interpreter-regexp): New variable.
6178 (set-auto-mode): Use it.
6179
6180 * indent.el (indent-for-tab-command): Doc fix.
6181
6182 * mouse-sel.el (mouse-sel-mode): Doc fix.
6183
9f6d1a6c
GM
6184 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
6185 labels.
6186
6187 * help.el (print-help-return-message): When
6188 display-buffer-reuse-frames is set, let the help window been quit,
6189 instead of deleting it, which might delete a reused frame.
6190
3d819a75
EZ
61912000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
6192
6193 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
6194 rename a directory to a name that differs only by its letter case.
6195
c5a52529
KH
61962000-08-08 Kenichi Handa <handa@etl.go.jp>
6197
6198 * international/quail.el (quail-define-rules): Handle Quail decode
6199 map correctly. Add code for supporting annotations.
6200 (quail-install-decode-map): New function.
6201 (quail-defrule-internal): New optional arguments decode-map and
6202 props.
6203 (quail-advice): New function.
6204
5e9e032a
SS
62052000-08-07 Sam Steingold <sds@gnu.org>
6206
6207 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
6208 `defconst', `define-condition', `with-slots'.
6209 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
6210
46645f4b
MB
62112000-08-03 Miles Bader <miles@gnu.org>
6212
6213 * comint.el (comint-use-prompt-regexp-instead-of-fields):
6214 New variable.
6215 (comint-prompt-regexp, comint-get-old-input): Document dependence on
6216 comint-use-prompt-regexp-instead-of-fields.
6217 (comint-send-input): Add `input' field property to stuff we send to
6218 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
6219 (comint-output-filter): Add `output' field property to process
6220 output, if comint-use-prompt-regexp-instead-of-fields is nil.
6221 (comint-replace-by-expanded-history)
6222 (comint-get-old-input-default, comint-show-output)
6223 (comint-backward-matching-input, comint-forward-matching-input)
6224 (comint-next-prompt, comint-previous-prompt): Use field
6225 properties if comint-use-prompt-regexp-instead-of-fields is nil.
6226 (comint-line-beginning-position): New function.
6227 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
6228 (comint-replace-by-expanded-history-before-point): Use
6229 comint-line-beginning-position and line-end-position.
6230 (comint-last-output-overlay): New variable.
6231 (comint-mode): Make `comint-last-output-overlay' buffer-local.
6232
6233 * shell.el (shell-prompt-pattern): Doc change.
6234 (shell-backward-command): Use line-beginning-position.
6235
6236 * gud.el (gud-gdb-complete-command): Use
6237 comint-line-beginning-position.
6238
6239 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
6240 comint-bol doesn't actually go to the beginning of the line.
6241
6242 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
6243 if comint-use-prompt-regexp-instead-of-fields is non-nil.
6244 (try-expand-line-all-buffers): Likewise.
6245
6246 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
6247 explicitly matching comint-prompt-regexp.
6248 (sql-copy-column): Use comint-line-beginning-position instead of
6249 explicitly matching comint-prompt-regexp.
6250
6251 * progmodes/octave-inf.el (inferior-octave-complete): Use
6252 comint-line-beginning-position.
6253
6254 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
6255
6256 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
6257 looking for a prompt, use `forward-line 0' instead of
6258 `beginning-of-line', to avoid getting caught by an input field.
6259
ff3d9573
GM
62602000-08-07 Gerd Moellmann <gerd@gnu.org>
6261
6262 * files.el (shell-quote-wildcard-pattern): Make sure to return
6263 PATTERN, in the Unix case.
6264
e0d8827b
EZ
62652000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
6266
6267 * play/zone.el (zone): Discard any pending input before running
6268 the randomly-chosen pgm.
6269
24d55b8f
KH
62702000-08-07 Kenichi Handa <handa@etl.go.jp>
6271
6272 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
6273 checking the existence of any multibyte characters.
6274
3d05e1ee
GM
62752000-08-06 Gerd Moellmann <gerd@gnu.org>
6276
6c4a4368
GM
6277 * help.el (describe-mode): Test minor-mode symbol for being
6278 bound before testing its value for being nil.
6279
3d05e1ee
GM
6280 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
6281 `first', `second', and `third'.
6282
6283 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
6284 (second): Make it an alias for `cadr'.
6285
6968a481
EZ
62862000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
6287
6288 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
6289 types of display support faces now.
6290
e49aa397
GM
62912000-08-05 Gerd Moellmann <gerd@gnu.org>
6292
6293 * pcvs.el (require): Require `cl' during compilation, only.
6294
6295 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
6296 (toplevel): Remove `remq' and `remove' from autoloads.
6297 (cl-fake-autoloads): New variable. If set, arrange for an error
6298 when CL functions etc. are autoloaded.
6299
588aca27
EZ
63002000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
6301
2e78d4ab
EZ
6302 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
6303
85628348
EZ
6304 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
6305 popped up, but the user clicks outside the menu, return an empty
6306 regexp (that causes unhighlight-regexp to have no effect).
6307
74f0e552
EZ
6308 * menu-bar.el (menu-bar-games-menu): Add Zone.
6309
588aca27
EZ
6310 * hi-lock.el (toplevel): Require font-lock.
6311
f4988be7
GM
63122000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6313
ba087cd7 6314 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
f4988be7
GM
6315 (ebnf-8-bit-chars): New var for bug fix.
6316 (ebnf-string): Bug fix.
6317
027b73ac
SS
63182000-08-03 Sam Steingold <sds@gnu.org>
6319
6320 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
6321 instead of `buffer-string'.
6322 (require 'cl): Always, not just when compiling.
6323 `ignore-errors' in `interactive', `list*', `defun*' &c make this
6324 necessary.
6325
2f1fa038
EZ
63262000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
6327
6328 * international/mule-cmds.el (select-safe-coding-system): Make
6329 the message text about selecting a safe coding system more clear.
6330
ead53494
GM
63312000-08-02 Gerd Moellmann <gerd@gnu.org>
6332
abb2db1c
GM
6333 * hi-lock.el: New file.
6334
6335 * play/zone.el: New file.
6336
ead53494
GM
6337 * replace.el (occur): Set tab-width in the *Occur* buffer to the
6338 value of tab-width in the original buffer. Choose a line number
6339 format that's a multiple of the original buffer's tab width, so
6340 that lines appear right.
6341
6342 * textmodes/ispell.el (ispell): New function, replacing an alias.
6343 Spell-check active region if in transient-mark-mode and mark
6344 is active; otherwise spell-check buffer.
6345
63462000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6347
6348 * ps-mule.el: Fix a customization problem on
6349 ps-mule-font-info-database-default.
6350
f4a2b0a4
EZ
63512000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
6352
6353 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
6354 display-mouse-p instead of window-system.
6355 (ebrowse-member-mode-map): Ditto.
6356
b685181e
GM
63572000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6358
ba087cd7
EZ
6359 * progmodes/ebnf2ps.el: Update ps-print functions call.
6360 Indentation fix. Doc fix.
b685181e
GM
6361 (ebnf-version): New version number (3.2).
6362 (ebnf-format-color, ebnf-begin-job): Code fix.
027b73ac 6363
3b5fab87
EZ
63642000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
6365
032ebb29
EZ
6366 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
6367 font lock support on window-system.
6368 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
6369
3b5fab87
EZ
6370 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
6371 display-color-p, if fboundp, instead of window-system.
6372
7e2605e7
EZ
63732000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
6374
6375 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
6376 instead of window-system.
6377
6378 * wid-edit.el (widget-choose): Use display-mouse-p instead of
6379 window-system.
6380 (widget-choice-mouse-down-action): Use display-popup-menus-p
6381 instead of window-system.
6382
6383 * strokes.el (strokes-file): Run the file name through
6384 convert-standard-filename.
6385 (strokes-mode): Call display-mouse-p instead of looking at
6386 window-system. Change the error message accordingly.
6387
6388 * progmodes/cpp.el (toplevel): Support faces on tty's.
6389
6390 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
6391 (lm-plot-square, lm-init-display): Don't use window-system.
6392
6393 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
6394 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
6395
6396 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
6397 instead of looking at window-system.
6398
26119624
GM
63992000-07-30 Gerd Moellmann <gerd@gnu.org>
6400
6401 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
6402 of testing if iswitchb-prepost-hooks is bound, because the
6403 latter will always be true when invoking a recursive minibuffer
6404 from an active Iswitchb buffer.
6405
c90596f3
EZ
64062000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
6407
6408 * files.el (shell-quote-wildcard-pattern): New function.
6409 (insert-directory): Call it. Only prepend "\" to command on Unix
6410 and GNU/Linux systems.
6411
18925e78
GM
64122000-07-30 Gerd Moellmann <gerd@gnu.org>
6413
6414 * eshell/esh-groups.el: Change custom :link file names
6415 from `eshell.info' to `eshell'.
6416
64172000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
6418
6419 * dired.el (dired-build-subdir-alist): Expand subdirectory names
6420 correctly in recursive ange-ftp listings.
6421
64222000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6423
6424 * ps-print.el: Fix bug 1: if ps-font-size-internal,
6425 ps-header-font-size-internal and
6426 ps-header-title-font-size-internal variables are not set,
6427 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
6428 face text property is (foreground-color . COLOR) or
6429 `(background-color . COLOR)', ps-print crashes. Doc fix.
6430 (ps-print-version): New version number (5.2.4).
6431 (ps-plot-region): Code fix.
6432 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
6433 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
6434 Bug fix 2.
6435
64362000-07-30 Milan Zamazal <pdm@freesoft.cz>
6437
6438 * glasses.el (glasses-make-readable): Fix uncapitalization of
6439 identifiers like `myXMLDocument'.
6440
aeb4c63e
KF
64412000-07-28 Karl Fogel <kfogel@red-bean.com>
6442
18925e78
GM
6443 * mail/mail-hist.el (mail-hist-previous-input)
6444 (mail-hist-next-input): Do the obvious code factorization.
6445 (mail-hist-retrieve-and-insert): New func, contains common
aeb4c63e
KF
6446 code of above two.
6447 If inserting a message body, leave point at top.
6448
9d453139
SS
64492000-07-28 Sam Steingold <sds@gnu.org>
6450
6451 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
18925e78
GM
6452 Use `<=', not `<' to compare times!
6453 (ange-ftp-ls): Remove.
9d453139 6454
b548072f
GM
64552000-07-27 Gerd Moellmann <gerd@gnu.org>
6456
27848c01
GM
6457 * play/cookie1.el: Add explanation of how to make cookie.el
6458 compatible with strfile(1) to comment.
6459
6460 * subr.el (remove, remq): New functions.
6461
3ab82477
GM
6462 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
6463 escape `*' in regexps.
6464 (midnight-find): Reverse order of arguments in the funcall of
6465 TEST.
6466
6467 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
6468 and `.class'.
6469
b548072f
GM
6470 * play/meese.el: Add Commentary section.
6471
27848c01
GM
64722000-07-27 Alex Schroeder <alex@gnu.org>
6473
6474 * sql.el (sql-ms): Added autoload cookie.
6475 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
6476 (sql-oracle): Ditto.
6477 (sql-help): Doc change.
6478
6479 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
6480 types and exceptions.
6481
64822000-07-27 Alex Schroeder <alex@gnu.org>
6483
6484 * sql.el (sql-placeholder-history): New variable.
6485 (sql-query-placeholders-and-send): New function that will query
6486 the user and replace placeholders with user input.
6487 (sql-oracle): If running on NT, set comint-input-sender to
6488 sql-query-placeholders-and-send.
6489
6490 (sql-stop): If in the SQLi buffer, insert stop notification, else
6491 present it as a message.
6492
64932000-07-27 Alex Schroeder <alex@gnu.org>
6494
6495 * sql.el (sql-input-ring-separator): Doc change.
6496 (sql-input-ring-file-name): Doc change.
6497 (sql-interactive-mode): Use `sql-input-ring-separator' and
6498 `sql-input-ring-file-name' to set the comint-mode equivalents
6499 without making them local variables.
6500 (sql-stop): Don't bind `sql-input-ring-separator' and
6501 `sql-input-ring-file-name' dynamically to their comint-mode
6502 equivalents.
6503
91ae8751
KH
65042000-07-27 Kenichi Handa <handa@etl.go.jp>
6505
6506 * international/mule.el (register-char-codings): New function.
6507 (make-coding-system): Handle `safe-chars' specification in the arg
6508 PROPERTY.
6509
6510 * international/mule-cmds.el
6511 (find-coding-systems-region-subset-p): This function deleted.
6512 (sort-coding-systems-predicate): New variable.
6513 (sort-coding-systems): New function.
6514 (find-coding-systems-region): Use
6515 find-coding-systems-region-internal.
6516 (find-coding-systems-string): Use find-coding-systems-region.
6517 (find-coding-systems-for-charsets): Check
6518 char-coding-system-table.
6519 (select-safe-coding-system-accept-default-p): New variable.
6520 (select-safe-coding-system): Mostly rewritten. New argument
6521 ACCEPT-DEFAULT-P.
6522 (select-message-coding-system): Call select-safe-coding-system
6523 with ACCEPT-DEFAULT-P arg.
6524 (reset-language-environment): Reset default-sendmail-coding-system
6525 to the default value iso-latin-1.
6526 (set-language-environment): Don't set the obsolete variable
6527 charset-origin-alist.
6528
6529 * international/codepage.el (cp-coding-system-for-codepage-1):
6530 Give `safe-chars' property to make-coding-system.
6531
6532 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
6533 calling select-message-coding-system twice.
6534
6535 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
6536 instead of `safe-charsets'.
6537 (cyrillic-alternativnyj): Likewise.
6538 (ccl-encode-alternativnyj): Don't check the charset
6539 cyrillic-iso8859-5.
6540
90cf4474
KH
65412000-07-27 Kenichi Handa <handa@etl.go.jp>
6542
6543 * composite.el (compose-chars-after): Preserve match data.
6544
a1f84f6d
SS
65452000-07-26 Sam Steingold <sds@gnu.org>
6546
6547 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
6548 (ange-ftp-real-file-newer-than-file-p): New function.
6549 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
6550 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
6551
6552 * tooltip.el (tooltip-float-time): Removed (use `float-time').
6553 * midnight.el (midnight-float-time): Ditto.
6554
e092928e
AS
65552000-07-26 Andreas Schwab <schwab@suse.de>
6556
6557 * files.el (normal-backup-enable-predicate): Correct
6558 interpretation of the return value of compare-strings.
6559
7465ebef
GM
65602000-07-26 Gerd Moellmann <gerd@gnu.org>
6561
3353ef5a
GM
6562 * isearch.el (isearch-resume): New function.
6563 (isearch-done): Add something to command-history to resume
6564 the search.
6565 (isearch-yank-line, isearch-yank-word): Use
6566 buffer-substring-no-properties instead of buffer-substring.
6567
7465ebef
GM
6568 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
6569 of flyspell-mouse-map.
6570
6571 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
6572 duplicate definition.
6573 (makefile-mode): Remove duplicate setting of local-abbrev-table.
6574
6575 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
6576 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
6577
5044b74a
SS
65782000-07-25 Sam Steingold <sds@gnu.org>
6579
25759a92
SS
6580 * net/ange-ftp.el: Get modtime over the net.
6581 (ange-ftp-file-modtime): New function.
a95cb10a
GM
6582 (ange-ftp-write-region, ange-ftp-insert-file-contents)
6583 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
25759a92
SS
6584 Use it.
6585 (ange-ftp-dot-to-slash): New function.
6586 (ange-ftp-fix-name-for-vms): Use it.
6587
5044b74a
SS
6588 * midnight.el (midnight-buffer-display-time): Use
6589 `with-current-buffer'.
6590
5dcfb3f4
GM
65912000-07-25 Gerd Moellmann <gerd@gnu.org>
6592
6593 * find-dired.el: Update copyright notice.
6594 (find-dired): Offer to kill a running `find'.
6595
6596 * enriched.el (enriched-face-ans): For a `foreground-color'
6597 property, return '(("x-color" COLOR))' so that COLOR will be
6598 output as a parameter of the x-color annotation. Likewise for the
6599 `background-color' property. In the case of normal face
6600 properties, don't return annotations for unspecified foreground
6601 and background face attributes.
6602
8c662166
KH
66032000-07-25 Kenichi Handa <handa@etl.go.jp>
6604
6605 * language/japan-util.el (japanese-katakana-region): Fix handling
6606 HANKAKU argument.
6607
c28da489
MB
66082000-07-25 Miles Bader <miles@gnu.org>
6609
6610 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
6611 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
6612 constrain-to-field.
6613
ad349719
AI
66142000-07-24 Andrew Innes <andrewi@gnu.org>
6615
6616 * timer.el (timer-activate-when-idle): Add optional parameter
6617 DONT-WAIT. Update docstring.
6618 (run-with-idle-timer): Specify extra parameter to
6619 timer-activate-when-idle, so that timer will be activated
6620 immediately if Emacs is already idle.
6621
6622 * w32-fns.el (w32-using-nt): Fix docstring.
6623
c95162f5
DL
66242000-07-24 Dave Love <fx@gnu.org>
6625
6626 * mouse.el (popup-menu): Set last-command-event.
6627 (mouse-major-mode-menu-prefix): Declare.
6628
e3c31fd5
GM
66292000-07-24 Gerd Moellmann <gerd@gnu.org>
6630
6631 * textmodes/flyspell.el: Update to author's version 1.5d.
6632
6633 * progmodes/hideshow.el: Update copyright notice.
6634
6635 * vcursor.el: Set maintainer to FSF, since author cannot
6636 be reached.
6637
7636d2a3
EZ
66382000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
6639
fbe0a958
EZ
6640 * info.el (Info-goto-emacs-key-command-node): Leave a space after
6641 the prompt.
6642
7636d2a3
EZ
6643 * mouse.el (popup-menu): Run the keymap through indirect-function,
6644 in case it was defined with define-prefix-key. If the menu is a
6645 list of keymaps, look up the binding of user's choice in each one
6646 of the keymaps.
6647 (mouse-popup-menubar): If the global and local menu-bar keymaps
6648 don't have a prompt string, create one and insert it into the
6649 keymap. Don't barf if current-local-map returns nil.
6650
e024b101
GM
66512000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
6652
6653 * dired.el (dired-sort-R-check): Added to allow recursive listing
6654 to be undone.
6655 (dired-sort-other): Use it.
6656
7972fcfc
GM
66572000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6658
e024b101 6659 * Release of cc-mode 5.27
7972fcfc
GM
6660
66612000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6662
6663 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
6664 c-beginning-of-statement-1 that caused a bad case of recursion
6665 which could consume a lot of CPU in large classes in languages
6666 that have in-expression classes (i.e. Java and Pike).
6667
6668 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
6669 statements before top level constructs (i.e. case 6 is moved
6670 before case 5 and is now case 4) to catch in-expression
6671 classes in top level expressions correctly.
6672
66732000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6674
6675 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
6676 objc-method-intro. Case 4 removed and case 5I added.
6677
6678 * cc-langs.el (c-append-paragraph-start): New variable used by
6679 c-common-init to get paragraph-start correct.
6680 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
6681 initialize paragraph-start to make it correct both with and
6682 without the javadoc special case.
6683
6684 * cc-mode.el (java-mode): Use c-append-paragraph-start to
6685 initialize paragraph-start for javadoc markup.
6686
6687 * cc-vars.el (c-style-variables-are-local-p): Incompatible
6688 change by defaulting this to t. It's motivated by the
6689 confusing behavior that otherwise arise from the style system
6690 when editing both java and non-java files at the same time
6691 (see the comments about style setting in c-common-init).
6692
66932000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6694
6695 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
6696 similar to the one in c-fill-paragraph to check the fill
6697 prefix from the adaptive fill function for sanity.
6698
66992000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6700
6701 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
6702 defun block.
6703
67042000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6705
5044b74a 6706 * cc-mode.texi Documented the change of cpp-macro.
7972fcfc
GM
6707
67082000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6709
6710 * cc-align.el (c-lineup-multi-inher): Handle lines with
6711 leading comma nicely. Extended to handle member initializers
6712 too.
6713
e024b101 6714 * cc-engine.el: (c-beginning-of-inheritance-list,
7972fcfc
GM
6715 c-guess-basic-syntax): Fixed recognition of inheritance lists
6716 when the lines begins with a comma.
6717
5044b74a 6718 * cc-mode.texi: Updated doc for c-lineup-multi-inher.
7972fcfc
GM
6719
6720 * cc-vars.el (c-offsets-alist): Changed default for
6721 member-init-cont to c-lineup-multi-inher since it now handles
6722 member initializers and indents better for leading commas.
6723
67242000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6725
6726 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
6727 handling that caused class open lines to be recognized as
6728 statement-conts in some cases.
6729
6730 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
6731 guessed by the adaptive fill function unless point is on the
6732 first line of a block comment.
6733
6734 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
6735 when the buffer ends with a macro continuation char.
6736
6737 * cc-engine.el (c-guess-basic-syntax): Added support for
6738 function definitions as statements in Pike. The first
6739 statement in a lambda block is now labeled defun-block-intro
6740 instead of statement-block-intro.
6741
6742 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
6743 so that the class surrounding point is selected, not the one
6744 innermost in the state.
6745
6746 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
6747 recognition of switch labels having hanging multiline
6748 statements.
6749
6750 * cc-engine.el (c-beginning-of-member-init-list): Broke out
6751 some code in c-guess-basic-syntax to a separate function.
6752 * cc-engine.el (c-just-after-func-arglist-p): Fixed
6753 recognition of member inits with multiple line arglists.
6754 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
6755 member-init-cont when the commas are in funny places.
6756
67572000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6758
6759 * cc-defs.el (c-auto-newline): Removed this macro since it's
6760 not used anymore.
6761
6762 * cc-engine.el (c-looking-at-bos): New helper function.
6763 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
6764 inexpr and toplevel classes apart in Pike.
6765
6766 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
6767 of case 9A.
6768
6769 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
6770 constant, since "class" can introduce an in-expression class
6771 in Pike nowadays.
6772
67732000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6774
6775 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
6776 indentation on cpp-macro lines.
6777
6778 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
6779 a syntax modifier like comment-intro, to make it possible to
6780 get syntactic indentation for preprocessor directives. It's
6781 incompatible wrt to lineup functions on cpp-macro, but it has
6782 no observable effect in the 99.9% common case where cpp-macro
6783 is set to -1000.
6784
67852000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6786
6787 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
6788 member-init-cont when the preceding arglist is several lines.
6789
67902000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6791
6792 * cc-styles.el (c-style-alist): The basic offset for the BSD
6793 style corrected to 8.
6794
67952000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6796
6797 * cc-styles.el (c-style-alist): Adjusted the indentation of
6798 brace list openers in the gnu style.
6799
68002000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6801
6802 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
6803
6804 * cc-cmds.el (c-electric-brace, c-electric-slash,
6805 c-electric-star, c-electric-semi&comma, c-electric-colon,
6806 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
6807 when c-syntactic-indentation is nil.
6808
6809 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
6810 we were left at comments preceding the first statement when
6811 reaching the beginning of the buffer.
6812
6813 * cc-vars.el (c-syntactic-indentation): New variable to turn
6814 off all syntactic indentation.
6815
68162000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6817
6818 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
6819 between the text and the block comment ender when it hangs,
6820 depending on how many there are before the fill.
6821
68222000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6823
6824 * cc-engine.el (c-beginning-of-closest-statement): New helper
6825 function to go back to the closest preceding statement start,
6826 which could be inside a conditional statement.
6827 * cc-engine.el (c-guess-basic-syntax): Use
6828 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
6829
6830 * cc-engine.el (c-guess-basic-syntax): Better handling of
6831 arglist-intro, arglist-cont-nonempty and arglist-close when
6832 the arglist is nested inside parens. Cases 7A, 7C and 7F
6833 changed.
6834
6835 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
6836 up-to-date with javadoc 1.2.
6837
68382000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6839
6840 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
6841 multiline Pike type decls.
6842
68432000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6844
6845 * cc-cmds.el (c-indent-new-comment-line): Always break
6846 multiline comments in multiline mode, regardless of
6847 comment-multi-line.
6848
68492000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6850
6851 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
6852 fully::qualified::names in C++ member init lists. Preamble in
6853 case 5D changed.
6854
68552000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6856
6857 * cc-langs.el (c-common-init): Handling of obsolete variables
6858 moved to c-initialize-cc-mode. More compatible style override
6859 when using global style variables.
6860 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
6861 variables moved here.
6862
e024b101 6863 * cc-mode.texi: Documented the special behavior of
7972fcfc
GM
6864 c-special-indent-hook as a style variable. Don't talk about
6865 doing (c-make-styles-buffer-local t) in a mode hook, since
6866 that's already too late to work right.
5044b74a 6867
7972fcfc
GM
6868 * cc-styles.el (c-make-styles-buffer-local): Flag style
6869 variable localness in c-style-variables-are-local-p to make
6870 the compatibility measure in c-common-init work well.
6871
6872 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
6873 longer contain set-from-style.
6874 * cc-styles.el (c-initialize-builtin-style): Don't check for
6875 set-from-style on c-special-indent-hook.
6876 * cc-styles.el (c-copy-tree): Obsolete. The standard function
6877 copy-alist is sufficient now.
6878
6879 * cc-styles.el (c-set-style, c-set-style-1,
6880 c-get-style-variables): Fixes to variable initialization so
6881 that duplicate entries in styles have the same effect
6882 regardless of DONT-OVERRIDE.
6883
6884 * cc-styles.el (c-set-style-2): Fixed bug where the
6885 initialization of inheriting styles failed when the
6886 dont-override flag is set.
6887
6888 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
6889 on this.
6890
68912000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6892
6893 * cc-defs.el (c-forward-comment): Removed the workaround
6894 introduced in 5.38 since it had worse side-effects. If a line
6895 contains the string "//\"", it regarded the // as a comment
6896 start since the \ temporarily doesn't have escape syntax.
6897
68982000-07-17 Emmanuel Briot <briot@act-europe.fr>
6899
6900 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
6901 ada-xref.el before ada-prj.el, so that the Project menu is created
6902 when ada-prj tries to add to it.
6903 (ada-activate-keys-for-case): Suppress the characters that are not
6904 part of the Ada syntax. Better compatibility with else-mode
6905 (ada-adjust-case-interactive): When auto-casing is not active,
6906 correctly insert newlines (used to insert only ^M). Prevent the
6907 syntax table from being changed in case of an error
814299a7 6908 (or '_' becomes part of a word and some commands are confused).
7972fcfc
GM
6909 Do nothing if ada-auto-case is nil.
6910 (ada-after-keyword-p): Ignore keywords that are also attributes
6911 (ada-batch-reformat): Update usage comment
6912 (ada-call-from-contextual-menu): New function
6913 (ada-case-read-exceptions): Reinitialize the casing exception list
6914 first to nil first, so that the casing exception file can be
6915 shared.
6916 (ada-check-defun-name): Handles "configure" keyword for gnatdist
6917 files.
6918 (ada-compile-goto-error): Fix regexp used to detect a file:line
6919 anywhere in the error message
6920 (ada-contextual-menu-last-point): New variable
6921 (ada-create-keymap): If the variable delete-key-deletes-forward is
6922 t on XEmacs, it means that DEL should delete one character
6923 forward.
6924 (ada-create-menu): Use :included instead of :visible for XEmacs.
6925 New submenu "Options".
6926 (ada-end-stmt-re): Correctly indent "select ... then abort"
6927 statements.
6928 (ada-fill-comment-paragraph): Correctly delete all leading '--'
6929 even if they don't match ada-fill-comment-prefix Fix handling of
6930 paragraphs on the first or last line of a file.
6931 (ada-format-paramlist): Fix handling of default parameter values.
6932 (ada-get-body-name): New function.
6933 (ada-get-current-indent): Optimized by searchling directly for an
6934 existing generic part or a statement outside of it. Handle
6935 ada-indent-align-comments when indenting comments Replaced some
6936 regexps by testing directly the next character. This results in a
6937 huge speedup on some files. New indentation scheme for renames
6938 statements. Stop looking for the 'while' or 'for' associated with
6939 a 'loop' at the first semicolon encountered. A "return" can also
6940 match an anonymous access subprogram declaration.
6941 (ada-get-indent-noindent): Ignore strings and comments when
6942 looking for the keywords "record" and "private".
6943 (ada-goto-matching-decl-start): When matching "if", make sure we
6944 are not in fact seeing "end if". Ignore "when" statements except
6945 when initial keyword was "begin". Fix handling of nested
6946 procedures. Add a recursive call to this function to skip over
6947 other 'end' statmts. Fix indentation for "when .. => begin"
6948 (ada-in-open-paren-p): Fix indentation for complex boolean
6949 expressions, where 'and then', 'or else' and parenthesis
6950 statements are mixed up.
6951 (ada-in-paramlist-p): Skip comments while searching for the
6952 beginning Fix handling of operator declarations.
6953 (ada-indent-align-comments): New variable
6954 (ada-indent-current): Change the syntax table only in the
6955 protected section, so that we are sure it is restored correctly.
6956 (ada-indent-on-previous-lines): Use ada-use-indent and
6957 ada-with-indent Correctly indent "select ... then"
6958 (ada-indent-region): Slight speedup.
6959 (ada-indent-renames): New variable.
6960 (ada-last-which-function-subprog, ada-last-which-function-line):
6961 New variables
6962 (ada-looking-at-semi-private): Correctly indent the 'private'
6963 keyword when it is the first word in a package declaration.
6964 (ada-loose-case-word): Stop searching if at the end of the buffer.
6965 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
6966 even if point is not initially at the end of the word.
6967 (ada-matching-decl-start-re): Add "when".
6968 (ada-mode): Add support for abbrev-mode, outline-mode and
6969 which-func-mode Override the old find-file.el entry in
6970 ff-special-constructs since it is using the obsolete
6971 ada-spec-suffix variable
6972 (ada-no-auto-case): New function
6973 (ada-scan-paramlist): When parsing the argument type, accept
6974 spaces (as in "X 'Class", generated by Rational Rose).
6975 (ada-other-file-name): No longer loads the other file.
6976 (ada-popup-menu): Save and restore the current buffer and cursor
6977 position before and after displaying the menu.
6978 (ada-search-ignore-complex-boolean): New function.
6979 (ada-uncomment-region): Emacs21 already knows how to delete
6980 comments not starting in the first column.
6981 (ada-use-indent): New variable
6982 (ada-which-function): New function.
6983 (ada-with-indent): New variable
6984 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
6985 can be batch-compiled from the command line.
6986
6987 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
6988 Add to the menu when the file is loaded, not in ada-mode-hook.
6989 Add -toolbar to the default ddd command Switches moved from
6990 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
6991 ada-prj-default-comp-opt
6992 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
6993 Reference Manual to the menu
6994 (ada-check-current): rewritten as a call to ada-compile-current
6995 (ada-compile): Removed.
6996 (ada-compile-application, ada-compile-current, ada-check-current):
6997 Set the compilation-search-path so that compile.el automatically
6998 finds the sources in src_dir. Automatic scrollong of the
6999 compilation buffer. C-uC-cC-c asks for confirmation before
7000 compiling
7001 (ada-compile-current): New parameter, prj-field
7002 (ada-complete-identifier): Load the .ali file before doing
7003 processing
7004 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
7005 conform to gnatmake's behavior.
7006 (ada-find-file-in-dir): New function
7007 (ada-find-references): Set the environment variables for gnatfind
7008 (ada-find-src-file-in-dir): New function.
7009 (ada-first-non-nil): Removed
7010 (ada-gdb-application): Add support for jdb, the java debugger.
7011 (ada-get-ada-file-name): Load the original-file first if not done
7012 yet.
7013 (ada-get-all-references): Handles the new ali syntax (parent types
7014 are found between <>).
7015 (ada-initialize-runtime-library): New function
7016 (ada-mode-hook): Always load a project file when a file is opened,
7017 so that the casing exceptions are correctly read.
7018 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
7019 (ada-parse-prj-file): Use find-file-noselect instead of find-file
7020 to open the project file, since the latter does not work with
7021 speedbar Get default values before loading the prj file, or the
7022 default executable file name is wrong. Use the absolute value of
7023 src_dir to initialize ada-search-directories and
7024 compilation-search-path,... Add the standard runtime library to
7025 the search path for find-file.
7026 (ada-prj-default-debugger): Was missing an opening '{'
7027 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
7028 variables.
7029 (ada-prj-default-gnatmake-opt): New variable
7030 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
7031 buffers, the project file is the default one Save the windows
7032 configuration before displaying the menu.
7033 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
7034 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
7035 ...) regexp-quote identifiers names to support operators +,
7036 -,... in regexps.
7037 (ada-remote): New function.
7038 (ada-run-application): Erase the output buffer before starting the
7039 run Support remote execution of the application. Use
7040 call-process, or the arguments are incorrectly parsed
7041 (ada-set-default-project-file): Reread the content of the active
7042 project file, not the one from the current buffer When a project
7043 file is set as the default project, all directories are
7044 automatically associated with it.
7045 (ada-set-environment): New function
7046 (ada-treat-cmd-string): New special variable ${current}
7047 (ada-treat-cmd-string): Revised. The substitution is now done for
7048 any ${...} substring
7049 (ada-xref-current): If no body was found, compiles the spec
7050 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
7051 compiler to get rid of command line length limitations.
7052 (ada-xref-get-project-field): New function
7053 (ada-xref-project-files): New variable
7054 (ada-xref-runtime-library-specs-path)
7055 (ada-xref-runtime-library-ali-path): New variables
7056 (ada-xref-set-default-prj-values): Default run command now does a
7057 cd to the build directory. New field: main_unit Provide a default
7058 file name even if the current buffer has no prj file.
7059
7060 * ada-prj.el:
7061 Rewritten to show a tabbed-dialog.
7062 (ada-prj-add-ada-menu): Remove the map and name parameters.
7063 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
7064 New function
7065 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
7066 (ada-prj-load-from-file): New function
7067 (ada-prj-save): Always save fields that depend on the current buffer
7068 (ada-prj-show-value): New function
5044b74a 7069
7972fcfc
GM
7070 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
7071 Ada mode. This will allow us to display the Ada menu in any buffer
7072 we want (for project items).
7073 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
7074 number of spaces in the header.
5044b74a 7075
8730a8da
DL
70762000-07-24 Dave Love <fx@gnu.org>
7077
7078 * ediff-init.el (ediff-region-help-echo): Bind face-help.
7079
db3ca487
NF
70802000-07-23 Noah Friedman <friedman@splode.com>
7081
ad953485
NF
7082 * type-break.el (type-break): perform autosave.
7083 Suggested by Stephen Gildea <gildea@intouchsys.com>.
7084 (type-break-do-query): Cancel query schedule while performing
7085 actual query, to avoid possibility of a second query being made
7086 while first one is already in progress.
7087 (type-break-time-stamp-format): New variable.
7088 (type-break-time-stamp): New function.
7089 (type-break-time-warning): Use it.
7090 (type-break-keystroke-warning): Use it.
7091 (type-break-noninteractive-query): Use it.
7092
03a9c6d0
NF
7093 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
7094 cookie.
7095 Use add-minor-mode to set minor-mode-alist, if available.
7096 (eldoc-echo-area-use-multiline-p): New user option.
7097 (eldoc-echo-area-multiline-supported-p): New variable.
7098 (eldoc-docstring-format-sym-doc): Use them.
7099 (eldoc-mode): If not using idle timers, append to local post and
7100 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
7101 (eldoc-display-message-no-interference-p): Don't interfere with
7102 edebug.
7103 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
7104 (eldoc-function-arglist): New function.
7105 (eldoc-function-argstring): Use it.
7106
db3ca487
NF
7107 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
7108 auto save directory exists before calling directory-files.
7109
f7ad1899
DL
71102000-07-23 Dave Love <fx@gnu.org>
7111
7112 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
7113 ^o, ^u.
7114
43e764c9
DL
71152000-07-21 Dave Love <fx@gnu.org>
7116
475de6f4
DL
7117 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
7118 now passed to the function. It now works properly.
7119
43e764c9
DL
7120 * smerge-mode.el (smerge-mode-menu): Fill it out.
7121
e8bea4c0
GM
71222000-07-20 Gerd Moellmann <gerd@gnu.org>
7123
7124 * info-look.el (info-lookup): If *info* is shown in another frame
7125 on the same display, select that frame, instead of switching to
7126 the Info buffer in another window of the selected frame.
7127
7128 * simple.el (universal-argument-map): Bind numeric keypad keys
7129 kp-0 to kp-9 and kp-subtract.
7130 (digit-argument): Handle these keys.
7131
bc75b4fd
DL
71322000-07-20 Dave Love <fx@gnu.org>
7133
7134 * net/goto-addr.el (goto-address-fontify): Don't bother with
7135 buffer-modified and read-only stuff -- irrelevant with overlays.
7136 Put an extra property on the overlays and use it to clean up in
7137 case goto-address is re-run.
7138
8b7bc628
RS
71392000-07-19 Richard M. Stallman <rms@gnu.org>
7140
18e21ce8
RS
7141 * timer.el (run-with-idle-timer): Doc fix.
7142
db3ca487 7143 * mail/mail-utils.el (mail-strip-quoted-names):
8b7bc628
RS
7144 Handle case where <...> appears inside "...".
7145 Use replace-match to edit the string more simply.
7146 (rmail-dont-reply-to): Cope with an unmatched ".
7147
50575ec2
DL
71482000-07-19 Dave Love <fx@gnu.org>
7149
7150 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
7151 implementation.
7152
7153 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
7154 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
7155 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
7156
4279296d
GM
71572000-07-19 Gerd Moellmann <gerd@gnu.org>
7158
47db06aa
GM
7159 * textmodes/refer.el: Correct maintainer's email address.
7160
7161 * progmodes/hideif.el: Correct author's email address.
7162 Fix typo in comment.
7163
7164 * xml.el: New file.
7165
4279296d
GM
7166 * mail/mailheader.el: Correct author's mail address.
7167
7168 * gnus/parse-time.el: Correct author's mail address.
7169
47db06aa 71702000-07-19 Colin Walters <walters@cis.ohio-state.edu>
db3ca487
NF
7171
7172 * comint.el (comint-highlight-input, comint-highlight-face):
47db06aa
GM
7173 New user options.
7174 (comint-input-ring-file-name): Change custom type.
7175 (comint-mode-map): Bind mouse-2.
7176 (comint-insert-clicked-input): New function.
7177 (comint-send-input): Handle input highlighting.
7178
21ad0f7b
SM
71792000-07-18 Stefan Monnier <monnier@cs.yale.edu>
7180
7181 * mouse.el (popup-menu): New function.
7182 (mouse-major-mode-menu): Use it.
7183
3b33a005
DL
71842000-07-18 Dave Love <fx@gnu.org>
7185
7186 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
7187 improvements.
7188
dc1cac59
GM
71892000-07-18 Gerd Moellmann <gerd@gnu.org>
7190
21ad0f7b 7191 * faces.el (face-font-selection-order)
dc1cac59 7192 (face-font-family-alternatives): Add custom type.
db3ca487 7193
f8276b77
DL
71942000-07-18 Dave Love <fx@gnu.org>
7195
7196 * cus-edit.el (custom-variable-reset-saved)
7197 (custom-variable-reset-standard): Remove unused bindings.
7198
7199 * rect.el (open-rectangle-line): Remove unused let.
7200
7201 * hl-line.el (hl-line-highlight): Check hl-line-mode.
7202
3d6cd763
GM
72032000-07-18 Gerd Moellmann <gerd@gnu.org>
7204
7205 * cdl.el: Fix `Maintainer' keyword.
7206
7207 * play/pong.el: Add author's email address.
7208
34342a07
SS
72092000-07-17 Sam Steingold <sds@gnu.org>
7210
7211 * files.el (insert-directory): Call `split-string' instead of
7212 re-implementing it.
7213
088831a6
GM
72142000-07-18 Gerd Moellmann <gerd@gnu.org>
7215
7216 * mail/vms-pmail.el: Change maintainer to FSF.
7217
7218 * net/goto-addr.el: Change maintainer to FSF.
7219
7220 * recentf.el: Update from author.
7221
7222 * info.el (Info-title-face-alist): Removed.
db3ca487 7223
68be2869
EZ
72242000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
7225
7226 * eshell/eshell.el (eshell): Replace links to eshell.info with
7227 links to eshell, to avoid problems on systems where the manual is
7228 installed as `eshell'.
7229 * eshell/esh-cmd.el (eshell-cmd): Ditto.
7230 * eshell/em-smart.el (eshell-smart): Ditto.
7231 * eshell/em-banner.el (eshell-banner): Ditto.
21ad0f7b 7232 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
68be2869
EZ
7233
7234 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
7235 same-file check in the MS-DOS version (it does support inodes).
7236
7237 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
7238
21ad0f7b
SM
7239 * eshell/eshell.el (eshell-directory-name):
7240 Run default directory name through convert-standard-filename.
68be2869 7241
269b4dcb
KH
72422000-07-18 Kenichi Handa <handa@etl.go.jp>
7243
21ad0f7b
SM
7244 * international/mule-cmds.el (select-safe-coding-system):
7245 Fix typo in the comment.
240a16cf 7246
21ad0f7b
SM
7247 * language/european.el (compound-text):
7248 Force katakana-jisx0201 to be designated to G1.
aa96c820 7249
21ad0f7b
SM
7250 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
7251 Don't translate some national variant characters of latin-jisx0201.
aa96c820 7252 (x-ctext): Force katakana-jisx0201 to be designated to G1.
a99c9d06 7253
269b4dcb
KH
7254 * international/kkc.el (kkc-after-update-conversion-functions):
7255 New variable.
7256 (kkc-update-conversion): Run functions in it at the tail.
7257
68be2869 72582000-07-16 John Wiegley <johnw@gnu.org>
6feeb380 7259
21ad0f7b
SM
7260 * lisp/align.el (align-newline-and-indent):
7261 Adding new function. for auto-aligning blocks of code on RET.
6feeb380
JW
7262 (align-region): Fixed badly formatted minibuffer message.
7263
7a3fd467
KH
72642000-07-17 Kenichi Handa <handa@etl.go.jp>
7265
21ad0f7b 7266 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
7a3fd467
KH
7267 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
7268 the conversion list at first if appropriate.
7269 (kkc-next): Don't update kkc-next-count here.
7270 (kkc-prev): Don't update kkc-prev-count here.
7271 (kkc-show-conversion-list-update): Fix setting up of conversion
7272 list message.
7273
a45423d8
SM
72742000-07-16 Stefan Monnier <monnier@cs.yale.edu>
7275
088831a6 7276 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
a45423d8 7277
91a38db1
DL
72782000-07-16 Dave Love <fx@gnu.org>
7279
7280 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
7281 function to be more specific.
7282
7283 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
7284 non-string help-echo.
7285 (widget-types-convert-widget): Defsubst it.
7286 (widget-echo-help): Try to cope with a help-echo function of two
7287 possible sorts.
7288
3fddcdc3
JR
72892000-07-15 Jason Rumney <jasonr@gnu.org>
7290
7291 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
7292 Declare as obsolete.
7293
7294 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
7295
bd23a692
GM
72962000-07-14 Gerd Moellmann <gerd@gnu.org>
7297
7298 * hilit-chg.el: Fix typo.
7299
d4af987a
DL
73002000-07-14 Dave Love <fx@gnu.org>
7301
7302 * info.el (Info-mode-menu): Fix use of :help, :enable.
7303
3a4f3f86
SM
73042000-07-14 Stefan Monnier <monnier@cs.yale.edu>
7305
7306 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
7307
cf6936a4
DL
73082000-07-13 Dave Love <fx@gnu.org>
7309
4d6d04b5
DL
7310 * emacs-lisp/easymenu.el: Doc fixes.
7311 (easy-menu-remove): Defalias to ignore.
7312
cf6936a4
DL
7313 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
7314 Call throw correctly.
7315
56437999
GM
73162000-07-13 Gerd Moellmann <gerd@gnu.org>
7317
7318 * faces.el (frame-background-mode): Doc fix.
7319
7320 * simple.el (eval-expression-print-length): Change custom type to
7321 allow entering nil as value.
7322
d04a3972
DL
73232000-07-13 Dave Love <fx@gnu.org>
7324
3a4f3f86
SM
7325 * progmodes/fortran.el (fortran-imenu-generic-expression):
7326 Change definition layout.
a8189dfe
DL
7327 (fortran-mode-menu): Reinstate customize entries.
7328
d04a3972
DL
7329 * cus-edit.el (custom-group-menu-create, customize-menu-create):
7330 Use :filter, per old XEmacs code.
7331
4bf4fb05
GM
73322000-07-12 Gerd Moellmann <gerd@gnu.org>
7333
7334 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
7335 event when deciding what to send to the terminal.
7336
37328bcd
DL
73372000-07-12 Dave Love <fx@gnu.org>
7338
7339 * cus-start.el: Add optional version as 4th element of specs and
7340 use it for several things new in v21. Remove load-path. Fix type
7341 of line-number-display-limit.
7342
89492072
DL
73432000-07-11 Dave Love <fx@gnu.org>
7344
3a4f3f86
SM
7345 * progmodes/fortran.el: Don't require easymenu.
7346 Use repeat counts in various regexps.
315aa1de
DL
7347 (fortran-mode-syntax-table): Defvar directly.
7348 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
3a4f3f86
SM
7349 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
7350 Use defvar, not defconst.
7351 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
315aa1de
DL
7352 (fortran-mode): Set fortran-comment-line-start-skip,
7353 fortran-comment-line-start-skip, dabbrev-case-fold-search.
7354 (fortran-comment-indent): Use defsubst.
3a4f3f86
SM
7355 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
7356 Use fortran-comment-indent, not fortran-comment-indent-function.
315aa1de
DL
7357 (fortran-comment-region, fortran-electric-line-number): Simplify.
7358 (fortran-auto-fill): New function.
7359 (fortran-do-auto-fill): Deleted.
3a4f3f86
SM
7360 (fortran-find-comment-start-skip):
7361 Check for non-null comment-start-skip.
7362 (fortran-auto-fill-mode, fortran-fill-statement):
7363 Use fortran-auto-fill.
315aa1de 7364 (fortran-fill): Use fortran-auto-fill. Check for null
3a4f3f86 7365 comment-start-skip. Simplify final clause and use end-of-line finally.
315aa1de 7366
89492072
DL
7367 * widget.el (widget-plist-member): New alias.
7368
d55ead18
EZ
73692000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
7370
7371 * eshell/esh-module.el (toplevel): Reference
7372 byte-compile-current-file only if it is bound.
7373
e82a2a05
GM
73742000-07-10 Gerd Moellmann <gerd@gnu.org>
7375
7376 * dired.el: Don't require `dired-aux'.
7377
1fc7fb2b
MB
73782000-07-10 Miles Bader <miles@lsi.nec.co.jp>
7379
7380 * dired-aux.el (dired-show-file-type): New function.
7381 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
7382 (dired-show-file-type): Add autoload.
7383
ab49ce15
KH
73842000-07-10 Kenichi Handa <handa@etl.go.jp>
7385
7386 * international/mule-diag.el (describe-font): Adjusted for the
3a4f3f86 7387 change of fontset-info.
ab49ce15
KH
7388 (print-fontset): Likewise.
7389
f45aab65
SM
73902000-07-09 Stefan Monnier <monnier@cs.yale.edu>
7391
7392 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
7393
2f72fd2f
GM
73942000-07-07 Gerd Moellmann <gerd@gnu.org>
7395
e82a2a05 7396 * bindings.el: Bind `[delete]' to delete-char.
965522f5 7397
2f72fd2f
GM
7398 * dired.el (dired-find-alternate-file): New function.
7399 (dired-mode-map): Bind `a' to dired-find-alternate-file.
7400 (toplevel): Require dired-aux when compiling.
7401 (dired-buffers): Move defvar within file to avoid compiler warning.
7402
7403 * info.el (Info-last-search): Variable removed.
7404 (Info-search-history): New variable.
7405 (Info-search): New Info-search-history.
7406
7407 * battery.el, info-look.el: Change author's mail address.
7408
965522f5 74092000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
34342a07 7410
965522f5
GM
7411 * mail/rmail.el (rmail-clear-headers): Don't throw an error
7412 if rmail-ignored-headers is nil.
7413 (rmail-retry-failure): Bind rmail-ignored-headers and
7414 rmail-displayed-headers to nil.
7415
dd8888a1
GM
74162000-07-06 Gerd Moellmann <gerd@gnu.org>
7417
e5c81191
GM
7418 * lpr.el (lpr-page-header-switches): Add `-h' switch.
7419 (print-region-1): Don't hard code `-h' here.
7420
dd8888a1
GM
7421 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
7422
e5c81191
GM
74232000-07-01 Francesco Potorti` <pot@gnu.org>
7424
7425 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
7426 exim can use "your message" instead of "the message".
34342a07 7427
f45aab65
SM
74282000-07-06 Stefan Monnier <monnier@cs.yale.edu>
7429
7430 * facemenu.el: Docstrings fixes.
7431 (facemenu-get-face): Don't use internal-find-face.
7432 (facemenu-iterate): Rename arg to match the docstring.
7433
7434 * newcomment.el (uncomment-region): Be more careful when skipping
7435 backwards over `=' not to bump into BOBP.
7436
d396e521 74372000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
34342a07 7438
dd8888a1
GM
7439 * ediff-diff.el (ediff-wordify): Use syntax table.
7440 * ediff-init.el (ediff-has-face-support-p): Use
d396e521 7441 ediff-color-display-p.
dd8888a1 7442 (ediff-color-display-p): Use display-color-p, changed to defun
d396e521
MK
7443 from defsubst.
7444 Got rid of special cases for NeXT and OS/2.
dd8888a1 7445 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
d396e521 7446 face.
34342a07 7447
5e2dfaa4
SM
74482000-07-05 Stefan Monnier <monnier@cs.yale.edu>
7449
7450 * emacs-lisp/lucid.el: Require CL.
7451 (copy-tree, remprop): Remove, it's provided by CL.
7452 (map-keymap): Define in terms of cl-map-keymap.
7453 (extent-property, set-extent-end-glyph): New functions.
7454
7455 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
7456
d5c5cddd
GM
74572000-07-05 Gerd Moellmann <gerd@gnu.org>
7458
485266d0
GM
7459 * Makefile.in (DONTCOMPILE): Add comment that the name may
7460 not be changed without changing the make-dist script.
7461
5e2dfaa4 7462 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
d5c5cddd 7463 (cl-mapc): Use mapc instead of cl-old-mapc.
34342a07 7464
e2c46326
AI
74652000-07-05 Andrew Innes <andrewi@gnu.org>
7466
7467 * makefile.nt: Add support for `bootstrap' and related targets.
7468
a027a91b
SM
74692000-07-05 Stefan Monnier <monnier@cs.yale.edu>
7470
7471 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
7472 (easy-menu-do-define): Use `menu-item' format.
7473 Handle case where easy-menu-create-menu returns a symbol.
7474 Manually call the potential top-level filter in the function binding.
7475 (easy-menu-filter-return): New arg NAME.
7476 Convert to a keymap if MENU is an XEmacs menu.
7477 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
7478 (easy-menu-converted-items-table, easy-menu-convert-item):
7479 New var and fun to memoize easy-menu-convert-item-1.
7480 (easy-menu-do-add-item): Use it.
7481 (easy-menu-create-menu): Use easy-menu-convert-item.
7482 Wrap easy-menu-filter-return around any :filter specification.
7483 Don't convert the menu if a filter was specified.
7484 Tell easy-menu-make-symbol not to check for MENU being an expression.
7485 (easy-menu-make-symbol): New arg NOEXP.
7486
5e03eb84
GM
74872000-07-05 Gerd Moellmann <gerd@gnu.org>
7488
7489 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
7490 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
7491 (eval-defun): If called with prefix arg, instrument code for
7492 Edebug.
7493
7494 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
7495 similar to that of eval-defun.
7496
fca68a95
DL
74972000-07-04 Dave Love <fx@gnu.org>
7498
7ccbba4c
DL
7499 * hl-line.el (hl-line-overlay): Make it permanent-local.
7500
fca68a95
DL
7501 * calendar/todo-mode.el: Replaced with a working version, based on
7502 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
7503
75042000-07-03 Miles Bader <miles@lsi.nec.co.jp>
78e7e8a0
MB
7505
7506 * paths.el (prune-directory-list): New function.
7507 (Info-default-directory-list): Rewritten to more methodically
7508 enumerate a big list of possible info directories (based on the
7509 list used by the standalone info reader).
fca68a95 7510
78e7e8a0 7511 * info.el (info-initialize): Use prune-directory-list to remove
3a4f3f86 7512 non-existent directories from Info-directory-list.
78e7e8a0 7513
78e7e8a0
MB
7514 * paths.el (Info-default-directory-list): Try a list of possible
7515 info-directories instead of a single one. Add the possible
7516 info directory "/usr/share/info".
7517
7518 * woman.el (woman-man.conf-path): Explicitly include the debian
7519 man-db config file "/etc/manpath.config".
7520 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
7521 are present in `manpath.config'.
7522 (woman-manpath): Include "/usr/share/man".
7523
67c9a1d2
GM
75242000-07-03 Gerd Moellmann <gerd@gnu.org>
7525
6753393b
GM
7526 * frame.el (blink-cursor-mode): Don't hide cursor initially.
7527
7528 * startup.el (command-line): Initialize blink-cursor based
7529 on window-system.
7530
e4f98ad3
GM
7531 * frame.el (blink-cursor): Default to nil if not running under
7532 a window-system.
7533
2f516940
GM
7534 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
7535 (face-x-resources): Remove duplicate entry for :font.
7536
67c9a1d2
GM
7537 * textmodes/refer.el (refer-find-entry-internal): Use some-window
7538 instead of cycling through windows with next-window.
7539
7540 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
7541 of cycling through windows with next-window.
7542
7543 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
7544 of cycling through windows with next-window.
7545
7546 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
7547 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
7548 instead of cycling through windows with next-window.
7549
7550 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
7551 instead of cycling through windows with next-window.
7552
7553 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
7554 of cycling through windows with next-window.
7555
7556 * terminal.el (te-process-output): Use walk-windows instead of
7557 cycling through windows with next-window.
7558
7559 * server.el (server-switch-buffer): Use some-window instead of
7560 cycling through windows with next-window.
7561
7562 * window.el (some-window): New function.
7563 (walk-windows): Remove reference to walk-windows-start.
831a6cb0 7564
3a4f3f86 7565 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
831a6cb0 7566
8b7bc628 75672000-07-03 Richard Stallman <rms@gnu.org>
67c9a1d2
GM
7568
7569 * window.el (walk-windows): Guarantee termination by keeping a list
7570 of all the windows already handled.
7571
d0d57043
EZ
75722000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
7573
7574 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
7575 window-system.
7576
7577 * man.el (Man-notify-when-ready): Don't use window-system. If
7578 Man-notify-method is newframe, and the display is not
7579 multi-frame, select the frame created for the man page.
7580 (Man-init-defvars): Doc fix.
7581
d5483ab1
GM
75822000-06-28 Gerd Moellmann <gerd@gnu.org>
7583
af5c25e1
GM
7584 * faces.el (region): Change background color for light background.
7585
7586 * ediff-wind.el (ediff-setup-control-frame): Remove :box
7587 attribute from mode-line face of Ediff control frame.
7588
d5483ab1
GM
7589 * replace.el (query-replace-map): Bind `e' like `E'.
7590
9d47450f
EZ
75912000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
7592
3a4f3f86
SM
7593 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
7594 Change name to "Select All".
496b7491 7595
9d47450f
EZ
7596 * dos-fns.el (convert-standard-filename): Fix last change.
7597
0b431deb
GM
75982000-06-27 Gerd Moellmann <gerd@gnu.org>
7599
4fa9f636
GM
7600 * help.el (describe-variable): Don't insert a second `'s' in front
7601 of the string `value is shown below'. Since the syntax-table is
7602 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
7603 an existing `'s', so that this won't be deleted.
7604
0b431deb
GM
7605 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
7606 * pcmpl-unix.el: New files.
7607
32cad0aa
SM
76082000-06-26 Stefan Monnier <monnier@cs.yale.edu>
7609
7610 * wid-edit.el (widget-member): Use the new plist-member.
7611
2c69ced2
GM
76122000-06-26 Gerd Moellmann <gerd@gnu.org>
7613
44c0f771
GM
7614 * replace.el (perform-replace): Undo change of 2000-04-04.
7615 Instead, move backward 1 character at the end of the loop when
7616 necessary.
34342a07 7617
1d36487c
GM
7618 * faces.el (fringe): Change face for different backgrounds.
7619
7620 * eshell/esh-module.el (toplevel): Load defgroup's differently;
7621 patch from John.
7622
2c69ced2
GM
7623 * eshell/*.el: Change spelling of the Free Software Foundation.
7624
7625 * eshell/esh-toggle.el: Removed.
7626
7627 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
7628
7629 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
7630 interactively.
7631
76322000-06-26 Alex Schroeder <alex@gnu.org>
7633
7634 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
7635 `define-key'; instead of checking `(emacs-version)' check for
7636 `set-keymap-parent' and `set-keymap-name' directly. Add entries
7637 for `;' and `o' which might be electric.
7638
7639 (sql-electric-stuff): New user option.
7640 (sql-magic-go): New function which uses `sql-electric-stuff'.
7641 (sql-magic-semicolon): New function which uses
7642 `sql-electric-stuff'.
7643
7644 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
7645 is not fboundp.
7646
7647 (sql-oracle-options): New variable.
7648 (sql-oracle): Use it.
7649
7650 (sql-imenu-generic-expression): Doc change.
7651 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
7652 is used.
7653
7654 (sql-informix): Added command line parameter "-" to force
7655 sql-informix-program to use stdout.
7656
db1306d8
EZ
76572000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
7658
3a4f3f86 7659 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
db1306d8
EZ
7660 (cp864-decode-table): Doc fix.
7661 (cp720-decode-table): New variable, supports the Arabic OEM
7662 codepage used by Windows.
7663 (cp737-decode-table): New, Greek OEM codepage used by Windows.
7664
c69e5fcd
DL
76652000-06-23 Dave Love <fx@gnu.org>
7666
7667 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
7668 (font-lock-fontify-anchored-keywords): Use
7669 line-beginning-position.
7670 (global-font-lock-mode): Use mapc.
7671
30ad8f23
SM
76722000-06-23 Stefan Monnier <monnier@cs.yale.edu>
7673
7674 * eshell/esh-module.el: Require CL when compiling.
7675
26b4dc84
GM
76762000-06-23 Gerd Moellmann <gerd@gnu.org>
7677
78c56e70
GM
7678 * comint.el (comint-substitute-in-file-name): Call replace-match
7679 with second and third arg t.
7680
34342a07 7681 * cus-edit.el (custom-button-face, custom-button-pressed-face):
f6478c66
GM
7682 Specify foreground color.
7683
7684 * faces.el (tool-bar, mode-line, header-line): Specify foreground
7685 color.
7686
affbf647
GM
7687 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
7688
7689 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
7690 cddr instead of cdddr.
7691
25fffb31
GM
7692 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
7693 instead of copy-list.
7694
7695 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
7696 of copy-list.
7697
26b4dc84
GM
7698 * subdirs.el: Add eshell subdirectory.
7699
7700 * eshell: New subdirectory containing the Eshell package.
7701
7702 * pcomplete.el: New file.
7703
78c56e70
GM
77042000-06-23 Paul Eggert <eggert@twinsun.com>
7705
ea055732
GM
7706 * mail/mailpost.el (post-mail-send-it): Make sure file has
7707 proper permissions from birth.
7708
7709 * files.el (basic-save-buffer-2): When temporarily setting
7710 file modes, set them to current modes plus 0200, not to 0777.
7711
78c56e70
GM
7712 * emerge.el (emerge-make-temp-file): Make sure file has proper
7713 permissions from birth.
7714
a3a7ff33
EZ
77152000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
7716
7717 * files.el (make-backup-file-name-1): On DOS/Windows, run the
7718 backup file name through convert-standard-filename.
7719
7720 * dos-fns.el (convert-standard-filename): Convert leading
7721 directories as well. When long file names are supported, convert
7722 characters that are invalid in Windows file names.
7723
1fd9b7fe
GM
77242000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7725
7726 * ps-print.el: Fix bug: if ^L is the very first buffer character,
7727 ps-print crashes. New feature: page selection for printing. Create
7728 raw-text-unix coding system for XEmacs. Doc fix.
7729 (ps-print-version): New version number (5.2.3).
7730 (ps-plot-region): Bug fix.
7731 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
7732 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
7733 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
7734 funs.
7735 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
7736 (ps-last-page): New vars.
7737
16ed8416
GM
77382000-06-21 Gerd Moellmann <gerd@gnu.org>
7739
7740 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
7741 empty option string.
7742
4fbee715
EZ
77432000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
7744
7745 * man.el (man): Doc fix.
7746
eaecfc94
KH
77472000-06-21 Kenichi Handa <handa@etl.go.jp>
7748
7749 * international/mule-cmds.el (set-language-info-alist): Docstring
7750 fixed.
7751
4a27bdfb
GM
77522000-06-20 Gerd Moellmann <gerd@gnu.org>
7753
7754 * version.el (emacs-version): Use ISO date format.
7755
7756 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
7757 instead of `M-backspace'.
7758
7759 * simple.el (turn-off-auto-fill): New function.
7760
8972fe79
SM
77612000-06-20 Stefan Monnier <monnier@cs.yale.edu>
7762
7763 * jit-lock.el (with-buffer-prepared-for-jit-lock):
7764 Renamed from with-buffer-prepared-for-font-lock and use
7765 inhibit-modification-hooks rather than setting *-change-functions.
7766 Update all functions to use the new name.
7767 (jit-lock-first-unfontify-pos): New semantics (and doc).
7768 (jit-lock-mode): Make non-interactive.
7769 Don't automatically turn on font-lock.
7770 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
7771 Always use jit-lock-after-change.
7772 Remove and restore font-lock-after-change-function.
7773 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
7774 (jit-lock-after-unfontify-buffer): Remove.
7775 (jit-lock-stealth-fontify):
7776 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
7777 (jit-lock-after-change): Set the `fontified' text-prop to nil.
7778
5d80cc9c
SS
77792000-06-20 Sam Steingold <sds@gnu.org>
7780
7781 * emacs-lisp/cl-indent.el (toplevel): Indent
7782 `print-unreadable-object' properly. Untabify.
7783
f54e4d13
CD
77842000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
7785
7786 * textmodes/reftex.el (reftex-find-citation-regexp-format):
7787 Support for bibentry.
7788 (reftex-compile-variables): Fixed problem with end of section-re.
7789
7790 * texmodes/reftex-dcr.el (reftex-view-crossref,
8972fe79
SM
7791 reftex-view-crossref-from-bibtex):
7792 Deal with changed `reftex-find-citation-regexp-format'.
f54e4d13
CD
7793 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
7794 Replaced `remprop' with `put'.
8972fe79
SM
7795 (reftex-view-crossref, reftex-view-crossref-when-idle):
7796 Support for bibentry.
f54e4d13 7797
8972fe79
SM
7798 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
7799 New entry for bibentry package.
f54e4d13 7800
8972fe79
SM
7801 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
7802 Regexp also matches "\nobibliography".
f54e4d13 7803
8972fe79
SM
7804 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
7805 Call `reftex-ensure-write-access' before doing anything.
f54e4d13
CD
7806 (reftex-ensure-write-access): New function.
7807
f54e4d13
CD
78082000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
7809
7810 * progmodes/idlwave.el: File re-installed (update to version 4.2)
7811
7812 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
7813
7814 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
7815
7816 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
7817
7818
560c43f4
DL
78192000-06-20 Dave Love <fx@gnu.org>
7820
7821 * faces.el (frame-background-mode): Use set-default, not set, in
7822 setter.
7823 (frame-update-faces, frame-update-face-colors): Define with
7824 defalias.
7825
7826 * enriched.el (enriched-decode-foreground)
7827 (enriched-decode-background): Don't use internal-find-face.
7828
7829 * apropos.el: Doc fixes.
7830
7831 * cus-edit.el (customize-changed-options): Check arg.
7832 (customize-version-lessp): Don't require decimal point.
7833
7834 * custom.el (defcustom, defgroup): Doc fix.
7835
7836 * newcomment.el (comment) <defgroup>: Add :version.
7837 (comment-multi-line): Doc fix.
7838
7839 * emulation/mlsupport.el (define-hooked-local-abbrev,
7840 define-hooked-global-abbrev): Fix, using define-abbrev.
7841
cdf0357b
GM
78422000-06-19 Gerd Moellmann <gerd@gnu.org>
7843
7844 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
7845 the whole buffer.
7846
10013d74
DL
78472000-06-19 Dave Love <fx@gnu.org>
7848
7849 * menu-bar.el (menu-bar-options-save): New function.
7850 (menu-bar-options-menu): Use it.
7851 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
7852 Simplify.
7853
6922f208
AS
78542000-06-19 Andreas Schwab <schwab@suse.de>
7855
7856 * progmodes/etags.el (tags-query-replace): Put new parameters
7857 START and END at the end, for backward compatibility.
7858
10d7bf84
KH
78592000-06-19 Kenichi Handa <handa@etl.go.jp>
7860
7861 * international/codepage.el:
7862 (cp-coding-system-for-codepage-1): Delete special codes for
7863 generating xxx-dos coding system because now a CCL based coding
7864 system can handle EOL conversion by default.
7865
7866 * international/mule.el (make-coding-system): Generate subsidiary
7867 coding systems for EOL handling variants even for a CCL based
7868 coding system.
7869
8f3c9a3d
KH
78702000-06-19 Kenichi Handa <handa@etl.go.jp>
7871
7872 * international/isearch-x.el (isearch-minibuffer-input-method)
7873 (isearch-minibuffer-input-method-function): These variables
7874 deleted.
7875 (isearch-with-input-method): Don't use the above variables.
7876 (isearch-process-search-multibyte-characters): Likewise. Call
7877 read-string with the arg INHERIT-INPUT-METHOD t.
7878
c2acf685
SM
78792000-06-17 Stefan Monnier <monnier@cs.yale.edu>
7880
13f0d185
SM
7881 * font-lock.el (font-lock-after-fontify-buffer)
7882 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
7883
7884 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
7885 Use consistent make-local-variable style for font-lock-fontified.
7886 (jit-lock-fontify-buffer):
7887 Don't bother checking for font-lock-mode and jit-lock-mode.
7888
c2acf685
SM
7889 * time.el: Remove trailing ^M that prevent CVS-merging.
7890
a9021acd
GM
78912000-06-16 Gerd Moellmann <gerd@gnu.org>
7892
7893 * Makefile.in (distclean): New target.
5d80cc9c 7894
0df68e9f
SM
78952000-06-16 Stefan Monnier <monnier@cs.yale.edu>
7896
7897 * Makefile.in (srcdir): Define for update-subdirs.
7898
6344985d
GM
78992000-06-16 Gerd Moellmann <gerd@gnu.org>
7900
7901 * find-lisp.el: New file.
7902
63239267
AI
79032000-06-16 Andrew Innes <andrewi@gnu.org>
7904
7905 * time.el (display-time-mail-function): New variable, to allow
7906 external packages to indicate when new mail is available.
7907 (display-time-update): Use it.
7908
1699f991
KH
79092000-06-16 Kenichi Handa <handa@etl.go.jp>
7910
a3b37893
KH
7911 * international/mule.el (mule-version): Change version name to
7912 SAKAKI. AOI has already been used by Meadow.
7913
1699f991
KH
7914 * international/quail.el (quail-show-guidance-buf): To find the
7915 bottom window (but minibuffer), pay attention to the height of
7916 minibuffer.
7917
228b083e
EZ
79182000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
7919
7d5c8691
EZ
7920 * arc-mode.el (archive-mode-map): Use the new menu-item format for
7921 menu-bar menus. Add help strings. Don't remove the Edit menu
7922 from the menu bar, as the menu bar has enough space now.
7923
261f3289
EZ
7924 * Makefile.in (SHELL): Make sure /bin/sh is used.
7925
228b083e
EZ
7926 * woman.el (woman-man-buffer): Fix bold and underlined CJK
7927 characters, which use series of two ^H characters instead of one.
7928
e27e8d71
GM
79292000-06-15 Gerd Moellmann <gerd@gnu.org>
7930
5d80cc9c 7931 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
451ec4e3 7932 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
5d80cc9c 7933 functions.
451ec4e3
GM
7934 (Info-find-node-2): Try a case-sensitive search first, then
7935 do a case-insensitive search.
7936
7937 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
7938 tutorials.
7939
b675095c
GM
7940 * complete.el (PC-env-vars-alist): New variable.
7941 (PC-complete-as-file-name): New function.
7942 (partial-completion-mode): Initialize PC-env-vars-alist from
7943 process-environment.
7944 (PC-do-completion): Handle completion of env vars.
7945
7946 * info.el (Info-set-mode-line): Show file name in mode line,
7947 use `*Info*' instead of `Info:'.
7948
e27e8d71
GM
7949 * startup.el (command-line-1): Change copyright messages to year
7950 2000.
7951
28223a7e
DL
79522000-06-15 Dave Love <fx@gnu.org>
7953
7954 * net/goto-addr.el (goto-address-fontify): Use keymap property,
7955 not local-map.
7956
32684631
KH
79572000-06-15 Kenichi Handa <handa@etl.go.jp>
7958
7959 * international/mule.el (set-buffer-file-coding-system): Almost
7960 rewritten to handle `undecided' as no-op.
7961
9f817ea4
GM
79622000-06-14 Gerd Moellmann <gerd@gnu.org>
7963
e27e8d71 7964 * Makefile.in: New file.
dce6b995
GM
7965
7966 * Makefile: Removed.
7967
9f817ea4
GM
7968 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
7969 (goto-address-highlight-keymap): Bind C-c RET.
7970
2de33f94
KH
79712000-06-14 Kenichi Handa <handa@etl.go.jp>
7972
bbf1e8a5
KH
7973 * mail/sendmail.el (sendmail-send-it): The temporary buffer
7974 inherits buffer-file-coding-system of the current buffer.
725a6897 7975
02891cc3
KH
7976 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
7977 0. Give correct argument to set-auto-coding-function.
7978 (tar-expunge): For goto-char, use (point-min), not 0.
7979 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
7980 (tar-subfile-save-buffer): Likewize.
7981
2de33f94
KH
7982 * international/mule.el
7983 (after-insert-file-set-buffer-file-coding-system): Call
7984 set-buffer-file-coding-system with the arg FORCE t.
7985
1681ead6
GM
79862000-06-13 Gerd Moellmann <gerd@gnu.org>
7987
7988 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
7989 nil. Contemporary sendmails issue an X-Authentication-Warning if
b675095c 7990 the sender is set with `-f'.
1681ead6 7991
fdf4b680
DL
79922000-06-13 Dave Love <fx@gnu.org>
7993
9c50afce
DL
7994 * help.el (describe-function-1): Kluge around cases of functions
7995 fset to subrs whose doc doesn't match their symbol-name.
7996
0ad550ba 7997 * image.el (insert-image): Default STRING to a space.
f290ca08 7998
fdf4b680 7999 * info.el Doc fixes.
5d80cc9c 8000 (Info-build-node-completions): Match Ref tags.
fdf4b680 8001
9b6610db
EZ
80022000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
8003
a704139d
EZ
8004 * frame.el (display-multi-frame-p, display-multi-font-p): New
8005 defaliases for display-graphic-p.
8006
9b6610db
EZ
8007 * hl-line.el: Fixed a typo in commentary.
8008
7a5ea398
KH
80092000-06-13 Kenichi Handa <handa@etl.go.jp>
8010
8011 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
8012 fixed.
8013
0dc91c57
DL
80142000-06-12 Dave Love <fx@gnu.org>
8015
8016 * image.el (insert-image): Save a little consing.
8017
0bd5914b
KH
80182000-06-12 Kenichi Handa <handa@etl.go.jp>
8019
8020 * language/tibet-util.el: Convert all tibetan-1-column characters
8021 to the corresponding tibetan characters.
8022 (tibetan-add-components): Delete code for the special treatment of
8023 'a chung.
8024
8025 * language/tibetan.el (tibetan-composable-pattern): Fix previous
8026 change.
8027 (tibetan-vowel-transcription-alist): More rules added.
8028 (tibetan-composite-vowel-alist): New variable.
8029 (tibetan-precomposition-rule-alist): More rules added.
8030
6dc7d3d5
SM
80312000-06-12 Stefan Monnier <monnier@cs.yale.edu>
8032
9c04c393
SM
8033 * startup.el (command-line): Only call menu-bar-mode if interactive.
8034
8035 * thingatpt.el (toplevel symbol-properties):
8036 * textmodes/makeinfo.el (makeinfo-compile):
8037 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
5d80cc9c 8038 * progmodes/hideif.el (hif-compress-define-list)
9c04c393 8039 (hide-ifdef-use-define-alist):
5d80cc9c 8040 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
9c04c393
SM
8041 (ange-ftp-vms-add-file-entry):
8042 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
8043 * man.el (Man-build-man-command):
8044 * mail/rnewspost.el (news-reply-header-hook):
8045 * info.el (Info-insert-dir):
8046 * emulation/mlconvert.el (backward-word, forward-word, setq):
8047 * emacs-lisp/gulp.el (gulp-send-requests):
5d80cc9c
SS
8048 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
8049 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
9c04c393
SM
8050 (byte-optimize-apply, end of file):
8051 * emacs-lisp/advice.el (ad-advice-class-completion-table)
8052 (ad-make-freeze-definition):
8053 * startup.el (command-line, command-line-1): Don't quote lambdas.
8054
6dc7d3d5
SM
8055 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
8056 (cvs-cleanup-removed): New function.
8057 (cvs-cleanup-functions): New var.
8058 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
8059 some flexibility in specifying additional entries to auto-cleanup.
8060 (cvs-quickdir): New function.
8061 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
8062 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
8063 (cvs-mode-find-file): Check that we are on a filename or dirname
8064 when invoked through a mouse-click.
8065 (cvs-full-path): Remove.
8066 (cvs-dired-action): Re-introduced.
8067 (cvs-dired-noselect): Use it.
8068 (vc-post-command-functions): use this new hook if available.
8069
8070 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
8071 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
8072 (cvs-filename-map, cvs-dirname-map): Remove.
8073 (cvs-default-action): Remove.
8074 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
8075 if the arg is really a keymap.
8076 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
8077 Don't hardcode the mapping from state (aka type) to face, but check
8078 the var cvs-fi-<type>-face instead.
8079 (cvs-fileinfo-from-entries): New function.
8080
8081 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
8082 Docstring fix.
8083 (cvs-find-file-and-jump): Change default to be safer.
8084 (cvs-mode-diff-map): Define it as a function as well.
8085 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
8086 Bind mouse-2 in this global map rather than with text-properties.
8087
8088 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
8089 file to resolve the ambiguity between C(conflict) and C(need-merge).
8090
5050a2ef
KH
80912000-06-12 Kenichi Handa <handa@etl.go.jp>
8092
8093 * international/mule.el (set-buffer-file-coding-system): If
8094 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
8095 unconditionally.
8096
35a7ac84
DL
80972000-06-12 Dave Love <fx@gnu.org>
8098
8099 * wid-edit.el (widget-specify-button): Really suppress the face if
8100 required.
8101
db8eeecd
GM
81022000-06-11 Gerd Moellmann <gerd@gnu.org>
8103
8104 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
8105
70223ca4
SM
81062000-06-11 Stefan Monnier <monnier@cs.yale.edu>
8107
8108 * imenu.el (imenu-generic-expression): Docstring fix.
8109
8110 * composite.el (composition-function-table): Move the `put'
8111 below the autoload cookie so we can load the file before loaddefs.
8112
8113 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
8114
8115 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
8116 Handle easy-mmode-define-global-mode.
8117 For complex macros like define-minor-mode that can generate
8118 several autoload entries, try to autoload entries in the
8119 macroexpanded code.
8120
8121 * emacs-lisp/easy-mmode.el (define-minor-mode):
8122 If KEYMAP is a symbol, just use it.
8123 Use byte-compile-current-file and load-file-name to infer the
8124 proper :require to pass to defcustom.
8125 Wrap the hook var into `progn' so as not to autoload it.
8126 Add a :autoload-end cookie.
8127 Be more careful about the evaluation of KEYMAP.
8128 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
8129 (define-derived-mode): Move define-abbrev-table outside of defvar.
8130
81312000-06-10 Stefan Monnier <monnier@cs.yale.edu>
8132
8133 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
8134 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
8135 (backup-compiled-files): Ignore errors during `tar'.
8136 (bootstrap): Make autoloads before elc files.
8137
9c53b34e
KH
81382000-06-10 Kenichi Handa <handa@etl.go.jp>
8139
8140 * international/mule.el (set-buffer-file-coding-system): If one of
5d80cc9c 8141 undecided-XXX is specified, change only EOL conversion.
9c53b34e
KH
8142
8143 * international/mule-conf.el (unix): New alias for the coding
8144 system undecided-unix.
8145
22ddd299
DL
81462000-06-09 Dave Love <fx@gnu.org>
8147
5ee42746
DL
8148 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
8149
70223ca4 8150 * progmodes/executable.el: Byte compile dynamic.
22ddd299
DL
8151 (executable-insert): Change custom type.
8152 (executable-find): Add autoload cookie.
cc7e1d18
DL
8153 (executable-make-buffer-file-executable-if-script-p): New
8154 function. After Noah Friedman.
22ddd299
DL
8155
8156 * files.el (after-save-hook): Customize, with
cc7e1d18 8157 executable-make-buffer-file-executable-if-script-p as an option.
22ddd299 8158
41ea3794
KH
81592000-06-09 Kenichi Handa <handa@etl.go.jp>
8160
f89437e3
KH
8161 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
8162 "tib24p-mule.bdf" for Tibetan.
8163
7a4ee259
KH
8164 * composite.el (decompose-composite-char): Declare it as obsolete.
8165
ff6a65c2
KH
8166 * man.el (Man-fontify-manpage): Pay attention to underline and
8167 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
41ea3794 8168
f83fe4b4
GM
81692000-06-08 Gerd Moellmann <gerd@gnu.org>
8170
8171 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
8172 Set maintainer to FSF since author isn't reachable.
8173
e56d7900
DL
81742000-06-08 Dave Love <fx@gnu.org>
8175
8176 * international/mule-cmds.el (select-safe-coding-system): If
8177 DEFAULT-CODING-SYSTEM is not specified, also check the most
8178 preferred coding-system if buffer-file-coding-system is
8179 `undecided'. From Handa.
8180
d3981b49
KH
81812000-06-08 Kenichi Handa <handa@etl.go.jp>
8182
8183 * international/mule.el
8184 (after-insert-file-set-buffer-file-coding-system): If the buffer
8185 size is greater than INSERTED, judget that we are not visiting.
8186
bff71087
RV
81872000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
8188
8189 * whitespace.el (defgroup whitespace): Comment out `:version'.
8190 XEmacs 20.4 has problems defining the group with this present.
8191 We'll have this commented out till get resolve the problem.
8192
45f485a6
GM
81932000-06-07 Gerd Moellmann <gerd@gnu.org>
8194
8195 * align.el: Update from author.
8196
81972000-06-07 Jari Aalto <jari.aalto@poboxes.com>
8198
8199 * apropos.el (apropos-mode-hook): New user variable.
8200 (apropos-mode): Run apropos-mode-hook.
bff71087 8201
45f485a6
GM
82022000-06-07 David Ponce <david@dponce.com>
8203
8204 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
8205 commands. Require `wid-edit' at run-time.
8206
82072000-06-07 David Ponce <david@dponce.com>
8208
8209 * recentf.el: Added some "Commentary".
8210 (recentf-open-more-files, recentf-edit-list): Minor changes to
8211 move the point at the top of the file list. This behaviour is
8212 consistent with the menu one when the list contains a lot of
8213 files.
8214 (recentf-cleanup): Now displays the number of items removed from
8215 the list.
8216 (recentf-relative-filter) New menu filter to show filenames
8217 relative to `default-directory'.
bff71087 8218
45f485a6
GM
82192000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8220
8221 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
8222 with/without giving an error if PostScript printer doesn't have this
8223 kind of page size. Zebra Stripe continues or restarts on next page.
8224 Manual/automatic paper feeding. Switch or not the header.
8225 (ps-print-version): New version number (5.2.2).
8226 (ps-windows-system): Include emx as a Windows system.
8227 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
8228 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
8229 (ps-background-text): Code fix.
8230 (ps-error-handler-message, ps-user-defined-prologue)
8231 (ps-print-prologue-header, ps-printer-name)
8232 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
8233 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
8234 (ps-use-face-background): Customization fix.
8235 (ps-n-up-database): Data fix.
8236 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
8237 (ps-switch-header): New vars.
8238 (ps-xemacs-color-name, ps-face-foreground-name)
8239 (ps-face-background-name, ps-boolean-constant): New funs.
8240
c14dcd22
DL
82412000-06-07 Dave Love <fx@gnu.org>
8242
8243 * allout.el: New version from Manheimer.
8244
e4044bb0
KH
82452000-06-07 Kenichi Handa <handa@etl.go.jp>
8246
8247 * textmodes/fill.el (fill-find-break-point): Check the validity of
8248 charset.
8249
59cfe8b9
KF
82502000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
8251
8252 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
8253 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
8254 Call display-color-p and display-mouse-p instead of looking at
8255 window-system.
8256
bb2337f5
DL
82572000-06-06 Dave Love <fx@gnu.org>
8258
8259 * image.el (find-image): Doc fix. Return nil if image not found.
8260 (put-image, insert-image): Make STRING arg optional.
8261
8e624fa2
KH
82622000-06-06 Kenichi Handa <handa@etl.go.jp>
8263
8264 * language/vietnamese.el: Remove eval-when-compile.
8265 (viet-viscii-nonascii-translation-table): Define it as a
8266 translation table made from viet-viscii-decode-table.
8267 (viet-viscii-encode-table): Define it as a translation table made
8268 from the reverse map of above.
8269 (viet-vscii-nonascii-translation-table): Define it as a
8270 translation table made from viet-vscii-decode-table.
8271 (viet-vscii-encode-table): Define it as a translation table made
8272 from the reverse map of above.
8273 (ccl-decode-viscii): Use translate-character.
8274 (ccl-encode-viscii, ccl-encode-viscii-font)
8275 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
8276 Likewize.
bff71087 8277
8e624fa2
KH
8278 * language/cyrillic.el: Remove eval-when-compile.
8279 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
8280 translation table made from cyrillic-koi8-r-decode-table.
8281 (cyrillic-koi8-r-encode-table): Define it as a translation table
8282 made from the reverse map of above.
8283 (ccl-decode-koi8): Use translate-character.
8284 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
8285 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
8286 a translation table made from cyrillic-alternativnyj-decode-table.
8287 (cyrillic-alternativnyj-encode-table): Define it as a translation
8288 table made from the reverse map of above.
8289 (ccl-decode-alternativnyj): Use translate-character.
8290 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
8291 Likewize
8292
8293 * international/mule-diag.el (non-iso-charset-alist): Specify
8294 translation table symbol instead of translation table itself.
8295 (list-block-of-chars): CHARSET may be a translation table symbol.
8296
8297 * international/mule.el (make-coding-system): If CODING-SYSTEM
8298 already exists, override it.
8299
8300 * international/fontset.el: Use family `proportional' for Tibetan
8301 fonts.
8302
8303 * international/ccl.el (ccl-compile-translate-character): Don't
8304 check if Rrr has property translation-table.
8305 (ccl-compile-map-multiple): Modified to avoid compiler warning.
8306
1969fae2
GM
83072000-06-05 Gerd Moellmann <gerd@gnu.org>
8308
8309 * info.el: Bind case-fold-search to t when searching in case
8310 a user sets it to nil in a hook.
8311
d5b037c5
SM
83122000-06-05 Stefan Monnier <monnier@cs.yale.edu>
8313
d3d02e65
SM
8314 * autoarg.el (autoarg-mode, autoarg-kp-mode):
8315 * hl-line.el (hl-line-mode): Use the new :global key argument.
8316
8317 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
8318 (tar-clip-time-string): Prepend a space.
8319 (tar-grind-file-mode): Construct a string rather than modifying one.
8320 (tar-header-block-summarize): Fix docstring.
8321 Use `format' rather than an error-prone set of copy-loops.
8322
8323 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
8324 (diff-goto-source, diff-unified->context, diff-context->unified)
8325 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
8326 understand the format output by the `-p' argument to diff.
8327
bff71087 8328 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
d3d02e65
SM
8329 (sh-re-done): Use defconst.
8330 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
8331 (sh-help-string-for-variable, sh-guess-basic-offset):
8332 Don't quote lambdas.
8333 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
8334 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
8335
f7c4478f
SM
8336 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
8337 (mh-letter-mode): Derive from text-mode.
8338 This implicitly means that it now calls kill-all-local-variables.
8339 Also remove the Emacs-18 compatibility code.
8340
a8add29d
SM
8341 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
8342 Make use of symbol-property doc-string-elt.
8343 Use memq rather than a sequence of eq.
8344 (doc-string-elt): Fix the wrong or missing previously unused values.
8345 (autoload-print-form): New function extracted from
8346 generate-file-autoloads to allow recursion when handling progn
8347 so that defvar's and defun's docstrings are properly printed.
8348 (generate-file-autoloads): Use it.
8349
d5b037c5
SM
8350 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
8351 Use find-file-hooks in the minor-mode function.
8352 Be careful not to loop indefinitely in the post-command-hook function.
8353
560ef11a 83542000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
bff71087 8355
1969fae2 8356 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
560ef11a 8357 tty's.
1969fae2 8358 * ediff-diff.el (ediff-exec-process): Use --binary for fine
d5b037c5 8359 differences whenever appropriate.
1969fae2
GM
8360 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
8361 * viper.el (find-file, find-file-other-window): Get viper to do
bff71087
RV
8362 wildcards.
8363
b5bbbb76
SM
83642000-06-04 Stefan Monnier <monnier@cs.yale.edu>
8365
d5b037c5
SM
8366 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
8367 (jit-lock-fontify-buffer): New function for JIT refontification.
8368 (jit-lock-mode): Fix docstring.
8369 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
8370 Remove jit-lock-after-change from the _local_ hook.
8371 (jit-lock-function-1): Fix docstring.
8372
8373 * info.el (Info-on-current-buffer): Initialize info.
8374
8375 * newcomment.el (comment-indent): Ignore comment-indent-hook.
8376
8377 * progmodes/tcl.el (tcl-indent-for-comment):
8378 Ignore comment-indent-hook.
8379
8380 * emacs-lisp/easy-mmode.el: Require CL during compilation.
8381 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
b5bbbb76
SM
8382 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
8383 and improve to use the lighter to guess the capitalization.
8384 (define-minor-mode): Inline code from easy-mmode-define-toggle.
8385 Add keyword arguments to specify global-ness or the custom group.
8386 Add local-map and help-echo properties to the lighter.
8387 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
d5b037c5 8388 (easy-mmode-define-global-mode): New macro.
b5bbbb76 8389
bfa6c260
DL
83902000-06-02 Dave Love <fx@gnu.org>
8391
8392 * wid-edit.el: byte-compile-dynamic since we typically don't use
8393 all the widgets. Don't require cl or widget. Remove
8394 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
8395 (widget-read-event): Removed. Callers changed to use read-event.
8396 (widget-button-release-event-p): Renamed from
8397 button-release-event-p.
8398 (widget-field-add-space, widget-field-use-before-change):
8399 Uncustomize.
8400 (widget-specify-field): Use keymap property, not local-map.
8401 (widget-specify-button): Obey :suppress-face.
8402 (widget-specify-insert): Use modern backquote syntax.
8403 (widget-image-directory): Renamed from widget-glyph-directory.
8404 (widget-image-enable): Renamed from widget-glyph-enable.
8405 (widget-image-find): Replaces widget-glyph-find.
8406 (widget-button-pressed-face): Move defvar.
8407 (widget-image-insert): Replaces widget-glyph-insert.
8408 (widget-convert): Use keywordp.
8409 (widget-leave-text, widget-children-value-delete): Use mapc.
8410 (widget-keymap): Remove XEmacs stuff.
b5bbbb76 8411 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
bfa6c260
DL
8412 (widget-button-click): Don't set point at the click, but re-centre
8413 if we scroll out of window. Rewritten for images v. glyphs &c.
8414 (widget-tabable-at): Use POS arg, not point.
8415 (widget-beginning-of-line, widget-end-of-line)
8416 (widget-item-value-create, widget-sublist, widget-princ-to-string)
8417 (widget-sexp-prompt-value, widget-echo-help): Simplify.
8418 (widget-default-create): Use widget-image-insert; some rewriting.
8419 (widget-visibility-value-create)
8420 (widget-push-button-value-create, widget-toggle-value-create): Use
8421 widget-image-insert.
8422 (checkbox): Create on and off images dynamically.
8423 (documentation-link): Change :help-echo.
8424 (widget-documentation-link-echo-help): Remove.
8425
3837de12
SM
84262000-06-02 Stefan Monnier <monnier@cs.yale.edu>
8427
8428 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
8429
8430 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
8431 (easy-mmode-define-toggle, define-minor-mode): Use it.
8432 (easy-mmode-define-keymap): Docstring fix.
8433 (define-derived-mode): Default PARENT to fundamental-mode.
8434 Add the derived-mode-parent symbol-property.
8435 (easy-mmode-derived-mode-p): New function.
8436
90aa4ea8
DL
84372000-06-02 Dave Love <fx@gnu.org>
8438
37193ee6
DL
8439 * files.el (convert-standard-filename): Doc fix.
8440 (normal-backup-enable-predicate): New function.
8441 (backup-enable-predicate): Use it to replace the lambda form.
8442
8443 * calendar/todo-mode.el: [This needs more work on the outline
8444 stuff.] Doc fixes.
8445 (todo) <defgroup>: Add :version.
8446 (todo-add-category): Don't use pushnew.
8447 (todo-cmd-raise): Fix typo.
8448 (todo-top-priorities): Change temp buffer name.
8449 (todo-category-alist): Avoid redundant lambda.
3837de12
SM
8450 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
8451 Use outline-next-heading.
37193ee6 8452
90aa4ea8
DL
8453 * autoarg.el: Rewritten to use define-minor-mode.
8454 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
8455 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
8456
2e54623a
KH
84572000-06-02 Kenichi Handa <handa@etl.go.jp>
8458
8459 * isearch.el (isearch-other-meta-char): Fix previous change.
8460
c5def0db
SM
84612000-06-01 Stefan Monnier <monnier@cs.yale.edu>
8462
3837de12
SM
8463 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
8464 (log-edit-done): Only add the comment to the ring if it's different
8465 from the last comment entered.
8466
c5def0db
SM
8467 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
8468
2330c9d4
DL
84692000-06-01 Dave Love <fx@gnu.org>
8470
8471 * hl-line.el: Rewritten using define-minor-mode.
8472
8473 * help.el (describe-function-1): Distinguish special form from
8474 builtin function. Sanity-check presence of arglist for builtins.
8475
6e5dfc31
KH
84762000-06-01 Kenichi Handa <handa@etl.go.jp>
8477
4dc1225b
KH
8478 * international/characters.el: Fix syntax/category setting of
8479 Tibetan characters.
8480
8481 * language/tibet-util.el (tibetan-add-components): Fixes for new
8482 encoding of Tibetan characters.
8483 (tibetan-decompose-precomposition-alist): New variable.
8484 (tibetan-decompose-region): Convert precomposed characters to
8485 non-precomposed characters.
8486 (tibetan-decompose-string): Likewise.
8487 (tibetan-composition-function): Fix args to
8488 thibetan-compose-string.
8489
8490 * language/tibetan.el (tibetan-composable-pattern): More
8491 characters included.
8492 (tibetan-consonant-transcription-alist): Rule for "R" added.
8493 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
8494 "+R" added.
8495 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
8496
eadef5e6
KH
8497 * language/lao-util.el (lao-composition-function): Fix args to
8498 compose-string.
8499
8500 * language/thai-util.el (thai-composition-function): Fix args to
8501 compose-string.
8502
6e5dfc31 8503 * isearch.el (isearch-update): Set disable-point-adjustment to t
6389e4ab
KH
8504 to prevent the point moving to the end of a composition when a
8505 part of a composition is searched.
6e5dfc31
KH
8506 (isearch-other-meta-char): If the key invoking this command can be
8507 mapped by function-key-map to a printing char, call
8508 isearch-process-search-char directly.
8509
2598a293
SM
85102000-06-01 Stefan Monnier <monnier@cs.yale.edu>
8511
8512 * emacs-lisp/bytecomp.el:
8513 * frame.el:
8514 * international/mule-cmds.el:
8515 * international/mule-util.el:
8516 * international/mule.el:
8517 * mouse.el:
8518 * subr.el:
8519 * faces.el: Update calls to make-obsolete with a WHEN argument.
8520
8521 * byte-run.el (make-obsolete, make-obsolete-variable):
8522 Add an optional WHEN argument and change the format of the
bff71087 8523 symbol-property information.
2598a293
SM
8524 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
8525 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
8526 new obsolete-symbol-property format and print WHEN if it is provided.
8527
28d8dff1
DL
85282000-05-31 Dave Love <fx@gnu.org>
8529
8530 * loadhist.el (loadhist-hook-functions): Remove
8531 before-change-function, after-change-function.
8532 (unload-feature): Deal with symbols which are both bound and
8533 fbound.
8534
8535 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
8536 before-change-function, after-change-function.
8537
8538 * simple.el (newline): Don't bind before-change-function,
8539 after-change-function.
8540
7f565d87
RV
85412000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
8542
8543 * whitespace.el (whitespace-rescan-timer-time): Update interval
8544 set to 600 seconds (10 minutes) instead of 60 seconds since
8545 a large number of whitespace buffers causes emacs to `freeze'
8546 for a considerable amount of time.
8547
bff71087 8548 * whitespace.el: Updated email address
7f565d87 8549
a8d693d8
DL
85502000-05-31 Dave Love <fx@gnu.org>
8551
8552 * add-log.el (change-log-font-lock-keywords) <function>: Add
8553 pattern for function of change.
8554 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
8555 acknowledgements patterns.
8556
a50192e7
KH
85572000-05-31 Kenichi Handa <handa@etl.go.jp>
8558
8559 * isearch.el (isearch-printing-char): If keyboard coding system is
8560 being used, call isearch-process-search-multibyte-characters.
8561
8562 * international/isearch-x.el: Mostly rewritten.
8563
8564 * international/quail.el (quail-start-conversion): Don't include
8565 unhandled events in the returned events, but set them in
8566 unread-command-events. Exit if all inputs are deleted.
8567
7e492772
JR
85682000-05-30 Jason Rumney <jasonr@gnu.org>
8569
8570 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
8571
8572 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
8573 Reenable code to create initial fontsets.
8574 Use set-fontset-font in place of put-charset-property.
8575
10fc3187
GM
85762000-05-30 Gerd Moellmann <gerd@gnu.org>
8577
79148ea7
GM
8578 * progmodes/perl-mode.el (perl-indent-line): When looking for a
8579 label, ensure that the first colon isn't followed by another.
8580
8581 * paths.el (Info-default-directory-list): Doc fix.
8582
086d5b87
GM
8583 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
8584 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
8585 send a query containing USER only, not USER@HOST.
8586
10fc3187
GM
8587 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
8588 and rmail-msgend to compute the restriction at the end, instead of
8589 computing it.
8590
49e70dec
GM
85912000-05-29 Gerd Moellmann <gerd@gnu.org>
8592
66254a13
GM
8593 * dabbrev.el (dabbrev-expand): Don't display messages in the
8594 echo area if the minibuffer window is active.
8595
49e70dec
GM
8596 * jit-lock.el (jit-lock-mode): Add after change function to
8597 local hook.
8598
85992000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
8600
8601 * antlr-mode.el: New commands: hide/unhide actions,
8602 upcase/downcase literals.
8603 (antlr-tiny-action-length): New user option.
8604 (antlr-hide-actions): New command. Suggested by
8605 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
7f565d87 8606 (antlr-mode-map): New binding [C-c C-v].
49e70dec
GM
8607 (antlr-mode-menu): New entries.
8608 (antlr-downcase-literals): New command.
8609 (antlr-upcase-literals): Ditto.
8610
8611 * antlr-mode.el: Minor changes: indendation, mode-name.
8612 (antlr-indent-line): Indent cpp directive at column 0.
8613 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
8614
8615 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
8616 (antlr-font-lock-additional-keywords): Workaround for intentional
8617 bug in XEmacs version of font-lock.
8618 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
8619 be used by a smarter version of `buffers-menu-grouping-function'.
8620
86212000-05-29 Gerd Moellmann <gerd@gnu.org>
8622
8623 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
8624 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
8625
49f93684
KH
86262000-05-29 Kenichi Handa <handa@etl.go.jp>
8627
8628 * international/encoded-kb.el
8629 (encoded-kbd-iso2022-designation-map): Pay attention to that
8630 charset-iso-final-char return -1 for eight-bit-control and
8631 eight-bit-graphic.
8632
5b1ae051
EZ
86332000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
8634
8635 * speedbar.el (speedbar-use-images, speedbar-update-flag)
8636 (speedbar-easymenu-definition-base): Use display-graphic-p where
8637 available, instead of window-system.
8638
a205e32a
EZ
86392000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
8640
8641 * international/codepage.el (cp-coding-system-for-codepage-1): Add
8642 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
8643 coding systems.
8644
dd854dc2
DL
86452000-05-26 Dave Love <fx@gnu.org>
8646
c88a85d5
DL
8647 * disp-table.el (standard-display-underline): Don't use
8648 internal-find-face.
8649
dd854dc2
DL
8650 * mail/reporter.el: Maintainer change. Doc fixes.
8651 (reporter-version): Deleted.
8652
8653 * emacs-lisp/elp.el: Maintainer change.
8654 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
8655
dc29aa6c
SM
86562000-05-26 Stefan Monnier <monnier@cs.yale.edu>
8657
8658 * add-log.el (add-change-log-entry): Merge the current entry with the
8659 previous one if the previous one is empty.
8660
ed62683d
DL
86612000-05-26 Dave Love <fx@gnu.org>
8662
4370a375
DL
8663 * loadhist.el (unload-feature): Fix interactive spec [from
8664 lijnzaad@ebi.ac.uk].
8665
ed62683d
DL
8666 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
8667 subr-arity to check primitives.
8668 (byte-compile-flush-pending, byte-compile-file-form-progn)
8669 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
8670 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
8671 mapcar.
8672
ba9f8f95
KH
86732000-05-26 Kenichi Handa <handa@etl.go.jp>
8674
0f3e0672
KH
8675 * international/fontset.el: Set family names of non-latin charsets
8676 in default fontset to "*".
8677
cebefb44
KH
8678 * international/mule-diag.el (print-fontset): Combine family part
8679 and registry part of the fontname by "-*-" instead of "-".
8680
ba9f8f95
KH
8681 * international/mule-cmds.el (encode-coding-char): Make strings
8682 multibyte before calling encode-coding-string.
8683
931d0724
SM
86842000-05-25 Stefan Monnier <monnier@cs.yale.edu>
8685
8686 * derived.el: Fix keywords.
8ccce2b0 8687 (define-derived-mode): Only define if needed.
931d0724
SM
8688
8689 * simple.el (fill-comment, comment-column, comment-start)
8690 (comment-start-skip, comment-end, comment-indent-function)
8691 (block-comment-start, block-comment-end, indent-for-comment)
8692 (set-comment-column, kill-comment, comment-padding, comment-region)
8693 (comment-multi-line, indent-new-comment-line): Remove.
8694
8695 * bindings.el (esc-map): Change ; to comment-dwim and use the new
8696 function names for comment operations.
8697
8698 * newcomment.el: Add abundant autoload cookies.
8699 (comment-style): Don't depend on runtime data at compile-time.
8700 (comment-indent-hook): Remove.
8701 (comment-indent): Check if comment-indent-hook is bound.
8702 (comment-region): Docstring fix.
8703
6fc596cf
DL
87042000-05-25 Dave Love <fx@gnu.org>
8705
8706 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
8707 byte-code-function-p.
8708
8709 * mail/rmailsum.el: Add provide.
8710
8711 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
8712
8713 * smerge-mode.el (smerge-diff-switches): Don't use list* in
8714 defcustom.
8715
7997f1ca 87162000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
7f565d87 8717
7997f1ca
MK
8718 * ediff-diff.el (ediff-exec-process): delete --binary option from
8719 non-buffer ediff jobs.
7f565d87 8720
e7a903e8
EZ
87212000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
8722
8723 * hilit-chg.el (highlight-changes-mode): Ask about color or
8724 grayscale support, not about window-system.
8725
8726 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
8727 window-system.
8728 (ffap-highlight): Always default to t.
8729
8730 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
8731 display-popup-menus-p instead of looking at window-system.
8732
8733 * disp-table.el (standard-display-g1, standard-display-graphic):
8734 Only refuse to use string glyphs on X and MS-Windows.
8735
8736 * avoid.el: Remove window-system from commentary, suggest to use
8737 display-*-p instead.
8738
8739 * apropos.el (apropos-print): Use display-mouse-p instead of
8740 window-system.
8741
14028d57
EZ
87422000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
8743
8744 * international/codepage.el (cp-decoding-vector-for-codepage):
8745 Fill up unsupported characters with their own codes. From Kenichi
8746 Handa.
8747
1a4f9cc1
EZ
87482000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
8749
8750 * international/mule-diag.el (describe-char-after): Use
8751 display-graphic-p instead of window-system, so that this function
8752 works on MS-DOS.
8753
89f6ca4e
EZ
87542000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
8755
8756 * international/codepage.el (cp-make-coding-systems-for-codepage):
8757 Remove the eight-bit-graphic and eight-bit-control charsets from
8758 the list of charsets which we convert into `?'.
8759
eacfd7fe
KH
87602000-05-25 Kenichi Handa <handa@etl.go.jp>
8761
8762 * international/mule-conf.el: Specify CHARSET-ID explicitely for
8763 private charsets.
8764 (mule-unicode-0100-24ff, japanese-jisx0213-1,
8765 japanese-jisx0213-2): New charsets.
8766
8767 * international/fontset.el: Setup default fontset for new charsets.
8768
deadf7e3
DL
87692000-05-24 Dave Love <fx@gnu.org>
8770
8771 * info.el (Info-find-node-2): Restructure [following "Vadim
8772 S. Solomin" <sovs@uic.nnov.ru>].
8773
8774 * icomplete.el: Fix header for Finder.
8775
87762000-05-24 Eric M. Ludlam <zappo@ultranet.com>
8777
8778 * rmailout.el (rmail-output-to-rmail-file): Added optional param
8779 STAY.
8780
8781 * rmail.el (rmail-automatic-folder-directives): New user variable.
8782 (rmail-show-message): Add call to `rmail-auto-file' during
8783 display.
8784 (rmail-auto-file): New function.
8785
6de3983f 87862000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
7f565d87 8787
fc6a6a4e 8788 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
6de3983f 8789 account.
fc6a6a4e
GM
8790 (ediff-test-utility,ediff-diff-mandatory-option)
8791 (ediff-reset-diff-options): Utilities for proper initialization of
6de3983f 8792 ediff-diff-options and ediff-diff3-options on Windows.
7f565d87 8793
fc6a6a4e 8794 * ediff-init.el (ediff-merge-filename-prefix): New customizable
6de3983f 8795 variable.
7f565d87 8796
fc6a6a4e 8797 * ediff-mult.el (ediff-filegroup-action): Use
6de3983f
MK
8798 ediff-merge-filename-prefix.
8799
fc290d1d
MK
88002000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
8801
fc6a6a4e 8802 * viper-ex.el (ex-write): Set selective display to nil.
7f565d87 8803
273182b8
EZ
88042000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
8805
8806 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
8807 aliases for hebrew-iso-8bit.
8808
f471ea57
EZ
88092000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
8810
8811 * woman.el: New version from Francis J. Wright
8812 <F.J.Wright@Maths.QMW.ac.uk>.
8813 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
8814 names in environment variables regardless of the path separator.
8815 (woman-topic-all-completions-1): Don't call file-name-directory-p
8816 on all files, since woman-file-regexp already filters out any
8817 directories.
8818
01162f24
KH
88192000-05-24 Kenichi Handa <handa@etl.go.jp>
8820
48e3df76
KH
8821 * international/quail.el (quail-start-translation): Don't change
8822 modified-p of the current buffer.
8823 (quail-start-conversion): Likewise.
8824
8825 * international/kkc.el (kkc-region): Don't change modified-p of
8826 the current buffer.
8827
747d90ea
KH
8828 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
8829 conform to RFC1468.
8830 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
01162f24 8831
17a223ff
EL
88322000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
8833
8834 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
8835 (speedbar-insert-button): Invisible text property fix.
8836 (speedbar-directory-plus): Renamed from speedbar-directory-+
8837 (speedbar-directory-minus): Renamed from speedbar-directory--
8838 (speedbar-page-plus): Renamed from speedbar-file-+
8839 (speedbar-page-minus): Renamed from speedbar-file--
8840 (speedbar-page): Renamed from speedbar-file-
8841 (speedbar-tag): Renamed from speedbar-tag-
8842 (speedbar-tag-plus): Renamed from speedbar-tag-+
8843 (speedbar-tag-minus): Renamed from speedbar-tag--
8844 (speedbar-expand-image-button-alist): Use above renames.
8845
8846 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
8847 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
8848 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
8849 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
8850 * sb-pg.xpm: Renamed from sb-file.xpm
8851 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
8852 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
7f565d87 8853
e6b6fc18
KH
88542000-05-24 Kenichi Handa <handa@etl.go.jp>
8855
8856 * international/quail.el (quail-show-guidance-buf): Set
8857 current-input-method of the guidance buffer to the name of the
8858 curren input method.
8859
a1a336eb
SM
88602000-05-23 Stefan Monnier <monnier@cs.yale.edu>
8861
8862 * progmodes/compile.el (compile-internal): Style typo.
8863
8864 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
8865 quote vars and functions in the docstring.
8866
8867 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
8868
8869 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
8870 Don't quote lambdas.
8871
8872 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
8873
9695b783
GM
88742000-05-23 Gerd Moellmann <gerd@gnu.org>
8875
716e3b88
GM
8876 * startup.el (command-line): Determine source file of compiled
8877 user init file differently. Warn if compiled user init file
8878 is older than its source file.
8879
9695b783 8880 * ffap.el (ffap-url-regexp): Add `https'.
7f565d87 8881
41ac433f
EZ
88822000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
8883
8884 * files.el (make-backup-file-name-1): Replace slashes with `!'
8885 rather than `|' (which is not allowed on Windows). Replace the
8886 drive letters with a string "drive_X".
8887
46600ab1
GM
88882000-05-23 Gerd Moellmann <gerd@gnu.org>
8889
8890 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
8891
8892 * files.el (interpreter-mode-alist): Add `bash2'.
8893
79a64d87
DL
88942000-05-22 Dave Love <fx@gnu.org>
8895
8896 * loadhist.el (feature-symbols, file-provides, file-requires): Use
8897 mapc.
8898 (feature-file): Avoid calling symbol-name. Doc fix.
8899 (file-set-intersect, file-dependents): Use dolist, not mapcar.
8900 (loadhist-hook-functions): Add mouse-position-function.
8901 (unload-feature): Change uses of mapcar.
8902
8903 * files.el (parse-colon-path): Doc fix.
8904 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
8905 (set-auto-mode): Use mapc.
8906
8907 * complete.el (PC-look-for-include-file): Use :alnum: character
8908 class.
8909 (partial-completion-mode): Add autoload cookie.
8910
0e8c11d8
SS
89112000-05-22 Sam Steingold <sds@gnu.org>
8912
ce75fd23 8913 * info.el (Info-fontify-node): Fixed the call to
0e8c11d8
SS
8914 `add-text-properties' (bug introduced on 2000-05-18).
8915
d8d0fa6c
DL
89162000-05-22 Dave Love <fx@gnu.org>
8917
8918 * bindings.el: Remove debug-ignored-errors set in other files.
8919
8920 * progmodes/etags.el: Add to debug-ignored-errors.
8921 (visit-tags-table-buffer): Clear out buffers holding old tables
8922 when making a new list.
8923 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
8924 mapc.
8925
8926 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
8927 quote keywords.
8928 (cmpl-string-case-type): Use character classes.
8929
0e8c11d8
SS
8930 * comint.el:
8931 * textmodes/ispell.el:
8932 * imenu.el:
d8d0fa6c
DL
8933 * mail/mh-e.el:
8934 * progmodes/compile.el: Add to debug-ignored-errors.
8935
8936 * dabbrev.el: Add to debug-ignored-errors.
8937 (dabbrev-completion): Use mapc.
8938
1edbbf8a
EZ
89392000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
8940
8941 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
8942 (woman-mapcan, woman-parse-man.conf)
8943 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
8944 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
8945 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
8946 path syntax better.
8947 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
8948 (woman-manpath): Call woman-parse-man.conf.
8949 (woman-emulation): New defcustom, defaults to nroff.
8950 (woman-font-support): New defconst.
8951 (woman-use-symbol-font): New defcustom.
8952 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
8953 "Emulation".
8954 Many functions: Doc fix.
8955
5bd2148c
KH
89562000-05-22 Kenichi Handa <handa@etl.go.jp>
8957
8958 * international/quail.el (quail-simple-translation-keymap): Map
8959 128..255 to quail-self-insert-command.
8960 (quail-keyboard-layout-alist): Add definition for "pc102-de".
8961
4125ec7e
SM
89622000-05-22 Stefan Monnier <monnier@cs.yale.edu>
8963
a1a336eb
SM
8964 * help.el (help-manyarg-func-alist): Typo.
8965
40aeecad
SM
8966 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
8967 intervals which makes it heaps simpler.
8968
4125ec7e
SM
8969 * newcomment.el (comment-region-internal): Go back to BEG after quoting
8970 the nested comment markers.
e4da9c1c
SM
8971
8972 * subr.el (remove-hook): Don't turn the hook's value into a list.
8973
cb7216a7
DL
89742000-05-21 Dave Love <fx@gnu.org>
8975
ac266581
DL
8976 * edmacro.el (edmacro-parse-keys): Return vector if any elements
8977 are invalid characters.
8978
cb7216a7
DL
8979 * international/mule-util.el (detect-coding-with-priority): Use
8980 mapc. Remove redundant lambda.
8981
8982 * international/mule-diag.el (list-non-iso-charset-chars)
8983 (describe-fontset): Remove redundant lambda.
8984
8985 * emulation/crisp.el (brief-mode): New alias.
8986
8987 * emacs-lisp/ring.el (ring-elements): New function.
8988
8989 * emacs-lisp/easymenu.el (easy-menu-create-menu)
8990 (easy-menu-do-add-item): Use keywordp.
8991
8992 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
8993
8994 * replace.el: Doc and error message fixes.
8995 (replace-highlight): Use facep, not internal-find-face.
8996
9b0d1d6e
SM
89972000-05-20 Stefan Monnier <monnier@cs.yale.edu>
8998
b2d2cf58
SM
8999 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
9000
ffe7dc64
SM
9001 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
9002 (log-edit-insert-changelog): Drop `:' as well.
9003
9004 * log-view.el: Fix file description.
9005 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
9006 available.
9007 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
9008 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
9009
c8c21615
SM
9010 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
9011 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
9012 Print a status message if the toggle is called interactively.
9013 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
9014 for global minor modes and use `defcustom' for them.
9015 Use add-minor-mode.
9016 (easy-mmode-define-derived-mode): Remove.
9017 (define-derived-mode): Fancier default docstring.
9018 (easy-mmode-define-navigation): Signal an error rather than (ding).
9019
9b0d1d6e
SM
9020 * newcomment.el (comment-styles): New `box-multi'.
9021 (comment-normalize-vars): Better default for comment-continue to
9022 avoid whitespace-only continuations.
9023 (comment-search-forward): Always move even in the no-syntax case.
9024 (comment-padright): Only obey N if it's only obeyed for padleft.
9025 (comment-make-extra-lines): Better handling of empty continuations.
9026 Use `=' for the filler if comment-start has only one character.
9027 (uncomment-region): Try handling the special `=' filler.
9028 (comment-region): Allow LINES even if MULTI is nil.
9029 (comment-box): Choose box style based on comment-style.
9030
f5ee6d0f
KH
90312000-05-20 Kenichi Handa <handa@etl.go.jp>
9032
9b0d1d6e 9033 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
f5ee6d0f
KH
9034 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
9035
c9671f81
KH
90362000-05-20 Kenichi HANDA <handa@etl.go.jp>
9037
9038 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
9039 and insert, not subst-char-in-region.
9040
9041 * international/mule-diag.el (list-character-sets-1): Handle
9042 charsets eight-bit-control and eight-bit-graphic.
9043 (list-iso-charset-chars): Likewise.
9044 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
9045 charactes as is. Use indent-to to align characters.
9046
9047 * international/mule-cmds.el (find-multibyte-characters): Never
9048 exclude charsets eight-bit-control and eight-bit-graphic.
9049
1426aa5c
SM
90502000-05-19 Stefan Monnier <monnier@cs.yale.edu>
9051
9052 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
9053 Don't quote lambdas.
9054
9055 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
9056
2b63d473
GM
90572000-05-19 Gerd Moellmann <gerd@gnu.org>
9058
9059 * gud.el (gud-jdb-directories): Doc fix.
9060
f1355756
SM
90612000-05-19 Stefan Monnier <monnier@cs.yale.edu>
9062
9063 * newcomment.el: New file.
9064
5f64c9e0
GM
90652000-05-19 Gerd Moellmann <gerd@gnu.org>
9066
2b63d473 9067 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
5f64c9e0 9068
db7314bd
AS
90692000-05-18 Andreas Schwab <schwab@suse.de>
9070
9071 * dired.el (dired-between-files): Also skip lines beginning with
9072 `used'.
9073
25bb0401
GM
90742000-05-18 Gerd Moellmann <gerd@gnu.org>
9075
9076 * msb.el (msb-menu-cond): Add choice `user'.
9077
a199a865 90782000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
0e8c11d8 9079
a199a865
GM
9080 * ps-print.el: Compatibility, customization and doc fix.
9081 (ps-printer-name-option): Replace defconst by defvar.
9082 (ps-postscript-code-directory): XEmacs compatibility.
9083 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
9084 fix.
9085 (ps-user-defined-prologue, ps-print-prologue-header)
9086 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
9087 compatibility and code fix.
9088 (ps-print-background-image, ps-print-background-text):
9089 Customization fix.
9090 (ps-line-number-start, ps-n-up-on): New vars.
9091
25bb0401
GM
90922000-05-18 Espen Skoglund <esk@ira.uka.de>
9093
9094 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
9095 the indent-comment function to just return the appropriate indent.
9096
68e6c83a
EL
90972000-05-18 Eric M. Ludlam <zappo@ultranet.com>
9098
9099 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
9100 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
9101 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
9102
dae6cb9f
DL
91032000-05-18 Dave Love <fx@gnu.org>
9104
9105 * info.el (Info-fontify-node): Add intangible property as well as
9106 invisible.
9107
9108 * calendar/appt.el (appt-make-list): Match all lines of entry.
9109 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
9110
813086ea
KH
91112000-05-18 Kenichi Handa <handa@etl.go.jp>
9112
9113 * international/mule-diag.el (describe-char-after): Call
9114 internal-char-font, not char-font. If internal-char-font returns
9115 nil, display "-- none --".
9116
24978190
EZ
91172000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
9118
9119 * image.el (image-type-available-p): Don't reference image-types
9120 if it isn't bound.
9121
2fca2d5d
SM
91222000-05-17 Stefan Monnier <monnier@cs.yale.edu>
9123
9124 * autoarg.el (autoarg-mode): Typo in the :set argument.
9125
cfc75d05
EZ
91262000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
9127
9128 * startup.el (command-line-1): Don't signal an error if the
9129 directory for auto-save-list files does not yet exist.
9130
c4e30387
KH
91312000-05-17 Kenichi Handa <handa@etl.go.jp>
9132
9133 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
9134
dd6b8ea7
SM
91352000-05-16 Stefan Monnier <monnier@cs.yale.edu>
9136
9137 * subr.el (remove-hook): `setq' hook-value, not `set'.
9138
399c88ad
SS
91392000-05-16 Sam Steingold <sds@gnu.org>
9140
a199a865 9141 * info.el (debug-ignored-errors): More errors to ignore.
399c88ad 9142
01651f07
DL
91432000-05-16 Dave Love <fx@gnu.org>
9144
9145 * cus-edit.el: Don't require cl or easymenu.
9146 (custom-variable-prompt): Test standard-value property, not
9147 user-variable-p.
9148
2248c40d
SS
91492000-05-16 Sam Steingold <sds@gnu.org>
9150
9151 * subr.el (add-hook): `setq' hook-value, not `set'.
9152
b15f3b77
GM
91532000-05-16 Gerd Moellmann <gerd@gnu.org>
9154
9155 * startup.el (command-line-1): Mention the FAQ in the startup
9156 message.
9157
9158 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
9159
9160 * progmodes/compile.el (compilation-parse-errors): Collect
9161 `nomessage' regexps last.
9162
9163 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
9164
9165 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
9166 to the function name.
9167
f9bbcfac
EL
91682000-05-15 Dave Love <fx@gnu.org>
9169
9170 * speedbar.el (speedbar-recenter): Typo.
9171 (speedbar-expand-line): Make arg optional.
9172 (speedbar-mode): Avoid a compiler warning.
9173
119b42eb
GM
91742000-05-15 Gerd Moellmann <gerd@gnu.org>
9175
9176 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
9177 user-specified option string is empty.
9178
9179 * mouse.el (mouse-yank-at-click): Doc fix.
9180
f685bea9
EZ
91812000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
9182
9183 * term/internal.el (IT-character-translations): More updates of
9184 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
9185 documents.
9186
a1b8d58b
GM
91872000-05-15 Gerd Moellmann <gerd@gnu.org>
9188
9189 * env.el (getenv): New function, interactively callable.
9190 (setenv, getenv): Remove autoload cookies.
9191
9192 * loadup.el: Load `env'.
9193
9194 * progmodes/f90.el: Change author's mail address.
9195
c9bba7ed
DL
91962000-05-14 Dave Love <fx@gnu.org>
9197
e5c83697
DL
9198 * mail/rmail.el (rmail-show-message-hook): Customize and offer
9199 goto-addr as an option.
9200
9201 * help.el (help-xref-stack): Doc fix.
9202 (help-xref-following): New variable.
9203 (help-make-xrefs): Use it.
9204 (help-xref-go-back): Use position information from stack element.
9205 (help-follow): Make position in stack element a pair. Use
9206 help-xref-following.
399c88ad 9207
e5c83697
DL
9208 * autoarg.el: New file.
9209
9210 * faces.el: Declare more functions obsolete.
9211
c9bba7ed
DL
9212 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
9213 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
9214 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
9215 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
9216 Remove all the setup-...-environment functions.
9217
b6389bfb
EL
92182000-05-13 Eric M. Ludlam <zappo@ultranet.com>
9219
a1b8d58b
GM
9220 * speedbar.el: Updated the commentary section. xemacs20p now uses
9221 >= when detecting. Require `defimage' safely.
b6389bfb
EL
9222 (speedbar-easymenu-definition-base): Add toggle for images.
9223 (speedbar-easymenu-definition-special): Add flush cache & expand.
9224 (speedbar-visiting-tag-hook): Set new defaults. Added options.
9225 (speedbar-reconfigure-keymaps-hook): New variable.
9226 (speedbar-frame-parameters): Updated documentation.
9227 (speedbar-use-imenu-flag): Updated custom tag
9228 (speedbar-dynamic-tags-function-list): New variable.
9229 (speedbar-tag-hierarchy-method): Updated doc & custom.
a1b8d58b
GM
9230 (speedbar-indentation-width, speedbar-indentation-width) New
9231 variables.
9232 (speedbar-hide-button-brackets-flag): Customizable.
b6389bfb
EL
9233 (speedbar-vc-indicator): Doc update.
9234 (speedbar-ignored-path-expressions): Updated default value.
9235 (speedbar-supported-extension-expressions): Updated default value.
9236 (speedbar-syntax-table): Remove {} paren status.
a1b8d58b
GM
9237 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
9238 as "+". Added overlay aliases.
9239 (speedbar-mode): Use `speedbar-mode-line-update' instead of
9240 `force-mode-line-update'.
9241 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
9242 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
9243 `mouse-set-point'
b6389bfb 9244 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
a1b8d58b
GM
9245 (speedbar-item-info-tag-helper): Revamped to handle a wider range
9246 of arbitrary text, and new helper functions.
9247 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
9248 filename finder.
b6389bfb
EL
9249 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
9250 (speedbar-directory-buttons): Update path search/expansion.
9251 (speedbar-make-tag-line): Pay attention to
a1b8d58b
GM
9252 `speedbar-indentation-width'. Use more care w/ invisible
9253 properties.
b6389bfb
EL
9254 (speedbar-change-expand-button-char): Call
9255 `speedbar-insert-image-button-maybe'.
9256 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
a1b8d58b
GM
9257 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
9258 (speedbar-trim-words-tag-hierarchy)
9259 (speedbar-simple-group-tag-hierarchy): New functions
b6389bfb 9260 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
a1b8d58b
GM
9261 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
9262 functions.
b6389bfb
EL
9263 (speedbar-mouse-set-point): New function
9264 (speedbar-power-click): Updated documentation.
a1b8d58b
GM
9265 (speedbar-line-token, speedbar-goto-this-file): Handle more types
9266 of tag prefix text.
9267 (speedbar-expand-line, speedbar-contract-line): Make more robust
9268 to strange text.
9269 (speedbar-expand-line): Takes universal argument to flush the
9270 cache.
b6389bfb
EL
9271 (speedbar-flush-expand-line): New function.
9272 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
9273 Use new generator insertion method.
9274 (speedbar-fetch-dynamic-tags): New function.
9275 (speedbar-fetch-dynamic-imenu): Removed code now handled in
9276 `speedbar-fetch-dynamic-imenu'.
9277 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
9278 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
9279 "Revert Buffer" menu items.
9280 (speedbar-buffer-buttons-engine): Be smarter when creating a
9281 filename tag (for expansion purposes.).
a1b8d58b
GM
9282 (speedbar-highlight-one-tag-line,
9283 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
9284 (speedbar-recenter): New functions.
b6389bfb 9285 (defimage-speedbar): Image loading abstraction.
a1b8d58b
GM
9286 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
9287 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
9288 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
9289 (speedbar-tag-type, speedbar-tag-mail): New images.
b6389bfb
EL
9290 (speedbar-expand-image-button-alist): New variable.
9291 (speedbar-insert-image-button-maybe): Insert an image over some
9292 buttons.
9293
43fe9244
KH
92942000-05-13 Kenichi Handa <handa@etl.go.jp>
9295
9296 * international/mule-cmds.el (encode-coding-char): An ASCII
9297 character is always encodable.
9298
9299 * international/mule-conf.el: Add more information in descriptions
9300 of character sets.
9301
813086ea 9302 * international/mule-diag.el (describe-char-after): New function.
43fe9244
KH
9303 (describe-font-internal): Adjusted for the change of font-info.
9304 (describe-font): Likewise.
9305 (print-fontset): Rewritten for the new fontset implementation.
9306 (describe-fontset): Include fontset alias names in completion.
9307 (list-fontsets): Adjusted for the change of print-fontset.
9308
9309 * simple.el (what-cursor-position): If DETAIL is non-nil, call
9310 describe-char-after instead of displaying the detail in the echo
9311 area.
813086ea
KH
9312 (syntax-code-table): Format changed.
9313 (string-to-syntax): Adjusted for the above change.
0e8c11d8 9314
e8564f57
SM
93152000-05-12 Stefan Monnier <monnier@cs.yale.edu>
9316
9317 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
9318
9278c60d
DL
93192000-05-12 Dave Love <fx@gnu.org>
9320
9321 * calendar/todo-mode.el: Remove some compatibility stuff and CL
9322 dependence. Use line-{beginning,end}-position, not
9323 point-at{b,e}ol. Some doc fixes.
9324 (todo-position): New function. Fix callers of position to use it.
9325 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
9326
be0505fe
GM
93272000-05-12 Gerd Moellmann <gerd@gnu.org>
9328
9329 * time.el (display-time-mail-icon): Use `:ascent center'.
9330
a8a3541c
GM
9331 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
9332 handling FTP security extensions.
399c88ad 9333
44d5f148
DL
93342000-05-11 Dave Love <fx@gnu.org>
9335
33d0c179 9336 * calendar/todo-mode.el: New file.
44d5f148 9337
da4496b6
GM
93382000-05-11 Gerd Moellmann <gerd@gnu.org>
9339
cdc4401d
GM
9340 * comint.el (comint-read-input-ring): Move reference to
9341 comint-input-ring-size outside of the save-excursion. It was
9342 causing the default value to be the only one ever seen.
399c88ad 9343
0279f991
GM
9344 * font-lock.el: Update copyright. Remove Simon Marshall's email
9345 address on request from him.
9346
da4496b6
GM
9347 * subr.el (substitute-key-definition): Add comment describing
9348 the meaning of PREFIX.
9349
ac5cb26d
SM
93502000-05-10 Stefan Monnier <monnier@cs.yale.edu>
9351
9352 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
9353
9354 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
9355 (add-minor-mode): Don't make the variable buffer-local and add a
9356 reference to define-minor-mode in the docstring.
9357
9358 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
9359 HEADER/FOOTER and fix bug with trailing empty directory.
9360 (cvs-append-to-ignore): Use vc-editable-p if available.
9361 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
9362 (vc-do-command): Tweak advice to handle the new VC.
9363
9364 * log-view.el (log-view-goto-rev): New function for the new VC.
9365 (log-view-minor-wrap): Use mark-active.
9366
9367 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
9368 (log-edit-changelog-full-paragraphs): New var.
9369 (log-edit-insert-changelog): Remove a lonely leading `* file'.
9370 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
9371 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
9372 (log-edit-changelog-ours-p, log-edit-changelog-entries)
9373 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
9374 Replace the `cvs' prefix with `log-edit'.
9375
9376 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
9377
9378 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
9379 (diff-font-lock-defaults): Explicitly turn off multiline.
9380 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
9381 (diff-ediff-patch): Fix call to ediff-patch-file.
9382 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
9383 Handle comments.
9384
9385 * frame.el (automatic-hscrolling): Typo.
9386
9387 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
9388
21c34da3
DL
93892000-05-09 Sam Steingold <sds@goems.com>
9390
9391 * apropos.el (apropos-print): use `describe-face' instead of
9392 `customize-face-other-window'.
9393
950cf06f
DL
93942000-05-09 Dave Love <fx@gnu.org>
9395
9396 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
9397
9398 * help.el (describe-variable): Have customize button pop the
9399 help-xref stack when invoked.
9400 (help-xref-symbol-regexp): Add `face'.
9401 (help-make-xrefs): Check for quoted face names and adapt regexp
9402 submatch numbers to cope.
9403 (help-xref-interned): Maybe insert face doc too. Separate
9404 sections with a line of hyphens.
9405
0623e40f 9406 * faces.el: Some doc fixes. Declare some functions obsolete.
950cf06f
DL
9407 (describe-face): Add customize button. Return the help
9408 text. Fix prompt.
9409
82e2ca9d
EZ
94102000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
9411
9412 * term/internal.el (IT-character-translations): Fix last change.
9413
10c00b5c
EZ
94142000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
9415
9416 * woman.el: New file
9417 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
9418
9deed82f
EZ
94192000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
9420
001ad319
EZ
9421 * term/internal.el (IT-character-translations): Update ASCII
9422 simulations for greek-iso8859-7, add latin-iso8859-14 and
9423 latin-iso8859-15.
9424
9deed82f
EZ
9425 * international/mule-cmds.el (set-language-info-alist): Call
9426 define-prefix-command with 3 arguments, to make the map suitable
9427 for a menu.
9428
4f37b78a
DL
94292000-05-07 Dave Love <fx@gnu.org>
9430
1ec321a7 9431 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
4f37b78a 9432
64a4c526
DL
94332000-05-05 Dave Love <fx@gnu.org>
9434
9435 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
9436 list in doc string. Don't quote keyword symbols.
9437 * emacs-lisp/cl.el: Likewise
9438 * emacs-lisp/cl-seq.el: Likewise
9439
056565f7
GM
94402000-05-05 Gerd Moellmann <gerd@gnu.org>
9441
9442 * abbrev.el (abbrev-mode): Make ARG optional.
9443
4656b314
GM
94442000-05-04 Gerd Moellmann <gerd@gnu.org>
9445
ec82fb2f
GM
9446 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
9447
9448 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
9449
4656b314
GM
9450 * subr.el (substitute-key-definition): Clarify documentation.
9451
94522000-05-04 Milan Zamazal <pdm@freesoft.cz>
9453
9454 * glasses.el (glasses-convert-to-unreadable): Use
9455 `glasses-separator' instead of the hard-wired "_".
9456 (glasses-mode): Call `glasses-make-unreadable' only in a single
9457 place.
9458
7b081c78
EZ
94592000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
9460
9461 * term/internal.el (cjk-codepages-alist): Add associations for
9462 Chinese and Korean codepages. Remove FIXME comment.
9463
baa5536e
DL
94642000-05-03 Dave Love <fx@gnu.org>
9465
9466 * time.el (display-time-mail-face, display-time-use-mail-icon):
9467 New option.
9468 (display-time-mail-icon): New variable.
9469 (display-time-string-forms): Use the above. Fix the local-map.
9470
cbf18892
GM
94712000-05-03 Gerd Moellmann <gerd@gnu.org>
9472
4ff40dd0
GM
9473 * replace.el (query-replace-map): Add binding for `E'.
9474 (query-replace-help): Extend help text.
9475 (perform-replace): Allow editing the replacement string.
9476
9477 * make-mode.el (makefile-mode-abbrev-table): New variable.
9478 (makefile-mode): Set local abbrev table to
9479 makefile-mode-abbrev-table.
9480 (makefile-font-lock-keywords): Fontify includes and conditionals.
399c88ad 9481
cbf18892
GM
9482 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
9483 set TOGGLE's value.
9484
4ff40dd0
GM
9485 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
9486 mail-interactive-insert-alias.
9487 (mail-abbrev-complete-alias): New command.
9488 (mail-mode-map): Bind it to `M-TAB'.
399c88ad 9489
ffec4d9f
KH
94902000-05-03 Kenichi Handa <handa@etl.go.jp>
9491
9492 * language/lao-util.el (lao-compose-region): New function.
9493
1b0672c3
GM
94942000-05-02 Gerd Moellmann <gerd@gnu.org>
9495
576da55d
GM
9496 * files.el (recover-session): Make directories as necessary
9497 if they don't exist yet.
9498
399c88ad
SS
9499 * calendar/cal-french.el
9500 (french-calendar-multibyte-special-days-array)
1b0672c3
GM
9501 (french-calendar-special-days-array): Change French text.
9502 (calendar-french-date-string): Change output.
9503 (calendar-goto-french-date): Likewise.
9504
95052000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
9506
9507 * wid-edit.el (widget-default-active): Obey `:always-active'.
9508 (widget-documentation-string-value-create): Set `:always-active'.
9509
4b33deaa
EZ
95102000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
9511
9512 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
9513 default prefix to `~/_emacs.d/auto-save.list/_s'.
9514 (normal-top-level): Create the directory for auto-save files, if
9515 it doesn't already exist (in the ms-dos case only).
9516
5c922ea7
EZ
95172000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
9518
9519 * international/mule-cmds.el (set-language-environment): Don't
9520 concat an integer (dos-codepage), use format instead.
9521
820ad5e7
DL
95222000-05-02 Dave Love <fx@gnu.org>
9523
9524 * help.el (help-xref-on-pp): Check for constant symbols.
9525
57cb56f5
GM
95262000-04-29 Gerd Moellmann <gerd@gnu.org>
9527
9528 * startup.el (normal-top-level): Put a condition-case around
9529 the code loading subdirs.el.
9530
95312000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
399c88ad 9532
57cb56f5
GM
9533 * ps-print.el: Upside-down and face background color printing,
9534 line number step, doc fix.
9535 (ps-print-version): New version number (5.2).
9536 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
9537 (ps-face-attribute-list, ps-plot-with-face): Code fix.
9538 (ps-spool-config): Var fix.
9539 (ps-printer-name-option): Const fix.
9540 (ps-print-upside-down, ps-use-face-background)
9541 (ps-line-number-step): New vars.
9542 (ps-window-system, ps-lp-system): New consts.
9543 (ps-face-background): New fun.
9544
084cec2f
GM
95452000-04-28 Richard Stallman <rms@gnu.org>
9546
9547 * files.el (make-auto-save-file-name):
9548 Apply auto-save-file-name-transforms to visited file name
9549 before generating auto save file name.
9550 (auto-save-file-name-transforms): New variable.
9551
399c88ad 9552 * files.el (backup-enable-predicate):
084cec2f
GM
9553 Correctly test for a file under a temporary directory.
9554
c94f4677
GM
95552000-04-28 Gerd Moellmann <gerd@gnu.org>
9556
9557 * subr.el (add-minor-mode): Rewritten.
9558
7b211df5
KH
95592000-04-28 Kenichi Handa <handa@etl.go.jp>
9560
9561 * mail/sendmail.el (sendmail-send-it): Set
9562 buffer-file-coding-system to the selected coding system for MIME
9563 header.
9564
c76e04a8 95652000-04-27 Gerd Moellmann <gerd@gnu.org>
e3e36d74 9566
c76e04a8
GM
9567 * dired.el (dired-move-to-filename-regexp): Allow format where
9568 YYYY is followed by two spaces.
e3e36d74 9569
c76e04a8
GM
9570 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
9571 in the second character class of the regexp.
9572
9573 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
9574 mh-etc, too.
353964e3 9575
c76e04a8
GM
9576 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
9577 nil.
399c88ad 9578
353964e3
GM
9579 * subr.el (add-minor-mode): Use `set' instead of `setq'.
9580
9581 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
9582 argument.
9583
c76e04a8 95842000-04-27 Sen Nagata <sen@eccosys.com>
399c88ad 9585
c76e04a8
GM
9586 * emacs-lisp/crm.el (crm-completion-table): New variable.
9587 (crm-collection-fn, crm-test-completion)
9588 (completing-read-multiple): Use it.
9589
95902000-04-27 Dave Love <fx@gnu.org>
9591
9592 * help.el (locate-library): Use mapc.
9593 (help-manyarg-func-alist): Add call-process-region.
9594
7464346d
GM
95952000-04-26 Gerd Moellmann <gerd@gnu.org>
9596
b35bd33d
GM
9597 * subr.el (add-minor-mode): Make argument MAP optional.
9598
7464346d
GM
9599 * desktop.el (desktop-save): Save list of minor modes.
9600 (desktop-create-buffer): Restore minor modes.
9601 (desktop-minor-mode-table): New user-option.
9602
9603 * subr.el (add-minor-mode): New function.
9604
9605 * image.el (find-image): New function.
9606 (defimage): Rewritten to find image at load time.
9607
9608 * startup.el (normal-top-level-add-to-load-path): Handle
9609 case that the default directory is not in load-path.
9610
9611 * help.el: Old patch from Stefan Monnier.
9612 (help-xref-on-pp): New function.
9613 (describe-variable): Use it to display xrefs in a symbol's value.
9614
23c0fb21
SM
96152000-04-26 Stefan Monnier <monnier@cs.yale.edu>
9616
9617 * cus-edit.el (custom-face): Fix parenthesis.
9618
fad95037
KH
96192000-04-26 Kenichi Handa <handa@etl.go.jp>
9620
f03392a1
KH
9621 * mail/rmail.el (rmail-expunge): When there are no deleted
9622 messages, do nothing.
fad95037 9623
0d7c5bb9
DL
96242000-04-26 Dave Love <fx@gnu.org>
9625
9626 * international/mule-cmds.el (locale-translation-file-name):
9627 Defvar to nil.
9628 (set-locale-environment): Set it here (at runtime).
9629
612839b6
GM
96302000-04-25 Gerd Moellmann <gerd@gnu.org>
9631
9632 * replace.el (perform-replace): Add parameters START and END. Use
9633 them instead of the check for a region in Transient Mark mode.
9634 (query-replace-read-args): Return two more list elements for the
9635 start and end of the region in Transient Mark mode.
9636 (query-replace, query-replace-regexp, query-replace-regexp-eval)
9637 (map-query-replace-regexp, replace-string, replace-regexp): Add
9638 optional last arguments START and END and pass them to
9639 perform-replace.
9640
9641 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
9642 form with additional arguments for perform-replace.
9643
9644 * progmodes/etags.el (tags-query-replace): Add parameters START
9645 and END. Construct a form with additional arguments for
9646 perform-replace.
9647
9648 * simple.el (shell-command): Set default directory for "*Shell
9649 Command Output" buffer.
9650
9651 * language/european.el (iso-latin-4): Fix typo.
9652
9653 * emacs-lisp/crm.el: New file.
9654
2917cc05
DL
96552000-04-24 Dave Love <fx@gnu.org>
9656
9657 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
9658 (Custom-reset-saved, Custom-reset-standard)
9659 (custom-group-value-create, custom-group-set, custom-group-save)
9660 (custom-group-reset-current, custom-group-reset-saved)
9661 (custom-group-reset-standard): Use mapc.
9662 (custom-buffer-create-internal): Disable undo when creating items.
9663 Use mapc.
9664 (custom-face): Avoid redundant lambda.
9665
abfcc168
GM
96662000-04-24 Gerd Moellmann <gerd@gnu.org>
9667
9668 * startup.el (auto-save-list-file-prefix): Set default to
9669 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
9670
fa78f71b
SS
96712000-04-24 Sam Steingold <sds@gnu.org>
9672
9673 * time-stamp.el (time-stamp-string-preprocess): Always convert
9674 `field-result' to a string.
9675
cc181e95
GM
96762000-04-24 Gerd Moellmann <gerd@gnu.org>
9677
9678 * frame.el (scrolling): New group.
9679 (automatic-hscrolling): New user-option.
9680
9681 * startup.el (command-line-x-option-alist): Add `-lsp' and
9682 `--line-spacing'.
9683
6142fdcb
DL
96842000-04-19 Dave Love <fx@gnu.org>
9685
9686 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
9687 (cl-mapc): Rename from mapc. Fix the funcall.
9688
5e3dac3f
GM
96892000-04-19 Gerd Moellmann <gerd@gnu.org>
9690
1c459486
GM
9691 * simple.el (clone-indirect-buffer-other-window): New command.
9692 (clone-indirect-buffer): Add optional arg NORECROD.
9693 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
9694
271b4185
GM
9695 * help.el (resize-temp-buffer-window): Use count-screen-lines.
9696
9697 * window.el (count-screen-lines): New function.
9698 (shrink-window-if-larger-than-buffer): Use count-screen-lines
9699 instead of window-buffer-height.
9700
9701 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
9702 non-existing variable comint-input-sentinel.
9703 (inferior-lisp-args-to-list): Removed.
9704 (inferior-lisp): Use split-string instead of
9705 inferior-lisp-args-to-list.
9706
9707 * hexl.el (hexl-insert-hex-string): New command.
9708
5e3dac3f
GM
9709 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
9710 instead of concat.
9711
f6d3257b
GM
97122000-04-18 Gerd Moellmann <gerd@gnu.org>
9713
9714 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
9715 at the start of an existing but empty folder.
9716
97172000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9718
9719 * ps-mule.el: Customization fix, doc fix.
9720 (ps-multibyte-buffer): Customization fix.
9721
8b7bc628 97222000-04-17 Richard M. Stallman <rms@gnu.org>
e61482c0
RS
9723
9724 * subr.el (read-passwd): Use read-char-exclusive.
9725
0daee095
GM
97262000-04-17 Gerd Moellmann <gerd@gnu.org>
9727
9728 * textmodes/texinfo.el (texinfo-insert-@email)
9729 (texinfo-insert-@emph, texinfo-insert-@quotation)
9730 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
9731 (texinfo-mode-map): Add key bindings for them.
9732
9733 * files.el (basic-save-buffer-2): Use a template with `$'
9734 instead of `#' for VMS.
9735
9736 * simple.el (clone-indirect-buffer): New function.
9737
e10f64e7
GM
97382000-04-16 Stephen Eglen <stephen@gnu.org>
9739
9740 * iswitchb.el (iswitchb-case): New function. If the user input
9741 contains any upper-case characters, the search is made
9742 case-sensitive.
9743
e3721db1
SM
97442000-04-17 Stefan Monnier <monnier@cs.yale.edu>
9745
e10f64e7
GM
9746 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
9747 comment-end.
e3721db1
SM
9748 (texinfo-font-lock-syntactic-keywords): New var.
9749 (texinfo-font-lock-keywords): Remove comment regexp.
9750 (texinfo-insert-block): New function.
9751 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
e10f64e7
GM
9752 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
9753 and font-lock-defaults. Use regexp-opt for outline-regexp.
e3721db1 9754 (texinfo-environments): New var.
e10f64e7
GM
9755 (texinfo-environment-regexp): Use regexp-opt and
9756 texinfo-environments.
e3721db1 9757
e10f64e7
GM
9758 * textmodes/ispell.el (ispell-menu-map-needed): Check that
9759 ispell-process is bound since this might be eval'd before ispell
9760 is loaded.
9761 (ispell-message): Use a tiny bit less magic and a bit more hard
9762 data to figure out what kind of sc-cite-regexp to use.
e3721db1
SM
9763
9764 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
9765
9766 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
9767 (insert-cyclic-diary-entry): Unquote the lambda.
9768
9769 * gud.el (gud-jdb-build-source-files-list): Fix typo.
9770
9771 * files.el (backup-enable-predicate): Unquote the lambda.
9772
9773 * cus-edit.el (custom-face, face): Unquote the lambda.
9774
712dc9e0
GM
97752000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9776
9777 * ps-print.el: Check for line-beginning-position definition.
fa78f71b 9778
712dc9e0
GM
9779 * ps-print.el: Fix counting lines in a region.
9780 (ps-print-version): New version number (5.1.5).
9781 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
9782 (ps-printing-region): Fun code fix.
9783
ffc50f2a
GM
97842000-04-15 Gerd Moellmann <gerd@gnu.org>
9785
9786 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
9787 to file-directory-p.
9788
a2522dca
GM
97892000-04-14 Gerd Moellmann <gerd@gnu.org>
9790
9791 * gud.el (gud-jdb-build-source-files-list): Check that directory
9792 exists before calling directory-files.
9793
6e883610
DL
97942000-04-13 Dave Love <fx@gnu.org>
9795
9796 * emacs-lisp/trace.el: Change maintainer. Use new backquote
9797 syntax.
9798
9799 * emacs-lisp/cl-specs.el: Remove when, unless.
9800
9801 * emacs-lisp/cl-extra.el: Don't quote keywords.
9802 (cl-old-mapc): New variable.
9803 (mapc): Use it.
9804 (cl-map-intervals): Use with-current-buffer. Don't check for
9805 next-property-change.
9806 (cl-map-overlays): Use with-current-buffer.
9807 (cl-expt): Remove.
9808 (copy-tree, remprop): Define unconditionally.
9809
9810 * emacs-lisp/cl-compat.el (keywordp): Remove.
9811
9812 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
9813 to use keywordp.
9814 (edebug-spec): Enable keywordp.
9815
9816 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
9817 string-lessp.
9818
9819 * cus-start.el: Use keywordp.
9820
198e3c7a
GM
98212000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
9822
9823 * diary-lib.el (include-other-diary-files): Fix the fix of
9824 2000-02-18 by doing a save-excursion.
9825
98262000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9827
9828 * ps-print.el: Customization fix, doc fix.
9829 (ps-print-version): New version number (5.1.4).
9830 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
9831 (ps-print-preprint): Adjust code.
9832 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
9833 (ps-print-prologue-header, ps-print-control-characters)
9834 (ps-spool-config): Customization fix.
fa78f71b 9835
8eba343c
EZ
98362000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
9837
9838 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
9839 converted to the new menu-item format, names silightly changed,
9840 help strings added.
9841
9842 Support for spelling without async subprocesses:
9843
9844 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
9845 (ispell-session-buffer): New variables.
9846 (ispell-start-process, ispell-process-status,
9847 ispell-accept-output, ispell-send-string): New functions, for
9848 Ispell invocation when async subprocesses aren't supported.
9849 (ispell-word, ispell-pdict-save, ispell-command-loop,
9850 ispell-process-line, ispell-buffer-local-parsing): Replace calls
9851 to process-send-string with calls to ispell-send-string, and
9852 accept-process-output with ispell-accept-output.
9853 (ispell-init-process): Call ispell-process-status instead of
9854 process-status with.
9855 (ispell-init-process): Call ispell-start-process. Call
9856 ispell-accept-output and ispell-send-string. Don't call
9857 process-kill-without-query and kill-process if they are unbound.
9858 (ispell-async-processp): New function.
9859
3d30065d
DL
98602000-04-12 Dave Love <fx@gnu.org>
9861
9862 * info.el: Add debug-ignored-errors.
9863 (Info-mode-menu): Add some items.
9864 (Info-directory): Add autoload cookie.
9865
9866 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
9867 Modify `truncate-lines'. Make `describe-language-environment'
9868 always visible and add help. Modify `describe-key' help. Invoke
9869 Info-directory from `info'. New entry `emacs-manual'.
9870
1a1b1895
GM
98712000-04-10 Gerd Moellmann <gerd@gnu.org>
9872
8b2affc5
GM
9873 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
9874 propertized-buffer-identification.
9875 (ebrowse-update-member-buffer-mode-line): Likewise.
9876 (ebrowse--mode-strings): Removed.
9877 (ebrowse--mode-line-props): Removed.
9878
1a1b1895
GM
9879 * files.el (auto-mode-alist): Add `EBROWSE'.
9880
9881 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
9882 space before testing for end of buffer.
9883 (ebrowse-load): Removed.
9884 (ebrowse-revert-tree-buffer-from-file): Rewritten.
9885 (ebrowse-create-tree-buffer): Rewritten.
9886 (ebrowse-tree-mode): Read tree from buffer.
9887
9888 * progmodes/ebrowse-ffh.el: Removed.
9889
223f3c91
KH
98902000-04-10 Kenichi Handa <handa@etl.go.jp>
9891
9892 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
9893
25fbf2c4
GM
98942000-04-10 Gerd Moellmann <gerd@gnu.org>
9895
9896 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
9897 at the wrong place.
9898
92c13173
DL
98992000-04-09 Dave Love <fx@gnu.org>
9900
9901 * files.el (backup-enable-predicate): Use
9902 temporary-file-directory, small-temporary-file-directory.
9903 (make-backup-file-name-function, backup-directory-alist): New
9904 variables.
9905 (make-backup-file-name-1): New function.
9906 (make-backup-file-name): Use it.
9907 (find-backup-file-name): Likewise. Use format for clarity, not
9908 concat.
9909 (file-newest-backup): Use make-backup-file-name.
9910
be0dbdab
GM
99112000-04-09 Gerd Moellmann <gerd@gnu.org>
9912
c45be9ac 9913 * progmodes/ebrowse-ffh.el: New file.
fa78f71b 9914
c45be9ac
GM
9915 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
9916 to ebrowse-ffh.el.
9917 (ebrowse-load): Add autoload.
9918
9919 * finder.el (finder-commentary): Add autoload cookie.
9920
be0dbdab
GM
9921 * mail/rfc2368.el: Correct author's email address.
9922
9923 * progmodes/ebrowse.el: New file.
9924
9925 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
9926 item help string.
9927 (easy-menu-do-add-item): Ditto.
9928 (easy-menu-define): Extend doc string.
9929
9930 * jit-lock.el (with-buffer-unmodified): Use
9931 restore-buffer-modified-p.
9932 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
9933 (jit-lock-function, jit-lock-stealth-fontify): Don't use
9934 with-buffer-unmodified.
9935
3f923efe
DL
99362000-04-08 Dave Love <fx@gnu.org>
9937
9938 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
9939 unless, when.
9940
d35bee0e
MK
99412000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
9942
9943 * viper-util.el (viper-put-on-search-overlay): New subroutine.
9944 (viper-flash-search-pattern): No operation when using Emacs
fa78f71b 9945 doesn't support face.
d35bee0e 9946 Use `viper-put-on-search-overlay'.
fa78f71b 9947
c407c570
GM
99482000-04-04 Gerd Moellmann <gerd@gnu.org>
9949
9950 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
9951 like C-r.
9952
9953 * progmodes/make-mode.el: Some doc fixes.
9954 (makefile-mode-abbrev-table): New variable.
9955 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
9956 (makefile-font-lock-keywords): Fontify includes and conditionals.
9957 (toplevel): Require `dabbrev' and `add-log' when compiling.
9958
9959 * replace.el (perform-replace): Don't move forward one char
9960 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
9961 to do that because it leaves point 1 position after the last
9962 replacement, after everything has been replaced.
9963
9964 * jit-lock.el (with-buffer-unmodified): New macro.
9965 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
9966 modified state.
9967 (jit-lock-function-1): Extracted from jit-lock-function; not
9968 preserving buffer's modified state.
9969 (jit-lock-function, jit-lock-stealth-fontify): Call
9970 jit-lock-function-1.
9971
9972 * mail/rfc2368.el: Remove supernumerary copyright line.
9973
685e5ed2
GM
99742000-04-04 Milan Zamazal <pdm@freesoft.cz>
9975
9976 * glasses.el: Provide facilities for inserting space before left
9977 parentheses and uncapitalization of identifiers.
9978 (glasses-mode): Try to remove old overlays in all cases.
9979
0166aed1
GM
99802000-04-03 Gerd Moellmann <gerd@gnu.org>
9981
62f20204
GM
9982 * progmodes/compile.el (compile-internal): Display the compilation
9983 buffer in a different frame, if it's already displayed there.
9984
6460c400
GM
9985 * mail/rfc2368.el: New file.
9986
c0510d27
GM
9987 * simple.el (sendmail-user-agent-compose): Recognize a `body'
9988 header and insert its value as mail body.
9989
9990 * subr.el (member-ignore-case): New function.
9991
9992 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
9993 (dabbrev--find-expansion): Ignore buffers matching a regexp
9994 from dabbrev-ignored-regexps.
9995
0166aed1
GM
9996 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
9997 to extensions handled by gzip.
9998
c0510d27
GM
99992000-04-03 Richard M. Stallman <rms@gnu.org>
10000
10001 * files.el (insert-directory): List the total free space
10002 along with the used space.
fa78f71b 10003
c0510d27
GM
10004 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
10005 line is followed by one that matches CITATION-REGEXP, end the
10006 paragraph.
10007
100082000-04-03 Markus Rost <rost@delysid.gnu.org>
10009
10010 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
10011 (rmail-make-basic-summary-line): Use that option.
fa78f71b 10012
14c04384
KH
100132000-04-03 Kenichi Handa <handa@etl.go.jp>
10014
10015 * international/mule-cmds.el (encoded-string-description):
10016 Rewritten. Try pretty description for ISO 2022 escape sequences
3a100fd6
KH
10017 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
10018 for hexadecimal format.
14c04384 10019
ccf5869a
DL
100202000-04-01 Dave Love <fx@gnu.org>
10021
10022 * cpp.el: Change customization group to `c' from `C'.
10023
10024 * vcursor.el (vcursor-move): Use display-color-p.
10025
10026 * international/mule-util.el: Provide mule-utils.
10027 (string-to-sequence): Simplify and speed up.
10028
10029 * international/mule.el (make-coding-system): Purecopy doc-string.
10030
10031 * international/mule-cmds.el: Various menu changes.
10032 (describe-specified-language-support): Handle `Default'.
10033 (set-language-info): Purecopy `info'.
10034
610d841e
GM
100352000-03-31 Andrew Innes <andrewi@gnu.org>
10036
10037 * vc.el (vc-backend-diff): Return the correct status if we had to
10038 retry the rcsdiff command without the --brief option.
fa78f71b 10039
7f9de034
DL
100402000-03-31 Dave Love <fx@gnu.org>
10041
2de47765
DL
10042 * help.el (help-manyarg-func-alist): Correct several omissions.
10043
72838819
DL
10044 * add-log.el: Don't require cl, fortran.
10045 (add-log-current-defun-function): Doc fix.
10046 (change-log-version-number-regexp-list): Remove SCCS part. Doc
10047 fix.
10048 (change-log-version-rcs): Function deleted.
10049 (change-log-version-number-search): Doc fix. Use
10050 vc-workfile-version. Avoid CL dolist.
10051 (add-change-log-entry): Just call add-log-current-defun to get
10052 defun. Simplify somewhat.
10053 (change-log-get-method-definition-1): Likewise.
10054 (add-log-current-defun): Return nil if calling
10055 add-log-current-defun-function does so. Move Fortran stuff to
10056 fortran.el. Return string without properties.
10057
7f9de034
DL
10058 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
10059 and :alpha: char classes.
10060
10061 * mail/supercite.el: Defvar curline when compiling.
10062 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
10063 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
10064 rather than a-zA-Z0-9 to allow non-ASCII characters.
10065
aa110c0c
GM
100662000-03-31 Gerd Moellmann <gerd@gnu.org>
10067
10068 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
10069
10070 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
10071 Re-enable new code.
10072
10073 * lpr.el (print-region-1): Use -d to specify printer name for
10074 systems `usg-unix-v*, `dgux', `hpux', `irix'.
10075
100762000-03-31 Dave Love <fx@gnu.org>
fa78f71b 10077
aa110c0c
GM
10078 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
10079 for function definition in symbol's function value slot first
10080 instead of first consulting byte-compile-function-environment.
fa78f71b 10081
6733d074
KH
100822000-03-31 Kenichi Handa <handa@etl.go.jp>
10083
10084 * language/european.el ("Polish"): New language environment.
10085 (setup-polish-environment): New function.
10086
63fcfa04
GM
100872000-03-30 Gerd Moellmann <gerd@gnu.org>
10088
10089 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
10090 Disable new code.
10091
10092 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
10093 trying to `load' the symbol of an autoload instead of the file
10094 recorded in the autoload. Fix error messages.
10095
7438c86b
GM
100962000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10097
10098 * ps-print.el: PostScript programming fix for ghostview, doc fix.
10099 (ps-print-version): New version number (5.1.3).
10100 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
10101 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
10102 (ps-generate-postscript-with-faces): Code fix.
10103 (ps-color-values): XEmacs compatibility.
10104 (ps-print-background-image, ps-print-background-text, ps-printer-name)
10105 (ps-default-fg, ps-default-bg): Adjust customization.
10106 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
10107 (ps-color-scale): Renaming old ps-color-value fun.
10108 (ps-print-headers): Replace ps-print-header group to avoid conflict
10109 with ps-print-header variable.
10110 (ps-print-miscellany): New group.
10111 (ps-format-color, ps-rgb-color): New funs.
10112 (ps-default-foreground): New var.
10113 (ps-printer-name-option): New const.
fa78f71b 10114
326855a0
PB
101152000-03-30 Peter Breton <pbreton@ne.mediaone.net>
10116
1f56ba73
PB
10117 * net/net-utils.el:
10118 (network-connection-host, network-connection-service): New variables
10119 (network-connection-mode): New mode, derived from comint-mode
10120 (network-connection-mode-setup): New function, saves host and
fa78f71b 10121 service information in local variables.
1f56ba73 10122
326855a0
PB
10123 * lisp/locate.el:
10124 (locate-word-at-point): Added this function
10125 (locate): Default to using locate-word-at-point as input
10126 Run dired-mode-hook
10127
141384bd
DL
101282000-03-29 Dave Love <fx@gnu.org>
10129
10130 * calendar/appt.el: Doc fixes.
10131 (appt-check): Convert min-to-app to a string before passing to
10132 appt-disp-window-function or concat.
10133 (appt-delete-window): Remove test for frame-root-window.
10134 (appt-select-lowest-window, appt-convert-time): Simplify.
10135
10136 * emacs-lisp/bytecomp.el: Doc fixes.
10137 (byte-compile-file-form-autoload): Update
10138 byte-compile-function-environment.
10139
c5aa0fc2
AS
101402000-03-29 Andreas Schwab <schwab@suse.de>
10141
10142 * emacs-lisp/autoload.el: Also print defsubst doc string
10143 specially.
10144
10145 * dired.el (dired-insert-directory): If dired-free-space-program
10146 failed just delete its output.
10147
f1d6fe69
DL
101482000-03-29 Dave Love <fx@gnu.org>
10149
10150 * international/iso-cvt.el: Move provide to end. Doc fixes.
10151 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
10152 (iso-iso2sgml, iso-sgml2iso): New functions.
10153 (iso-cvt-define-menu): Fix some entries and use backquote for
10154 clarity.
10155
10156 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
10157
b61f1215
GM
101582000-03-28 Gerd Moellmann <gerd@gnu.org>
10159
10160 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
10161 ISO-DATE. If non-nil, return date in ISO 8601 format.
10162
ea4b0ca3
SM
101632000-03-26 Stefan Monnier <monnier@cs.yale.edu>
10164
3831af62
SM
10165 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
10166 if it ever becomes used.
10167 (log-edit-mode-hook): Default to vc-log-mode-hook.
10168 (log-edit-mode): Fix the docstring.
10169
ea4b0ca3
SM
10170 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
10171 the code.
10172
08f8b1cc
DL
101732000-03-26 Dave Love <fx@gnu.org>
10174
082527fe
DL
10175 * net/browse-url.el (browse-url): Re-fix case of
10176 browse-url-browser-function being an alist.
10177 (browse-url): Add :link to defgroup.
10178
08f8b1cc
DL
10179 * files.el: Doc fixes.
10180 (file-truename): Include `[' in wildcard characters.
10181 (automount-dir-prefix): Customize.
10182 (find-file-wildcards): Add :version.
10183 (find-file-noselect): Simplify a mapcar call.
10184
10185 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
10186 compatible with inf-lisp version.
10187 (eval-defun-1): Fix custom-declare-variable case.
10188
ea4b0ca3
SM
101892000-03-25 Stefan Monnier <monnier@cs.yale.edu>
10190
10191 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
10192
9a0dd3dc
GM
101932000-03-24 Gerd Moellmann <gerd@gnu.org>
10194
b68c375f
GM
10195 * Makefile (COMPILE_FIRST): New macro.
10196 (compile-files): Compile files from COMPILE_FIRST first.
10197
10198 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
10199 code.
10200
9a0dd3dc
GM
10201 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
10202 matching open parenthesis in column 0 to defun-prompt-regexp
10203 only if open-paren-in-column-0-is-defun-start is set.
10204
10205 * sun-curs.el: Require CL at compile-time only.
10206
10207 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
10208 instead of copy-list which is a function from CL.
10209 (msb--choose-menu, msb--mode-menu-cond)
10210 (msb--create-buffer-menu-2): Use dolist instead of mapc.
10211 (msb--init-file-alist): Use mapcar instead of mapcan.
10212 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
10213 `(' in column 0 in doc string.
10214 (msb--add-separators): Use mapcar instead of mapcan.
10215
10216 * cus-dep.el: Require CL at compile-time only.
10217
c7dcadb5
SM
102182000-03-24 Stefan Monnier <monnier@cs.yale.edu>
10219
10220 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
10221 (byte-compile-warnings): New warning `noruntime'.
10222 (byte-compile-constants, byte-compile-variables): Fix docstring.
10223 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
10224 execute `eval-whenc-compile's body.
10225 (byte-compile-unresolved-functions): Fix docstring.
10226 (byte-compile-eval): New function.
10227 (byte-compile-callargs-warn): Check if the function will be available
10228 at runtime (via property `byte-compile-noruntime').
10229 (byte-compile-print-syms): New function.
10230 (byte-compile-warn-about-unresolved-functions): Also warn about
10231 `noruntime' functions (and use `byte-compile-print-syms').
10232 (byte-compile-file): Capitalize the message.
10233
3b55acc9
GM
102342000-03-24 Gerd Moellmann <gerd@gnu.org>
10235
10236 * mail/rmail.el (rmail-confirm-expunge): New user-option.
10237 (rmail-expunge): Ask for confirmation depending on the setting
10238 of rmail-confirm-expunge.
10239
102402000-03-23 Gerd Moellmann <gerd@gnu.org>
10241
10242 * Makefile (bootstrap-clean): If $(emacs) exists, build
10243 loaddefs.el first. A loaddefs.el that's not up-to-date might
10244 cause a bootstrap failure because things don't autoload as
10245 expected.
10246
02c76af4
DL
102472000-03-23 Dave Love <fx@gnu.org>
10248
10249 * net/browse-url.el: Restore previous use of
10250 browse-url-maybe-new-window.
10251
1a3199d9
GM
102522000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10253
10254 * ps-print.el: Skip banner page fix.
10255 (ps-print-version): New version number (5.1.2).
10256 (ps-begin-file, ps-end-file, ps-generate): Code fix.
fa78f71b 10257
1a3199d9
GM
102582000-03-23 Dave Pearson <davep@davep.org>
10259
10260 * net/quickurl.el Changed the type of parameter passed to the
10261 function defined by `quickurl-format-function'. Before only the
10262 text of the URL was passed. Now the whole URL structure is passed
10263 and the function is responsible for extracting the parts it
10264 requires. Changed the default of `quickurl-format-function'
10265 accordingly.
10266 (quickurl-insert): Changed the `funcall' of
10267 `quickurl-format-function' to match the above change.
10268 (quickurl-list-insert): Changed the `url' case so that it makes
10269 use of `quickurl-format-function', previous to this the format was
10270 hard wired.
fa78f71b 10271
72db3ab5
GM
102722000-03-22 Gerd Moellmann <gerd@gnu.org>
10273
10274 * startup.el: Change some spellings for the X Window System.
10275
68049bfa
SM
102762000-03-22 Stefan Monnier <monnier@cs.yale.edu>
10277
10278 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
10279 up the code and the regexp and make sure the cursor is temporarily
10280 moved to the suspicious line while querying the user.
10281
ff4df011
JR
102822000-03-22 Jason Rumney <jasonr@gnu.org>
10283
10284 * w32-fns.el (w32-charset-info-alist): Initialize.
10285
ee1c5b21
GM
102862000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10287
10288 * ps-print.el: N-up last page fix.
10289 (ps-print-version): New version number (5.1.1).
10290 (ps-end-file, ps-end-job, ps-generate): Code fix.
fa78f71b 10291
d2cbfba0
SM
102922000-03-21 Stefan Monnier <monnier@cs.yale.edu>
10293
bfb857d8
SM
10294 * files.el (find-file-run-dired): Update docstring.
10295 (find-directory-functions): New hook.
10296 (find-file-noselect): Run find-directory-functions rather than
10297 calling dired directly.
10298
10299 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
10300
cb3430a1
SM
10301 * pcvs.el: Add a minimal leading commentary.
10302 (cvs-make-cvs-buffer): Change the header part by removing the startup
10303 message and adding a `Module' entry. Also replace the FOOTER and
10304 HEADER special fileinfos with the new support in ewoc for updating
10305 its own footer and header.
10306 (cvs-update-header): Update to use the header/footer of the ewoc.
10307 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
10308 (cvs-is-within-p): New function.
10309 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
10310 to only examine some subset of the buffers.
10311
10312 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
10313 `format' instead of our own ad-hoc functions.
10314 Remove HEADER and FOOTER cases, now handled in the EWOC.
10315 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
10316
10317 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
10318 output to avoid scaring the user.
10319 (cvs-parse-table): Catch message for non-up-to-date commits.
10320
10321 * pcvs-defs.el (cvs-startup-message): Remove.
10322 (cvs-global-menu): New autoloaded menu.
10323
10324 * pcvs-util.el (cvs-string-fill): Remove.
10325
10326 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
10327 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
10328 PP part of it and also make it work for footers and headers.
10329 (ewoc-create): Drop POS and BUFFER arguments.
10330 Use the DLL's dummy node to store the end-of-footer position.
10331 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
10332 (ewoc-refresh): Remove unused `header' variable.
10333 (ewoc-(get|set)-hf): New functions.
10334
d2cbfba0
SM
10335 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
10336 log-view-*-(message|file) and use easy-mmode-define-navigation.
10337 (log-view-message-re): Match SCCS format as well.
10338 And match the revision line rather than the dashed separator line.
10339 (log-view-mode): Use the new define-derived-mode.
10340 (log-view-current-tag): Fill in with an actual implementation.
10341
10342 * cvs-status.el (cvs-status-(prev|next)): Rename from
10343 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
10344 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
10345 to let the output "breathe" a little more (more readable).
10346 (cvs-status-mode): Use the new define-derived-mode.
10347
10348 * smerge-mode.el (smerge-auto-leave): New function and variable.
10349 (smerge-basic-map): Rename from smerge-basic-keymap.
10350 Change the bindings for smerge-diff-*.
10351 (smerge-*-map): Use easy-mmode-defmap.
10352 (smerge-(next|prev)): Use easy-mmode-define-navigation.
10353 (smerge-keep-*): Use smerge-auto-leave.
10354
51663132
JR
103552000-03-21 Jason Rumney <jasonr@gnu.org>
10356
10357 * cus-edit.el (custom-button-face): Use 3D look for w32.
10358 (custom-button-pressed-face): Likewise.
10359
3f6e4b8b
GM
103602000-03-21 Gerd Moellmann <gerd@gnu.org>
10361
10362 * progmodes/etags.el (tags-case-fold-search): New user-option.
10363 (tags-loop-eval): New function. Bind case-fold-search around eval
10364 depending on the value of tags-case-fold-search.
10365 (tags-loop-continue): Use tags-loop-eval.
10366 (find-tag-in-order): Bind case-fold-search depending on the value
10367 of tags-case-fold-search.
10368
c7ea3acc
SM
103692000-03-21 Stefan Monnier <monnier@cs.yale.edu>
10370
0ae39f53
SM
10371 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
10372 (diff-end-of-hunk): Return the end position for use in
10373 `easy-mmode-define-navigation'.
10374 (diff-recenter): Remove.
10375 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
10376 of `easy-mmode-define-navigation'.
10377 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
10378 previous renaming) and fix to use new names.
10379 (diff-merge-strings): Use \n as separator: simpler, faster.
10380 (diff-mode): Use `define-derived-mode'.
10381
c7ea3acc
SM
10382 * derived.el (define-derived-mode): Don't autoload anymore.
10383 Prefer the macro-only version provided by easy-mmode.el.
10384
10385 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
10386 `easy-mmode-define-derived-mode'.
10387 Use `combine-run-hooks'.
10388 (easy-mmode-define-navigation): New macro.
10389
10390 * subr.el (combine-run-hooks): New function.
10391
6c4bfdc0
KH
103922000-03-21 Kenichi HANDA <handa@etl.go.jp>
10393
10394 * term/x-win.el: Fontsets related initialization is simplified.
10395
10396 * international/mule-diag.el (describe-font): Don't refer to
10397 global-fontset-alist, instead call font-list.
10398 (describe-fontset, list-fontsets, mule-diag): Likewise.
10399 (print-fontset): Adjusted for the change of fontset
10400 implementation.
10401
10402 * international/fontset.el (x-charset-registries): Variable
10403 removed, instead the corresponding data is stored in the default
10404 fontset.
10405 (register-alternate-fontnames): Function removed.
10406 (resolved-ascii-font): Variable removed.
10407 (x-compose-font-name): Ignore the second argument REDOCE.
10408 (x-complement-fontset-spec): Complement only an ASCII font and
10409 element for those charsets than can use that ASCII font.
10410 (generate-fontset-menu): Don't refer to global-fontset-alist,
10411 instead call fontset-list.
10412 (uninstantiated-fontset-alist): Variable removed.
10413 (x-style-funcs-alist): Likewise.
10414 (fontset-default-styles): Likewise.
10415 (x-modify-font-name): Function removed.
10416 (create-fontset-from-fontset-spec): Ignore the argument
10417 STYLE-VARIANT.
10418 (create-fontset-from-ascii-font): Docsting adjusted for the above
10419 change.
10420 (instantiate-fontset, resolve-fontset-name): Functions removed.
10421 (fontset-list): Now implemented by C code.
fa78f71b 10422
6c4bfdc0
KH
10423 * faces.el (read-face-font): Fix TABLE arg to completing-read.
10424 (describe-face): Include `font' attribute in the description.
10425
9111d4b5
KH
104262000-03-21 Kenichi Handa <handa@etl.go.jp>
10427
10428 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
10429
b33dd3b0
GM
104302000-03-20 Gerd Moellmann <gerd@gnu.org>
10431
a25bbe00
GM
10432 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
10433 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
10434 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
fa78f71b 10435
b33dd3b0
GM
10436 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
10437 about behavior of set-buffer-modified-p wrt redisplay.
10438
8b7bc628 104392000-03-19 Richard M. Stallman <rms@gnu.org>
e53ae11c
RS
10440
10441 * view.el (view-mode-disable): Kill local binding of view-read-only.
10442
d7b511c4
GM
104432000-03-18 Gerd Moellmann <gerd@gnu.org>
10444
10445 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
10446 is a string, convert it to a syntax cell using string-to-syntax.
10447
10448 * simple.el (syntax-code-table, syntax-flag-table): New variables.
10449 (string-to-syntax): New function.
10450
10451 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
10452 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
b33dd3b0 10453 try to use passive ftp mode.
d7b511c4 10454
998ecc60
GM
104552000-03-17 Gerd Moellmann <gerd@gnu.org>
10456
b33dd3b0 10457 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
998ecc60
GM
10458
10459 * simple.el (append-to-buffer): Update point of windows after
10460 insertion.
10461
10462 * abbrev.el (inverse-add-abbrev): Identify word by first moving
10463 forward then moving backward. Reindent.
10464
10465 * frame.el (other-frame): Call x-focus-frame only if
10466 focus-follows-mouse is off.
10467
235d6821
DL
104682000-03-17 Dave Love <fx@gnu.org>
10469
10470 * pcvs-util.el (cvs-strings->string): Rename
10471 replace-regexps-in-string.
10472
a29a2cd1
SM
104732000-03-17 Stefan Monnier <monnier@cs.yale.edu>
10474
af595444
SM
10475 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
10476 regexp for labels cannot span several lines.
10477
10478 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
998ecc60 10479 `(setq :<key> ':<key>)' to the macro expansion.
a29a2cd1 10480
a9be2843
DL
104812000-03-16 Dave Love <fx@gnu.org>
10482
10483 * progmodes/f90.el (f90): Put custom group under `languages', not
10484 `fortran'.
10485 (f90-mode-hook): Customize.
10486 (f90-mode): Set add-log-current-defun-function.
10487 (f90-current-defun): New function.
10488
d0ab3e9d
GM
104892000-03-16 Gerd Moellmann <gerd@gnu.org>
10490
16b20ed9
GM
10491 * cus-edit.el (custom-variable-tag-face): Handle case that
10492 default face's height is not a number.
10493 (custom-face-tag-face, custom-group-tag-face-1)
10494 (custom-group-tag-face): Ditto.
10495 (custom-group-tag-face-1): Add :group.
fa78f71b 10496
d0ab3e9d
GM
10497 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
10498
ae8ab422
GM
104992000-03-15 Gerd Moellmann <gerd@gnu.org>
10500
10501 * pcvs-defs.el (toplevel): Remove autoload cookie for form
10502 requiring easymenu.
10503
81c7ca69
GM
105042000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10505
10506 * ps-print.el: PostScript user-defined prologue, PostScript error
10507 handler, doc fix.
10508 (ps-print-version): New version number (5.1).
10509 (ps-user-defined-prologue, ps-error-handler-message)
10510 (ps-print-prologue-0, ps-error-handler-alist): New vars.
10511 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
10512 (ps-insert-string): New function.
fa78f71b 10513
dcf1003d
KH
105142000-03-15 Kenichi Handa <handa@etl.go.jp>
10515
10516 * international/ccl.el (ccl-compile-expression): Don't generate
10517 invalid self-assignment code.
10518
73825616
DL
105192000-03-14 Dave Love <fx@gnu.org>
10520
10521 * subr.el (replace-regexp-in-string): Renamed from
10522 replace-regexps-in-string. Doc fix.
10523
031020ac
DL
105242000-03-12 Dave Love <fx@gnu.org>
10525
10526 * cus-edit.el: Doc fixes.
10527 (customize-set-variable, customize-save-variable): Rename args for
10528 doc.
10529 (custom-variable-tag-face, custom-face-tag-face)
10530 (custom-group-tag-face-1, custom-group-tag-face): Modify from
10531 style which user identify as hyperlink.
10532 (hook): Don't add undefined functions to the hook.
10533 (debug-ignored-errors): Transfer message from bindings.el.
10534
9b2f3c38
GM
105352000-03-12 Gerd Moellmann <gerd@gnu.org>
10536
10537 * recentf.el (recentf-keep-non-readable-files-p): Remove
10538 double/nested definition.
10539
0d6e23cf
DL
105402000-03-12 Dave Love <fx@gnu.org>
10541
10542 * facemenu.el (facemenu-get-face): Use display-color-p.
10543 * enriched.el (enriched-decode-foreground): Likewise.
10544 (enriched-decode-background): Likewise.
10545 * isearch.el (isearch-highlight): Likewise.
10546 * info-look.el (info-lookup): Likewise.
10547 * simple.el (completion-setup-function): Likewise.
10548
10549 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
10550 :options.
10551
10552 * bindings.el (mode-line-format): Fix line-number and
10553 column-number items. Add help-echo for the background.
10554 (mode-line-mule-info): Modify help-echo.
10555
10556 * avoid.el (mouse-avoidance-mode): Add autoload cookie to
10557 defcustom.
10558
10559 * files.el (load-file): Allow completion to .elc.
10560
10561 * man.el: Doc fixes.
10562 (Man-init-defvars): Use display-color-p to set fontification.
10563
10564 * play/hanoi.el (hanoi-internal): Don't use oddp.
10565
e1cff360
GM
105662000-03-12 Gerd Moellmann <gerd@gnu.org>
10567
10568 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
10569
10570 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
10571
5e5dff44
GM
105722000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
10573
10574 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
10575 Fix comment.
10576
5b467bf4
SM
105772000-03-10 Stefan Monnier <monnier@cs.yale.edu>
10578
83fef604
SM
10579 * font-lock.el (font-lock-keywords): Fix the doc now that
10580 regexp-opt-depth is unnecessary.
10581 (save-buffer-state): Set an edebug spec.
10582 (font-lock-fontify-anchored-keywords): Properly handle the case when
10583 the matcher goes past the limit.
10584
5b467bf4
SM
10585 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
10586 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
10587
83fef604
SM
10588 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
10589 dll.el and cookie.el (from Elib) with heavy renaming and other
10590 massaging.
5b467bf4
SM
10591
10592 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
10593 Autoload the functions used.
10594 (easy-mmode-define-syntax): Fix CL typo.
10595 (easy-mmode-define-derived-mode): Improve the docstring generation.
10596
d407456c
GM
105972000-03-10 Gerd Moellmann <gerd@gnu.org>
10598
10599 * textmodes/texinfo.el (texinfo-version): Variable and function
10600 removed.
10601
5a7a545c
SM
106022000-03-09 Stefan Monnier <monnier@cs.yale.edu>
10603
0d6e23cf
DL
10604 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
10605 allow more flexibility.
10606 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
10607 fns.
10608 (easy-mmode-defmap, easy-mmode-defsyntax)
10609 (easy-mmode-define-derived-mode): New macros.
5a7a545c 10610
d407456c 106112000-03-09 Didier Verna <didier@xemacs.org>
445b0666
DL
10612
10613 * rect.el (replace-rectangle): New function.
10614
106152000-03-09 Dave Love <fx@gnu.org>
10616
10617 * progmodes/fortran.el (fortran-comment-line-start): Define as
10618 "C".
10619 (fortran-comment-line-start-skip): Don't match cpp stuff.
10620 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
10621 (fortran-mode-map): Remove over-eager custom-menu-create for now.
10622 (fortran-mode): Don't set fortran-comment-line-start-skip,
10623 fortran-comment-line-start here. Set comment-start,
10624 add-log-current-defun.
10625 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
10626 (fortran-current-defun): New function.
10627
80460654
GM
106282000-03-09 Gerd Moellmann <gerd@gnu.org>
10629
d1221ea9
GM
10630 * emacs-lisp/re-builder.el: New file.
10631
1853aa6b
GM
10632 * mouse.el (mouse-drag-region): Don't run up-event handler
10633 if hscroll has changed.
10634
80460654
GM
10635 * octave-mod.el (octave-font-lock-keywords): To font-lock the
10636 builtin operators, use `font-lock-builtin-face' for Emacs and
10637 `font-lock-preprocessor-face' otherwise.
fa78f71b
SS
10638
10639 * font-lock.el (lisp-font-lock-keywords-1): Highlight
80460654
GM
10640 `(defun (setf foo)' differently.
10641
c0056275
SM
106422000-03-08 Stefan Monnier <monnier@cs.yale.edu>
10643
10644 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
80460654
GM
10645 (regexp-opt): Update comment and adapt the code the new meaning of
10646 the `paren' argument of regex-opt-group for shy-groups.
10647 (regexp-opt-depth): Handle shy groups as well as backslashed
10648 backslashes.
c0056275
SM
10649 (regexp-opt-group): Turn the leading comment into a docstring.
10650 Allow `paren' to be a string (the string to use to open a group).
80460654
GM
10651 Remove open-presuf and close-presuf. Instead of checking for `all
10652 one-char' and then later on check for `several one-char', handle
10653 both cases close together. Also apply a more generic algorithm
10654 for suffixes (the mirror image of the algorithm used for
10655 prefixes). Use shy-groups. Use nreverse rather than reverse.
c0056275
SM
10656 (regexp-opt-try-suffix): Removed.
10657
10658 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
80460654
GM
10659 from comint-mode-map, so we can just inherit from it. Also, move
10660 the initialization into the `defvar' since there's no docstring
10661 anyway and it's fairly short.
10662 (inferior-scheme-mode): Define it as derived-mode: the code is
10663 shorter and this way we inherit from comint-mode-map rather than
10664 copying it.
c0056275 10665
80460654
GM
10666 * subr.el (replace-regexps-in-string): Properly handle the case
10667 where we match an empty string.
c0056275 10668
80460654
GM
10669 * comint.el (comint-exec-1): Add the current-dir to the exec-path
10670 when the command has a directory component (such as "./testml").
c0056275
SM
10671 Also fix a typo in the comment.
10672
5e91ff9e
GM
106732000-03-08 Gerd Moellmann <gerd@gnu.org>
10674
feab4fba
GM
10675 * Makefile (compile-files): Compile files one by one because
10676 that's the only way to ensure a clean compilation environment for
10677 each individual file.
10678
5e91ff9e
GM
10679 * frame.el (other-frame): Call x-focus-frame.
10680
76162e12
DL
106812000-03-07 Dave Love <fx@gnu.org>
10682
f64ce788
DL
10683 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
10684 :require to defcustom.
10685
76162e12
DL
10686 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
10687 lists.
10688
10689 * files.el (auto-mode-alist): Add configure.in.
10690
10691 * progmodes/autoconf.el: New file.
10692
f7daf1e1
GM
106932000-03-07 Gerd Moellmann <gerd@gnu.org>
10694
10695 * mail/mh-e.el: Change maintainer to `none'.
10696
10697 * recentf.el (recentf-keep-non-readable-files-p): Quote args
10698 to remove-hook and add-hook.
10699
107002000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
10701
10702 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
10703 it as the default.
10704 (mail-send): Test mail-send-nonascii also for the new `mime' value.
10705 (sendmail-send-it): Conditionally add MIME headers specifying the
10706 used character set.
fa78f71b 10707
63f6b2c4
DL
107082000-03-07 Dave Love <fx@gnu.org>
10709
10710 * winner.el: Fix keywords, autoload cookies. Split
10711 eval-when-compile form to avoid compilation failure.
10712
8330e2f9
KH
107132000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
10714
10715 * international/mule.el: Modify comment about coding system
10716 property `coding-category'.
10717 (make-coding-system): New argument EOL-TYPE. Pay attention to
10718 coding-category property of PROPERTIES.
10719
10720 * international/mule-conf.el (coding-category-utf-8,
10721 coding-category-utf-16-be, coding-category-utf-16-le): New coding
10722 categories. Include them in the argument for set-coding-priority.
10723
10724 * international/mule-cmds.el (reset-language-environment): Include
10725 coding-category-utf-8, coding-category-utf-16-be, and
10726 coding-category-utf-16-le in the argument for set-coding-priority.
10727 (reset-language-environment): Initialize coding-category-utf-8,
10728 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
10729
18bb0684
GM
107302000-03-06 Karl Fogel <kfogel@red-bean.com>
10731
10732 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
10733 code abstracted out of `bookmark-jump-noselect'. Now tries info
10734 extensions as well as compression extensions.
10735 (bookmark-jump-noselect): Use above new func.
fa78f71b 10736
71a6ba55
GM
107372000-03-03 Gerd Moellmann <gerd@gnu.org>
10738
10739 * strokes.el: Change maintainer's mail address.
10740
0d56cdff
KH
107412000-03-03 Kenichi Handa <handa@etl.go.jp>
10742
10743 * international/mule-diag.el (list-character-sets): Make help-echo
10744 string by substitute-command-keys.
10745 (list-character-sets): Likewise.
10746 (sort-listed-character-sets): Call help-setup-xref.
10747
900fa1f1
GM
107482000-03-02 Gerd Moellmann <gerd@gnu.org>
10749
10750 * time.el (display-time-mail-file): Add `none' to the list of
10751 choices.
10752
54d04320
DL
107532000-03-01 Dave Love <fx@gnu.org>
10754
43f3fa09
DL
10755 * help.el (help-xref-go-back): Don't try to set position.
10756
54d04320
DL
10757 * international/mule-diag.el (list-character-sets): Call
10758 help-setup-xref. Add help-echo to xrefs.
10759 (list-character-sets-1): Add help-echo to xrefs.
10760
d054101f
GM
107612000-03-02 Gerd Moellmann <gerd@gnu.org>
10762
10763 * frame.el (blink-cursor-mode): Switch cursor on when turning
10764 the mode off.
10765
10766 * add-log.el (add-log-current-defun): Add support for
10767 Autoconf mode.
10768
10769 * mail/rmail.el (rmail-quit-hook): New variable.
10770
d77dae5c
DL
107712000-03-01 Dave Love <fx@gnu.org>
10772
e5f597f0
DL
10773 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
10774
d77dae5c
DL
10775 * help.el (help-xref-button): Add help-echo arg.
10776 (describe-function-1, describe-variable, help-make-xrefs): Use it.
10777
10778 * faces.el (list-faces-display): Supply help-echo with
10779 help-make-xrefs.
10780
10781 * facemenu.el (list-text-properties-at): Set help-xref-stack to
10782 nil.
10783
72d19d75
GM
107842000-03-01 Gerd Moellmann <gerd@gnu.org>
10785
2df636f4
GM
10786 * image.el (defimage): Look for image files in load-path.
10787
fa78f71b 10788 * frame.el (busy-cursor-delay-seconds): Change type to
72d19d75
GM
10789 `number'.
10790
2df636f4
GM
107912000-03-01 David Ponce <david.ponce@wanadoo.fr>
10792
10793 * recentf.el (recentf): Added version tag to the defgroup of
10794 recentf.
10795
107962000-03-01 David Ponce <david.ponce@wanadoo.fr>
10797
10798 * recentf.el (recentf-cleanup): Changed to remove excluded file
10799 too.
10800 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
10801 action to select/unselect a file.
10802 (recentf-edit-list): Code cleanup and improvement.
10803 (recentf-open-more-files-action): `recentf-open-more-files' button
10804 widget action to open a file.
10805 (recentf-open-more-files): No more use standard completion but
10806 widgets.
10807 (recentf-more-collection): Deleted.
10808 (recentf-more-history): Deleted.
10809 (recentf-setup-more-completion): Deleted.
10810
108112000-03-01 David Ponce <david.ponce@wanadoo.fr>
10812
10813 * recentf.el (recentf-mode): No more needs that Emacs is running
10814 under a window-system.
10815
108161999-03-01 David Ponce <david.ponce@wanadoo.fr>
10817
10818 * recentf.el (recentf-edit-list): New command to edit the recent
10819 list which allow the user to remove files.
10820 (recentf-edit-selected-items): New global variable, used by
10821 `recentf-edit-list' to hold the list of files to be removed from
10822 the recent list.
10823 (recentf-make-menu-items): Updated to display a "Edit list..."
10824 menu item. Minor code cleanup.
10825
108261999-03-01 David Ponce <david.ponce@wanadoo.fr>
10827
10828 * recentf.el (recentf-open-more-files): New command to open files
10829 that are not displayed in the menu.
10830 (recentf-more-collection): New global variable holding the set of
10831 permissible completions used by `recentf-open-more-files'.
10832 (recentf-more-history): New global variable holding the history list
10833 used by `recentf-open-more-files' completion.
10834 (recentf-setup-more-completion): New function to setup completion for
10835 `recentf-open-more-files'.
10836 (recentf-make-menu-items): Updated to display a "More..." menu item.
10837
108381999-03-01 David Ponce <david.ponce@wanadoo.fr>
10839
10840 * recentf.el (recentf-menu-action): Doc fixed.
10841
108421999-03-01 David Ponce <david.ponce@wanadoo.fr>
10843
10844 * recentf.el (recentf-menu-filter): Doc updated.
10845 (recentf-update-menu-hook): Allow menu filters to force menu update.
10846 (recentf-make-menu-items): New menu filter handling.
10847 (recentf-make-menu-item): New helper function.
10848 (recentf-menu-elements): New menu handling function.
10849 (recentf-sort-ascending): Updated to new menu filter handling.
10850 (recentf-sort-descending): Updated to new menu filter handling.
10851 (recentf-sort-basenames-ascending): New menu filter function.
10852 (recentf-sort-basenames-descending): New menu filter function.
10853 (recentf-show-basenames): New menu filter function.
10854 (recentf-show-basenames-ascending): New menu filter function.
10855 (recentf-show-basenames-descending): New menu filter function.
10856
72d19d75
GM
108572000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10858
10859 * diary-lib.el (list-diary-entries): Don't try to go forward at
10860 the end of the buffer.
10861
1ac1c836
KH
108622000-02-29 Kenichi Handa <handa@etl.go.jp>
10863
10864 * international/mule-diag.el (list-character-sets): Completely
10865 rewritten.
10866 (sort-listed-character-sets): New function.
10867 (list-character-sets-1): Completely rewritten.
10868 (list-character-sets-2): New function.
10869 (non-iso-charset-alist): New variable.
10870 (decode-codepage-char): New function.
10871 (charset-history): New variable.
10872 (read-charset) (list-block-of-chars)
10873 (list-iso-charset-chars)
10874 (list-non-iso-charset-chars)
10875 (list-charset-chars): New functions.
10876 (mule-diag): Call list-character-sets-2, not
10877 list-character-sets-2.
10878 (dump-charsets): Likewise.
10879
ed4d0512
GM
108802000-02-29 Gerd Moellmann <gerd@gnu.org>
10881
72d19d75
GM
10882 * dired-x.el (dired-filename-at-point): Add `@' to valid
10883 file name characters.
10884 (dired-filename-at-point): Handle ange-ftp file names.
10885
ed4d0512
GM
10886 * frame.el (frame-notice-user-settings): Use assq-delete-all
10887 instead of assoc-delete-all.
10888 (frame-notice-user-settings): Ditto.
10889
10890 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
10891 Don't copy alist.
10892
32038c7a
GM
108932000-02-28 Eli Barzilay <eli@cs.cornell.edu>
10894
10895 * calculator.el (calculator-use-menu): New option.
10896 (calculator-initial-bindings): Changed some bindings to work as
10897 macros.
10898 (calculator-forced-input): Removed.
10899 (calculator-restart-other-mode): New variable.
10900 (calculator-mode-map): Set up menu.
fa78f71b 10901
32038c7a
GM
109022000-02-28 Jari Aalto <jari.aalto@poboxes.com>
10903
10904 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
10905 tags.
fa78f71b 10906
55d7ff38 109072000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
fa78f71b 10908
55d7ff38
MK
10909 * viper-cmd.el (viper-envelop-ESC-key): added the option to
10910 translate all ESC key sequences.
10911 (viper-goto-mark-subr): restore markers for files for which
10912 they were saved.
10913 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
10914 * viper-util.el (viper-set-replace-overlay-glyphs,
10915 viper-set-replace-overlay): always check if the replacement
10916 overlay is live.
10917 * viper.el (viper-vi-state-mode-list): added major modes.
10918 * ediff-wind.el: minor comment changes.
10919 * ediff.el: copyright notice date fix.
fa78f71b 10920
387023ee
JR
109212000-02-27 Jason Rumney <jasonr@gnu.org>
10922
10923 * faces.el (face-font-family-alternatives): Add arial to helv.
10924 (mode-line, header-line, tool-bar): Same default as x for w32.
10925 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
10926 face-font-family-alternatives from working.
10927 * term/w32-win.el (mouse-set-font): Do not build fontset from
10928 chosen font.
10929
f43d79c1
GM
109302000-02-25 Sam Steingold <sds@goems.com>
10931
5d80cc9c 10932 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
f43d79c1 10933 properly.
fa78f71b 10934
8b7bc628 109352000-02-25 Richard M. Stallman <rms@gnu.org>
f43d79c1
GM
10936
10937 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
10938
4eb8436f
GM
109392000-02-25 Gerd Moellmann <gerd@gnu.org>
10940
10941 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
10942 writable.
10943
449c3c52 10944 * frame.el (busy-cursor-delay-seconds): New option.
f5b58615 10945
42088c12
GM
109462000-02-24 Gerd Moellmann <gerd@gnu.org>
10947
10948 * frame.el (show-cursor-in-non-selected-windows): New option.
10949
c60ea02e
GM
109502000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10951
10952 * diary-lib.el (include-other-diary-files): Undo the selective
10953 display in any included file and don't kill it.
10954
d066de8e
EZ
109552000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
10956
10957 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
10958 bar. Menu items converted to (menu-item format, help strings
10959 added.
10960 [downcase, upcase]: Don't enable on MS-DOS.
10961 [symlink, symlinks]: Don't show if make-symbolic-link is not
10962 bound.
10963 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
10964
b6906b38
DL
109652000-02-23 Dave Love <fx@gnu.org>
10966
275cf1b2
DL
10967 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
10968 (backward-kill-word): Revert addition of * to interactive spec --
10969 it's a feature.
10970
10971 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
10972 (backward-kill-sentence, kill-sentence): Likewise.
10973
99d48056
DL
10974 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
10975 scratch buffer name.
10976 (gud-format-command): Use int-to-string in ?l case. Simplify
10977 slightly.
10978
10979 * term/w32-win.el (internal-face-interactive): Update prompt for
10980 new read-face-name.
10981
10982 * mail/footnote.el (footnote): Add :version to defgroup.
10983 (footnote-section-tag-regexp): Customize.
10984 (footnote-start-tag, footnote-end-tag): New option.
10985 (footnote-latin-regexp): New variable.
10986 (Footnote-latin): New function.
10987 (footnote-style-alist): Add element for latin style.
10988 (footnote-style): Moved.
10989 (Footnote-goto-footnote): Use eq to test arg.
10990
10991 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
10992
b6906b38
DL
10993 * emacs-lisp/byte-opt.el: Change old backquote syntax.
10994 (byte-compile-trueconstp): Include keywords.
10995 (byte-optimize-quote, byte-optimize-lapcode): Use
10996 byte-compile-const-symbol-p.
10997 (byte-optimize-char-before): New optimization.
10998
10999 * emacs-lisp/bytecomp.el: Change old backquote syntax.
11000 (byte-compile-const-symbol-p): New function.
11001 (byte-compile-constp, byte-compile-out-toplevel)
11002 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
11003 Use it.
11004
11005 * subr.el (define-key-after): Default AFTER to t. Doc fix.
11006
214f877f
KH
110072000-02-23 Kenichi Handa <handa@etl.go.jp>
11008
c709bcf1
KH
11009 * international/encoded-kb.el: Be sure to update minor-mode-alist
11010 and minor-mode-map-alist.
11011 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
11012 codes SS2 and SS3 correctly.
11013 (encoded-kbd-self-insert-ccl): New function.
11014 (encoded-kbd-setup-keymap): New function.
11015 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
11016 by calling encoded-kbd-setup-keymap.
11017
214f877f
KH
11018 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
11019 characters.
11020 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
11021 locally.
11022
b021ef18
DL
110232000-02-22 Dave Love <fx@gnu.org>
11024
11025 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
11026 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
11027 defvar.
11028 (lisp-mode-syntax-table): Set up for #|...|# comments.
11029 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
11030 classes. Match `defface'.
11031 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
11032 (eval-defun-1): Fix for defcustom.
11033 (lisp-indent-region): Doc fix.
11034
11035 * subr.el (when, unless, split-string): Doc fix.
11036 (read-passwd): Move call of clear-this-command-keys to the right
11037 place.
11038 (replace-regexps-in-string): New function.
11039
14cc00ad
GM
110402000-02-22 Gerd Moellmann <gerd@gnu.org>
11041
11042 * help.el (describe-variable): Set syntax table to
11043 emacs-lisp-mode-syntax-table when moving forward over the
11044 symbol's name.
11045
47da5efa
DL
110462000-02-22 Dave Love <fx@gnu.org>
11047
11048 * xt-mouse.el: Doc fixes.
11049 (xterm-mouse-position-function): New function, replacing advice of
11050 mouse-position.
11051 (xterm-mouse-mode): Use it. Don't turn on under a window system.
11052
11053 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
11054
f0a6c717
GM
110552000-02-21 Gerd Moellmann <gerd@gnu.org>
11056
11057 * format.el (format-annotate-single-property-change): Handle
11058 properties.with dotted-list values.
11059 (format-proper-list-p): New function.
11060
11061 * enriched.el (enriched-face-ans): Handle '(foreground-color
11062 . COLOR) and (background-color . COLOR).
11063
2be80b63
DL
110642000-02-20 Dave Love <fx@gnu.org>
11065
11066 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
11067 and assignments to it.
11068 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
11069 current local map.
11070 (make-flyspell-overlay): Use it.
11071 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
11072
11073 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
11074 (lm-get-header-re): Defun, not defsubst.
11075 (lm-get-package-name): Defun, not defsubst. Simplify.
11076 (lm-version): Doc fix. Simplify.
11077 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
11078 (lm-crack-address, lm-last-modified-date, lm-commentary)
11079 (lm-verify, lm-synopsis): Simplify.
11080 (lm-report-bug): Require emacsbug. Use compose-mail.
11081
329eed9f
GM
110822000-02-20 Gerd Moellmann <gerd@gnu.org>
11083
11084 * dired.el (dired-mode): Call propertized-buffer-identification
11085 to set mode-line-buffer-identification to something having
11086 the right text properties.
11087
11088 * bindings.el (propertized-buffer-identification): New function.
11089
be5bb146
DL
110902000-02-20 Dave Love <fx@gnu.org>
11091
11092 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
11093 check for t-mouse too.
11094
11095 * cus-start.el: Make echo-keystrokes `number'.
11096
1d4311c3
EZ
110972000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
11098
11099 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
11100 Don't call ring-empty-p unless tags-location-ring is bound.
11101 From Noah Friedman <friedman@splode.com>.
11102
a23c5037
TTN
111032000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
11104
11105 * progmodes/hideshow.el (hs-flag-region): No longer use
11106 `intangible' overlay property.
11107
11108 (hs-toggle-hiding): New command.
11109 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
11110
11111 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
11112 Fix omission bug: Run `hs-minor-mode-hook' for both activation
11113 and deactivation.
11114
b6a22bf8
GM
111152000-02-18 Gerd Moellmann <gerd@gnu.org>
11116
11117 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
11118
d621caf7
GM
111192000-02-17 Gerd Moellmann <gerd@gnu.org>
11120
3c0ed7ce
GM
11121 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
11122
d621caf7
GM
11123 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
11124 of `*' to handle `(* ... *)' comments.
11125
538d88fb
EZ
111262000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
11127
53c80cf6 11128 * faces.el (list-faces-display): Use display-mouse-p instead of
f24fef2f 11129 window-system.
53c80cf6 11130
538d88fb
EZ
11131 * menu-bar.el (global-map): Menu-bar items converted to the new
11132 format (menu-item..., rearranged for better CUA compliance, and
11133 their names changed for better clarity. Help strings added.
11134
11135 * international/mule-cmds.el (mule-menu-keymap)
11136 (describe-language-environment-map, set-coding-system-map)
11137 (setup-language-environment-map): Convert to new (menu-item...
11138 form, add help strings. Change names of menu items for better
11139 clarity. "Mule" menu-bar item removed (it's now in the "Options"
11140 submenu).
11141
8389e1e2 111422000-02-17 Gerd Moellmann <gerd@gnu.org>
84fe35f0 11143
a23c5037 11144 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
8389e1e2 11145 within the code.
a23c5037 11146
8389e1e2 111472000-02-16 Dave Love <fx@gnu.org>
a23c5037 11148
84fe35f0
DL
11149 * faces.el: Don't require custom. Add more specific :groups to
11150 various deffaces.
11151 (set-face-attribute): Purecopy args.
11152 (read-face-name): Default to name at point and use it in prompt.
11153 Remove colon from arg in all callers.
11154 (list-faces-display): Hyperlink to face descriptions and customize
11155 buffers.
11156
b2aeee30
DL
111572000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
11158
11159 * wid-edit.el (widget-match-inline): An atom never matches a
11160 list.
11161
99e95407
GM
111622000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11163
82d2c7c5
DL
11164 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
11165 at ':' characters by call to split-string.
99e95407
GM
11166
111672000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11168
82d2c7c5 11169 * textmodes/bibtex.el: Added RCS version identification.
99e95407
GM
11170
111712000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11172
82d2c7c5
DL
11173 * textmodes/bibtex.el: Some temporary comments removed.
11174 (bibtex-field-name, bibtex-entry-type): Made the relationship
11175 explicit.
11176 (bibtex-field-const): Allow capital letters.
11177 (bibtex-start-of-string): Deleted because unused.
11178
11179 * textmodes/bibtex.el: Unified some nomenclature. We no longer
11180 use the term 'reference' to describe a bibtex entry as a whole.
11181 Further, reference keys are no longer called 'labels'.
11182 (bibtex-keys): Renamed to bibtex-reference-keys.
11183 (bibtex-reformat-previous-labels): Renamed to
11184 bibtex-reformat-previous-reference-keys.
11185 (bibtex-reference-type): Renamed to bibtex-entry-type.
11186 (bibtex-reference-head): Renamed to bibtex-entry-head.
11187 (bibtex-reference-maybe-empty-head): Renamed to
11188 bibtex-entry-maybe-empty-head.
11189 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
11190 (bibtex-search-reference): Renamed to bibtex-search-entry.
11191 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
11192 bibtex-enclosing-entry-maybe-empty-head.
11193 (bibtex-entry-field-alist, bibtex-entry-head,
11194 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
11195 bibtex-map-entries, bibtex-search-entry,
11196 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
11197 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
11198 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
11199 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
11200 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
11201 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
11202 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
99e95407
GM
11203
112042000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11205
82d2c7c5
DL
11206 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
11207 comment.
11208 (bibtex-format-field-delimiters): New function, functionality
11209 extracted from bibtex-format-entry.
11210 (bibtex-autokey-get-yearfield-digits): New function, functionality
11211 extracted from bibtex-autokey-get-yearfield.
11212
11213 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
11214 entries in order to avoid stack overflow in the regexp matcher if
11215 field contents become large.
11216 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
11217 bibtex-field-string-part-not-braced,
11218 bibtex-field-string-part-no-inner-braces,
11219 bibtex-field-string-part-1-inner-brace,
11220 bibtex-field-string-part-2-inner-braces,
11221 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
11222 bibtex-field-string-quoted, bibtex-field-string,
11223 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
11224 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
11225 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
11226 as parsing is now performed by the following functions.
11227 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
11228 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
11229 bibtex-parse-field-string, bibtex-search-forward-field-string,
11230 bibtex-parse-association, bibtex-field-name-for-parsing,
11231 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
11232 bibtex-search-forward-field, bibtex-search-backward-field,
11233 bibtex-start-of-field, bibtex-end-of-field,
11234 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
11235 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
11236 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
11237 bibtex-parse-string, bibtex-search-forward-string,
11238 bibtex-search-backward-string, bibtex-start-of-string,
11239 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
11240 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
11241 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
11242 entries. Instead of reporting the results of the parsing by
11243 match-beginning or match-end, these functions return data structures
11244 that hold the corresponding positions.
11245 (bibtex-enclosing-field): Changed to also report field boundaries by
11246 return values rather than by match-beginning or match-end. The
11247 following functions have been adapted to use the new parsing
11248 functions.
11249 (bibtex-skip-to-valid-entry, bibtex-search-reference,
11250 bibtex-enclosing-field, bibtex-format-entry,
11251 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
11252 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
11253 bibtex-print-help-message, bibtex-end-of-entry,
11254 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
11255 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
11256 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
11257 method for parsing.
11258 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
11259 bibtex-map-entries, bibtex-flash-head,
11260 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
11261 bibtex-autokey-change, bibtex-autokey-get-namefield,
11262 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
11263 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
11264 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
11265 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
11266 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
11267 order to make the new binding of case-fold-search immediately
11268 visible.
99e95407
GM
11269
112702000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11271
82d2c7c5
DL
11272 * textmodes/bibtex.el: Copyright notice is up to date.
11273 Added constant 'bibtex-maintainer-salutation.
99e95407 11274
82d2c7c5
DL
11275 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
11276 than make-temp-name, use match-string-no-properties and eliminate
11277 a quadratic behavior when building bibtex-strings.
99e95407 11278
82d2c7c5
DL
11279 * bibtex.el (bibtex-reference-key): Accept string entries whose
11280 reference key contains upper case letters.
99e95407
GM
11281
112822000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11283
82d2c7c5
DL
11284 * bibtex.el (bibtex-reference-head): Allow entries to start with
11285 a new line.
99e95407
GM
11286
112872000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11288
82d2c7c5
DL
11289 * bibtex.el: Hiding of entry bodies is not longer provided by
11290 bibtex.el directly. Instead the hideshow package can be used.
11291 Added a special bibtex entry to hs-special-modes-alist.
11292 (bibtex-hs-forward-sexp): Added for hideshow.el.
8389e1e2
GM
11293
112942000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11295
f24fef2f
SM
11296 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
11297 at ':' characters by call to split-string.
8389e1e2
GM
11298
112992000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11300
f24fef2f 11301 * textmodes/bibtex.el: Added RCS version identification.
8389e1e2
GM
11302
113032000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11304
f24fef2f
SM
11305 * textmodes/bibtex.el: Some temporary comments removed.
11306 (bibtex-field-name, bibtex-entry-type): Made the relationship
11307 explicit.
11308 (bibtex-field-const): Allow capital letters.
11309 (bibtex-start-of-string): Deleted because unused.
fa78f71b 11310
f24fef2f
SM
11311 * textmodes/bibtex.el: Unified some nomenclature. We no longer
11312 use the term 'reference' to describe a bibtex entry as a whole.
11313 Further, reference keys are no longer called 'labels'.
11314 (bibtex-keys): Renamed to bibtex-reference-keys.
11315 (bibtex-reformat-previous-labels): Renamed to
11316 bibtex-reformat-previous-reference-keys.
11317 (bibtex-reference-type): Renamed to bibtex-entry-type.
11318 (bibtex-reference-head): Renamed to bibtex-entry-head.
11319 (bibtex-reference-maybe-empty-head): Renamed to
11320 bibtex-entry-maybe-empty-head.
11321 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
11322 (bibtex-search-reference): Renamed to bibtex-search-entry.
11323 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
11324 bibtex-enclosing-entry-maybe-empty-head.
11325 (bibtex-entry-field-alist, bibtex-entry-head,
11326 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
11327 bibtex-map-entries, bibtex-search-entry,
11328 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
11329 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
11330 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
11331 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
11332 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
11333 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
11334 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
8389e1e2
GM
11335
113362000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11337
f24fef2f
SM
11338 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
11339 comment.
11340 (bibtex-format-field-delimiters): New function, functionality
11341 extracted from bibtex-format-entry.
11342 (bibtex-autokey-get-yearfield-digits): New function, functionality
11343 extracted from bibtex-autokey-get-yearfield.
fa78f71b 11344
f24fef2f
SM
11345 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
11346 entries in order to avoid stack overflow in the regexp matcher if
11347 field contents become large.
11348 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
11349 bibtex-field-string-part-not-braced,
11350 bibtex-field-string-part-no-inner-braces,
11351 bibtex-field-string-part-1-inner-brace,
11352 bibtex-field-string-part-2-inner-braces,
11353 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
11354 bibtex-field-string-quoted, bibtex-field-string,
11355 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
11356 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
11357 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
11358 as parsing is now performed by the following functions.
11359 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
11360 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
11361 bibtex-parse-field-string, bibtex-search-forward-field-string,
11362 bibtex-parse-association, bibtex-field-name-for-parsing,
11363 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
11364 bibtex-search-forward-field, bibtex-search-backward-field,
11365 bibtex-start-of-field, bibtex-end-of-field,
11366 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
11367 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
11368 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
11369 bibtex-parse-string, bibtex-search-forward-string,
11370 bibtex-search-backward-string, bibtex-start-of-string,
11371 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
11372 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
11373 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
11374 entries. Instead of reporting the results of the parsing by
11375 match-beginning or match-end, these functions return data structures
11376 that hold the corresponding positions.
11377 (bibtex-enclosing-field): Changed to also report field boundaries by
11378 return values rather than by match-beginning or match-end. The
11379 following functions have been adapted to use the new parsing
11380 functions.
11381 (bibtex-skip-to-valid-entry, bibtex-search-reference,
11382 bibtex-enclosing-field, bibtex-format-entry,
11383 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
11384 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
11385 bibtex-print-help-message, bibtex-end-of-entry,
11386 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
11387 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
11388 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
11389 method for parsing.
11390 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
11391 bibtex-map-entries, bibtex-flash-head,
11392 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
11393 bibtex-autokey-change, bibtex-autokey-get-namefield,
11394 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
11395 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
11396 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
11397 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
11398 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
11399 order to make the new binding of case-fold-search immediately
11400 visible.
8389e1e2
GM
11401
114022000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11403
f24fef2f
SM
11404 * textmodes/bibtex.el: Copyright notice is up to date.
11405 Added constant 'bibtex-maintainer-salutation.
fa78f71b 11406
f24fef2f
SM
11407 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
11408 than make-temp-name, use match-string-no-properties and eliminate
11409 a quadratic behavior when building bibtex-strings.
fa78f71b 11410
f24fef2f
SM
11411 * bibtex.el (bibtex-reference-key): Accept string entries whose
11412 reference key contains upper case letters.
8389e1e2
GM
11413
114142000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11415
f24fef2f
SM
11416 * bibtex.el (bibtex-reference-head): Allow entries to start with
11417 a new line.
8389e1e2
GM
11418
114192000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11420
f24fef2f
SM
11421 * bibtex.el: Hiding of entry bodies is not longer provided by
11422 bibtex.el directly. Instead the hideshow package can be used.
11423 Added a special bibtex entry to hs-special-modes-alist.
11424 (bibtex-hs-forward-sexp): Added for hideshow.el.
99e95407
GM
11425
114262000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11427
82d2c7c5 11428 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
99e95407
GM
11429 proceedings entry type (for cross referencing). Thanks to Wagner
11430 Toledo Correa for the suggestion.
11431
82d2c7c5 11432 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
99e95407 11433
eae61d8f
KH
114342000-02-14 Kenichi Handa <handa@etl.go.jp>
11435
11436 * international/characters.el: Setup case table for Vietnamese.
11437
fb07a302
GM
114382000-02-12 Gerd Moellmann <gerd@gnu.org>
11439
11440 * uniquify.el (toplevel): Require CL at compile time.
11441 (uniquify-push): Removed.
11442
11443 * shadowfile.el (shadow-when): Removed.
11444
11445 * tempo.el (tempo-dolist, tempo-mapc): Removed.
11446 (tempo-process-and-insert-string): Use dolist instead of
11447 tempo-dolist.
11448
11449 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
11450 regexp for paragraph-start.
11451
11452 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
11453 commas as well.
11454
a0eddf92
DL
114552000-02-10 Dave Love <fx@gnu.org>
11456
11457 * wid-edit.el: (widgets) [defgroup]: Remove url link.
11458 (widget-color-choice-list, widget-color-history, widget-mouse-help):
11459 Deleted.
11460 (widget-specify-field, widget-specify-button): Don't use
11461 widget-mouse-help as help-echo property.
11462 (default): Use #'ignore for :validate and :mouse-down-action.
11463 (checkbox): Add help-echo.
11464 (widget-sexp-validate): Rewritten to clarify error messages.
11465 (character): Use char-valid-p in :match function.
11466 (widget-color-complete): Use facemenu-color-alist.
11467 (widget-color-action): Use facemenu-read-color.
11468
11469 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
11470 set up `caar' &c that we now have.
11471
82d2c7c5
DL
114722000-02-09 Ray Blaak <blaak@gnu.org>
11473
11474 * delphi.el: Make resourcestring a declaration region, like const
11475 and var.
11476
6cbc1482
DL
114772000-02-09 Dave Love <fx@gnu.org>
11478
11479 * bindings.el (mode-line-input-method-map): New variable.
11480 (mode-line-mule-info): Use it; fix last change.
11481 (mode-line-mode-menu): Move definition.
11482 (mode-line-mouse-sensitive-p): Deleted.
11483 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
11484 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
11485 level.
11486
11487 * startup.el (command-line-1): Don't call
11488 make-mode-line-mouse-sensitive.
11489
f7136ee8
GM
114902000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
11491
11492 * mail/rmail.el (rmail-retry-failure): Use
11493 rmail-beginning-of-message before rmail-toggle-header, because the
11494 former toggles headers.
11495
6e1d0d15
SM
114962000-02-06 Stefan Monnier <monnier@cs.yale.edu>
11497
fef8c55b
SM
11498 * diff-mode.el (diff-kill-junk): New interactive function.
11499 (diff-reverse-direction): Use delete-and-extract-region.
11500 (diff-post-command-hook): Restrict the area so that the hook also works
11501 outside of any diff hunk. This is necessary for the minor-mode.
11502 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
11503 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
11504
6e1d0d15
SM
11505 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
11506 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
11507 so that it can be used more easily in <foo>-mode-hook. Also make sure
11508 to avoid duplicate entries.
11509 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
11510 (font-lock-remove-keywords): Just as was done for `add', allow it to
11511 work even if font-lock-mode is nil. Also make sure we don't modify
11512 any pre-existing list by forcing a copy-sequence. Finally rename
11513 `major-mode' to `mode'.
11514 (font-lock-fontify-syntactic-anchored-keywords)
11515 (font-lock-fontify-anchored-keywords)
11516 (font-lock-fontify-keywords-region): Use line-end-position.
11517 Don't make `font-lock-multiline' local (it's now done in
11518 font-lock-set-defaults).
11519 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
11520 move the `font-lock-fontified' creation to inside the `unless'.
11521
a75dfea0
AI
115222000-02-06 Andrew Innes <andrewi@gnu.org>
11523
11524 * term/w32-win.el (x-handle-args): Comment out call to message,
11525 which occurs before window system is initialized.
11526
11527 * makefile.nt: Add support for recompiling lisp code.
11528
b85e9462
DL
115292000-02-04 Dave Love <fx@gnu.org>
11530
9ff33afb
DL
11531 * bindings.el (mode-line-mule-info): Fix/extend last change.
11532
b85e9462
DL
11533 * completion.el: Replace completion-dolist with dolist.
11534
11535 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
11536 dotimes.
11537
44dff075
CD
115382000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
11539
11540 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
11541 environment names before they go into the section regexp.
11542
11543 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
11544 char class in regexp.
11545
11546 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
11547 `case-fold-search' to nil.
11548
11549 * progmodes/idlwave.el (idlwave-template): Respect
11550 `idlwave-abbrev-change-case'.
11551 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
11552 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
11553 idlwave-while): respect `idlwave-reserved-word-upcase'.
11554 (idlwave-rw-case): New function.
11555 (idlwave-statement-match): Fixed problem with assignment regexp.
11556 (idlwave-font-lock-keywords): Improved regexp for keyword
11557 parameters.
a23c5037 11558 (idlwave-surround): New argument LENGTH to support padding of
44dff075
CD
11559 operators longer than 1 char.
11560
11561 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
11562 idlwave-shell-expression-overlay. Implemented printing of
11563 expressions on higher levels of the calling stack.
11564 (idlwave-shell-display-level-in-calling-stack): Restore stack
11565 level.
11566 (idlwave-retrieve-expression-from-level): New function.
11567 (idlwave-shell-last-calling-stack): Variable removed.
11568 (idlwave-shell-reset): Argument action reversed (`visible' to
11569 `hidden'). Also remove stop-line overlay.
11570 (idlwave-shell-calling-stack-routine): New variable.
11571 (idlwave-shell-parse-stack-and-display): Messages now display
11572 negative level numbers.
11573 (idlwave-shell-mode): Set `modeline-format'.
11574 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
11575 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
11576 21.
11577 (idlwave-shell-print-expression-function): New option.
a23c5037 11578
44dff075
CD
11579 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
11580 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
11581 `tool-bar' instead of `toolbar'.
11582
f26c34fd
DL
115832000-02-02 Dave Love <fx@gnu.org>
11584
11585 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
11586 emacs-lisp-mode-hook. Don't check for defalias being defined.
11587
11588 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
11589 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
11590 the new builtins directly.
11591
11592 * whitespace.el (whitespace): Add :version to defgroup.
11593
11594 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
11595 Doc fix.
11596
11597 * thingatpt.el (sexp-at-point, symbol-at-point)
11598 (number-at-point, list-at-point): Add autoload cookie.
11599
11600 * recentf.el (recentf): Add :version to defgroup.
11601
11602 * quickurl.el (quickurl): Add :version to defgroup.
11603
11604 * elide-head.el (elide-head): Use point-marker more.
11605
11606 * bs.el (bs): Add :version to defgroup.
11607
11608 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
11609
11610 * progmodes/delphi.el (delphi): Add :version to defgroup.
11611
d240a249
GM
116122000-02-02 Gerd Moellmann <gerd@gnu.org>
11613
11614 * ange-ftp.el (ange-ftp-write-region): Handle case that
11615 succeeding process operation sets a different coding system.
11616
11617 * calculator.el: New file.
11618
d5179a01
EZ
116192000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
11620
11621 * frame.el (frames-on-display-list, framep-on-display): New
11622 functions.
11623 (display-mouse-p, display-popup-menus-p, display-graphic-p)
11624 (display-selections-p, display-screens, display-pixel-width)
11625 (display-pixel-height, display-mm-width, display-mm-height)
11626 (display-backing-store, display-save-under, display-planes)
11627 (display-color-cells, display-visual-class): New functions.
11628
11629 * term/tty-colors.el (tty-color-gray-shades): New function.
11630
11631 * faces.el (display-color-p): Use framep-on-display.
11632 (display-grayscale-p): New function.
11633
968e00f0
DL
116342000-01-31 Dave Love <fx@gnu.org>
11635
11636 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
11637 (create-fontset-from-x-resource): Don't concat integers.
11638
2cb750ba
GM
116392000-01-31 Inge Frick <inge@nada.kth.se>
11640
11641 * view.el: Some changes in documentation. Removed some trailing
11642 whitespace. Changed some parameter names to agree with
11643 documentation.
11644 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
11645 window is not deleted. Modifies change 1998-04-26.
a23c5037 11646
74e9213b
GM
116472000-01-31 Gerd Moellmann <gerd@gnu.org>
11648
47569935
GM
11649 * windmove.el: New file.
11650
74e9213b
GM
11651 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
11652 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
2cb750ba 11653 progmodes/ebnf-yac.el: Update copyright and license info.
a23c5037 11654
74e9213b
GM
11655 * jit-lock.el (jit-lock-function): Widen before calculating end
11656 position.
11657 (jit-lock-stealth-chunk-start): Rewritten.
11658
11659 * info.el (Info-title-face-alist): Removed.
11660 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
11661 faces.
11662 (Info-fontify-node): Use these faces.
11663
994c5afe
GM
116642000-01-30 Gerd Moellmann <gerd@gnu.org>
11665
11666 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
11667 (cl-macro-list1): Recognize `&allow-other-keys' instead of
11668 `&allow-other-keywords'.
11669
11670 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
11671 the list of directories scanned heuristically.
11672
11673 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
11674 exist.
11675
f00276e3
JR
116762000-01-30 Jason Rumney <jasonr@gnu.org>
11677
11678 * w32-fns.el: Define w32-tty-standard-colors.
11679
11680 * startup.el (command-line): Use w32-tty-standard-colors when in
11681 w32 console mode.
11682
cc4dfff0
DL
116832000-01-30 Dave Love <fx@gnu.org>
11684
e645e77b
DL
11685 * jka-compr.el (jka-compr-load): Fix up load-history.
11686
cc4dfff0
DL
11687 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
11688
11689 * emacs-lisp/cl-macs.el: Revert previous change.
11690
16215eb0
DL
116912000-01-29 Dave Love <fx@gnu.org>
11692
11693 * facemenu.el: Purecopy various strings.
11694
11695 * timezone.el (timezone-fix-time): Window against 69 for two-digit
11696 years. Deal with three-digit years.
11697
11698 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
11699 defconst, purecopy.
11700 (help-back-label): Purecopy it.
11701
bbd9b566
GM
117022000-01-18 Gerd Moellmann <gerd@gnu.org>
11703
11704 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
11705 variable. If non-nil, order the buffer list according to the
11706 currently selected frame.
11707 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
11708 non-nil, pass the selected frame to function buffer-list.
a23c5037 11709
887448e1
GM
117102000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11711
11712 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
11713
7df85084
DL
117142000-01-28 Dave Love <fx@gnu.org>
11715
142e109c
DL
11716 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
11717
7df85084
DL
11718 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
11719 Don't use lisp-indent-hook property.
11720 (cl-abs): Remove.
11721
11722 * subr.el: Move out indent and edebug specs for when and unless.
11723
11724 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
11725 when, unless.
11726
11727 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
11728 unless, when.
11729
3b43c01c
GM
117302000-01-28 Gerd Moellmann <gerd@gnu.org>
11731
d060bc9f
GM
11732 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
11733 `collecting' as synonym for `collect'.
11734
11735 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
11736 for the case it contains spaces.
11737
11738 * simple.el (what-cursor-position): Change formatting of
11739 messages.
11740
b02786f9
GM
11741 * frame.el (delete-other-frames): New function.
11742 (toplevel): Bind it to C-x 5 1.
11743
efd68b8a
GM
11744 * sort.el (sort-numeric-base): New option.
11745 (sort-numeric-fields): If number starts with `0' or `0[xX[',
11746 interpret it as octal or hexadecimal. Use sort-numeric-base
11747 as default base.
11748
3b43c01c
GM
11749 * progmodes/glasses.el: New file.
11750
984ae001
GM
117512000-01-27 Gerd Moellmann <gerd@gnu.org>
11752
a0b796e3
GM
11753 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
11754 userids differently.
11755
984ae001
GM
11756 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
11757 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
11758 progmodes/ebnf-yac.el: New files.
11759
6c67ddee
DL
117602000-01-26 Dave Love <fx@gnu.org>
11761
11762 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
11763 on a function with an empty body. [From Eric Ludlam.]
11764
4e6473c8
GM
117652000-01-25 Andre Spiegel <spiegel@gnu.org>
11766
11767 * vc.el (vc-version-diff): Make sure file name is expanded.
11768
e12489f9
GM
117692000-01-25 Gerd Moellmann <gerd@gnu.org>
11770
11771 * scroll-bar.el (scroll-bar-timer): Variable removed.
11772 (scroll-bar-toolkit-scroll): Don't use a timer.
11773
8dbe2b07
KH
117742000-01-25 Kenichi Handa <handa@etl.go.jp>
11775
11776 * language/thai-util.el (thai-composition-function): Delete
11777 superfluous `a'.
11778
26ef1c87
DL
117792000-01-24 Dave Love <fx@gnu.org>
11780
11781 * fortran.el (fortran-mode): Use beginning-of-defun-function,
11782 end-of-defun-function.
11783
11784 * font-lock.el (turn-on-font-lock): Don't depend on window-system
11785 &c.
11786
7ed4e9a7
JR
117872000-01-22 Jason Rumney <jasonr@gnu.org>
11788
11789 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
11790 conflicts with new face support.
11791
8b7bc628 117922000-01-22 Richard M. Stallman <rms@gnu.org>
d2ce3151
RS
11793
11794 * replace.el (query-replace): Rename last arg to DELIMITED.
11795 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
11796 (query-replace-regexp): Likewise.
11797
8b7bc628 117982000-01-20 Richard M. Stallman <rms@gnu.org>
2d5e9b54 11799
02b14400
RS
11800 * subr.el (with-syntax-table): Use make-symbol, not gensym.
11801
5bb6f079
RS
11802 * emacs-lisp/lisp.el (beginning-of-defun-function):
11803 Variable renamed from beginning-of-defun.
11804 Do not call make-variable-buffer-local.
11805 (beginning-of-defun-raw): Use new variable name; doc fix.
11806 (beginning-of-defun): Doc fix.
11807 (end-of-defun-function): Variable renamed from end-of-defun.
11808 Do not call make-variable-buffer-local.
11809 (end-of-defun): Use new variable name; doc fix.
11810
02b14400
RS
11811 * subr.el (dolist, dotimes): Copied from cl-macs.el
11812 and made to work.
2d5e9b54 11813
a23c5037 11814 * mail/undigest.el (rmail-digest-end-regexps):
2d5e9b54
RS
11815 Variable replaces rmail-digest-end-regexp.
11816 Allows multiple regexps for detecting the end line.
11817 (undigestify-rmail-message): Corresponding changes.
11818
60af03f1
DL
118192000-01-19 Dave Love <fx@gnu.org>
11820
fe5d99e1
DL
11821 * files.el (user-init-file): Don't declare here -- is primitive.
11822
60af03f1
DL
11823 * startup.el (command-line): Check for compiled user-init-file and
11824 set to uncompiled version if necessary.
11825
72dbbc7d
GM
118262000-01-18 Gerd Moellmann <gerd@gnu.org>
11827
6a1950ec
GM
11828 * mail/undigest.el (rmail-digest-end-regexp): New user option.
11829 (undigestify-rmail-message): Use it.
11830
72dbbc7d
GM
11831 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
11832
fbe91bbd
GM
118332000-01-17 Gerd Moellmann <gerd@gnu.org>
11834
11835 * tmm.el (tmm-goto-completions): Adapt to prompt being part
11836 of mini-buffer.
11837
33a6685b
GM
118382000-01-14 Gerd Moellmann <gerd@gnu.org>
11839
b3303df7
GM
11840 * emacs-lisp/copyright.el (copyright-update): Removed the
11841 requirement for a trailing space from `copyright-regexp', to
11842 support copyrights with owner specified on a separate line..
a23c5037 11843
3c4c8064
GM
11844 * align.el: New file.
11845
33a6685b
GM
11846 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
11847
11848 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
11849
044a4975
DL
118502000-01-13 Dave Love <fx@gnu.org>
11851
11852 * ph.el: Removed. (Obsoleted by EUDC.)
11853
0a352cd7
GM
118542000-01-13 Gerd Moellmann <gerd@gnu.org>
11855
11856 * net/eudc.el (toplevel): Remove autoloaded code installing
11857 menu with easymenu, because that causes build problems.
11858
11859 * frame.el (frame-notice-user-settings): New variable.
11860 (frame-notice-user-settings): Don't modify frame parameters
11861 if called a second time.
11862
8b7bc628 118632000-01-13 Richard M. Stallman <rms@gnu.org>
0a352cd7
GM
11864
11865 * frame.el (frame-notice-user-settings):
11866 Notice default-frame-parameters even for non-window frames.
11867
feb450e0
GM
118682000-01-13 Gerd Moellmann <gerd@gnu.org>
11869
11870 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
11871 for Emacs.
11872 (eudc-bob-can-display-inline-images): Extend for Emacs.
11873 (eudc-bob-toggle-inline-display): Ditto.
11874 (eudc-bob-display-jpeg): Ditto.
11875
99c6d63b
GM
118762000-01-12 Gerd Moellmann <gerd@gnu.org>
11877
7970b229
GM
11878 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
11879 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
11880 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
a23c5037 11881
e4936aa9
GM
11882 * add-log.el (add-change-log-entry): Fix error trying an `(insert
11883 nil)'.
11884
11885 * subdirs.el: Add `net' directory.
11886
133c9e59
GM
11887 * net: New directory.
11888
99c6d63b
GM
11889 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
11890 eval-last-sexp. Don't bind debug-on-error here.
11891 (eval-last-sexp): New function. Bind debug-on-error if
11892 eval-expression-debug-on-error is non-nil.
11893 (eval-defun-2, eval-defun): Likewise.
11894
11895 * simple.el (eval-expression): Don't bind debug-on-error if
11896 eval-expression-debug-on-error is nil. Detect changed
11897 debug-on-error, and propagate new value to global binding, if
11898 eval-expression-debug-on-error is non-nil,
11899 (eval-expression-debug-on-error): Change doc string.
a23c5037 11900
8b7bc628 119012000-01-11 Richard M. Stallman <rms@gnu.org>
83c8f461
RS
11902
11903 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
11904
11905 * emacs-lisp/lisp-mode.el (with-syntax-table):
11906 Set up lisp-indent-function property.
11907
11908 * subr.el (with-syntax-table): Moved from simple.el.
11909
11910 * simple.el (with-syntax-table): Moved to subr.el.
11911
7e3c74fa
GM
119122000-01-11 Gerd Moellmann <gerd@gnu.org>
11913
1fab1775
GM
11914 * tmm.el (tmm-shortcut): Delete region after prompt instead
11915 of erasing buffer.
11916
7e3c74fa 11917 * textmodes/fill.el (fill-common-string-prefix): New function.
133c9e59
GM
11918 (fill-context-prefix): Use the longest common prefix of first
11919 and second line fill prefix, if there is one.
7e3c74fa 11920
8b7bc628 119212000-01-11 Richard M. Stallman <rms@gnu.org>
782bd3ec
RS
11922
11923 * array.el (array-mode): Don't use make-variable-buffer-local.
11924 Use make-local-variable for `truncate-lines'.
11925
aa705642 119262000-01-11 Jari Aalto <jari.aalto@poboxes.com>
57df2446 11927
aa705642
GM
11928 * add-log.el (add-log-current-defun): Handle user-defined
11929 add-log-current-function returning nil,
a23c5037 11930
57df2446 11931 * add-log.el (add-change-log-entry): Insert version number
aa705642 11932 if having found a current function
c1356086
GM
11933
11934 * add-log.el (add-log-current-defun): Call
11935 `add-log-current-defun-function'. Try matches at level 0 and
11936 level 1. Strip whitespace from defun found.
a23c5037 11937
1d8c59e9
RS
119382000-01-10 John Wiegley <johnw@gnu.org>
11939
11940 * allout.el (isearch-done/outline-provisions): Added `edit'
11941 argument to correspond with the current definition of
11942 `isearch-done'.
11943
8cf87e9b
DL
119442000-01-10 Dave Love <fx@gnu.org>
11945
11946 * elide-head.el (elide-head): Use point-marker, not point.
11947
9050446c
GM
119482000-01-10 Gerd Moellmann <gerd@gnu.org>
11949
8321b22a
GM
11950 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
11951 before and after the year 2000.
a23c5037 11952
9050446c
GM
11953 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
11954 Add ispell- prefix.
11955
119562000-01-10 Ken Stevens <k.stevens@ieee.org>
11957
11958 * ispell.el: Only define dictionaries in menus when they exist.
11959 (version18p): New variable.
11960 (version20p): New variable.
11961 (xemacsp): New variable.
11962 (ispell-choices-win-default-height): Fix for XEmacs visibility.
11963 (ispell-dictionary-alist1): Added Brasileiro dictionary.
11964 (ispell-dictionary-alist6): Russian command lines no longer accept
f24fef2f 11965 run-together words.
9050446c
GM
11966 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
11967 (ispell-dictionary-alist): Add koi8-r to customize definition.
11968 (check-ispell-version): Added documentation string. Returns
f24fef2f 11969 library path when called non-interactively.
9050446c
GM
11970 (ispell-menu-map-needed): Uses new variables.
11971 (ispell-library-path): New variable.
11972 (ispell-decode-string): XEmacs fix for bogus variable bindings.
11973 (ispell-word): Improved documentation string. Test for valid
11974 character mappings. Correctly check typed in word changes that can
11975 result in single words split into multiple words. Returns
11976 replacement word.
11977 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
11978 replace in recursive query replace mode. Help message for
11979 recursive edit mode.
11980 (ispell-show-choices): Protect against bad framepop bindings.
11981 (ispell-help): Fix to work with XEmacs.
11982 (ispell-highlight-spelling-error): Use new variables.
11983 (ispell-overlay-window): Fix to work with XEmacs.
11984 (ispell-parse-output): Passed and returns location information
11985 tracking spelling corrections. Doesn't recheck same word on
11986 current line.
11987 (ispell-init-process): Protect against bogus XEmacs variable binding.
11988 Fix call to single argument in sleep-for. Use new variables.
11989 (ispell-region): Passed and returns location information tracking
11990 spelling corrections. Doesn't check same word on current line.
11991 Improved documentation string. Doesn't resend a line already
11992 checked to the ispell process - fixes bug in LaTeX parsing.
11993 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
11994 (ispell-skip-region): No longer skips <TT> in SGML.
11995 (ispell-process-line): Tracks location information with spelling
11996 corrections. Added documentation string. Accounts for words
11997 already accepted on this line. Don't allow query-replace on line
11998 starting with math characters. Doesn't resend a line already sent
11999 to ispell process. Fixes alignment error bug.
a23c5037 12000
8b7bc628 120012000-01-10 Richard M. Stallman <rms@gnu.org>
6d0c28f4 12002
a23c5037 12003 * dired-x.el (dired-guess-shell-alist-default):
8f3efb4e
RS
12004 Suggest xloadimage, which is free, not xv, which isn't.
12005
a23c5037 12006 * ange-ftp.el (ange-ftp-file-name-nondirectory):
6d0c28f4
RS
12007 Don't ever include the host name or user name in the value.
12008
9ed79f5d
GM
120092000-01-09 Gerd Moellmann <gerd@gnu.org>
12010
12011 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
12012 of a real newline.
12013
b950abb1
GM
120142000-01-09 Stephen Eglen <stephen@gnu.org>
12015
a23c5037 12016 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
b950abb1
GM
12017 for .png files.
12018
3c708e98
GM
120192000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
12020
12021 * cus-edit.el (custom-hook-convert-widget): Fix comment.
12022
bf61662d
GM
120232000-01-09 Gerd Moellmann <gerd@gnu.org>
12024
f1d851ae
GM
12025 * progmodes/cperl-mode.el: Replace ^F with ^L.
12026
bf61662d 12027 * sendmail.el (toplevel): Provide `sendmail' when compiling
a23c5037 12028 before `require'ing rmail and mailalias to prevent infinite
bf61662d
GM
12029 recursion.
12030
c65d14ee
DL
120312000-01-08 Dave Love <fx@gnu.org>
12032
8cf87e9b
DL
12033 * emacs-lisp/backquote.el: Remove inappropriate customization
12034 (allowing custom.el to use backquote).
c65d14ee 12035
83de2ebc
DL
120362000-01-07 Dave Love <fx@gnu.org>
12037
12038 * add-log.el (add-log-debugging): Deleted.
12039 (add-change-log-entry): Treat a backup FILE-NAME as its parent
12040 file. Remove debugging code.
12041 (change-log-get-method-definition, change-log-name): Add doc.
12042 (change-log-sortable-date-at): New function.
12043 (change-log-merge): New command.
12044
12045 * time.el (display-time-string-forms): Make the Mail string active.
12046 (display-time-update): Provide help-echo for load average.
12047
12048 * bindings.el (make-mode-line-mouse2-map): New function.
12049 (mode-line-modified): Use it and simplify.
12050 (mode-line-mule-info): Provide help-echo info.
12051 (minor-mode-alist): Activate the strings.
12052 (make-mode-line-mouse-sensitive): Simplify for
12053 mode-line-buffer-identification.
12054
c1475eae
GM
120552000-01-07 Gerd Moellmann <gerd@gnu.org>
12056
12057 * play/pong.el: New file.
12058
83de2ebc
DL
120592000-01-06 Dave Love <fx@gnu.org>
12060
12061 * array.el: Assorted cleanups for compiler warnings, doc strings,
12062 `array-' prefix for symbols.
12063
120642000-01-05 Dave Love <fx@gnu.org>
12065
12066 * textmodes/outline.el (outline-mode-menu-bar-map): Add
12067 outline-headers-as-kill.
12068 (outline-mode): Define imenu-generic-expression.
12069 (outline-headers-as-kill): New command.
12070
12071 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
12072 from paragraph-start.
12073 (paragraph-indent-minor-mode): New command.
12074
12075 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
12076 M-C-e, M-C-h, C-j, C-xnd, TAB.
12077 (fortran-mode): Set beginning-of-defun, end-of-defun.
12078 (fortran-column-ruler): Simplify.
12079 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
12080 (fortran-with-subprogram-narrowing): Likewise.
12081 (fortran-indent-subprogram): Call mark-defun.
12082 (fortran-check-for-matching-do): Change narrowing.
12083
12084 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
12085 (cl-lucid-hash-tag): Delete.
12086 (cl-hash-table-p): Correct test for native table.
12087 (cl-hash-table-count): Use hash-table-count.
12088
12089 * browse-url.el (browse-url): Fix case of
12090 browse-url-browser-function being an alist.
12091
676ac023
CD
120922000-01-05 Carsten Dominik <cd@gnu.org>
12093
c1475eae
GM
12094 * textmodes/reftex-vars.el (reftex-parse-file-extension)
12095 (reftex-index-phrase-file-extension): New options.
676ac023
CD
12096
12097 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
c1475eae 12098 Use new option `reftex-index-phrase-file-extension'.
676ac023
CD
12099
12100 * textmodes/reftex.el (reftex-access-parse-file): Use new option
c1475eae 12101 `reftex-parse-file-extension'.
eb483e17 12102
88807984
DL
121032000-01-05 Dave Love <fx@gnu.org>
12104
83de2ebc 12105 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
88807984
DL
12106 (beginning-of-defun-raw): Use it.
12107 (end-of-defun): New variable.
12108 (end-of-defun): Use it.
12109 (check-parens): New command.
12110
1362aeb4
TTN
121112000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
12112
c1475eae
GM
12113 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
12114 (hs-show-block): Don't use `mapcar' when not accumulating.
1362aeb4 12115
7ddafb95
TTN
12116 Fix buglet in local variables initialization.
12117
7334aa99
AS
121182000-01-05 Andreas Schwab <schwab@suse.de>
12119
12120 * hscroll.el (hscroll): Doc fix.
12121
b12e24cd
CD
121222000-01-05 Carsten Dominik <cd@gnu.org>
12123
12124 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
12125 idlw-toolbar.
12126
12127 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
12128 file idlw-rinfo.el.
1362aeb4
TTN
12129 (idlwave-customize): load must read file idlw-shell.el.
12130 (idlwave-create-customize-menu): load must read file idlw-shell.el.
b12e24cd 12131
d6226972
CD
121322000-01-05 Carsten Dominik <dominik@astro.uva.nl>
12133
12134 * progmodes/idlw-shell.el: Also provide idlwave-shell
12135 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
12136 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
12137
12138 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
12139 both reftex-dcr and reftex-vcr.
1362aeb4 12140
d6226972
CD
12141 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
12142
6ddb893f 121432000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
894ee0a2
KH
12144
12145 * ps-print.el: PostScript code now is in separate files, doc fix.
12146 (ps-print-version): New version number (5.0.3).
12147 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
12148 local.
12149 (ps-spool-config): Initialization fix.
c1475eae
GM
12150 (ps-print-prologue-1, ps-print-prologue-2)
12151 (ps-print-duplex-feature): PostScript code moved to separated file.
894ee0a2
KH
12152 (ps-background-image): Little code reformating.
12153 (ps-begin-file, ps-begin-job): Fix code.
88807984 12154 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
894ee0a2
KH
12155 (ps-prologue-file): New fun.
12156
ae833aae
KH
121572000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12158
c1475eae 12159 * ps-vars.el: Eliminated.
ae833aae
KH
12160
12161 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
12162 `;;;###autoload'.
12163
12164 * ps-print.el: ps-vars eliminated, doc fix.
12165 (ps-print-version): New version number (5.0.2).
12166 (ps-spool-config): Initialization fix.
12167 (ps-print-customize): New fun.
12168
560a7bd2
GM
121692000-01-04 Gerd Moellmann <gerd@gnu.org>
12170
12171 * autorevert.el (auto-revert-mode): Return value of
12172 auto-revert-mode.
12173
f45dd0f4
DL
121742000-01-04 Dave Love <fx@gnu.org>
12175
fae2ac05
DL
12176 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
12177 menu items.
f45dd0f4 12178
61255981
DL
121792000-01-03 Dave Love <fx@gnu.org>
12180
88807984 12181 * elide-head.el (elide-head) [defgroup]: Add :version.
c282ca4d 12182
83de2ebc 12183 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
61255981
DL
12184 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
12185 `cl-hash-table-p', not `hash-table-p'.
12186 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
12187
c182a70f
EZ
121882000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
12189
12190 * faces.el (face-read-integer, read-face-attribute)
12191 (color-defined-p, color-values): unspecified-{f,b}g are now
12192 strings.
12193
047f434a
GM
121942000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
12195
12196 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
12197 at comment end, and re-insert them after filling.
12198
bab531e2
EZ
121992000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
12200
12201 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
f7002084
EZ
12202 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
12203 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
bab531e2 12204
d684c676
EZ
122052000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
12206
12207 * term/x-win.el (xw-defined-colors): Call color-supported-p,
12208 the new name of face-color-supported-p.
12209
12210 * term/w32-win.el (xw-defined-colors): Likewise.
12211
0aad4805
EZ
122122000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
12213
12214 * simple.el (completion-setup-function): Count completion-size
12215 from minibuffer-prompt-end, not from point-min.
12216
5fe1d139
EZ
122172000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
12218
12219 * faces.el (read-face-attribute, defined-colors, color-defined-p):
12220 Pass the frame to tty-color-* functions.
12221 (display-color-p, frame-set-background-mode): Pass the frame to
12222 tty-display-color-p.
12223
12224 * term/tty-colors.el (tty-defined-color-alist): Renamed from
12225 tty-color-alist.
12226 (tty-color-alist, tty-modify-color-alist): New functions.
12227 (tty-color-define, tty-color-clear, tty-color-approximate)
12228 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
12229 an optional parameter FRAME.
12230
162dec01
GM
122312000-01-01 Gerd Moellmann <gerd@gnu.org>
12232
27189709
GM
12233 * image.el (create-image, defimage): Don't assume image data is a
12234 string.
12235
162dec01
GM
12236 * image.el (defimage): Handle specifications containing :data
12237 instead of :file.
12238 (image-type-from-data): New function.
12239 (image-type-from-file-header): Use it.
12240 (create-image): Add parameter DATA-P.
1362aeb4 12241
bea56df7 12242See ChangeLog.8 for earlier changes.
25a6fab1
KH
12243
12244;; Local Variables:
e64c3a75 12245;; coding: iso-2022-7bit
25a6fab1 12246;; End: