*** empty log message ***
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
d3fcda22
SM
12000-11-14 Stefan Monnier <monnier@cs.yale.edu>
2
3 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
4 when it follows non-comment text on the line.
5
6 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
7 Set font-lock-defaults.
8 (lisp-mode-shared-map): Init inside the defvar.
9 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
10 Use define-derived-mode.
11
bdab1d43
MB
122000-11-14 Miles Bader <miles@lsi.nec.co.jp>
13
14 * faces.el (header-line): Use `:box nil' for color/gs displays too.
15
936ae731
GM
162000-11-14 Gerd Moellmann <gerd@gnu.org>
17
18 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda): Don't
19 recursively optimize body because that can lead to infinite
20 recursion; see comment there.
21
1695ca2b
EZ
222000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
23
24 * faces.el (face-spec-set-match-display): Revert the change from
25 2000-10-24. Add a FIXME for after v21.1.
26
9d348294
MB
272000-11-13 Miles Bader <miles@gnu.org>
28
29 * textmodes/fill.el (skip-line-prefix): New function.
30 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
31 (fill-paragraph): Don't leave point inside the fill-prefix.
32
b85fa13c
MB
332000-11-13 Miles Bader <miles@lsi.nec.co.jp>
34
35 * calendar/calendar.el (generate-calendar-window): Use
36 `fit-window-to-buffer'.
37
a0b47716
SM
382000-11-12 Stefan Monnier <monnier@cs.yale.edu>
39
40 * gud.el (gud-minor-mode): New var.
41 (gud-symbol, gud-val): New functions.
42 (gud-find-file): Copy gud-minor-mode to the new buffer.
43 (gud-menu-map): Include entries for commands that are not always
44 available, using :enable to (de)activate them.
45 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
46 (gud-mode-map): New map.
47 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
48 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
49 Don't set up gud's menu (it's done by the minor-mode).
50 (gud-minibuffer-local-map): New.
51 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
52 (gud-query-cmdline): New function.
53 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
54 (gud-mode): Use define-derived-mode.
55 Don't set up gud's menu (it's done by the minor-mode).
56 (gud-chop-words): Remove.
57 (gud-common-init): Use split-string instead.
58 (gud-new-keymap, gud-make-debug-menu): Eradicate.
59
60 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
61 Add keyword arg :name.
62
63 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
64 (diff-count-matches, diff-split-hunk): New functions.
65 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
66
67 * pcvs-info.el (cvs-fi-conflict-face): New var.
68
69 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
70 Make it into a simple syntax-table, shared among all submodes.
71 (sh-heredoc-face): Re-introduce.
72 (sh-font-lock-syntactic-face-function): New function.
73 (sh-mode): Use it. Also use define-derived-mode.
74 Remove old bogus setting of indent-region-function.
75 (sh-set-shell): Don't set the syntax-table any more.
76 (sh-mode-syntax-table) <defun>: Remove.
77
f5ed37df
MB
782000-11-12 Miles Bader <miles@gnu.org>
79
80 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
81 message if interactive.
82
0b074c2f
DL
832000-11-12 Dave Love <fx@gnu.org>
84
85 * mail/feedmail.el: Fix header,
86 (feedmail) <defgroup>: Add :link.
87
88 * view.el: Use local-map property, not keymap on mode-line string.
89
90 * scroll-all.el (scroll-all-mode): Customize variable. Add
91 autoload cookie to function.
92
93 * lazy-lock.el: Remove compatibility code.
94
95 * finder.el (finder-known-keywords): Add `files', remove `vms'.
96 (finder-help-echo): New variable.
97 (finder-mouse-face-on-line): Add help-echo stuff.
98 (finder-list-keywords, finder-list-matches): Use mapc.
99
100 * faces.el (face-font-registry-alternatives): Add :version.
101
102 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
103 tags-table-list.
104
a0b47716 105 * net/browse-url.el (browse-url-browser-function): Update :version.
0b074c2f 106
a0b47716 107 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
0b074c2f
DL
108 (mail-mode): Use [:alnum:] in some regexps.
109
6d502396
DL
1102000-11-10 Dave Love <fx@gnu.org>
111
112 * ediff.el (ediff-regions-internal, ediff-documentation):
113 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
114 fundamental mode.
115
116 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
117 buffer into fundamental mode.
118 (ediff-set-difference): Use copy-sequence if available.
119
120 * ediff-ptch.el (ediff-dispatch-file-patching-job): Check
121 ediff-patch-map non-nil.
122 (ediff-fixup-patch-map, ediff-fixup-patch-map)
123 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
124 buffer into fundamental mode.
125
126 * ediff-merg.el (state-or-merge): Defvar when compiling.
127
a82fe213
JR
1282000-11-10 Jason Rumney <jasonr@gnu.org>
129
130 * w32-fns.el (w32-add-charset-info): New function.
131 (w32-charset-info-alist): Use it.
132
52d89894
GM
1332000-11-10 Gerd Moellmann <gerd@gnu.org>
134
135 * faces.el (face-font-registry-alternatives): New user-option.
136
178932de
SM
1372000-11-10 Stefan Monnier <monnier@cs.yale.edu>
138
d7fa3319
SM
139 * textmodes/texinfo.el (texinfo-block-default): New var.
140 (texinfo-insert-block): Use it. Insert a newline if needed.
141
178932de
SM
142 * textmodes/fill.el (fill-indent-according-to-mode): New var.
143 (fill-region-as-paragraph): Use it.
144
145 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
146 (latex-mode): Tweak tex-*-(head|trail)er regexps.
147 Tweak paragraph regexps to allow a leading [ \t]*.
148 (tex-latex-block): Insert a newline if necessary.
149 (latex-insert-item): Only insert a newline if necessary.
150 (tex-guess-main-file): New function.
151 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
152 Set tex-main-file if TeX-master is provided.
153 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
154
bd02b8e0
GM
1552000-11-10 Gerd Moellmann <gerd@gnu.org>
156
157 * startup.el (command-line): Set the default tooltip-mode
158 to t for graphical displays which implement x-show-tip.
159
160 * tooltip.el (tooltip-mode): Add a comment about startup.el
161 setting the default value of this user-option.
162
b29b03eb
SM
1632000-11-09 Stefan Monnier <monnier@cs.yale.edu>
164
165 * font-lock.el (font-lock-*-face) <defvar>: Move.
166 (font-lock-defaults-alist): Mark obsolete.
167 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
168 (font-lock-mode): Use define-minor-mode.
169 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
170 (font-lock-turn-off-thing-lock): Be more explicit.
171 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
172 (font-lock-syntactic-face-function): New var.
173 (font-lock-fontify-syntactically-region): Use it.
174 (font-lock-doc-face): New.
175
176 * pcvs.el (cvs-enabledp): Ignore errors.
177 (cvs-commit-filelist): Never query.
178 (cvs-mode-insert): Always add a terminating / in the initial prompt.
179 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
180 (cvs-do-removal): Use cvs-partition rather than delete-if.
181 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
182 cvs-bury-buffer.
183
184 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
185 Allow `next' to jump to after the end of the last match.
186
778fbc46
GM
1872000-11-09 Gerd Moellmann <gerd@gnu.org>
188
730c746c
GM
189 * simple.el (byte-compiling-files-p): New function.
190
191 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
192 if it is there.
193
194 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
195 nil again.
196
778fbc46
GM
197 * textmodes/ispell.el (ispell-library-path): Don't call
198 check-ispell-version when byte-compiling because that starts
199 an ispell process, and ispell might not be installed.
200 (toplevel): Don't set up a menu when byte-compiling.
201
202 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
203 it, so that a boundp test can be used to determine if we're
204 currently byte-compiling.
205
5912c5bb
DL
2062000-11-09 Dave Love <fx@gnu.org>
207
208 * pcvs.el (uniquify-buffer-file-name): Wrap advice in
209 eval-after-load.
210
7bb054a5
GM
2112000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
212
213 * ps-print.el: Patch for variable initialization when spooling. Doc
214 fix.
215 (ps-output-list): Fun eliminated.
216 (ps-begin-file, ps-begin-job): Code fix.
217
9db2706e
DL
2182000-11-08 Dave Love <fx@gnu.org>
219
220 * ediff-wind.el (ediff-control-frame-parameters): Zero
221 tool-bar-lines.
222
f7eb32aa
GM
2232000-11-08 Gerd Moellmann <gerd@gnu.org>
224
225 * simple.el (shell-command, display-message-or-buffer)
226 (shell-command-on-region): Mention resize-mini-windows in the doc
227 string.
228 (display-message-or-buffer): Take the value of resize-mini-windows
229 into account.
230
7b01b08c
GM
2312000-11-07 Gerd Moellmann <gerd@gnu.org>
232
acad3c0b
GM
233 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
234
7b01b08c
GM
235 * dired.el (dired-between-files): Add `^. find' as an alternative
236 to the regular expression, for find-dired.
237
6f602bd0
SM
2382000-11-06 Stefan Monnier <monnier@cs.yale.edu>
239
240 * textmodes/texnfo-upd.el: Require texinfo.
241 (defmacro, defgroup): Remove.
242 (texinfo-section-to-generic-alist): Remove.
243 Use texinfo-section-list instead (i.e. level is changed string->int).
244 (texinfo-filter): New function.
245 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
246 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
247 Use it. And use regexp-opt.
248 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
249 (texinfo-update-menu-region-beginning)
250 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
251 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
252 (texinfo-update-menu-same-level-regexps): Update.
253 (texinfo-update-node, texinfo-every-node-update)
254 (texinfo-sequential-node-update): Remove autoload cookie.
255
256 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
257 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
258 (texinfo-chapter-level-regexp): Remove.
259 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
260
bb216218
DL
2612000-11-06 Dave Love <fx@gnu.org>
262
6f602bd0 263 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
b04f7626 264
6f602bd0
SM
265 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
266 Match defun*.
bb216218 267
ff8dd5d5
KH
2682000-11-06 Kenichi Handa <handa@etl.go.jp>
269
270 * composite.el (composition-function-table): Variable declaration
271 moved to src/composite.c.
272 (compose-chars-after): New optional arg object.
273
e9da51a1
GM
2742000-11-06 Gerd Moellmann <gerd@gnu.org>
275
e0c12c68
GM
276 * bindings.el (mode-line-toggle-read-only)
277 (mode-line-toggle-modified, mode-line-widen)
278 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
279 (make-mode-line-mouse2-map): Rewritten.
280 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
281 functions so that C-h k can show something with a doc string.
282
e9da51a1
GM
283 * startup.el (fancy-splash-delay): Set to 10 seconds.
284 (fancy-splash-max-time): New user-option.
285 (fancy-splash-stop-time): New variable.
286 (fancy-splash-screens): Set it. Catch `stop-splashing'.
287 (fancy-splash-screens-1): Throw `stop-splashing' when current
288 time is greater than fancy-splash-stop-time.
289
611dbdf0
SM
2902000-11-06 Stefan Monnier <monnier@cs.yale.edu>
291
4d2806e2
SM
292 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
293
611dbdf0
SM
294 * pcvs.el (cvs-mode-marked): New arg `noquery'.
295 Prompt user for a file rather than raising an error.
296 (cvs-enabledp): Fix call to cvs-mode-marked.
297 (cvs-insert-file): New function (extracted from cvs-mode-insert).
298 (cvs-mode-insert): Use it. Change the init prompt' value.
299 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
300
301 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
302 Don't pass default arg to ewoc-locate.
303 (ewoc-collect): Return result in the right order.
304
305 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
306
307 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
308 (cvs-status-get-tags): Fix regexp.
309 (cvs-status-trees, cvs-status-cvstrees):
310 Combine after change hooks and don't sit-for.
4d2806e2
SM
311 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
312 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
611dbdf0
SM
313 Use make-char rather than hard-coded cryptic data.
314 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
315
316 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
317
318 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
319 (cvs-insert-strings): New function.
320
937b2877
MB
3212000-11-06 Miles Bader <miles@lsi.nec.co.jp>
322
323 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
324 `mwheel-scroll-amount'.
325 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
326 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
327 string-matching against the version string.
328
c6c97763
KH
3292000-11-06 Kenichi Handa <handa@etl.go.jp>
330
6eaec747
KH
331 * language/thai.el ("Thai"): Set a lisp form that produces
332 composed string in `sample-text' language info.
333
334 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
335 composed string in `sample-text' language info.
336
337 * international/mule-cmds.el (describe-language-environment): Eval
338 `sample-text' data and insert the result.
339
c6c97763
KH
340 * international/mule-conf.el (compound-text): Define this coding
341 system here. Make x-ctext and ctext aliases of it.
342
343 * language/european.el (compound-text, ctext): Moved to
344 international/mule-conf.el.
345
d1145f85
AI
3462000-11-05 Andrew Innes <andrewi@gnu.org>
347
348 * w32-fns.el (w32-version): New function.
349
178a6a45
SM
3502000-11-05 Stefan Monnier <monnier@cs.yale.edu>
351
352 * progmodes/awk-mode.el: Update copyright.
353 (awk-mode-abbrev-table): Remove.
354 (awk-font-lock-keywords): Use regexp-opt.
355 (awk-mode): Use define-derived-mode.
356
357 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
358 when extracting a suffix.
359
1ba90166
AS
3602000-11-04 Andre Spiegel <spiegel@gnu.org>
361
362 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
363 auto-save-mode.
364
546790cb
JR
3652000-11-04 Jason Rumney <jasonr@gnu.org>
366
367 * language/european.el (decode-mac-roman): Test against r1 not r0.
368
d247e32d
SM
3692000-11-03 Stefan Monnier <monnier@cs.yale.edu>
370
fbf44f44
SM
371 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
372 (icon-mode): Define indent-line-function.
373 (icon-comment-indent): Simplify.
374 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
375
376 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
377
378 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
379 Bind change-log-default-mode to defeat the caching done on it.
380 Don't bother saving excursion any more.
381
382 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
383
384 * frame.el (after-setting-font-hook): Rename hooks -> hook.
385 (set-frame-font): Use the new name (and the old for compatibility).
386
387 * toolbar/tool-bar.el (tool-bar-mode):
388 * time.el (display-time-mode):
389 * recentf.el (recentf-mode):
390 * paren.el (show-paren-mode):
391 * mwheel.el (mouse-wheel-mode):
392 * msb.el (msb-mode):
393 * jka-compr.el (auto-compression-mode):
394 * image-file.el (auto-image-file-mode):
395 * hl-line.el (hl-line-mode):
396 * delsel.el (delete-selection-mode):
397 * autoinsert.el (auto-insert-mode):
398 * complete.el (partial-completion-mode): Drop unneeded positional args.
399
400 * info.el (Info-mode):
401 * comint.el (comint-mode): Don't both with make-local-hook.
402
d247e32d
SM
403 * log-edit.el (log-edit-menu): New menu.
404
4921558e
MB
4052000-11-03 Miles Bader <miles@gnu.org>
406
407 * wid-edit.el (widget-end-of-line): Reinstate, with a new
408 definition, so that trailing spaces are handled properly.
409 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
410
1fc02b3c
GM
4112000-11-03 Gerd Moellmann <gerd@gnu.org>
412
413 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
414 tab character.
415 (fancy-splash-screens): Set tab-width to 20.
416
51d001f7
DL
4172000-11-03 Dave Love <fx@gnu.org>
418
419 * comint.el (comint-completion-addsuffix): Fix custom type.
420
ba22aeff
SM
4212000-11-02 Stefan Monnier <monnier@cs.yale.edu>
422
423 * font-lock.el (font-lock-buffers): Remove.
424 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
425 (font-lock-change-major-mode): Remove.
426 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
427 (font-lock-default-fontify-region): Extend the multiline
428 fontification to whole lines.
429 (font-lock-fontify-anchored-keywords)
430 (font-lock-fontify-keywords-region): If matching just one
431 line (with \n) only mark the \n as multiline.
432
433 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
434 Correctly handle the case where several :group args are supplied.
435 Allow :extra-args.
436 (easy-mmode-define-global-mode): Allow :extra-args.
437 Correctly handle the case where several :group args are supplied.
438
9c887ada
MB
4392000-11-02 Miles Bader <miles@gnu.org>
440
441 * calendar/calendar.el (diary-face, calendar-today-face)
442 (holiday-face): Remove dependency on `window-system'.
443
7f25090d
KR
4442000-11-02 Ken Raeburn <raeburn@gnu.org>
445
446 * Makefile.in (emacs): Set EMACSLOADPATH always.
447 (update-authors, .el.elc, compile-files): Don't do it explicitly
448 here.
9b911107 449 (compile-files): Bomb out if compilation of a file fails.
7f25090d 450
7dd6009c
DL
4512000-11-02 Dave Love <fx@gnu.org>
452
453 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
454
94821e4f
EZ
4552000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
456
457 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
458 punctuation in the warning inserted into the *mail* buffer.
459
1ac3fc42
GM
4602000-11-02 Gerd Moellmann <gerd@gnu.org>
461
57731876
GM
462 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
463 (authors-public-domain-p): New function.
464 (authors-print): Use it.
465
975f82c9
GM
466 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
467
1ac3fc42
GM
468 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
469
4b3eb10f
GM
4702000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
471
975f82c9 472 * ps-print.el: Extension for even/odd printing. Doc fix.
4b3eb10f
GM
473 (ps-print-version): New version number (6.3.1).
474 (ps-even-or-odd-pages): Customization fix.
475 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
476 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
477 (ps-page-count): Var replaced by `ps-page-column'.
478 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
479 (ps-print-sheet-p): New fun.
480
7da794df
MB
4812000-11-02 Miles Bader <miles@lsi.nec.co.jp>
482
483 * tooltip.el (tooltip-gud-tips-setup): New function.
484 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
485 (tooltip-mode): Call tooltip-gud-tips-setup.
486 (tooltip-gud-tips): Use `gud-basic-call' instead of
487 process-send-string, so the prompt gets frobbed appropriately.
488 Handle nil return value from `tooltip-gud-print-command'.
489
0e40b809
EL
4902000-11-01 Eric M. Ludlam <zappo@ultranet.com>
491
492 * comint.el (comint-add-to-input-history): New function.
493 (comint-send-input): Use `comint-add-to-input-history'.
494
50ada0db
MB
4952000-11-02 Miles Bader <miles@lsi.nec.co.jp>
496
973a3104
MB
497 * info.el (info-menu-header): New face.
498 (Info-fontify-menu-headers): New function.
499 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
500
50ada0db
MB
501 * info.el (Info-insert-dir): Don't include blank lines at
502 beginning of additional dir files (one is added automatically).
503
bff53411
SM
5042000-11-01 Stefan Monnier <monnier@cs.yale.edu>
505
506 * emacs-lisp/easy-mmode.el (define-minor-mode):
507 Revert the latest changes.
508 Allow the three positional arguments to be skipped and replaced
509 by keyword arguments.
510 Add a :toggle argument to determine whether a nil arg means toggle
511 or means turn-on. The default is unchanged.
512 Add a call to force-mode-line-update.
513
6b8a0b2d
DL
5142000-11-01 Dave Love <fx@gnu.org>
515
516 * emacs-lisp/elp.el (elp-restore-function): Remove autoload
517 cookie.
518
5bf99100
MB
5192000-11-01 Miles Bader <miles@lsi.nec.co.jp>
520
521 * calendar/calendar.el (diary-face, holiday-face): Add
522 dark-background variants.
523
a4032611
SS
5242000-10-31 Sam Steingold <sds@gnu.org>
525
526 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
527 `tex-main-file' does not have directory in it.
528
c286608e
SM
5292000-10-31 Stefan Monnier <monnier@cs.yale.edu>
530
531 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
532
4836835a
TTN
5332000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
534
535 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
536 functional change.
537
26dcb81b
GM
5382000-10-31 Gerd Moellmann <gerd@gnu.org>
539
540 * files.el (find-file-noselect): When we expand a wildcard, return
541 a list of buffers, as we should do according to the doc string.
542
49fc4500
KR
5432000-10-31 Ken Raeburn <raeburn@gnu.org>
544
545 * loadup.el (top level): Adjust load path if program name is
546 "../src/bootstrap-emacs", in case it's not dumped and thus the
547 load path adjustment hasn't already been done.
548
ea0c615d
GM
5492000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
550
551 * ps-print.el: Fix bug on selected pages for printing. Use
552 `color-values' for Emacs 21. Ensure fontification when jit-lock
553 is on. Try to avoid warning messages when compiling. Doc Fix.
554 (ps-print-version): New version number (6.3).
555 (ps-color-device): Use `color-values' to determine if device
556 supports color.
557 (ps-color-values): Try to use `x-color-values' when using XEmacs.
558 (ps-print-page-p): Changed from defsubst to defun.
559 (ps-page-number): Changed from defmacro to defun.
560 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
561 printing.
c286608e 562 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
ea0c615d
GM
563 (ps-end-file, ps-dummy-page): Funs eliminated.
564 (ps-print-color-scale): Changed default value.
565 (ps-page-n-up, ps-print-page-p): New internal vars.
566 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
567 (ps-plot-region, ps-generate, ps-end-job): Code fix.
568
9e20722f
GM
569 * delim-col.el: Little programming improvement.
570 (delimit-columns-str): New macro.
571 (delimit-columns-region, delimit-columns-rectangle): Code fix.
572
d7a0fd00
KH
5732000-10-31 Kenichi Handa <handa@etl.go.jp>
574
c286608e
SM
575 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
576 Moved to european.el.
d7a0fd00
KH
577 (ccl-encode-mac-roman-font, fontset-mac): Modified for
578 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
c286608e
SM
579 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
580 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
d7a0fd00 581
234be340
DL
5822000-10-30 Dave Love <fx@gnu.org>
583
584 * progmodes/cc-menus.el (imenu-generic-expression)
585 (imenu-progress-message): Only defvar when compiling.
586
4edc4a39
DL
587 * emacs-lisp/elp.el (elp-unload-hook): New function.
588
589 * loadhist.el (unload-feature): Call elp-restore-function,
590 checking for symbols; don't use elp-restore-all.
591 (loadhist-hook-functions): Doc fix.
592
70c825df
SM
5932000-10-30 Stefan Monnier <monnier@cs.yale.edu>
594
595 * log-edit.el (log-edit-confirm): Fix the default.
596
1d3baf74
GM
5972000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
598
599 * delim-col.el: Little fix: replace delimit-columns-align-columns by
600 delimit-columns-format.
601 (delimit-columns-region, delimit-columns-rectangle): Code fix.
4836835a 602
1ec321a7
MB
6032000-10-30 Miles Bader <miles@lsi.nec.co.jp>
604
605 * comint.el (comint-replace-by-expanded-history): Don't use
606 comint-get-old-input (we're not looking at *old* input).
607 (comint-get-old-input-default): If using fields, signal an error
608 when the point is not in an input field.
609
70737ea9
KH
6102000-10-30 Kenichi Handa <handa@etl.go.jp>
611
612 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
613 and mule-unicode-e000-ffff.
614
fa0cb51d 615 * international/mule.el (decode-char, encode-char): New functions.
70737ea9
KH
616 (make-coding-system): Accept a symbol of translation table as a
617 value of property `safe-chars'.
618
619 * international/mule-cmds.el (encode-coding-char): Check property
620 safe-chars instead of safe-charsets.
621
622 * international/fontset.el (fontset-default): Modified for
623 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
624 (x-font-name-charset-alist): Likewise.
625 (ccl-encode-unicode-font): New CCL program. Record it in
626 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
627
70c825df
SM
628 * language/european.el (mac-roman-decoder, mac-roman-encoder):
629 New translation tables.
70737ea9
KH
630 (decode-mac-roman, encode-mac-roman): Definition of these CCL
631 programs are modified and moved from mac-win.el.
632 (mac-roman): Definition of this coding system is modified and
633 moved from mac-win.el.
4836835a 634
fda2ce24 6352000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 636
1d3baf74 637 * ediff-wind.el (ediff-setup-control-frame): Enclose
fda2ce24 638 face-attribute in condition-case to avoid errors in older emacsen.
70737ea9 639
dd4d3cb6
MB
6402000-10-29 Miles Bader <miles@gnu.org>
641
642 * custom.el (custom-add-to-group): Allow multiple entries for a
643 given value OPTION, as long as their widget types are different.
644 * cus-edit.el (custom-face-value-create): If face name doesn't end
645 with "face", add such here (similar to custom group widgets).
646
647 * comint.el (comint-highlight-prompt): Add :type.
648
dace60cf
JW
6492000-10-28 John Wiegley <johnw@gnu.org>
650
651 * textmodes/flyspell.el (flyspell-maybe-correct-transposition):
652 Changed this function to operate on a temporary buffer instead of
653 the main buffer. This not only keeps flyspell from marking a
654 buffer as changed that wasn't, but it solves the jumpy cursor
655 problem when attempts are made to edit incorrect words.
656 (flyspell-maybe-correct-doubling): Same change as for
657 `flyspell-maybe-correct-transposition'.
658
659 * calendar/timeclock.el (timeclock-log): Doc fix.
660 (timeclock-last-event): Doc fix.
661 (timeclock-log): Kill the timelog buffer after appending a new
662 event.
663 (timeclock-find-discrep): Use a temp buffer to read in the
664 timelog, instead of visiting the file.
665 (timeclock-log-data): A new function, along with a host of helper
666 functions, for the purpose of making timelog data accessible to
667 programmers.
668
669 * eshell/esh-mode.el (window-height test): Make certain that
670 `eshell-stringify-t' is non-nil.
671 (eshell-password-prompt-regexp): Changed to a much simpler
672 password regexp.
673 (eshell-send-input): If `eshell-invoke-directly' returns t,
674 directly invoke the parsed command using `eval'. This improves
675 turn-around time on simple commands by a factor of three or
676 greater, such as cd, ls, pwd, etc. -- which get used very often.
677 It also conserves thousands of cons cells per call (since
678 `eshell-do-eval' consumes memory like a Cookie Monster set loose
679 in the Pacific Cookie Company).
680
681 * eshell/esh-test.el (eshell-test): Whitespace fix.
682
683 * eshell/em-ls.el (eshell-ls-insert-directory): Make
684 `eshell-ls-initial-args' nil when inserting directory contents.
685
686 * eshell/em-script.el (eshell-script-initialize): Add names to
687 `eshell-complex-commands, since `source' and `.' are complex.
688
0467b076
EZ
689 * eshell/esh-cmd.el (eshell-rewrite-for-command)
690 (eshell-rewrite-while-command): Use `eshell-protect' instead of
dace60cf
JW
691 `eshell-copy-handles'.
692 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
693 bodies.
694 (eshell-separate-commands): Whitespace fix.
695 (eshell-complex-commands): Added a new list of names, for
696 determining whether a given command is as simple as it looks.
697 (eshell-invoke-directly): New function. Returns t if a command
698 should be invoked directly (using `eval'), rather than indirectly
699 using `eshell-do-eval'.
700 (eshell-do-eval): Whitespace fix.
701
702 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
703 which provides an emulation of the DOS shell behavior of assuming
704 that cp/mv/ln should copy/move/link to the current directory.
705 (eshell-remove-entries): Added a doc string.
706 (eshell-shuffle-files): Removed the check for `target' being null.
707 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
708 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
709 it to do a smarter check of whether a destination was provided.
710 (eshell/mv, eshell/cp): Enable `:preserve-args'.
711 (eshell/ln): Enable `:preserve-args', and use
712 `eshell-mvcpln-template' to implement the body of the function.
0467b076
EZ
713 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
714 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
dace60cf
JW
715 list after flattening it. This makes it possible to cat files
716 with numerical names.
717 (eshell-unix-initialize): Added several names to
718 `eshell-complex-commands.
719 (eshell-unix-command-complex-p): Return t if a given command name
720 may result in external processes being invoked.
721
722 * eshell/em-glob.el (eshell-glob-show-progress): Make this
723 variable nil by default, since it slows down glob processing by a
724 factor of two or more, and increases memory consumption.
725
726 * eshell/em-smart.el: Added a note about how memory consumptive
727 smart display mode can be (at least this is true in Emacs 21).
728 (eshell-smart-initialize): Whitespace fix.
729 (eshell-refresh-windows): Use `if' instead of `when'.
730 (eshell-smart-scroll-window): Calling `save-current-buffer' was
731 not necessary.
732 (eshell-currently-handling-window): Added a missing global
733 variable.
734
735 * eshell/em-ls.el (eshell-do-ls): Code simplification.
736 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
737 Whitespace fix.
738 (eshell-ls-exclude-hidden): Added this variable in addition to
739 `eshell-ls-exclude-regexp'. This one prevents files beginning
740 with . from even being read, which can improve memory consumption
741 quite a bit.
742 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
743 read file entries beginning with a dot. In home directories with
744 lots of hidden files, fully two-thirds of the time spent in ls is
745 used to read directory entries that are immediately thrown away.
746 (eshell-ls-initial-args): Added back this configuration variable,
747 for specifying default initial arguments to every call to ls.
748 Much faster than using an alias to do the same thing.
749 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
750 (eshell-ls-dir): Whitespace change.
751
752 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
753
754 * eshell/esh-util.el: Don't require `ange-ftp' if it's not
755 available.
756 (eshell-stringify-t): Added a customization variable, to indicate
757 whether `t' should be rendered as a string at all. If not, one
758 can still determine if the result of an expression is true using
759 "file-exists-p FILE && echo true".
760 (eshell-stringify): If `eshell-stringify-t' is nil, don't
761 stringify t!
762
763 * eshell/esh-module.el: Whitespace fix.
764
765 * eshell/em-alias.el (eshell-alias-initialize): Added
766 `eshell-command-aliased-p' to `eshell-complex-commands'.
767 (eshell-command-aliased-p): New function that returns t if a
768 command name names an aliased.
769
657f9cb8 7702000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 771
0467b076 772 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
70c825df 773 redrawing the screen when changing cursor color.
0467b076
EZ
774 (viper-insert-state-pre-command-sentinel)
775 (viper-replace-state-pre-command-sentinel)
70c825df
SM
776 (viper-replace-state-post-command-sentinel):
777 Use viper-preserve-cursor-color.
657f9cb8
MK
778 Many functions changed to use viper= instead of = when comparing
779 characters.
0467b076 780 * viper-util.el (viper-memq-char,viper=): New functions for
657f9cb8 781 working with characters.
0467b076 782 (viper-change-cursor-color): Fixed buglet.
657f9cb8
MK
783 Many functions changed to use viper= instead of = when comparing
784 characters.
0467b076 785 * viper.el (viper-insert-state-mode-list): Added eshell.
4836835a 786
0467b076 787 * ediff-init.el (ediff-before-setup-hook): New hook.
657f9cb8 788 Several typos fixed in various docstrings.
0467b076
EZ
789 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
790 * ediff-nult.el (ediff-before-session-group-setup-hooks): New
657f9cb8 791 hook.
0467b076
EZ
792 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
793 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
794 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
795 (ediff-get-selected-buffers): New function.
796 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
797 (ediff-vc-merge-internal,ediff-rcs-merge-internal): Use
657f9cb8 798 save-window-excursion.
0467b076 799 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
657f9cb8 800 termination check in while loop.
0467b076 801 * ediff.el (ediff-get-default-file-name): Better defaults when in
657f9cb8 802 dired buffer.
0467b076
EZ
803 (ediff-files,ediff-merge-files,ediff-files3)
804 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
4836835a 805
4f490d99
DL
8062000-10-28 Dave Love <fx@gnu.org>
807
808 * info.el (Info-fontify-node): Add help-echo for menu items.
809
45b84006
EZ
8102000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
811
5ebc02b3
EZ
812 * startup.el (normal-top-level): If the value of $TERM indicates
813 we are running from xterm or one of its work-alikes, default to a
814 light background mode.
815
45b84006
EZ
816 Support for -fg, -bg, and -rv command-line arguments for TTYs:
817 * faces.el (tty-handle-reverse-video): New function.
818 (tty-create-frame-with-faces): Call it.
819
820 * frame.el (frame-notice-user-settings): Don't apply
821 default-frame-alist and initial-frame-alist to MS-DOS frames.
822 Call tty-handle-reverse-video, frame-set-background-mode, and
823 face-set-after-frame-default for non-MS-DOS frames.
824
825 * startup.el (tty-long-option-alist): New variable.
826 (tty-handle-args): New function.
827 (command-line): Call tty-handle-args.
828
829 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
830 startup.el now does that for all character-terminal frames.
831
eab6e8b9
MB
8322000-10-28 Miles Bader <miles@gnu.org>
833
834 * emacs-lisp/easy-mmode.el (define-minor-mode): Generate
835 `turn-on-MODE' and `turn-off-MODE' functions unless the mode is
836 global. If :global is followed by a non-nil but non-t value,
837 make the mode buffer-local, but also generate a `global-MODE'
838 version using `easy-mmode-define-global-mode'. Add
839 :conditional-turn-on keyword argument.
840
51a29efc
DL
8412000-10-28 Dave Love <fx@gnu.org>
842
843 * international/latin1-disp.el (latin1-char-displayable-p): Don't
844 use window-system.
845
d71d7114
EZ
8462000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
847
848 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
849 Don't call find-buffer-file-type-coding-system. Instead, just
850 set eol-type to -unix if inhibit-eol-conversion is in effect, or
851 if the file is on an untranslated filesystem.
852 (add-untranslated-filesystem): Use "D" instead of "f" inside
853 interactive.
854
1f9cab4b
DL
8552000-10-27 Dave Love <fx@gnu.org>
856
70c825df 857 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
1f9cab4b
DL
858 (refill-mode): Use it.
859
70c825df
SM
8602000-10-27 Stefan Monnier <monnier@cs.yale.edu>
861
862 * international/quail.el (quail-activate): Don't make-local-hook.
863
7432cf10
AS
8642000-10-27 Andre Spiegel <spiegel@gnu.org>
865
4836835a 866 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
7432cf10 867 manual backups and file.~<rev>.~ for automatic ones.
08a1fcb7
AS
868 (vc-make-version-backup): Don't do it on MS-DOS without long file
869 names.
4836835a 870
7432cf10
AS
871 * vc.el (vc-version-other-window): If an automatic backup of the
872 desired version exists, rename it instead of copying it.
873
4836835a
TTN
874 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
875 after command. If there's an unexpected error, signal it instead
7432cf10 876 of being silent.
e1483c38 877 (vc-cvs-merge-news): Be prepared for no news at all.
4836835a 878
05ea7ef2
MB
8792000-10-27 Miles Bader <miles@lsi.nec.co.jp>
880
fd1035aa
MB
881 * shell.el (shell): Add BUFFER argument.
882 * comint.el (make-comint-in-buffer): New function.
883 (make-comint): Use it.
884
05ea7ef2
MB
885 * faces.el (face-spec-choose): Change syntax so that the list of
886 attribute-value pairs is now the cdr of each clause, not the cadr.
887 Detect old-style entries, and handle them. Use pop.
888
835a55fe
SM
8892000-10-26 Stefan Monnier <monnier@cs.yale.edu>
890
f5ab1cdd
SM
891 * cus-edit.el (custom-mode-map): Use a sparse map.
892 (custom-mode): Don't bother with make-local-hook.
893
894 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
895
835a55fe
SM
896 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
897
c13b0ec8
GM
8982000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
899
900 * ps-print.el: Avoid compilation gripes.
901 (ps-print-version): New version number (6.2.1).
4836835a 902
e9f63196
DL
9032000-10-26 Dave Love <fx@gnu.org>
904
0b95284b
DL
905 * menu-bar.el: Modify some menu item help strings.
906 (menu-bar-help-menu): Add link to MORE.STUFF.
907
e9f63196
DL
908 * cus-edit.el (custom-mode): Add `special' mode-class property.
909
910 * wid-browse.el (widget-browse-mode): Likewise.
911
912 * wid-edit.el (widget-specify-field): Revert to using local-map
913 property, not keymap.
914
e276a14a
MB
9152000-10-26 Miles Bader <miles@lsi.nec.co.jp>
916
c1545d88
MB
917 * wid-edit.el (widget-field-end): When checking for a `boundary'
918 field, do so in the correct buffer.
919
3c1b77ca
MB
920 * simple.el (undo): Correctly distinguish between numeric and
921 non-numeric prefix args in non-transient-mark-mode, as per the doc
922 string. When in transient-mark-mode, treat all prefix-args as
923 numeric.
924
f5ab1cdd
SM
925 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
926 Position point on match. Handle N == 0 correctly.
22626d9d
MB
927
928 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
929 (comint-mode-map): Reverse order of `comint-write-output' and
930 `comint-append-output-to-file'.
931 (comint-append-output-to-file): Reinstate this function, for the
932 benefit of the menu.
933
d97151cb
SM
9342000-10-25 Stefan Monnier <monnier@cs.yale.edu>
935
936 * vc.el (vc-version-other-window): Bind `file'.
937
ea7d6f5b
GM
9382000-10-25 Gerd Moellmann <gerd@gnu.org>
939
f5ab1cdd 940 * Makefile.in (update-authors): New target for maintenance purposes.
ea7d6f5b
GM
941
942 * emacs-lisp/authors.el (batch-update-authors): New function.
943 (authors-fixed-entries): New defconst.
944 (authors-add-fixed-entries): New function.
945 (authors): Call it.: Don't process lispref/.
946
17c25cea
JR
9472000-10-25 Jason Rumney <jasonr@gnu.org>
948
949 * cus-edit.el (custom-button-face, custom-button-pressed-face):
950 Merge x w32 and mac definitions.
951
4ecda532
GM
9522000-10-25 Gerd Moellmann <gerd@gnu.org>
953
954 * menu-bar.el (menu-bar-options-menu): Add a help string for
955 `uniquify'.
956
b6735035
GM
9572000-10-25 Stephen Gildea <gildea@alum.mit.edu>
958
f5ab1cdd
SM
959 * time-stamp.el (time-stamp-string-preprocess):
960 Fix a wrong type argument error.
b6735035 961
f4cbc7a0
MB
9622000-10-25 Miles Bader <miles@gnu.org>
963
964 * recentf.el (recentf-mode): Variable removed.
965 (recentf-mode): Use `define-minor-mode'.
966
967 * mwheel.el (mouse-wheel-mode): New global minor mode.
968 (mwheel-install): Use `mouse-wheel-mode'.
969
f4b020f6
DL
9702000-10-25 Dave Love <fx@gnu.org>
971
f5ab1cdd
SM
972 * progmodes/cperl-mode.el (cperl-mode):
973 Set normal-auto-fill-function correctly.
072cb6f9 974
f4b020f6
DL
975 * wid-edit.el (widget-field-keymap, widget-text-keymap): Don't
976 inherit from global-map and don't nullify menu-bar and tool-bar
0b95284b 977 bindings.
f4b020f6 978
ebe2a441
MB
9792000-10-25 Miles Bader <miles@lsi.nec.co.jp>
980
ff4dcd4b
MB
981 * wid-edit.el (widget-field-at): New function.
982 (widget-at, widget-field-activate): Use it.
983 (widget-tabable-at): Use `widget-at'.
984 (widget-specify-field): If the terminating character of the widget
985 field (which is read-only) is a newline, put it into a special
986 `boundary' field so that C-n/C-p act more naturally.
987 (widget-field-end): Also don't subtract one if a special
988 `boundary' field has been added after the widget field.
989
ebe2a441
MB
990 * comint.el (comint-output-filter, comint-send-input): Don't
991 bother adding stickiness fields to overlays to fool the field
992 code, since it should notice the overlay insertion-types now.
ff4dcd4b 993
ebe2a441
MB
994 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
995 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
996 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
997
fe50b6ab
GM
9982000-10-24 Gerd Moellmann <gerd@gnu.org>
999
53df4dda
GM
1000 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
1001 (authors): Set file coding system to iso-2022-7bit. Add
1002 file-local variables to output buffer.
1003
4836835a 1004 * files.el (after-find-file): Don't print any warnings if
fe50b6ab
GM
1005 WARN is nil.
1006
53df4dda
GM
10072000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1008
1009 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
1010
1011 * delim-col.el: Now there is a column formatting mechanism.
1012 Modified to customization mechanisms convention. Doc fix.
1013 (columns): New group for delim-col.
1014 (delimit-columns-before, delimit-columns-after)
1015 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
1016 (delimit-columns-end): New vars.
1017 (delimit-columns-customize, delimit-columns-format): New funs.
1018 (delimit-columns-region, delimit-columns-rectangle)
1019 (delimit-columns-rectangle-line): Modified to support column
1020 formatting.
4836835a 1021
a9839779
DL
10222000-10-24 Dave Love <fx@gnu.org>
1023
1024 * log-edit.el (log-edit): Add :version and a :group for vc.
1025
df0267b8
GM
10262000-10-24 Gerd Moellmann <gerd@gnu.org>
1027
9acc3873
GM
1028 * files.el (after-find-file): Don't print a message ``New file''
1029 if WARN is nil.
1030
63e1b552
GM
1031 * wid-edit.el (widget-field-keymap, widget-text-keymap): Define
1032 the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
1033 get duplicate tool-bar entries because we'll see the global ones
1034 on more than one path through keymaps.
1035
1946f901
GM
1036 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
1037
df0267b8
GM
1038 * progmodes/cmacexp.el: Change Francesco's email address.
1039
ae3b264b
KH
10402000-10-24 Kenichi Handa <handa@etl.go.jp>
1041
1042 * window.el (fit-window-to-buffer): Adjust point of the window
1043 buffer, not that of the current buffer.
1044
23afac01
EZ
10452000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
1046
1047 * progmodes/cmacexp.el: Update the euthor's email address.
1048
22d1a4ed
MB
10492000-10-24 Miles Bader <miles@lsi.nec.co.jp>
1050
1051 * faces.el (face-spec-set-match-display): Add `graphic' display
1052 type (the inverse of `tty'). Use `display-graphic-p' instead of
1053 the window-system variable.
1054
f408aa48
KH
10552000-10-24 Kenichi Handa <handa@etl.go.jp>
1056
1057 * international/isearch-x.el (isearch-with-input-method): Call
1058 input-method-function with the first event in
1059 unread-command-events.
1060
94fe8a31
MB
10612000-10-24 Miles Bader <miles@lsi.nec.co.jp>
1062
1063 * faces.el (face-default-spec, face-user-default-spec): Make
1064 defsubsts.
1065
8f47302e
AC
10662000-10-24 Andrew Choi <akochoi@i-cable.com>
1067
1068 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
1069 New charsets.
1070
1071 * term/mac-win.el: Remove definitions of mac-roman-lower and
1072 mac-roman-upper, require dired, and define instead of set
1073 mac-ready-for-drag-n-drop to avoid compilation error.
1074
446c097e
AI
10752000-10-23 Andrew Innes <andrewi@gnu.org>
1076
1077 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]: Remove
1078 superfluous calls to subst-char-in-string; instead apply
1079 expand-file-name after convert-standard-filename to ensure
1080 expected directory separators are used.
1081
379b70e7
EZ
10822000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
1083
1084 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
1085
85c766e9
DL
10862000-10-23 Dave Love <fx@gnu.org>
1087
b7e03a67
DL
1088 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
1089 (tool-bar-add-item): Set foreground and background for XBM icons.
1090
1091 * international/latin1-disp.el (latin1-char-displayable-p): New
1092 function (from Handa).
1093 (latin1-display-check-font): Use it.
1094
0dcf8835
DL
1095 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
1096 using :key-sequence, making it much more usable. Use nconc, not
1097 append.
1098 (imenu--create-keymap-1): Avoid append.
1099
85c766e9 1100 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
4836835a 1101
cb3069bb
MB
11022000-10-23 Miles Bader <miles@lsi.nec.co.jp>
1103
1104 [the following changes fix a bug where `define-minor-mode' didn't
1105 correctly generate :require clauses for defcustoms in compiled files]
1106 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
1107 (byte-compile-log-file, byte-compile-log-1): Don't set
1108 `byte-compile-current-file' to nil. Instead set
1109 `byte-compile-last-logged-file' to it. Test whether
1110 byte-compile-current-file equals byte-compile-last-logged-file
1111 instead of whether its nil.
3b6542ba 1112 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
cb3069bb 1113
6db6243b
SM
11142000-10-23 Stefan Monnier <monnier@cs.yale.edu>
1115
1116 * textmodes/refill.el: Fix var names in doc.
1117 (refill-mode): Don't bother with make-local-hook anymore.
1118
98490598
MB
11192000-10-23 Miles Bader <miles@lsi.nec.co.jp>
1120
e01cd227
MB
1121 * faces.el (face-user-default-spec, face-default-spec): New functions.
1122 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
4836835a 1123 (frame-set-background-mode, face-set-after-frame-default):
e01cd227
MB
1124 Use `face-user-default-spec'. Simplify code slightly.
1125
4836835a 1126 * woman.el (woman-italic-face, woman-bold-face)
e01cd227
MB
1127 (woman-unknown-face): Add dark-background variants.
1128 (woman-default-faces): Renamed from `woman-colour-faces'.
1129 Set using the stored defaults, rather than using hard-wired colors.
1130 (woman-monochrome-faces): Renamed from `woman-black-faces'.
1131 Just make the foreground `unspecified' rather than "black".
1132 (woman-menu): Rename menu entries accordingly.
1133
98490598
MB
1134 * faces.el (header-line): Make more reasonable on mono/grayscale
1135 displays.
1136
1a578e9b
AC
11372000-10-23 Andrew Choi <akochoi@i-cable.com>
1138
1139 * cus-edit.el (custom-button-face): Use 3D look for mac.
1140 (custom-button-pressed-face): Likewise.
1141
1142 * faces.el (set-face-attributes-from-resources): Handle mac frames
1143 in the same way as x and w32 frames.
1144 (face-valid-attribute-values): Likewise.
1145 (read-face-attribute): Likewise.
1146 (defined-colors): Likewise.
1147 (color-defined-p): Likewise.
1148 (color-values): Likewise.
1149 (display-grayscale-p): Likewise.
1150 (face-set-after-frame-default): Likewise.
1151 (mode-line): Same default face as for x and w32.
1152 (tool-bar): Likewise.
1153
1154 * frame.el: Remove call to frame-notice-user-settings at end of
1155 the file.
1156
1157 * info.el (Info-fontify-node): make underlines invisible for mac
1158 as for x, pc, and w32 frame types.
1159
1160 * term/mac-win.el: New file.
1161
aaaf7be7
DL
11622000-10-22 Dave Love <fx@gnu.org>
1163
1164 * textmodes/refill.el: New file.
1165
5392d654
AS
11662000-10-22 Andre Spiegel <spiegel@gnu.org>
1167
4836835a 1168 * vc-hooks.el (vc-version-backup-file-name): New optional args
5392d654 1169 MANUAL and REGEXP.
4836835a 1170 (vc-delete-automatic-version-backups, vc-make-version-backup):
5392d654
AS
1171 New functions.
1172 (vc-before-save): Use the latter.
1173 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
1174 confusion.
1175
4836835a 1176 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
5392d654
AS
1177 expected by vc[-hooks].el.
1178
1179 * vc.el (vc-checkout): Added `-p' suffix in call to
1180 vc-make-version-backups-p; use vc-make-version-backup to actually
1181 make the backup.
1182 (vc-version-other-window, vc-version-backup-file): Handle both
1183 automatic and manual backups.
1184 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
1185 of all of them.
1186
1e221c16
MB
11872000-10-22 Miles Bader <miles@gnu.org>
1188
7ff4fda5
MB
1189 * comint.el (comint-highlight-input, comint-highlight-prompt):
1190 Renamed, `-face' at end removed.
1191 (comint-send-input, comint-output-filter): Use renamed faces.
1192
3511cde8
MB
1193 * window.el (fit-window-to-buffer): Change defaulting of
1194 MAX-HEIGHT slightly.
1195
1e221c16
MB
1196 * faces.el (color-values, color-defined-p): Use `member', not
1197 `memq', because it works correctly for strings.
1198 (frame-set-background-mode): Actually, "unspecified-fg" and
1199 "unspecified-bg" *are* strings. Use `member', not `memq', and
1200 `equal', not `eq', when a string value is possible.
1201
b6ef4898
EZ
12022000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
1203
1204 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
1205
34939e2c
SM
12062000-10-21 Stefan Monnier <monnier@cs.yale.edu>
1207
1208 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
1209 sh-electric-rparen, sh-electric-less and sh-electric-hash.
1210 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
1211 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
1212 (sh-font-lock-syntactic-keywords): Use them.
1213 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
1214 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
1215 (sh-mode): Don't override font-lock-unfontify-region-function.
1216 Use a copy of sh-font-lock-syntactic-keywords.
1217 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
1218 Don't call sh-scan-buffer since font-lock does it on the fly.
1219 (sh-get-indent-info): Use `face' rather than `syntax-table'
1220 text-property to detect here-documents.
1221 Replace sh-special-syntax with sh-st-punc.
1222 (sh-prev-line): Use `face' rather than `syntax-table'
1223 text-property to skip over here-documents.
1224 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
1225 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
1226 (sh-electric-less, sh-set-here-doc-region)
4836835a 1227 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
34939e2c
SM
1228 (sh-scan-buffer, sh-rescan-buffer): Remove.
1229
f3d3c491
AI
12302000-10-21 Andrew Innes <andrewi@gnu.org>
1231
1232 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
1233 remote (ange-ftp) file names.
1234
b86c791c
MB
12352000-10-21 Miles Bader <miles@gnu.org>
1236
d9c30bdf
MB
1237 * window.el (fit-window-to-buffer): New function.
1238 (shrink-window-if-larger-than-buffer): Use it.
1e221c16
MB
1239 (window-text-height): Don't expect minibuffers to have mode-lines.
1240
d9c30bdf 1241 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
feb5013d
MB
1242 * international/quail.el (quail-update-guidance): Use
1243 `fit-window-to-buffer' instead of `set-window-text-height'.
d9c30bdf 1244
617fee5a
MB
1245 * international/quail.el (quail-show-guidance-buf): Make sure
1246 guidance window really has enough room.
1247 (quail-update-guidance): If quail-guidance-win is already shown,
1248 make sure its height is OK.
1249
b86c791c
MB
1250 * window.el (window-text-height, set-window-text-height):
1251 New functions.
1252 (shrink-window-if-larger-than-buffer): Use `window-text-height'
1253 instead of `window-height' & `mode-line-window-height-fudge'.
1254 (mode-line-window-height-fudge): Add FACE parameter.
1255 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
1256 instead of `enlarge-window' & `mode-line-window-height-fudge'.
1257
e34850d1
MB
12582000-10-20 Miles Bader <miles@gnu.org>
1259
1260 * window.el (height-affecting-face-attributes): Use `defconst'.
1261
1262 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
1263 New function, conditionally aliased to `mode-line-window-height-fudge'.
1264 (ispell-help): Use it.
1265 (ispell-choices-win-default-height): Don't include mode-line fudge.
1266 (ispell-choices-win-default-height): New function.
1267 (ispell-show-choices, ispell-command-loop): Use function
1268 `ispell-choices-win-default-height' instead of variable.
1269
a8b883c2
MB
12702000-10-20 Miles Bader <miles@lsi.nec.co.jp>
1271
8c6e4a58
MB
1272 * window.el (mode-line-window-height-fudge): New variable.
1273 (height-affecting-face-attributes): New variable.
1274 (mode-line-window-height-fudge): New function.
1275 (shrink-window-if-larger-than-buffer): Use it.
1276 * help.el (resize-temp-buffer-window): Likewise.
1277
a8b883c2
MB
1278 * info.el (Info-fontify-node): Add support for @subsubsection
1279 titles, which use `Info-title-4-face'.
1280 (Info-title-4-face): New face.
1281 (Info-title-3-face): Inherit from Info-title-4-face instead of
1282 variable-pitch.
1283
e64c3a75
JR
12842000-10-19 Jason Rumney <jasonr@gnu.org>
1285
1286 * dired.el (dired-insert-directory): Do not let errors signalled by
1287 attempt to run dired-free-space-program prevent dired from working.
1288
c70fe852
SM
12892000-10-19 Stefan Monnier <monnier@cs.yale.edu>
1290
1291 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
1292
877cf6b4
GM
12932000-10-19 Gerd Moellmann <gerd@gnu.org>
1294
5de037e0
GM
1295 * dirtrack.el (dirtrack): Fix call to run-hooks.
1296
6deb9af9
GM
1297 * cmuscheme.el (cmuscheme-program-name): Renamed from
1298 scheme-program-name because xscheme.el contains a defcustom with
1299 the same name. As a consequence, customizing group `cmuscheme'
1300 loaded `xscheme' which redefined run-scheme.
1301 (run-scheme): Use cmuscheme-program-name.
1302
877cf6b4
GM
1303 * ps-print.el (ps-print-emacs-type): Move into the
1304 eval-and-compile.
1305
e597d8fb 1306 * play/doctor.el (doctor-death): Update the Samaritans'
c70fe852 1307 anonymous address, and add a website for Befrienders International.
4836835a 1308
3e9cb08f
GM
13092000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1310
c70fe852
SM
1311 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
1312 Avoid compilation gripes. Doc fix.
3e9cb08f
GM
1313 (ps-print-version): New version number (6.2).
1314 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
1315 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
1316 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
1317 (ps-x-extent-priority, ps-x-extent-start-position)
1318 (ps-x-face-font-instance, ps-x-find-coding-system)
1319 (ps-x-font-instance-properties, ps-x-make-color-instance)
1320 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
1321 avoid compilation gripes without defining functions.
1322 (ps-e-find-composition): Alias for function find-composition, to have a
1323 suitable function depending on Emacs version.
1324 (ps-color-device, ps-color-values, ps-face-foreground-name)
1325 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
1326 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
1327 (ps-print-ensure-fontified): Function definitions surrounded by
1328 `eval-and-compile' to avoid compilation gripes.
1329 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
1330 by symbol-value to avoid compilation gripes.
1331 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
1332 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
1333
d8abcd91
MB
13342000-10-19 Miles Bader <miles@lsi.nec.co.jp>
1335
13ab33c4
MB
1336 * startup.el (normal-top-level): Call `frame-set-background-mode'
1337 after `frame-notice-user-settings' because the latter doesn't call
1338 the former on a tty.
1339
d8abcd91
MB
1340 * faces.el (frame-set-background-mode): `unspecified' &c are
1341 symbols, not strings.
1342
e8bce0a9
EZ
13432000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
1344
c70fe852
SM
1345 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
1346 why some "light*" colors are deliberately absent from the alist.
e8bce0a9 1347
c70fe852
SM
1348 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
1349 Change colors for tty's, as suggested by Miles Bader.
e8bce0a9 1350
773272d8
KH
13512000-10-19 Kenichi Handa <handa@etl.go.jp>
1352
c70fe852 1353 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
773272d8
KH
1354 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
1355 for ISO10646-1 fonts.
1356 (x-font-name-charset-alist): Add an entry for "iso10646-1".
1357
772139c0
EZ
13582000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
1359
1360 * faces.el (frame-set-background-mode): If a tty frame defines a
1361 background color, use that to compute the background mode, instead
1362 of always defaulting to "dark".
1363
d134a19f
MB
13642000-10-19 Miles Bader <miles@lsi.nec.co.jp>
1365
8bb84cb2
MB
1366 * comint.el (comint-write-output): New function.
1367 (comint-mode-map): Add it to the menu.
e40a778f 1368 Bind `C-c C-s' to comint-write-output.
d134a19f 1369
dada41e1
GM
13702000-10-18 Gerd Moellmann <gerd@gnu.org>
1371
1372 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
1373 Use fancy-splash-delay.
1374
9b5360aa
GM
13752000-10-18 Alex Schroeder <alex@gnu.org>
1376
1377 * progmodes/sql.el (sql-sybase-options): New option.
1378 (sql-sybase): Use it. Add sql-database to the list of parameters
1379 provided for login. The options -w 2048 -n are not used any more.
1380
9035a35a
GM
1381 * comint.el (comint-read-input-ring): Bugfix such that the first
1382 and the last entry of the input ring file are not lost.
1383
3556c6dd
GM
13842000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1385
1386 * ps-print.el: Internal variable changes to defcustom,
1387 make-local-hook changes to defvar. Doc fix.
1388 (ps-print-version): New version number (6.1).
1389 (ps-setup, ps-do-despool): Code fix.
1390 (ps-printer-name): Customization fix.
1391 (ps-printer-name-option): Now is a defcustom instead of an
1392 internal variable.
1393 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
1394 (ps-print-begin-column-hook): Now are defvar instead of
1395 make-local-hook.
4836835a 1396
4e217e50
MB
13972000-10-18 Miles Bader <miles@gnu.org>
1398
1399 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
1400 (comint-kill-output): Changed into an alias for `comint-delete-output',
1401 and made obsolete.
1402 (comint-mode-map): Rename references to comint-kill-output.
1403
34460354
EZ
14042000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
1405
1406 * diff-mode.el (diff-header-face, diff-file-header-face)
1407 (diff-changed-face): Add bold and italic attributes to tty faces.
1408 (diff-function-face): New face.
1409 (diff-font-lock-keywords): Use it.
1410
17ea3cdb
MB
14112000-10-18 Miles Bader <miles@lsi.nec.co.jp>
1412
1413 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
1414 Remove commented-out call to force-mode-line-update.
1415 (comint-kill-output): Use `forward-line 0' instead of
1416 beginning-of-line to make sure we get past the prompt.
1417
9244f2c7
SM
14182000-10-17 Stefan Monnier <monnier@cs.yale.edu>
1419
1420 * diff-mode.el (diff-header-face, diff-file-header-face):
1421 Add specific setting for dark background.
1422 (diff-context-face): Renamed from diff-comment-face.
1423 Set explicitly rather than inheriting from font-lock-comment-face.
1424
1592c1ef
EZ
14252000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
1426
1427 * startup.el (command-line): Move the code which sets the default
1428 TTY colors to before before-init-hook.
1429
f86292a9
GM
14302000-10-17 Gerd Moellmann <gerd@gnu.org>
1431
1432 * jit-lock.el (jit-lock-stealth-time): Doc fix.
1433
f7f2e883
EZ
14342000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
1435
e854cc22
EZ
1436 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
1437 extensions, for MS-DOS.
1438
f7f2e883
EZ
1439 * diff-mode.el (diff-header-face, diff-file-header-face)
1440 (diff-changed-face): Define tty-specific colors.
1441
c7b4f0f9
GM
14422000-10-17 Gerd Moellmann <gerd@gnu.org>
1443
1444 * startup.el (fancy-splash-text): Realign the text.
1445
12a72271
EZ
14462000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
1447
1448 * font-lock.el (font-lock-comment-face): Define a separate default
1449 for dark-background tty's.
1450
61dfccfd
MB
14512000-10-17 Miles Bader <miles@gnu.org>
1452
1453 * help.el (resize-temp-buffer-window): Add hack to avoid last line
1454 being obscured by whizzy mode-lines on graphics displays.
1455
333cd59e
EZ
14562000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
1457
1458 * info.el (Info-title-1-face, Info-title-2-face)
1459 (Info-title-3-face): Define colors for tty's.
dada41e1 1460 (info-header-node): Remove unneeded tty-specific definition.
333cd59e 1461
dbf1fcc1
EZ
14622000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
1463
1464 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
1465 reverse from the frame parameters, and don't invert foreground and
1466 background colors.
1467
ac629823
MB
14682000-10-16 Miles Bader <miles@gnu.org>
1469
1470 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
1471 string "*Info*". Call propertized-buffer-identification to spruce
1472 up the result.
1473
76eebffc
GM
14742000-10-16 Gerd Moellmann <gerd@gnu.org>
1475
3a6b59d9
GM
1476 * help.el: Provide `help' for the sake of define-minor-mode
1477 which generates defcustoms with requires.
1478
6569c3d3
GM
1479 * jit-lock.el (jit-lock-after-change): If we're in text that
1480 matches a multi-line font-lock pattern, make sure the whole text
1481 will be redisplayed.
1482
c2e0a611
GM
1483 * emacs-lisp/authors.el (authors-add): Don't add an entry if
1484 author's name is unknown.
1485
76eebffc
GM
1486 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
1487 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
1488 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
1489 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
1490 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
1491 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
1492 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
1493 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
1494 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
1495 Add author information.
1496
cf1e7b12
MB
14972000-10-16 Miles Bader <miles@lsi.nec.co.jp>
1498
1499 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
1500 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
1501 full-color version (using the Gimp) to eliminate dithering artifacts.
1502
5586f3eb
SM
15032000-10-15 Stefan Monnier <monnier@cs.yale.edu>
1504
1505 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
1506
1507 * simple.el (syntax-flag-table, string-to-syntax): Remove.
1508
ad64a888
DL
15092000-10-15 Dave Love <fx@gnu.org>
1510
1511 * progmodes/sh-script.el: Require skeleton and comint when
1512 compiling.
1513
1514 * pcomplete.el (pcomplete) <defgroup>: Add :version.
1515
1516 * whitespace.el: Doc fixes.
1517 (top-level): Don't add hooks here.
1518 (whitespace-running-emacs): Deleted.
1519 (timer): Don't require.
1520 (whitespace): Add back :version conditional on xemacs test.
1521 (whitespace-spacetab-regexp, whitespace-indent-regexp)
1522 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
1523 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
1524 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
1525 Avoid specific xemacs test.
1526 (whitespace-global-mode): New option.
1527 (whitespace-global-mode): New command.
1528 (whitespace-unload-hook): New function.
1529
1530 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
4836835a 1531 (Info-fontify-node, Info-goto-node, Info-mode-menu)
ad64a888
DL
1532 (Info-fontify-node): `Goto' goes to `Go to'.
1533 (Info-fontify-node): Add help-echo to xref links.
1534
1ef49fc6
EZ
15352000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
1536
1537 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
1538
8b7707e1
SM
15392000-10-15 Stefan Monnier <monnier@cs.yale.edu>
1540
b3b7f42f
SM
1541 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
1542 Use plist-get and allow :inherit.
1543
1544 * emacs-lisp/cl-macs.el (cl-do-arglist):
1545 Use plist-get and plist-member instead of memq.
1546
3c7fafc7
SM
1547 * emacs-lisp/ewoc.el (ewoc-location): New function.
1548 (ewoc-enter-after, ewoc-enter-before): Document return value.
1549 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
1550 Don't need make-local-hook any more.
1551 (cvs-addto-collection): Return the new tin.
1552 (cvs-mode-insert): Jump to the new line.
1553
8b7707e1
SM
1554 * jit-lock.el (jit-lock-fontify-buffer): Remove.
1555
1556 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
1557
1558 * font-lock.el (font-lock-syntactically-fontified): New var.
1559 (font-lock-fontify-syntactic-keywords-region): Use it.
1560 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
1561
1562 * diff-mode.el (diff-find-file-name): Fix regexp.
1563
1564 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
1565 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
1566
1567 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
1568 (sh-mode-syntax-table): Add punctuation syntax for < and >.
1569 (sh-mode): Don't make all vars local here.
1570 (sh-kw): Reformat.
1571 (sh-set-shell): Use dolist. Don't set indent-region-function.
1572 (sh-mode-syntax-table): Use pop.
1573 (sh-remember-variable): Use push.
1574 (sh-help-string-for-variable): Use memq.
1575 (sh-safe-backward-sexp): Remove.
1576 (sh-safe-forward-sexp): Add ARG.
1577 (sh-get-indent-info, sh-prev-stmt): Use it.
1578 (sh-prev-line): Simplify by using forward-comment.
1579 (sh-this-is-a-continuation): Simplify.
1580 (sh-learn-buffer-indent): Use dolist.
1581 (sh-do-nothing): Remove.
1582 (sh-set-char-syntax, sh-set-here-doc-region):
1583 Use inhibit-modification-hooks.
1584 (sh-name-style): Use mapcar and push.
1585 (sh-load-style): Use dolist.
1586 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
1587 (sh-case, sh-while-getopts): Use propertize directly rather
1588 than sh-electric-rparen.
1589
15902000-10-14 Stefan Monnier <monnier@cs.yale.edu>
1591
1592 * textmodes/tex-mode.el: Require CL when compiling.
1593 (tex-mode-syntax-table): Init immediately.
1594 (tex-mode-map): Bind M-RET to latex-insert-item.
1595 (latex-mode): Set indent-line-function to latex-indent.
1596 (tex-common-initialization): Don't setup the syntax-table any more.
1597 (latex-insert-item): New skeleton.
1598 (tex-next-unmatched-end): Fix copy/paste braino.
4836835a 1599 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
8b7707e1 1600 (latex-indent, latex-find-indent): New functions.
4836835a 1601 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
8b7707e1
SM
1602 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
1603 (tex-compilation-parse-errors): Use with-syntax-table.
1604
86b7fcbb
MB
16052000-10-15 Miles Bader <miles@gnu.org>
1606
1607 * font-lock.el (font-lock-comment-face): Change dark-background,
1608 color, non-tty, default to `chocolate1'.
1609
57a24508
JW
16102000-10-13 John Wiegley <johnw@gnu.org>
1611
1612 * eshell/esh-util.el (require): Added a missing `require' form,
1613 needed when compiling (for an ange-ftp macro definition).
1614
40ad3db4
DL
16152000-10-13 Dave Love <fx@gnu.org>
1616
1617 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
1618
db460189
GM
16192000-10-13 Gerd Moellmann <gerd@gnu.org>
1620
b41c9501
GM
1621 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc
1622 fix.
1623
4836835a 1624 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
db460189
GM
1625 transparent -colors 8).
1626
3b5e21df
GM
16272000-10-13 Stephen Gildea <gildea@alum.mit.edu>
1628
1629 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
1630 that breaks with old list format timestamps.
1631 (time-stamp-warn-inactive, time-stamp-old-format-warn)
1632 (time-stamp-count, time-stamp-conversion-warn): Improved doc
1633 strings.
1634
16908a3f
JW
16352000-10-13 John Wiegley <johnw@gnu.org>
1636
d7103dda
JW
1637 * align.el, pcomplete.el, calendar/timeclock.el,
1638 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
1639
dace60cf 1640 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
16908a3f
JW
1641 faulty math, where holiday hours were being computing as seconds.
1642
b6b70cda
JW
16432000-10-13 John Wiegley <johnw@gnu.org>
1644
1645 * desktop.el (desktop-buffer-modes-to-save): Added a global for
1646 specifying what "other" kinds of buffers should be saved. This
1647 used to be hard-coded.
1648 (desktop-buffer-misc-functions): A global for specifying how
1649 auxiliary data should be determined for special buffer types.
1650 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
1651 instead of hard-coding the special buffer types.
1652 (desktop-save): Run `desktop-buffer-misc-functions' to gather
1653 auxiliary data, instead of hard-coding for Info buffers and dired.
1654 (desktop-buffer-info-misc-data): Aux function for determining Info
1655 buffer auxiliary info.
1656 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
1657 (desktop-buffer-info): Changed this function to use the info
1658 gathered above.
1659 (desktop-create-buffer): Be a little more careful about what
1660 `minor-mode' means before calling it. This is important for some
1661 buffer types.
1662
8c6b1d83
JW
16632000-10-13 John Wiegley <johnw@gnu.org>
1664
1665 * eshell/esh-util.el: Added a global form which declares an
1666 autoload for `parse-time-string', if that function is not already
1667 defined, and if parse-time.el is available on the user's system.
1668
1669 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
1670 to be aware of ange-ftp user info.
1671 (eshell-do-ls): Bind `ange-cache'. Also, use
1672 `eshell-file-attributes'.
1673 (eshell-ls-annotate): Use `eshell-file-attributes'.
1674 (eshell-ls-file): Made the user-id printing code a bit smarter.
1675
1676 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
1677 allow identification of alias user ids in remote directories.
1678 It's manual, but there's no other way to know when the current
1679 user on the local machine, is also the owning user on the remote
1680 machine.
1681 (fboundp): Bind `ange-cache'.
1682 (eshell-directory-files-and-attributes): Re-organized the logic a
1683 bit to use `eshell-file-attributes' instead of `file-attributes'.
1684 The former is more sensitive to directories that are read via FTP,
1685 and knows how to use ange-ftp to determine full attribute
1686 information, instead of just the name and last modtime.
1687 (eshell-current-ange-uids): Return the current user id when in a
1688 remote directory.
1689 (eshell-parse-ange-ls): Parse a full directory listing that has
1690 been returned by ange-ftp.
1691 (eshell-file-attributes): This beefed up version of
1692 `file-attributes' is only special if the user is currently in a
1693 remote directory, in which case it does a lot of work to find out
1694 what the real attributes of a file are, as they appear on the
1695 remote machine. This makes usage of remote directories (i.e.,
1696 ange-ftp pathnames) much more useful. You can now use Eshell as a
1697 full-fledged FTP client, with much more manipulation ability than
1698 most other clients.
1699
1700 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
1701 variable, which means that Eshell's du should always be preferred
1702 in remote directories.
1703 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
1704 just `file-attributes'.
1705 (eshell-mvcp-template): Bind `ange-cache', to improve performance
1706 when reading remote directories. This is an Eshell-specific
1707 variable (not part of ange-ftp).
1708 (eshell/ln): Bind `ange-cache'.
1709 (eshell/du): Added some extra logic for determining when to use
1710 Eshell's du (which is slow), and when to use the external version
1711 (which may or may not exist).
1712
1713 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof): Call
1714 `eshell-interactive-process', rather than using
1715 `get-buffer-process', since backgrounded processes don't count in
1716 the context of this function's logic.
1717
1718 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
1719 `forward-char', so that null strings are parsed correctly.
1720
87730e84 17212000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
1722
1723 * eshell/em-pred.el (eshell-pred-file-type,
1724 eshell-pred-file-links, eshell-pred-file-size): Use
1725 `eshell-file-attributes'. This is more correct over ange-ftp.
1726
1727 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
1728 that remote file globbing is more efficient.
1729
1730 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
1731 gathering the files and attributes within a directory.
1732
1733 * eshell/em-unix.el (eshell/cat): If any of the files passed on
1734 the command line is a special file (not a regular file, directory
1735 or symlink), always attempt to call the external version of cat.
1736
87730e84 17372000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
1738
1739 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
1740 Eshell-friendly version of find-tag.
1741
1c7e37a9
MB
17422000-10-13 Miles Bader <miles@lsi.nec.co.jp>
1743
4836835a 1744 * image-file.el (image-file-name-extensions)
1c7e37a9
MB
1745 (image-file-name-regexps): Add autoload cookies.
1746
11a7f341
KH
17472000-10-13 Kenichi Handa <handa@etl.go.jp>
1748
1749 * international/mule-cmds.el (select-safe-coding-system): If FROM
1750 is string, show it in *Warning* buffer.
1751
8ddddcb0
EZ
17522000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
1753
1754 * startup.el (normal-top-level): Use display-popup-menus-p instead
1755 of window-system.
1756 (command-line): Use display-graphic-p instead of window-system.
1757 (command-line-1): Use display-popup-menus-p and display-mouse-p
1758 instead of window-system.
1759
72200f89
SS
17602000-10-12 Sam Steingold <sds@gnu.org>
1761
1762 * tooltip.el (tooltip-use-echo-area): New user variable.
1763 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
1764
8661c643
DL
17652000-10-12 Dave Love <fx@gnu.org>
1766
d0b40dc1
DL
1767 * recentf.el: Maintainer's checkdoc fixes.
1768
a622451f
DL
1769 * startup.el (normal-top-level-add-subdirs-to-load-path): Use
1770 character class, not ASCII when matching file names.
1771 (fancy-splash-head): Add trailing slash to URL.
1772 (command-line): Don't require XPM support for toolbar.
1773
8661c643
DL
1774 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
1775 (cperl-invalid-face): Revert last change.
1776 (cperl-init-faces): Quote cperl-invalid-face.
1777
ef2ed8ab
KH
17782000-10-12 Kenichi Handa <handa@etl.go.jp>
1779
1780 * startup.el (fancy-splash-text): Remove superfluous quote.
1781
b0da379e
GM
17822000-10-12 Gerd Moellmann <gerd@gnu.org>
1783
dbeb499b
GM
1784 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
1785 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
1786 (command-line-1): Don't use fancy-splash-pending-command.
1787 (fancy-splash-screens-1): Goto point-min after inserting text.
1788
d861718a
GM
1789 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
1790
b0da379e
GM
1791 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
1792 instead of shared-lisp-mode-map.
1793
4fb2ad98
MB
17942000-10-12 Miles Bader <miles@lsi.nec.co.jp>
1795
1cb4393e
MB
1796 * faces.el (header-line): Change tty-variant to use underlining.
1797
4fb2ad98
MB
1798 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
1799 (isearch-highlight): Restore lazy-isearch face properties at old
1800 position, and suppress them at new position.
1801 (isearch-dehighlight): Restore lazy-isearch face properties.
1802 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
1803 over the real isearch overlay, but in that case, don't give it a
1804 face property. Use `push'.
1805
eb991b25
KH
18062000-10-12 Kenichi Handa <handa@etl.go.jp>
1807
1808 * man.el (Man-getpage-in-background): Fix previous change.
1809 Decode the process output only when we are in multibyte mode.
1810
a818c1c0
DL
18112000-10-11 Dave Love <fx@gnu.org>
1812
c990f53a
DL
1813 * info.el (Info-mode-menu): Fix some help.
1814 (info-tool-bar-map): Add entry for Info-last.
1815
a818c1c0
DL
1816 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
1817 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
1818 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
1819 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
1820 * toolbar/search-replace.xpm, toolbar/exit.xpm:
1821 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
1822 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
1823 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
1824 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
1825 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
1826 Reduce colour requirements to 25 overall. (Probably wants
1827 revisiting from the originals to reduce further.)
1828
c1b096cb
EZ
18292000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
1830
1831 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
1832 buffer-file-coding-system, instead of raw-text.
1833 (dehexlify-buffer): Bind coding-system-for-read to
1834 buffer-file-coding-system, instead of raw-text.
1835
5c8b7eaf
SS
18362000-10-11 Sam Steingold <sds@gnu.org>
1837
1838 * progmodes/cperl-mode.el (cperl-invalid-face): double-quote
1839 `underline' - fixes the bug introduced on 2000-09-21.
1840
2cfbdb7a
DL
18412000-10-11 Dave Love <fx@gnu.org>
1842
1843 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode): Avoid
1844 compiler warnings.
1845 (scheme-mode): Doc fix.
1846 (scheme-font-lock-keywords-1): Match `define-syntax'.
1847
18482000-10-11 Miles Bader <miles@lsi.nec.co.jp>
4b33f290
MB
1849
1850 * faces.el (frame-set-background-mode): Pay attention to saved
f161d539
MB
1851 face specs as well as default ones. Only do anything if the
1852 bg-mode or display-type has actually changed. Use `dolist'.
0c846ea2 1853 (region): Make dark-background `region' face less in-your-face.
4b33f290 1854
690ec649
SS
18552000-10-10 Sam Steingold <sds@gnu.org>
1856
1857 * chistory.el, ielm.el, ledit.el:
1858 * progmodes/inf-lisp.el, progmodes/scheme.el:
1859 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
1860
3b95d6bb
SM
18612000-10-10 Stefan Monnier <monnier@cs.yale.edu>
1862
1863 * textmodes/texinfo.el: Update copyright and fix typo.
1864
1865 * desktop.el (desktop-modes-not-to-save): New var.
1866 (desktop-save-buffer-p): Use it.
1867 Also, obey desktop-buffers-not-to-save even for non-file buffers.
1868 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
1869
d646c828
DL
18702000-10-10 Dave Love <fx@gnu.org>
1871
1872 * toolbar/tool-bar.el (tool-bar-add-item)
1873 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono
1874 display.
1875
d646c828
DL
1876 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
1877 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
1878 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
1879 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
1880 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
1881 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
1882 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
1883 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
1884 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
1885 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
1886 the .xpms; probably need retouching.
1887
862a7e28
MB
18882000-10-10 Miles Bader <miles@lsi.nec.co.jp>
1889
1890 * subr.el (add-to-list): Add optional argument APPEND.
1891 * battery.el (display-battery): Use `add-to-list'.
1892
46e33aee
TTN
18932000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
1894
930baf47
TTN
1895 * play/zone.el (zone-timer, zone-wc-tbl): Rework
1896 these vars as symbol properties.
2cfbdb7a
DL
1897 (zone, zone-when-idle, zone-leave-me-alone)
1898 (zone-pgm-whack-chars): Use new symbol properties.
930baf47 1899
5a430f9c
TTN
1900 * battery.el (display-battery): Doc spelling fix.
1901
46e33aee
TTN
1902 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
1903 property.
1904
adf7d3a8
DL
19052000-10-09 Dave Love <fx@gnu.org>
1906
1907 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
1908 has been initialized before calling tool-bar-setup.
c2156508 1909 (tool-bar-add-item-from-menu): Add autoload cookie.
adf7d3a8 1910
06a8c9f8
EZ
19112000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
1912
e4ca8f8c
EZ
1913 * menu-bar.el (send-mail-item-name): New function.
1914 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
1915 of mail-user-agent in the menu. Don't display the "Send Mail"
1916 item if mail-user-agent is nil or its value is ignore.
1917 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
1918 if read-mail-command is nil or its value is ignore.
1919
06a8c9f8
EZ
1920 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
1921
7dbc9c8a
MB
19222000-10-09 Miles Bader <miles@gnu.org>
1923
29e0814b
MB
1924 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
1925 Correct image size.
1926 * toolbar/left_arrow.xpm: Correct image size.
1927
7dbc9c8a
MB
1928 * jka-compr.el: Don't call `jka-compr-install' when loading (it
1929 will be done by the definition of `auto-compression-mode' if
1930 necessary. Move code to uninstall existing file-name handler
1931 before definition of `auto-compression-mode'.
1932
1933 * image-file.el (auto-image-file-mode): Move to the end of the
1934 file, because `define-minor-mode' actually calls the mode-function
1935 if the associated variable is non-nil, which requires that all
1936 needed functions be already defined.
1937
65b61266
MB
1938 * mouse.el (popup-menu): Balance parens.
1939
d6b8c85b
SM
19402000-10-08 Stefan Monnier <monnier@cs.yale.edu>
1941
1942 * mouse.el (popup-menu): Move the command call outside the loop
1943 so that popup-menu returns whatever the command returns.
1944
1945 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
1946 (initialize-new-tags-table): Use run-hook-with-args-until-success.
1947 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
1948 (tags-table-format-functions): Renamed from tags-table-format-hooks.
1949
1950 * vc.el (vc-version-diff): diff-switches can be a list.
1951 Use relative filenames for prettier output.
1952
46e33aee 1953 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
d6b8c85b
SM
1954 (vc-post-command-functions): Remove old-VC compatibility code.
1955
1956 * newcomment.el (comment-indent-default): Autoload.
1957
1958 * font-lock.el (font-lock-defaults): Make buffer-local.
1959 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
1960 (font-lock-choose-keywords):
1961 Ignore LEVEL unless KEYWORDS is a list of syms.
1962 (c-keywords, c++-keywords, objc-keywords, java-keywords):
1963 Don't wrap regexp-opt things in \(...\) unnecessarily.
1964
1965 * jit-lock.el: Don't require font-lock any more.
1966 (jit-lock-functions): Make buffer-local.
1967 (jit-lock-saved-fontify-buffer-function): Remove.
1968 (jit-lock-mode): Remove autoload cookie.
1969 Remove font-lock specific code.
1970 (jit-lock-unregister): Don't bother handling complex hooks any more.
1971 (jit-lock-refontify): New function.
1972 (jit-lock-fontify-buffer): Use it.
1973 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
1974 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
1975 Add optional args START and END.
1976 Never call font-lock-fontify-region directly.
1977 (jit-lock-function, jit-lock-stealth-fontify): Use it.
1978
1979 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
1980
a30ed6ac
DL
19812000-10-08 Dave Love <fx@gnu.org>
1982
4e7c7ca9
DL
1983 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
1984
1985 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
1986
1987 * play/studly.el (studlify-region, studlify-word): Add autoload
1988 cookie.
1989
1990 * play/morse.el (morse-region, unmorse-region): Add autoload
1991 cookie.
1992
1993 * play/spook.el (spook-phrases-file): Use expand-file-name, not
1994 concat.
1995
1996 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
1997 insist on symbols starting with word syntax.
1998 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
1999 (eval-defun-1): Doc fix.
2000 (indent-sexp): Use nconc to build up indent-stack.
2001
2002 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
2003 Gnus with little use.
2004 (mail-setup-hook): Add mail-abbrevs-setup to options.
2005
968f7c4a
DL
2006 * recentf.el: Doc fixes.
2007
2008 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
2009 Clean up remainder.
2010
2011 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
2012 without timezone and (8) with timezone to enforce some whitespace.
2013 Simplify code somewhat.
2014
2015 * options.el (list-options): Doc that you should use customize.
2016
2017 * iswitchb.el (iswitchb-mode): Add :require.
2018
a30ed6ac
DL
2019 * info.el (Info-goto-node, Info-menu): Doc fix.
2020 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
2021 (info-tool-bar-map): New variable.
2022 (Info-mode): Use it.
2023 (Info-edit-map): Define all in defvar.
2024 (speedbar-attached-frame): Avoid compiler warning.
2025
2026 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
2027 (global-map): Bind [tool-bar] to a filtered map.
2028 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
2029 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
2030 Allow PBM icons.
2031 (tool-bar-setup): Adjust calls of tool-bar-add-item.
2032
2033 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
2034 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
2035 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
2036 icons, except up_arrow, which is left-arrow rotated.
2037
2038 * imenu.el (imenu-add-to-menubar): Fix last change.
2039
4e953aff
PB
20402000-10-08 Peter Breton <pbreton@ne.mediaone.net>
2041
2042 * generic-x.el (rul-generic-mode): Remove eval-when-compile
2043 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
2044
739e92a7
EZ
20452000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
2046
d20faceb
EZ
2047 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
2048 typos in doc strings.
2049
a640322e
EZ
2050 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
2051 the doc strings how to customize Font Lock faces.
2052
739e92a7
EZ
2053 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
2054 computing growth when dragging the header line.
2055
8be7408c
EZ
20562000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
2057
2058 * simple.el (kill-line): Doc fix.
2059
6fee86a3
MB
20602000-10-08 Miles Bader <miles@gnu.org>
2061
445a653e
MB
2062 * faces.el (secondary-selection): Make foreground visible on tty.
2063
6fee86a3
MB
2064 * jka-compr.el (auto-compression-mode): Move to the end of the
2065 file, because `define-minor-mode' actually calls the mode-function
2066 if the associated variable is non-nil, which requires that all
2067 needed functions be already defined.
2068 (with-auto-compression-mode): Add autoload cookie.
2069
a115794c
EZ
20702000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
2071
2072 * files.el (find-backup-file-name) [ms-dos]: If support for long
2073 file names is not available, behave as if version-control were set
2074 to never.
2075
b12e6de3
DL
20762000-10-07 Dave Love <fx@gnu.org>
2077
2078 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
2079 (browse-url-gnome-moz): New function.
2080 (browse-url-browser-function): Use it.
2081 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
2082
20b1d079
SM
20832000-10-07 Stefan Monnier <monnier@cs.yale.edu>
2084
2085 * indent.el (tab-always-indent): New var.
2086 (indent-for-tab-command): Use it.
39250ec3 2087
9ee45b2c 2088 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
a115794c 2089 raise an error. This way it can still default to a sane value.
9ee45b2c 2090
8c6b1d83
JW
20912000-10-06 Stefan Monnier <monnier@cs.yale.edu>
2092
39250ec3
SM
2093 * startup.el (fancy-splash-screens): Use local rather than global map.
2094 Don't use `update-menu-bindings' any more.
2095 Get rid of assumptions about keymap representation.
2096
a23ccdf2
DL
20972000-10-06 Dave Love <fx@gnu.org>
2098
814299a7 2099 * textmodes/fill.el (sentence-end-double-space)
742c1822
DL
2100 (sentence-end-without-period): Doc fix.
2101 (adaptive-fill-regexp): Purecopy.
2102 (unjustify-current-line): Use line-end-position.
2103 (fill-individual-paragraphs-prefix): Use line-beginning-position.
2104
2105 * net/eudc-vars.el (eudc): Add :version, :link.
2106
39250ec3 2107 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
742c1822
DL
2108
2109 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
2110 Fix for define-minor-mode.
2111 (function-at-point): Alias to function-called-at-point.
2112
2113 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
2114
2115 * simple.el (backward-word): Doc fix.
2116
a23ccdf2
DL
2117 * image-file.el (image-file-name-regexp): image-file-regexps ->
2118 image-file-name-regexps.
742c1822 2119 (image-file-name-extensions): Add pbm.
a23ccdf2 2120
39250ec3
SM
21212000-10-06 Stefan Monnier <monnier@cs.yale.edu>
2122
2123 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
2124 and add filename to the names so that diff-mode can jump to source.
2125
2126 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
814299a7 2127 (tex-font-lock-keywords, tex-font-lock-keywords-2)
39250ec3
SM
2128 (tex-font-lock-keywords-1): Remove.
2129 (font-lock-turn-on-thing-lock): Use jit-lock-register.
2130 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
9ee45b2c
SM
2131 (font-lock-default-fontify-region):
2132 Expand beg..end correctly when just following a multiline region.
39250ec3
SM
2133 (font-lock-fontify-anchored-keywords):
2134 Include the anchor text as part of the multiline.
2135
8d5dfacd
GM
21362000-10-06 Gerd Moellmann <gerd@gnu.org>
2137
2138 * loadup.el (toplevel): Load `loaddefs' before `help' because the
2139 latter needs the autoloaded define-minor-mode macro during the
2140 bootstrap.
2141
2142 * startup.el (command-line): For now, activate tool-bar-mode only
2143 if XPM images are supported.
2144
2145 * mouse.el (mouse-drag-header-line): Don't allow resizing a
2146 window by dragging a header-line at the top of the frame; that's
4c19fbce 2147 confusing because the header-line doesn't move.
8d5dfacd
GM
2148 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
2149 of treating the event as a list. Some cleanup.
2150
f69aad2b 21512000-10-06 Miles Bader <miles@gnu.org>
8fb051f9 2152
f69aad2b
MB
2153 * simple.el (display-message-or-buffer): New function.
2154 (shell-command-on-region): Use `display-message-or-buffer'.
06933804 2155
09cb7646
MB
2156 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
2157 docstring parts.
2158
814299a7 2159 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
8fb051f9
MB
2160 (smbclient-prompt-regexp): Add usage note to doc string.
2161 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
2162 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
2163 Use add-hook for adding the comint filter function, and only do so
2164 if it's not already in the global hook list.
2165 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
2166 to `make-local-variable'.
2167 (nslookup-font-lock-keywords): Remove prompt entry.
2168 (nslookup): Don't set the process-filter.
2169 (finger): Exit the loop correctly when the regexps list runs out.
2170 (ftp, smbclient, smbclient-list-shares):
2171 Set the real major mode immediately, not after execing.
2172 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
2173
2174 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
2175
4c19fbce
SM
21762000-10-05 Stefan Monnier <monnier@cs.yale.edu>
2177
2178 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
2179
2180 * which-func.el (which-func-format): Remove spurious space.
2181 (which-func-mode): Don't make it permanent-local.
2182 (which-func-ff-hook): Allow which-func-maxout to be nil.
2183 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
2184 (which-func-mode): Simplify.
2185 Use post-command-idle-hook rather than post-command-hook.
2186 Go through all buffers and update their state.
2187 (which-function): Also try add-log-current-defun-function.
2188
2189 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
2190 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
2191 Update call to with-vc-properties accordingly.
2192 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
2193 (vc-revert-buffer): More careful about window selection and deletion.
2194 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
2195
2196 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
2197 (cvs-retrieve-revision): Reuse a pre-existing buffer.
2198 (cvs-dired-action): Change the default to quickdir.
2199
2200 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
2201 if comment-indent-function returns nil.
2202 (comment-indent-default): New function.
2203 (comment-indent-function): Use it and document the new semantics.
2204
2205 * image-file.el: Docstring fixes.
2206
2207 * help.el (help-xref-on-pp): Use match-string.
2208 (describe-variable): New arg BUFFER.
2209 Store the current buffer in the help-xref-stack.
2210 (temp-buffer-resize-mode): Use define-minor-mode.
2211
2212 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
2213 consistently with its docstring.
2214 Set jit-lock-first-unfontify-pos in an idempotent way.
2215 (jit-lock-register): Autoload and add arg CONTEXTUAL.
2216
542c6552
GM
22172000-10-05 Alex Schroeder <alex@gnu.org>
2218
2219 * sql.el (sql-mysql-options): New variable.
2220 (sql-mysql): Use it.
2221
a3489ece
MB
22222000-10-05 Miles Bader <miles@lsi.nec.co.jp>
2223
77f6105c
MB
2224 * image.el (image): New group.
2225
814299a7 2226 * smerge-mode.el (smerge-mine-face, smerge-other-face)
a3489ece
MB
2227 (smerge-base-face, smerge-markers-face): Add dark-background variants.
2228
3478046b
PB
22292000-10-04 Peter Breton <pbreton@ne.mediaone.net>
2230
2231 * net/net-utils.el (nslookup-font-lock-keywords)
814299a7 2232 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
3478046b
PB
2233 Ignore the value of wqindow-system; always define keywords
2234
22aca186
KH
22352000-10-05 Kenichi Handa <handa@etl.go.jp>
2236
2237 * startup.el (fancy-splash-screens): Remove the code for
2238 debugging; `(trace-to-stderr "EXITTT\n")'.
2239
55d5d717
MB
22402000-10-05 Miles Bader <miles@gnu.org>
2241
2242 * diff-mode.el (diff-goto-source): Update call to
2243 `diff-hunk-status-msg' to reflect new REV variable.
2244
41fa7178
SM
22452000-10-04 Stefan Monnier <monnier@cs.yale.edu>
2246
2247 * progmodes/icon.el (icon-mode):
2248 Don't gratuitously override the default for comment-column.
2249
2250 * vc-hooks.el (vc-mode-line): Fix interactive spec.
2251
2252 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
2253 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
2254 (jit-lock-functions): New var.
2255 (jit-lock-function-1): Use it if non-nil.
2256 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
2257 Set the `fontified' property before doing the fontification to avoid
2258 repeatedly going through the same error.
2259 Don't turn errors into messages.
2260 (jit-lock-register, jit-lock-unregister): New functions.
2261
2262 * dired.el (dired-mark-pop-up): Turn comment into docstring.
2263 Use with-current-buffer.
2264
2265 * dired-aux.el (dired-do-create-files, dired-kill-tree):
2266 Turn comment into docstring.
2267
2268 * apropos.el (apropos-mode): Use define-derived-mode.
2269
3dc78168
GM
22702000-10-04 Gerd Moellmann <gerd@gnu.org>
2271
2272 * startup.el (fancy-splash-pending-command): New variable.
2273 (fancy-splash-pre-command): New function.
2274 (fancy-splash-screens): Rewritten.
2275 (command-line-1): If fancy-splash-pending-command is set, call it
2276 interactively.
2277
dae9dc56
DL
22782000-10-04 Dave Love <fx@gnu.org>
2279
2280 * toolbar/tool-bar.el (tool-bar-setup): New function.
2281 (tool-bar-mode): Use it.
2282
2283 * subr.el (substitute-key-definition): Doc fix.
2284 (play-sound-file): New command.
2285
3388f0a5
AS
22862000-10-04 Andre Spiegel <spiegel@gnu.org>
2287
814299a7 2288 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
3388f0a5
AS
2289 vc-version-backup-file-name): New functions.
2290
2291 * files.el (basic-save-buffer): Call vc-before-save before saving.
814299a7
MB
2292
2293 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
3388f0a5
AS
2294 vc-cvs-stay-local-p.
2295
2296 * vc.el (vc-revert-buffer): Handle empty diff properly.
2297 (vc-version-backup-file): New function.
2298 (vc-checkout): Create a version backup if necessary.
2299 (vc-checkin): If a version backup file exists, delete it.
2300 (vc-version-diff): Diff locally using version backups, if available.
2301 (vc-revert-file): If there's a version backup, revert locally.
2302 (vc-transfer-file): Use version backup for base version, if
2303 available. If not, ask for confirmation whether to get it from the
2304 server. Update mode line before check-in.
2305
ebd4825d
DL
23062000-10-04 Dave Love <fx@gnu.org>
2307
2308 * toolbar/tool-bar.el (tool-bar-setup): New function.
2309 (tool-bar-mode): Use it.
2310
1b24f4b7
PB
23112000-10-04 Peter Breton <pbreton@ne.mediaone.net>
2312
3dc78168 2313 * net/net-utils.el (nslookup-font-lock-keywords)
814299a7 2314 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
8b7187d8
PB
2315 Only set if window-system is non-nil
2316 (net-utils-run-program): Returns buffer.
2317 (network-connection-reconnect): Added this function.
2318
814299a7
MB
2319 * generic.el:
2320 Incorporates extensive cleanup and docfixes by
9a7f629d
PB
2321 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
2322 Uses cl compile-time macros.
3dc78168
GM
2323 (generic-mode-name, generic-comment-list)
2324 (generic-keywords-list, generic-font-lock-expressions)
2325 (generic-mode-function-list, generic-mode-syntax-table):
9a7f629d
PB
2326 Removed variables.
2327 (generic-mode-alist): Renamed to generic-mode-list.
2328 (generic-find-file-regexp): Default changed to "^#".
2329 (generic-read-type): Uses completing read on generic-mode-list.
2330 (generic-mode-sanity-check): removed this function.
2331 (generic-add-to-auto-mode): Removed this function
3dc78168 2332 (generic-mode-internal): Bind mode-specific definitions
9a7f629d
PB
2333 into function instead of putting them in alist.
2334 (generic-mode-set-comments): Reworked extensively.
2335 (generic-mode-find-file-hook): Simplified regexp searching
814299a7 2336 (generic-make-keywords-list): Omit extra pair of parens
9a7f629d 2337
814299a7 2338 * find-lisp.el (find-lisp-find-files-internal):
1b24f4b7
PB
2339 Make sure directory name ends with "/".
2340
814299a7 2341 * generic-x.el (apache-conf-generic-mode):
1b24f4b7
PB
2342 Regexp now allows leading whitespace.
2343 (rc-generic-mode): Added eval-when-compile
2344 around generic-make-keywords-list.
2345 Deleted duplicate regexp
2346 (rul-generic-mode): Added eval-when-compile
2347 around generic-make-keywords-list.
2348 (etc-fstab-generic-mode): New generic mode.
2349 (rul-generic-mode): Removed one eval-when-compile
814299a7 2350 which caused a max-specpdl-size exceeded error.
1b24f4b7 2351
a7bf5cf3
MB
23522000-10-04 Miles Bader <miles@gnu.org>
2353
2354 * simple.el (minibuffer-temporary-goal-position): New variable.
2355 (next-history-element): Try to keep the position of point in the
2356 input string constant.
2357
2358 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
2359 (dired-do-create-files): If there's only one file, pass it in as
2360 the DEFAULT arg to dired-mark-read-file-name.
2361
ce1087a9
SM
23622000-10-03 Stefan Monnier <monnier@cs.yale.edu>
2363
2364 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
2365 (diff-goto-source): Be smarter when choosing REVERSE or not.
2366
2367 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
2368 (texinfo-mode-menu): Add an explicit shortcut for update all.
2369
0e41e1d6
AS
23702000-10-03 Andre Spiegel <spiegel@gnu.org>
2371
814299a7 2372 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
858f7cb4
AS
2373 factorize backend-specific code cleanly (this was essentially
2374 conceived by Stefan Monnier).
2375 (vc-unregister): Function removed.
814299a7 2376 (vc-revert-file): New function.
858f7cb4
AS
2377 (vc-revert-buffer): Delegate some of the work to it.
2378
0e41e1d6
AS
2379 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
2380 default branch unconditionally.
2381 (vc-rcs-set-default-branch): New function.
2382 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
2383 (vc-rcs-checkin): If an appropriate default branch has been set,
2384 force creation of that branch.
858f7cb4
AS
2385 (vc-rcs-receive-file): Rewritten to contain only backend-specific
2386 code (as suggested by Stefan Monnier).
0e41e1d6 2387
01c86c56
GM
23882000-10-02 Gerd Moellmann <gerd@gnu.org>
2389
45c477b4
GM
2390 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
2391 highlighting overlay with a different face over the overlay
2392 isearch uses to highlight the current match because that can lead
2393 to bad face combinations.
2394
01c86c56
GM
2395 * loadup.el (toplevel): Load faces before isearch.
2396
2397 * isearch.el (isearch-faces): New custom group.
2398 (isearch): New defface; was already tested for in the code.
2399 (isearch-lazy-highlight-face): Changed to defface from defcustom.
2400 (isearch-highlight): Always use face `isearch'.
2401
944425c0
DL
24022000-10-02 Dave Love <fx@gnu.org>
2403
2404 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
2405 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
2406 comparison of opcode with operand.
2407
2a099bcc
MB
24082000-10-03 Miles Bader <miles@gnu.org>
2409
2410 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
2411 buffer, since the echo area will now grow to accommodate them.
2412
4300ecb8
AS
24132000-10-02 Andre Spiegel <spiegel@gnu.org>
2414
2415 * vc-hooks.el (vc-registered): If FILE used to be registered under
2416 a certain backend, try that one first.
2417
814299a7 2418 * vc.el (vc-responsible-backend): Undo the previous change in the
4300ecb8
AS
2419 argument list. Handle multiple backends correctly.
2420 (vc-find-new-backend): Function removed.
2421 (vc-register): Use vc-responsible-backend, as before.
2422 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
2423
64e6cc18
GM
24242000-10-02 Gerd Moellmann <gerd@gnu.org>
2425
2426 * startup.el (fancy-splash-head): Change message below the
2427 logo.
2428
00df919e
MB
24292000-10-02 Miles Bader <miles@lsi.nec.co.jp>
2430
2431 * diff-mode.el (diff-goto-source): Emit a status message.
2432 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
4eaa6852 2433 (diff-test-hunk): Fix doc string.
00df919e
MB
2434 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
2435 (diff-advance-after-apply-hunk): New variable.
4eaa6852 2436 (diff-apply-hunk): Don't return a value.
00df919e 2437
ceec5a0c
SM
24382000-10-01 Stefan Monnier <monnier@cs.yale.edu>
2439
2440 * vc.el (vc-editable-p): Minor optimization.
2441 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
2442 (vc-find-new-backend): New function split from vc-responsible-backend.
2443 (vc-register): Use it.
2444 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
2445 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
2446 (vc-default-unregister, vc-revert-buffer): Docstring fix.
2447 (vc-clear-headers): Don't use find-file.
2448 (vc-revert-buffer): Use `and' again (must have been a braino).
2449 (vc-switch-backend): Only prompt if requested.
2450 Short circuit if nothing is to be done.
2451 Don't use vc-resynch-buffer which could lose unsaved editing.
2452 (vc-default-receive-file): Update call to vc-unregister.
2453 (with-vc-file, vc-next-action-on-file):
2454 Use vc-backend rather than vc-registered.
2455 (vc-next-action-on-file): Use intern-soft.
2456 Deal with read-only *vc-diff* buffer.
2457 (vc-transfer-file): Docstring fix.
2458
2459 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
2460 (vc-rcs-receive-file): Avoid with-vc-properties.
2461 Update call to vc-unregister.
2462 Use constant `RCS' rather than (dynamically bound) var `backend'.
2463
4ad5da8f
AS
24642000-10-01 Andre Spiegel <spiegel@gnu.org>
2465
814299a7 2466 * vc.el (vc-next-action-on-file): Update mode line only if file
4ad5da8f
AS
2467 is visited.
2468 (vc-start-entry): New argument initial-contents. Don't visit the file
2469 if it isn't already visited. Brought documentation up-to-date.
814299a7
MB
2470 (vc-next-action, vc-register): Updated calls to vc-start-entry.
2471 (vc-checkin): New optional arg initial-contents, which is passed to
4ad5da8f
AS
2472 vc-start-entry.
2473 (vc-finish-logentry): Make sure to bury log buffer only if there
2474 really is one. Call `vc-resynch-buffer' on log-file, not
2475 buffer-file-name.
2476 (vc-default-comment-history, vc-default-wash-log): New functions.
2477 (vc-index-of): Removed.
2478 (vc-transfer-file): Make do without the above.
2479 (vc-default-receive-file): Call comment-history unconditionally. Pass
2480 the resulting string to vc-checkin, instead of inserting it into the
2481 comment ring.
2482
2483 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
2484 unconditionally. Use the comments as initial contents of the log
814299a7 2485 entry buffer. Document the trick to force branch creation with no
4ad5da8f
AS
2486 changes.
2487
aa0c3dca
MB
24882000-10-01 Miles Bader <miles@gnu.org>
2489
2490 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
2491 `recenter' with an arg to prevent redrawing the display.
2492
d5f5a2c5
SM
24932000-09-30 Stefan Monnier <monnier@cs.yale.edu>
2494
2495 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
2496
2497 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
2498
814299a7 2499 * progmodes/c-mode.el (c-mode):
d5f5a2c5
SM
2500 Don't gratuitously override the default for comment-column.
2501
2502 * textmodes/tex-mode.el (latex-metasection-list): New var.
2503 (latex-imenu-create-index): Use it.
2504 Move the regexp construction outside loops (and use push).
814299a7 2505 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
d5f5a2c5
SM
2506 (tex-font-lock-keywords): Moved from font-lock.el.
2507 (tex-comment-indent): Remove.
2508 (tex-common-initialization): Don't set comment-indent-function.
2509 (latex-block-default): New var.
2510 (tex-latex-block): Use it to provide a default choice.
2511 Add any unknown choice to latex-block-names.
2512 Insert [...] after {...}.
2513 (tex-last-unended-begin): Simplify regexp.
2514 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
2515 (latex-forward-sexp-1, latex-forward-sexp): New functions.
2516 (latex-mode): Set forward-sexp-function.
2517
2518 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
2519 Add regexp for @ignore ... @end ignore.
2520 (texinfo-heading-face): New face.
2521 (texinfo-font-lock-keywords): Use it.
2522 (texinfo-mode-menu): New menu.
2523 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
2524 New functions.
2525 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
814299a7 2526 (texinfo-section-types-regexp, texinfo-section-level-regexp)
d5f5a2c5
SM
2527 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
2528 Remove declaration.
2529 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
2530
2531 * delsel.el (delete-selection-mode): Use define-minor-mode.
2532
2533 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
2534
25352000-09-29 Stefan Monnier <monnier@cs.yale.edu>
2536
2537 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
2538
8a5506f2
GM
25392000-09-30 Gerd Moellmann <gerd@gnu.org>
2540
068127d6
GM
2541 * replace.el (keep-lines-read-args): New function.
2542 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
2543 read arguments interactively. Add parameters RSTART and REND.
2544 Operate on the active region in Transient Mark mode.
2545
d777bb8f
GM
2546 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
2547
8a5506f2
GM
2548 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
2549 (authors-obsolete-files-regexps): New variable.
2550 (authors-add): Don't record changes in obsolete files.
2551
3fa87bfc
SM
25522000-09-29 Stefan Monnier <monnier@cs.yale.edu>
2553
2554 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
2555
2556 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
2557 (comment-indent): Make sure there's a space between code and comment.
2558 Shift comments left to avoid going past fill-column.
2559
f02149ce
GM
25602000-09-29 Gerd Moellmann <gerd@gnu.org>
2561
2562 * startup.el (startup-echo-area-message): New function.
2563 (display-startup-echo-area-message): Use it.
2564 (fancy-splash-screens): Rewritten to use keymaps and a timer.
2565 (fancy-splash-default-action): New function.
2566 (fancy-splash-screens-1): New function.
2567 (fancy-splash-head): Put a help-echo and a keymap under the image.
2568
a3ef6569
SM
25692000-09-29 Stefan Monnier <monnier@cs.yale.edu>
2570
2571 * diff-mode.el (diff-add-log-file-name): Remove.
2572 (diff-mode): Use add-log-buffer-file-name-function.
2573
2574 * add-log.el (find-change-log): New arg BUFFER-FILE.
2575 (add-log-file-name): Obey add-log-file-name-function.
2576 (add-log-buffer-file-name-function): New var.
2577 (add-change-log-entry): Use it.
2578
75e5b373
MB
25792000-09-29 Miles Bader <miles@gnu.org>
2580
2581 * image-file.el (image-file-name-extensions): New variable.
2582 (image-file-name-regexps): Renamed from `image-file-regexps'.
2583 New default value is nil. Call `auto-image-file-mode'.
2584 (image-file-name-regexp): New function.
2585 (auto-image-file-mode): New minor mode.
2586 (insert-image-file): Don't make conditional on the image-file
2587 handler being enabled.
2588 (image-file-handler): Make the call here conditional instead.
2589 (set-image-file-handler-enabled, enable-image-file-handler)
2590 (disable-image-file-handler): Functions removed.
2591
2592 * emacs-lisp/authors.el (authors-print): Rephrase many-files
2593 string.
2594
de6e1f7c
GM
25952000-09-29 Gerd Moellmann <gerd@gnu.org>
2596
2597 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
2598 it's a function from CL.
2599 (latex-imenu-create-index): Replace eval-when-compile with progn
2600 because latex-section-alist is not bound while compiling.
2601
d8c201f5
SM
26022000-09-28 Stefan Monnier <monnier@cs.yale.edu>
2603
2604 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
2605 (outline-mode): Use define-derived-mode.
2606
814299a7 2607 * progmodes/perl-mode.el (perl-mode):
d8c201f5
SM
2608 * progmodes/awk-mode.el (awk-mode):
2609 * progmodes/asm-mode.el (asm-mode):
2610 Don't gratuitously override the default for comment-column.
2611
2612 * emacs-lisp/lisp.el (lisp-complete-symbol):
2613 Distinguish the let-binding case from the funcall case.
2614 (forward-sexp-function): New variable.
2615 (forward-sexp): Use it.
2616
2617 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
2618 (easy-mmode-defmap): Remove the now useless autoload.
2619
2620 * time.el (display-time-mode): Use define-minor-mode.
2621
2622 * subr.el (add-minor-mode): Don't eval NAME.
2623 Don't depend on the presence of TOGGLE-FUN for any special behavior.
2624 Use if rather than cond.
2625
2626 * simple.el (read-expression-map): Define more properly.
2627 (comment-indent-hook): Remove.
2628 (string-to-syntax): Bug fix.
2629
2630 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
2631 (cvs-ediff-diff): Fix typo.
2632 (cvs-revert-if-needed): Don't bother preserving read-only.
2633
2634 * paren.el (show-paren-mode): Use define-minor-mode.
2635
2636 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
2637 (toggle-auto-compression): Remove.
2638 (jka-compr-build-file-regexp): Remove useless grouping.
2639
2640 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
2641 Avoid user-reserved bindings.
2642 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
2643 (diff-header-face): Revert to grey85.
2644
2645 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
2646
2647 * complete.el (partial-completion-mode) <defcustom>: Remove.
2648 (partial-completion-mode): Use define-minor-mode.
2649 (PC-do-completion): Understand `completion-auto-help = delay'
2650 to mean to popup the completion buffer only the second time.
814299a7 2651 (PC-include-file-all-completions, PC-include-file-all-completions)
d8c201f5
SM
2652 (PC-include-file-all-completions): Don't quote lambda.
2653
2654 * comint.el (comint-mode-hook): Docstring fix.
2655 (comint-mode): Use define-derived-mode.
2656 (comint-mode-map): Remove obsolete comment.
2657 (make-comint): Minor stylistic change.
2658 (comint-insert-clicked-input): Be more careful to find the overlay.
2659 Use this-command-keys rather than hardcoding mouse-2.
2660
2661 * font-lock.el: Replace confusing (,@ with ,
2662 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
2663 Don't use regexp-opt-depth. Spice up the regexp for args.
2664 Don't distinguish between cmds that can take an opt arg or not.
2665 Use `append' and `prepend' rather than `keep'.
2666
2667 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
2668 (latex-outline-regexp): New var.
2669 (latex-outline-level): New fun.
2670 (latex-section-alist): New var.
2671 (latex-imenu-create-index): Use it. Use `push' as well.
2672 (tex-shell-map): Initialize it properly.
2673 (tex-mode): Minor stylistic change.
2674 (plain-tex-mode): Use define-derived-mode.
2675 (latex-mode): Use define-derived-mode.
2676 Construct the paragraph regexps in a more readable way.
2677 Set the buffer-local outline-{level,regexp} vars.
2678 (slitex-mode): Derive from latex-mode.
2679 (tex-common-initialization): Don't kill-all-vars anymore.
2680 Add setting for comment-add and font-lock-defaults.
2681 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
2682 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
2683 (tex-start-tex): New arg DIR (and send a chdir command for it).
2684 Also display the shell buffer and save it in tex-last-buffer-texed.
2685 (tex-region): Use expand-file-name rather than concat.
2686 Remove code made useless by changes in tex-start-tex.
2687 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
2688
2689 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
2690
ff398532
DL
26912000-09-28 Dave Love <fx@gnu.org>
2692
2693 * eshell/eshell.el (eshell) <defgroup>: Add :version.
2694
f9415d5b
GM
26952000-09-28 Gerd Moellmann <gerd@gnu.org>
2696
2697 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
2698 `append'.
2699
fa003899
SM
27002000-09-28 Stefan Monnier <monnier@cs.yale.edu>
2701
2702 * info.el (Info-extract-pointer): Undo last change.
2703 Instead, fix the position of the `bound' arg to re-search-backward.
2704
27052000-09-27 Stefan Monnier <monnier@cs.yale.edu>
2706
2707 * info.el (Info-extract-pointer):
2708 Widen more carefully, to avoid finding pointers in other nodes.
2709 (Info-index): Use push.
2710
f9415d5b 27112000-09-27 Gerd Moellmann <gerd@gnu.org>
6f22f1ad
GM
2712
2713 * frame.el (set-frame-font): Remove call to obsolete function
2714 frame-update-faces.
2715 (set-foreground-color, set-background-color): Likewise for
2716 frame-update-face-colors.
2717
5538b8ba
MB
27182000-09-27 Miles Bader <miles@gnu.org>
2719
2720 * image-file.el: New file.
2721
60536eea
GM
27222000-09-27 Gerd Moellmann <gerd@gnu.org>
2723
5b551d58
GM
2724 * frame.el (frame-notice-user-settings): Don't call
2725 frame-update-faces, which is a no-op now.
814299a7 2726
60536eea
GM
2727 * ediff-wind.el (ediff-control-frame-parameters): Add zero
2728 tool-bar-lines.
2729
36f1966f
DL
27302000-09-27 Dave Love <fx@gnu.org>
2731
2732 * mouse.el: Fix last change.
2733
c5785b73
MB
27342000-09-27 Miles Bader <miles@lsi.nec.co.jp>
2735
2736 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
2737
672172d9
KH
27382000-09-22 Kenichi Handa <handa@etl.go.jp>
2739
2740 * international/quail.el (quail-help): The output message is
2741 improved.
2742
4653b4ea
DL
27432000-09-26 Dave Love <fx@gnu.org>
2744
2745 * mouse.el (popup-menu): If POSITION is nil, set it using
2746 mouse-position.
2747
63900fcf
SS
27482000-09-25 Sam Steingold <sds@gnu.org>
2749
2750 * net/browse-url.el (browse-url-file-url): Check for null maps.
2751
cd3b81be
GM
27522000-09-26 Gerd Moellmann <gerd@gnu.org>
2753
876512ab 2754 * frame.el (frame-notice-user-settings): Don't add a
fa003899 2755 tool-bar-lines frame parameter to default-frame-alist in batch mode.
814299a7 2756
fa003899
SM
2757 * frame.el (frame-notice-user-settings):
2758 Make tool-bar-mode and default-frame-alist consistent.
77072ab1 2759
cd3b81be
GM
2760 * toolbar/tool-bar.el (tool-bar-help): New function.
2761
d8b4516f
GM
27622000-09-25 Gerd Moellmann <gerd@gnu.org>
2763
6567e9b5
GM
2764 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
2765 current-load-list in top-level forms. Else this leaks a cons cell
2766 every time a defun is called.
63900fcf 2767
d8b4516f 2768 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
63900fcf 2769
a461758e
DL
27702000-09-25 Dave Love <fx@gnu.org>
2771
7df6adc3
DL
2772 * startup.el (fancy-splash-head): Check XPM is available.
2773
a461758e
DL
2774 * autoinsert.el (auto-insert): Doc fix.
2775 (auto-insert-alist): Following GNU notices, don't say `copyright
2776 _by_'. Use line-beginning-position.
2777 (auto-insert): Check buffer-file-name is non-nil before use.
2778
b11af2dd
GM
27792000-09-25 Gerd Moellmann <gerd@gnu.org>
2780
2781 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
2782 starting with `@def' or `@multitable', in addition to ones
2783 specified by the user in auto-fill-inhibit-regexp.
2784
5f9f981b
GM
27852000-09-25 Markus Rost <rost@math.ohio-state.edu>
2786
2787 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
2788 rmail-dont-reply-to-names matches the empty string.
63900fcf 2789
8ff16b4e
GM
27902000-09-25 Gerd Moellmann <gerd@gnu.org>
2791
63900fcf 2792 * startup.el (command-line-1, fancy-splash-text): Change the
8ff16b4e
GM
2793 text to sound more friendly.
2794
9b4a7800
TTN
27952000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
2796
2797 * progmodes/hideshow.el: Update author email address.
2798 Generally, sync w/ maintainer version 5.22.
9b4a7800
TTN
2799 (hs-hide-all-non-comment-function): New var.
2800 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
2801 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
2802 (hs-show-region): Delete this command.
2803 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
2804
4c7c1f3f
DL
28052000-09-22 Dave Love <fx@gnu.org>
2806
2807 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
2808 (hl-line-highlight): Specify buffer when moving overlay.
2809
2810 * progmodes/fortran.el (fortran-mode): Locally set
2811 normal-auto-fill-function.
2812 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
2813 (fortran-mode-map): Adjust auto-fill menu entry.
2814
13f93dee
GM
28152000-09-22 Gerd Moellmann <gerd@gnu.org>
2816
36eb0a91
GM
2817 * vc-rcs.el (toplevel): Require `vc' when compiling.
2818
fa003899 2819 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
13f93dee 2820
36a03bf9
AS
28212000-09-22 Andre Spiegel <spiegel@gnu.org>
2822
9b4a7800 2823 * vc.el (vc-switch-backend): Signal an error if the file is not
36a03bf9
AS
2824 registered under the new backend.
2825
9b4a7800 2826 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
36a03bf9
AS
2827 without explicit revision number.
2828
6e4e8a3b
SM
28292000-09-21 Stefan Monnier <monnier@cs.yale.edu>
2830
2831 * diff-mode.el (diff-file-header-face): Reset to its previous value.
2832 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
2833 (diff-xor): New function.
2834 (diff-find-source-location): Use it. Fix a stupid name clash.
2835 (diff-hunk-status-msg): New function.
2836 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
2837 (diff-test-hunk): Use diff-find-source-location.
2838 (diff-goto-source): Favor the `reverse'.
2839 (diff-hunk-text): Properly handle one-sided context diffs.
2840 (diff-apply-hunk): When done, advance to the next hunk.
2841
1b24b888
GM
28422000-09-21 Gerd Moellmann <gerd@gnu.org>
2843
623a0aae
GM
2844 * startup.el (command-line): If frame was created with a non-zero
2845 tool-bar-lines parameter, switch tool-bar-mode on.
9b4a7800 2846
1b24b888
GM
2847 * add-log.el (change-log-date-face, change-log-name-face)
2848 (change-log-email-face, change-log-file-face)
2849 (change-log-list-face, change-log-conditionals-face)
fa003899
SM
2850 (change-log-function-face, change-log-acknowledgement-face):
2851 New faces, inheriting from font-lock faces.
1b24b888 2852 (change-log-font-lock-keywords): Use them.
9b4a7800 2853
93b3a1c8
DL
28542000-09-21 Dave Love <fx@gnu.org>
2855
80585273
DL
2856 * progmodes/cperl-mode.el (top-level): Clean up
2857 `eval-when-compile's and assorted defvars.
2858 (cperl-invalid-face): Don't double-quote value. Change custom
2859 type.
2860 (cperl-mode): Set normal-auto-fill-function and don't zap
2861 auto-fill-function.
2862 (cperl-imenu--function-name-regexp-perl): Renamed from
2863 imenu-example--function-name-regexp-perl.
2864 (cperl-imenu--create-perl-index): Renamed from
2865 imenu-example--create-perl-index.
2866 (cperl-xsub-scan): Don't require cl.
2867
93b3a1c8
DL
2868 * msb.el (msb-mode-map): Use substitute-key-definition.
2869 (msb-mode): Use msb-mode-map.
2870
43ccb598
AS
28712000-09-21 Andre Spiegel <spiegel@gnu.org>
2872
2873 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
2874 New functions.
fa003899 2875 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
43ccb598
AS
2876 (vc-switch-backend): New function.
2877 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
2878 (vc-register): Fix prompt.
2879 (vc-unregister, vc-default-unregister): New functions.
2880 (vc-version-diff): Handle empty buffer in sentinel.
2881
2882 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
2883 (vc-rcs-state-heuristic): Use it to guess the state of files with
2884 non-strict locking.
2885 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
2886 been set with -b, but not created yet.
2887 (vc-rcs-fetch-master-state): With non-strict locking, compare file
2888 contents in order to find the state.
2889 (vc-rcs-checkin): Allow creation of branches with no changes.
fa003899
SM
2890 (vc-rcs-unregister, vc-rcs-receive-file)
2891 (vc-rcs-set-non-strict-locking): New functions.
43ccb598 2892
9b4a7800 2893 * vc-hooks.el (vc-name): Force correct computation of the value
43ccb598 2894 in case it is missing.
9b4a7800 2895
95fadcca
GM
28962000-09-21 Gerd Moellmann <gerd@gnu.org>
2897
2898 * startup.el (fancy-splash-tail): Use a different foreground
2899 color on a dark frame background.
2900
470f23e1
MB
29012000-09-21 Miles Bader <miles@lsi.nec.co.jp>
2902
2903 * info.el: Use the correct capitalization when making Info-mode
2904 and Info-edit-mode `special' modes.
2905
281096ed
SM
29062000-09-20 Stefan Monnier <monnier@cs.yale.edu>
2907
2908 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
2909 (diff-mode): Add support for add-log.el.
2910 (diff-hunk-text): Use char offsets rather than line offsets.
2911 (diff-find-source-location): Replace LINE with line-offset (nil
2912 if not found) and always set POS to a meaningful position.
2913 Adapt to the new char-offsets.
2914 (diff-apply-hunk): Drop support for the unused `select' POPUP.
2915 Adapt to the new diff-find-source-location.
2916 (diff-goto-source): Adapt to the new diff-find-source-location.
2917
2918 * add-log.el (add-log-file-name): New function (split out of
2919 add-change-log-entry).
2920 (add-change-log-entry): Use it.
2921 Call add-log-file-name-function with the changelog file name if
2922 the current buffer is not associated with any file.
2923 Avoid find-file if the selected window is dedicated.
2924
2925 * diff-mode.el (diff-find-source-location):
2926 Move code from diff-apply-hunk. Return buffer rather than file.
2927 (diff-apply-hunk): Use the new result from diff-find-source-location.
2928 (diff-goto-source): Use the new diff-find-source-location.
2929
c29d77c4
DL
29302000-09-20 Dave Love <fx@gnu.org>
2931
2932 * iswitchb.el: Some doc fixes.
2933 (iswitchb-mode-map): Define completely initially. Inherit
2934 minibuffer-local-map.
2935 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
2936 fundamental-mode.
2937 (iswitchb-global-map): New variable.
2938 (iswitchb-summaries-to-end): Amalgamate regexps.
2939 (iswitchb-mode): New.
2940 (iswitchb-mode-hook): New variable.
2941 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
2942 `extensions'.
2943
49939379
GM
29442000-09-20 Gerd Moellmann <gerd@gnu.org>
2945
d05c87ac
GM
2946 * ehelp.el (electric-help): New defgroup.
2947 (electric-help-shrink-window): New user-option.
2948 (with-electric-help): Use it.
2949
1ec082d4
GM
2950 * window.el (shrink-window-if-larger-than-buffer): If face
2951 `mode-line' has a :box, and we're on a graphical frame, add 1
2952 to the needed window height.
2953
f46c275e
GM
2954 * frame.el (frame-notice-user-settings): Add a last parameter nil
2955 to a call to `append', because the last list passed to `append' is
2956 not copied, and so subsequent calls to assq-delete-all will modify
2957 default-frame-alist.
2958
b7e11c5b
GM
2959 * startup.el (fancy-splash-image): Change :type.
2960 (fancy-splash-head): Use an XBM image if appropriate.
2961 (command-line-1): Show splash screens in more cases.
2962
26ff68aa
GM
2963 * startup.el (fancy-splash-text): Don't quote faces.
2964
8320414c
GM
2965 * dired.el (dired-font-lock-keywords): Undo last change.
2966 (dired-readin): Bind indent-tabs-mode to nil.
2967
49939379
GM
2968 * startup.el (fancy-splash-head): If frame's background mode
2969 is `dark', change the black background of the image to gray.
2970 (fancy-splash-screens): Display startup echo area message.
2971 (display-startup-echo-area-message): New function.
2972
c3b27206
MB
29732000-09-20 Miles Bader <miles@lsi.nec.co.jp>
2974
55a3d2a1
MB
2975 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
2976
2977 * info.el (info-header-node): Tweak for color ttys.
2978
37a99821
MB
2979 * faces.el (face-valid-attribute-values): Make sure directories we
2980 search for stipples both exist and are readable before trying to
2981 search them.
2982
0415d0d0
MB
2983 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
2984 in the dry-run case.
2985
523b128c
MB
2986 * jka-compr.el (with-auto-compression-mode): New macro.
2987
c3b27206
MB
2988 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
2989 (custom-group-tag-face, custom-variable-tag-face): Use relative
2990 :height and inherit from `variable-pitch' face instead of
2991 hardwiring :family.
2992 * hi-lock.el (hi-black-hb): Likewise.
2993
ddba99ad
MB
2994 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
2995 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
2996 toolbar-add-item, if image doesn't have a mask add a `:mask
2997 heuristic'.
2998
7e99fbde
SM
29992000-09-19 Stefan Monnier <monnier@cs.yale.edu>
3000
3001 * diff-mode.el: Docstring fixes.
3002 (diff-header-face, diff-comment-face): New faces.
3003 (diff-font-lock-keywords): Highlight a bit differently.
3004 (diff-find-source-location): Don't return SPAN any more.
3005 (diff-hunk-text): Don't bother erasing the temp buffer.
3006 (diff-find-text): Drop argument LINE.
3007 (diff-apply-hunk): Update calls to diff-find-text.
3008 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
3009
3010 * calendar/calendar.el: Docstring fixes.
3011 (calendar-make-alist): Don't quote lambda.
3012 (calendar-star-date): Use make-local-variable.
3013
fb275c02
DL
30142000-09-19 Dave Love <fx@gnu.org>
3015
7e99fbde
SM
3016 * toolbar/tool-bar.el: Renamed from toolbar.el.
3017 Change `toolbar' to `tool-bar' generally in symbols.
3018 Make some items invisible in `special' major modes.
3019 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
3020 Add arg PROPS.
532cb34d 3021
7e99fbde
SM
3022 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
3023 Add :version here.
fb275c02
DL
3024 (fancy-splash-delay, fancy-splash-image): Remove :version here.
3025
8f4ca9a5
GM
30262000-09-19 Gerd Moellmann <gerd@gnu.org>
3027
8b7707e1 3028 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
da1608d9 3029
8b7707e1 3030 * files.el (find-file-suppress-same-file-warnings): New user-option.
8fb3df59
GM
3031 (find-file-noselect): Use it.
3032
8b7707e1 3033 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
a01bb1db
GM
3034 (fancy-splash-screen): Defgroup.
3035
8f4ca9a5
GM
3036 * add-log.el (change-log-font-lock-keywords): Match names
3037 more exactly for the case that font-lock-constant-face is
3038 underlined.
3039
ba9eeda1 30402000-09-19 Richard M. Stallman <rms@gnu.org>
9b4a7800 3041
8b7707e1 3042 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
ba9eeda1 3043
289eaef9
AS
30442000-09-19 Andre Spiegel <spiegel@gnu.org>
3045
3046 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
3047
ce9ded5d
GM
30482000-09-19 Gerd Moellmann <gerd@gnu.org>
3049
c113de23
GM
3050 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
3051 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
3052 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
3053 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
3054 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
3055 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
3056 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
3057 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
3058 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
3059 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
3060 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
8f4ca9a5 3061 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
c113de23 3062
ce9ded5d
GM
3063 * startup.el (fancy-splash-text): New variable.
3064 (fancy-splash-delay, fancy-splash-image): New user-options.
3065 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
3066 (fancy-splash-screens): New functions.
3067 (command-line-1): If display has a `display' frame parameter, has
3068 colors, and we have XPM support, show more fancy splash screens.
9b4a7800 3069
b9b1c3a9
DL
30702000-09-19 Dave Love <fx@gnu.org>
3071
3072 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
3073 with null `help'. Use modern backquote syntax.
3074
1af25534
GM
30752000-09-19 Gerd Moellmann <gerd@gnu.org>
3076
afd3c8cd
GM
3077 * font-lock.el (font-lock-mode): Change message telling the user
3078 that ``the buffer is too big''.
3079
1af25534
GM
3080 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
3081 for instance for the case that tab-width is 2.
3082
05b1f851
GM
30832000-09-18 Gerd Moellmann <gerd@gnu.org>
3084
3085 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
3086 toolbar-add-item, if image doesn't have a mask add a `:mask
3087 heuristic'.
3088
8ec8f673
MB
30892000-09-18 Miles Bader <miles@lsi.nec.co.jp>
3090
2b612b1f
MB
3091 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
3092 and return a cons if it's non-nil.
3093 (diff-apply-hunk): Try to jump to the line in the source text
3094 corresponding to the position of point in the in the hunk.
3095
9b4a7800 3096 * info.el (Info-title-3-face, Info-title-2-face)
8ec8f673
MB
3097 (Info-title-1-face): Use face inheritance and relative sizes
3098 instead of hard-wiring things.
3099
3100 * faces.el (secondary-selection): Make dark-background variant sane.
3101
5eedab4d
AI
31022000-09-16 Andrew Innes <andrewi@gnu.org>
3103
5eedab4d
AI
3104 * makefile.w32-in (compile-files-CMD): No need to make .elc files
3105 read-only, since they aren't under VC now.
3106
6a142f26
DL
31072000-09-17 Dave Love <fx@gnu.org>
3108
e07436e1
DL
3109 * tmm.el: Replace mapcar with mapc in several places.
3110
3111 * loadhist.el (unload-feature): Maybe call elp-restore-list and
3112 ad-unadvise.
3113
7d354dd5
DL
3114 * international/latin1-disp.el: New file.
3115
6a142f26
DL
3116 * calendar/cal-move.el (scroll-calendar-left)
3117 (scroll-calendar-right): Make arg optional (for active mode line).
3118
3119 * calendar/calendar.el (calendar-mode-line-format): Make fields
3120 mouse-sensitive.
3121 (calendar-read-date, calendar-read-date, calendar-window-list):
3122 Unquote lambda.
3123 (calendar-month-name): Use aref, not sref.
3124
3125 * view.el (minor-mode-alist): Propertize the string.
3126
3127 * international/characters.el (standard-case-table): Add entries
3128 for Greek.
3129
50ac70af
MB
31302000-09-18 Miles Bader <miles@gnu.org>
3131
53c9ab4f
MB
3132 * info.el (info-node, info-xref): Add dark-background variants.
3133
a114b1ca
MB
3134 * faces.el (header-line): Change defaults to be less confusing
3135 when mixed with mode-lines.
3136
50ac70af
MB
3137 * info.el (Info-fontify-node): Make a few cleanups.
3138 Add extra `help-echo' and `local-map' props to node xrefs.
3139 Use header-specific faces for node-names & xrefs.
3140 (Info-use-header-line): New variable.
53c9ab4f 3141 (info-header-xref, info-header-node): New faces.
50ac70af
MB
3142 (Info-setup-header-line): New function.
3143 (Info-select-node): Call Info-setup-header-line when enabled.
3144 (Info-extract-pointer): Work even if the header line is hidden.
3145 (Info-header-line): New variable.
3146
729927ff
SM
31472000-09-16 Stefan Monnier <monnier@cs.yale.edu>
3148
3149 * vms-patch.el (print-region-function): Don't quote lambda.
3150
3151 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
3152
3153 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
3154 (lm-get-header-re): Allow spaces between the header and the colon.
3155 (lm-header): Allow $ in non-RCS headers.
3156 (lm-header-multiline): Put the strings back into order.
3157 Stop at an empty line. Don't require two space chars if the
3158 line is clearly not another header line.
3159
3160 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
3161 (popup-menu-popup): Remove.
3162
7a98d821
GM
31632000-09-15 Gerd Moellmann <gerd@gnu.org>
3164
7f8f1edc
GM
3165 * toolbar/toolbar.el (toolbar-add-item): Use the same image
3166 specification if or if not tool-bar item contains an `:enabled'
3167 property.
3168
7a98d821
GM
3169 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
3170 current buffer has no file name.
3171
a7bc704b
DL
31722000-09-15 Dave Love <fx@gnu.org>
3173
3174 * strokes.el: Sync with maintainer's current version with changes
3175 for Emacs, but avoid runtime cl and levents.
3176 (toplevel): Change autoloads and compilation requires.
3177 (strokes-version, strokes-bug-address, strokes-lift): Values
3178 changed.
3179 (strokes-xpm-header, strokes-insinuated): New variable.
3180 (strokes): Add :link.
3181 (strokes-mode): Customized.
3182 (strokes-while-inhibiting-garbage-collector): New macro.
3183 (strokes-remassoc): Avoid remove-if.
3184 (strokes-fix-button2-command): Don't use ad-do-it.
3185 (strokes-insinuate): New function.
3186 (strokes-button-press-event-p, strokes-button-release-event-p):
3187 New functions, used instead of non-`strokes-' versions..
3188 (strokes-mouse-event-p): Rewritten.
3189 (strokes-event-closest-point): Avoid event-point.
3190 (strokes-get-grid-position): Avoid cdadr, caadr
3191 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
3192 functions.
3193 (strokes-help): Use with-output-to-temp-buffer.
3194 (strokes-window-configuration-changed-p): New function.
3195 (strokes-update-window-configuration): Use buffer-live-p,
3196 strokes-window-configuration-changed-p.
3197 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
3198 (strokes-char-face): New face.
3199 (strokes-char-table, strokes-base64-chars): New variable.
3200 (strokes-xpm-for-stroke, strokes-list-strokes)
3201 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
3202 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
3203 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
3204 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
3205 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
3206 functions.
3207
47e351a3
GM
32082000-09-15 Gerd Moellmann <gerd@gnu.org>
3209
ebb8f116
GM
3210 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
3211
47e351a3
GM
3212 * image.el (create-image): Doc fix.
3213
3214 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
3215 instead of `:heuristic-mask t'.
3216
fe83b953
AI
32172000-09-14 Andrew Innes <andrewi@gnu.org>
3218
3219 * makefile.w32-in: Revert to Unix line endings.
3220
52481729
AI
32212000-09-14 Andrew Innes <andrewi@gnu.org>
3222
3021e816
AI
3223 * makefile.w32-in: Add bootstrap support. Also copy lisp source
3224 when installing.
3225
52481729
AI
3226 * makefile.nt (DONTCOMPILE): Fix typo.
3227
3228 * shell.el (shell-write-history-on-exit): New function.
3229 (shell-dumb-shell-regexp): New custom variable.
3230 (shell-mode): Make shell-write-history-on-exit the process
3231 sentinel if shell name matches shell-dumb-shell-regexp.
3232
3233 * w32-fns.el: Comment out before-init-hook function which resets
3234 source-directory based; this breaks bootstrap.
3235
f8034e41
DL
32362000-09-14 Dave Love <fx@gnu.org>
3237
3238 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
3239 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
3240 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
3241 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
3242 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
3243 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
3244 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
3245 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
3246 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
3247
3248 * toolbar/toolbar.el: New.
3249
3250 * subdirs.el: Add toolbar.
3251
b9ce5694
GM
32522000-09-14 Gerd Moellmann <gerd@gnu.org>
3253
3254 * indent.el (indent-for-tab-command): Doc fix.
3255
986b7dee
GM
32562000-09-14 Alex Schroeder <alex@gnu.org>
3257
3258 * ansi-color.el (ansi-colors): Doc change.
3259 (ansi-color-get-face): Simplified regexp.
3260 (ansi-color-faces-vector): Added more faces, doc change.
3261 (ansi-color-names-vector): Doc change.
3262 (ansi-color-regexp): Simplified regexp.
3263 (ansi-color-parameter-regexp): New regexp.
3264 (ansi-color-filter-apply): Doc change.
3265 (ansi-color-filter-region): Doc change.
3266 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
3267 deal with zero length parameters.
3268 (ansi-color-apply-on-region): Doc change.
3269 (ansi-color-map): Doc change.
3270 (ansi-color-map-update): Removed debugging message.
3271 (ansi-color-get-face-1): Added condition-case to trap
3272 args-out-of-range errors.
3273 (ansi-color-get-face): Doc change.
3274 (ansi-color-make-face): Removed.
3275 (ansi-color-for-shell-mode): New option.
9b4a7800 3276
076ff911
KH
32772000-09-13 Kenichi Handa <handa@etl.go.jp>
3278
3279 * international/quail.el (quail-start-translation): Translate KEY
3280 if necessary even if it doesn't have any mapping in the current
3281 input method.
3282 (quail-start-conversion): Likewise.
3283 (quail-help): The output message is improved.
3284
bdf08678
MB
32852000-09-13 Miles Bader <miles@gnu.org>
3286
3287 * comint.el (comint-output-filter): Revert to using
3288 `insert-before-markers'. Add bletcherous hack to undo damage
3289 caused by `insert-before-markers'. Put `front-sticky' property on
3290 overlays created here so that the field code understands how the
3291 overlay works. Use a let when making comint-last-prompt-overlay,
3292 so that the code is easier to read.
3293
ffb8db8d
DL
32942000-09-13 Dave Love <fx@gnu.org>
3295
3296 * wid-edit.el (widget-default-format-handler): DTRT when
3297 doc-property is a function.
3298
5dd05f61
GM
32992000-09-12 Francesco Potorti` <pot@gnu.org>
3300
3301 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
3302 filed name if it's not there.
3303
35177617
DL
33042000-09-12 Dave Love <fx@gnu.org>
3305
9023837e
DL
3306 * simple.el (read-mail-command): Doc fix.
3307 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
3308
35177617
DL
3309 * vc.el (vc-dired-listing-switches): Fix :version.
3310
3311 * vc-hooks.el: Doc fixes.
3312
3313 * subr.el (add-minor-mode): Use toggle-fun arg.
3314
3315 * speedbar.el: Add :version to several defcustoms.
3316
3317 * imenu.el (imenu--truncate-items, imenu--cleanup)
3318 (imenu--generic-function): Avoid mapcar.
3319 (imenu--replace-spaces): Function removed.
3320 (imenu--completion-buffer): Use subst-char-in-string.
3321 (imenu-add-to-menubar): Use keymap inheritance.
3322
1afaae94
MB
33232000-09-12 Miles Bader <miles@gnu.org>
3324
3325 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
3326 (diff-mode-map): Bind `diff-test-hunk'.
3327 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
3328
33292000-09-11 Gerd Moellmann <gerd@gnu.org>
71246c2c
GM
3330
3331 * bytecomp.el (byte-compile-defvar): Undo last change
3332 because it breaks '(make-variable-buffer-local (defvar ...)'
3333 which is used at least in dired.
3334
63c36c3c
KH
33352000-09-12 Kenichi Handa <handa@etl.go.jp>
3336
3337 * international/quail.el (quail-define-package): Docstring
3338 modified.
3339
1ad24be1
KH
33402000-09-12 Kenichi Handa <handa@etl.go.jp>
3341
362a8065
KH
3342 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
3343 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
3344 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
3345 docstring of "chinese-py".
3346
1ad24be1
KH
3347 * international/quail.el (quail-translation-docstring): New
3348 variable.
3349 (quail-show-keyboard-layout): Docstring modified.
3350 (quail-select-current): Likewise.
3351 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
3352 infinite recursive call.
3353 (quail-help): Check quail-translation-docstring. Format of the
3354 output changed.
3355 (quail-help-insert-keymap-description): Adjusted for the above
3356 change.
3357
cc0f95a4
GM
33582000-09-11 Gerd Moellmann <gerd@gnu.org>
3359
3360 * bytecomp.el (byte-compile-defvar): Only cons onto
3361 current-load-list in top-level forms. Else this leaks a cons cell
3362 every time a defun is called.
3363
7530b6da
MB
33642000-09-11 Miles Bader <miles@lsi.nec.co.jp>
3365
3366 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
3367 Now understands non-unified diffs. Some functionality moved into
3368 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
3369 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
3370 modify anything. Only reposition point in the patched file if the
3371 patch succeeds. Only pop up another window if POPUP is true.
3372 Emit a message describing what happened if successful, and at what
3373 line-offset. Automatically detect reversed hunks and do something
3374 appropriate.
3375 (diff-hunk-text, diff-find-text): New functions.
3376 (diff-filter-lines): Function removed.
3377 (diff-test-hunk): New function.
3378 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
3379
6b124390
DL
33802000-09-10 Dave Love <fx@gnu.org>
3381
3382 * textmodes/tildify.el: Minor doc/commentary fixes.
3383 (tildify) <defgroup>: Add :version.
3384
3385 * faces.el (face-x-resources): Make custom type more specific.
3386 (frame-background-mode): Use mapc.
3387 (region) <defcustom>: Add :version.
3388
7f8b6551
SM
33892000-09-08 Stefan Monnier <monnier@cs.yale.edu>
3390
9b4a7800
TTN
3391 * vc-sccs.el (vc-sccs-register):
3392 * vc-rcs.el (vc-rcs-register):
7f8b6551
SM
3393 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
3394 * vc.el (vc-register): Clear file's properties.
3395
c454aac1
GM
33962000-09-08 Gerd Moellmann <gerd@gnu.org>
3397
3398 * faces.el (face-spec-set): Only face-spec-reset-face when
3399 ATTRS is non-nil.
3400
bb934822
EZ
34012000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
3402
3403 * help.el (help-insert-xref-button): Fix a typo in doc string.
3404
03419440
EZ
34052000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
3406
7f8b6551
SM
3407 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
3408 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
43b11fee
EZ
3409 methods.
3410
03419440
EZ
3411 * menu-bar.el (read-mail-item-name): New function.
3412 (menu-bar-tools-menu): Use it to compute and display the package
3413 used to read email.
3414 (menu-bar-tools-menu): Fix typo in GUD's help string.
3415
dbcee71a
DL
34162000-09-07 Dave Love <fx@gnu.org>
3417
19e713d8
DL
3418 * diff-mode.el (diff-mouse-goto-source): New function.
3419
a7cafade 3420 * vc-sccs.el: Doc fixes.
7f8b6551 3421 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
a7cafade
DL
3422
3423 * vc-rcs.el: Doc fixes.
7f8b6551
SM
3424 (vc-rcs-register-switches, vc-rcs-checkin-switches)
3425 (vc-rcs-checkout-switches, vc-rcs-header)
a7cafade
DL
3426 (vc-rcs-master-templates): Add or change :version.
3427
7f8b6551 3428 * vc-cvs.el: Doc fixes.
a7cafade
DL
3429 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
3430 (vc-cvs-stay-local): Add :version.
3431
dbcee71a
DL
3432 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
3433
ed254191
KH
34342000-09-07 Kenichi Handa <handa@etl.go.jp>
3435
3436 * international/quail.el (quail-help): Fix previous change.
3437
ab0ee409
GM
34382000-09-07 Gerd Moellmann <gerd@gnu.org>
3439
f46f845b 3440 * faces.el (color-values): Doc fix.
9b4a7800 3441
ab0ee409
GM
3442 * faces.el (frame-set-background-mode): Use frame-parameter
3443 instead of frame-parameters.
3444
3445 * frame.el (filtered-frame-list): Reduce consing.
9b4a7800 3446 (frames-on-display-list): Call frame-parameter instead of
ab0ee409 3447 frame-parameters.
9b4a7800 3448
f7246ac7
KH
34492000-09-07 Kenichi Handa <handa@etl.go.jp>
3450
3451 * language/devan-util.el (devanagari-to-indian-region): In the
3452 loop, change the following char, not preceding char.
3453
96889af2
GM
34542000-09-07 Gerd Moellmann <gerd@gnu.org>
3455
1091dd67
GM
3456 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
3457 instead of frame-parameters.
3458
9b4a7800 3459 * faces.el (set-face-attribute): Simplify by calling
0da3ecef
GM
3460 internal-set-lisp-face-attribute with FRAME being 0.
3461
3462 * vc.el: Remove `Id' version control keyword.
96889af2 3463
0fddd0dc
KH
34642000-09-07 Kenichi Handa <handa@etl.go.jp>
3465
3466 * help.el (help-make-xrefs): Adjusted for the change of
3467 help-xref-mule-regexp.
3468 (help-insert-xref-button): New function.
3469
3470 * international/mule-cmds.el (help-xref-mule-regexp-template):
3471 Include the pattern for character set.
3472 (leim): New group.
3473
3474 * international/quail.el: Don't require face.
3475 (quail): New group.
7f8b6551 3476 (quail-other-command): Dummy command to make quail-help work better.
0fddd0dc
KH
3477 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
3478 (quail-keyboard-layout-substitution): New variable.
3479 (quail-update-keyboard-layout): New function.
3480 (quail-keyboard-layout-type): New customizable variable.
3481 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
3482 (quail-keyboard-translate): Pay attention to
3483 quail-keyboard-layout-substitution.
3484 (quail-insert-kbd-layout): New function.
3485 (quail-show-keyboard-layout): New function.
3486 (quail-get-translation): If the definition is a vector of length
7f8b6551 3487 1, and the element is a string of length 1, return the character
0fddd0dc
KH
3488 in that string.
3489 (quail-update-current-translations): Fix the case of
3490 relative-index out of range.
3491 (quail-build-decode-map, quail-insert-decode-map): New Functions.
3492 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
7f8b6551 3493 Show key sequences for all available characters.
0fddd0dc
KH
3494 (quail-help-insert-keymap-description): Don't show such verbose
3495 key bindings as quail-self-insert-command.
3496
3497 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
3498 Format changed, and each element now have extra documentations.
3499 (tit-process-header): Delete invalid characters from TIT-PROMPT.
3500 Adjusted for the change of quail-cxterm-package-ext-info.
3501
8ddceaf1
GM
35022000-09-06 Gerd Moellmann <gerd@gnu.org>
3503
3504 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
3505 requiring it leads to a recursive loading of vc.el and vc-hooks.el
3506 during bootstrap.
3507
099bd78a
SM
35082000-09-05 Stefan Monnier <monnier@cs.yale.edu>
3509
3510 * vc.el: (toplevel): Don't require `dired' at run-time.
3511 (vc-dired-resynch-file): Remove autoload cookie.
3512
35132000-09-05 Andre Spiegel <spiegel@gnu.org>
3514
3515 * vc.el: Made several backend functions optional.
3516 (vc-default-responsible-p): New function.
3517 (vc-merge): Use RET for first version to trigger merge-news, not
3518 prefix arg.
3519 (vc-annotate): Handle backends that do not support annotation.
3520 (vc-default-merge-news): Removed. The existence of a merge-news
3521 implementation is now checked on caller sites.
3522
9b4a7800 3523 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
099bd78a
SM
3524 case.
3525
9b4a7800 3526 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
099bd78a
SM
3527 special case that has been removed from the default in vc-hooks.el.
3528
35292000-09-05 Stefan Monnier <monnier@cs.yale.edu>
3530
3531 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
3532
35332000-09-05 Andre Spiegel <spiegel@gnu.org>
3534
3535 * vc-hooks.el: Require vc during compilation.
3536 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
3537 macro `with-vc-properties' in vc.el.
3538 (vc-file-getprop): Doc fix.
3539 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
9b4a7800 3540
099bd78a
SM
3541 * vc.el: Require dired-aux during compilation.
3542 (vc-name-assoc-file): Moved to vc-sccs.el.
3543 (with-vc-properties): New macro.
9b4a7800 3544 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
099bd78a
SM
3545 vc-finish-steal): Use it.
3546 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
3547 to the backend-specific function is now supposed to do the checkout,
3548 too.
3549 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
3550
9b4a7800 3551 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
099bd78a
SM
3552 set file properties; that gets done in the generic code now.
3553
3554 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
3555 Changed parameter list, added code from vc.el that does the
3556 checkout, possibly with a double-take.
3557
3558 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
3559 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
3560 the above under the new name.
3561 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
3562 parameter list, added checkout command.
3563 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
3564 properties; that gets done in the generic code now.
3565
35662000-09-05 Stefan Monnier <monnier@cs.yale.edu>
3567
3568 * vc.el: Docstring fixes (courtesy of checkdoc).
3569
35702000-09-05 Stefan Monnier <monnier@cs.yale.edu>
3571
3572 * vc.el (vc-checkout-writable-buffer-hook)
3573 (vc-checkout-writable-buffer): Remove.
3574 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
3575 (vc-log-mode): Make it into a clean derived major mode.
3576 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
3577 vc-log-mode if log-edit is not available.
3578 (vc-dired-mode-map): Don't set-keymap-parent yet.
3579 (vc-dired-mode): Do set-keymap-parent here.
3580 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
3581
08ba3862
GM
35822000-09-05 Gerd Moellmann <gerd@gnu.org>
3583
3584 * faces.el (set-face-attribute, face-spec-reset-face)
3585 (face-spec-set): Avoid consing by removing calls to `apply'.
3586
3587 * frame.el (frame-parameter): Move to C code.
3588
3b4429b4
DL
35892000-09-05 Dave Love <fx@gnu.org>
3590
3591 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
3592 insert-before-markers-and-inherit. Now checked systematically!
3593
877055f6
GM
35942000-09-05 Alex Schroeder <alex@gnu.org>
3595
3596 * sql.el (sql-postgres): Use sql-postgres-options.
3597 (sql-postgres-options): New variable.
3598
35992000-09-05 Alex Schroeder <alex@gnu.org>
3600
3601 * sql.el (sql-mode-menu): Work around missing variable mark-active
3602 in XEmacs.
3603 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
3604 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
3605 compatibility.
3606
7a004b71
GM
36072000-09-04 Gerd Moellmann <gerd@gnu.org>
3608
54baed30 3609 * vc.el (vc-dired-resynch-file): Add autoload cookie.
9b4a7800 3610
7a004b71
GM
3611 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
3612
3613 * Makefile.in (DONTCOMPILE): Fix typo in file name.
3614
36152000-09-04 Andre Spiegel <spiegel@gnu.org>
3616
3617 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
3618 don't support anything else under SCCS yet.
3619
3620 * vc-hooks.el: Minor doc fixes.
3621
36222000-09-04 Andre Spiegel <spiegel@gnu.org>
3623
3624 * vc.el (vc-next-action-on-file): Do not visit the file if it's
3625 not necessary. If verbose in state `needs-patch', do the same as
3626 under `up-to-date'. When NOT verbose and `needs-patch', check out
3627 latest version instead of `merge-news'.
3628 (vc-next-action-dired): Don't mess with default-directory here; it
3629 breaks other parts of dired. It is the job of the
099bd78a 3630 backend-specific functions to adjust it temporarily if they need it.
7a004b71
GM
3631 (vc-next-action): Remove a special CVS case.
3632 (vc-clear-headers): New optional arg FILE.
3633 (vc-checkin, vc-checkout): Set properties vc-state and
3634 vc-checkout-time properly.
099bd78a 3635 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
7a004b71
GM
3636 (vc-print-log): Use new backend function `show-log-entry'.
3637 (vc-cancel-version): Do the checks in a different order. Added a
3638 FIXME concerning RCS-only code.
3639
3640 * vc-rcs.el (vc-rcs-show-log-entry): New function.
3641 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
3642
3643 * vc-cvs.el (vc-cvs-show-log-entry): New function.
3644
9b4a7800 3645 * vc-hooks.el (vc-default-mode-line-string): Show state
7a004b71
GM
3646 `needs-patch' as a `-' too.
3647
36482000-09-04 Andre Spiegel <spiegel@gnu.org>
3649
3650 * vc.el (vc-responsible-backend): New optional arg REGISTER.
3651 (vc-default-could-register): New function.
3652 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
3653 (vc-resynch-buffer): Call vc-dired-resynch-file.
3654 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
3655 vc-resynch-buffer instead of vc-resynch-window.
3656 (vc-next-action-dired): Don't redisplay here, that gets done as a
3657 result of the individual file operations.
3658 (vc-retrieve-snapshot): Corrected prompt order.
3659
3660 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
9b4a7800 3661
7a004b71
GM
3662 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
3663 as well.
3664 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
3665 hostname regexps. Updated all callers.
3666 (vc-cvs-responsible-p): Handle directories as well.
3667 (vc-cvs-could-register): New function.
3668 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
3669 properties up-to-date.
9b4a7800 3670
7a004b71
GM
3671 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
3672 user whether to create one.
3673
36742000-09-04 Andre Spiegel <spiegel@gnu.org>
3675
3676 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
3677 check out a non-existing file.
3678
3679 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
3680 workfile does not exist.
3681
3682 * vc.el (vc-version-diff): Use `require' to check for existence of
3683 diff-mode.
3684
36852000-09-04 Andre Spiegel <spiegel@gnu.org>
3686
3687 * vc-cvs.el (vc-cvs-registered): Use new function
3688 vc-cvs-parse-entry to do the actual work.
3689
36902000-09-04 Andre Spiegel <spiegel@gnu.org>
3691
3692 * vc-hooks.el (vc-find-backend-function): If function doesn't
3693 exist, return nil instead of error.
3694 (vc-call-backend): Doc fix.
3695
3696 * vc.el (vc-do-command): Doc fix.
3697 (vc-finish-logentry): When checking in from vc-dired, choose the
3698 right backend for logentry check.
3699 (vc-dired-mode-map): Inherit from dired-mode-map.
3700 (vc-dired-mode): Local value of dired-move-to-filename-regexp
3701 simplified.
3702 (vc-dired-state-info): Removed, updated caller.
3703 (vc-default-dired-state-info): Use parentheses instead of hyphens.
3704 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
3705 (vc-dired-listing-switches): New variable.
3706 (vc-directory): Use it, instead of dired-listing-switches.
3707
3708 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
3709 (vc-cvs-dir-state): New function.
7f8b6551 3710 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
7a004b71
GM
3711 (vc-cvs-parse-entry): New function, also to be used in
3712 vc-cvs-registered.
9b4a7800 3713
7a004b71
GM
37142000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3715
3716 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
3717 *or* single-window-frames.
3718
37192000-09-04 Andre Spiegel <spiegel@gnu.org>
3720
3721 * vc.el (vc-update-changelog): Split into generic part and default
3722 implementation. Doc string adapted.
3723 (vc-default-update-changelog): New function. Call the `rcs2log'
3724 script in exec-directory, to fix a long-standing nuisance.
3725
3726 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
3727 simply signals an error.
9b4a7800 3728
7a004b71
GM
37292000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3730
3731 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
3732 control-flow more clear and to avoid running `cvs' twice.
3733
3734 * vc.el (vc-next-action-on-file): Doc fix.
3735 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
3736 (vc-print-log): Eval `file' before constructing the continuation.
3737
37382000-09-04 Andre Spiegel <spiegel@gnu.org>
3739
3740 * vc.el (vc-next-action-on-file): Corrected several messages.
3741 (vc-merge): Add prefix arg `merge-news'; handle it.
3742
3743 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
3744 is not reached. It is.
3745 (vc-cvs-merge): Set state to 'edited after merge.
3746 (vc-cvs-merge-news): Set workfile version to nil if not known.
3747 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
3748
3749 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
3750 via stdout. (Merge from main line.)
9b4a7800 3751
7a004b71
GM
37522000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3753
3754 * vc.el (vc-finish-logentry): Thinko in the "same comment"
3755 detection.
3756
37572000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3758
3759 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
3760 against kill-all-local-variables.
3761 (vc-log-edit): Don't save vc-parent-buffer any more.
3762 (vc-last-comment-match): Initialize to an empty string.
3763 (vc-post-command-functions): New hook.
3764 (vc-do-command): Run it.
3765 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
3766 (vc-finish-logentry): Only add the comment to the ring if it's
3767 different from the last comment entered.
3768 (vc-new-comment-index): New function.
3769 (vc-previous-comment): Use it. Make the minibuffer message
3770 slightly less terse.
3771 (vc-comment-search-reverse): Make it work forward as well. Don't
3772 set vc-comment-ring-index if no match is found. Use
3773 vc-new-comment-index.
3774 (vc-comment-search-forward): Use vc-comment-search-reverse.
3775 (vc-dired-mode-map): Don't inherit from dired-mode-map since
3776 define-derived-mode will do it for us. Bind `v' to a keymap that
3777 inherits from vc-prefix-map so that we can bind `vt' without
3778 binding C-x v t.
3779 (vc-retrieve-snapshot): Parenthesis typo.
3780
3781 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
3782 to 1. Make sure to switch to *vc* before looking for an error
3783 message. Use vc-parse-buffer.
3784
37852000-09-04 Andre Spiegel <spiegel@gnu.org>
3786
3787 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
3788 and NAME.
3789 (vc-retrieve-snapshot): Split into two parts.
3790 (vc-default-retrieve-snapshot): New function.
3791
3792 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
3793 (vc-cvs-retrieve-snapshot): New function (untested).
3794 (vc-cvs-stay-local): Default to t.
3795 (vc-cvs-remote-p): New function and property.
3796 (vc-cvs-state): Stay local only if the above is t.
3797 (vc-handle-cvs): Removed.
3798 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
3799 done via vc-handled-backends now.
3800 (vc-cvs-header): Escape Id.
3801
38022000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3803
3804 * vc.el (vc-do-command): Remove unused commands.
3805 (vc-version-diff): Make sure default-directory ends with a slash.
3806 Move the window commands into a vc-exec-after.
3807 (vc-print-log): Move more of the code into the `vc-exec-after'.
3808
38092000-09-04 Andre Spiegel <spiegel@gnu.org>
3810
3811 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
3812 (vc-print-log): Search current revision from beginning of buffer.
3813 (vc-revert-buffer): Clear echo area after the diff is finished.
3814 (vc-prefix-map): Removed definition of "t" for terse display in vc
3815 dired.
3816 (vc-dired-mode-map): Inherit from dired-mode-map. Added
3817 definition of "vt" for terse display.
3818 (vc-dired-mode): Fix dired-move-to-filename-regexp.
3819
38202000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3821
3822 * vc.el (vc-exec-after): Avoid caddr.
3823
38242000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3825
3826 * vc.el (vc-exec-after): New function.
3827 (vc-do-command): Use it to add a termination message for async
3828 procs.
3829 (vc-checkout): Try to handle a missing-backend situation.
3830 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
3831 of a directory with a backend using async diffs.
3832 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
3833 present.
3834
3835 * vc-sccs.el (vc-sccs-state-heuristic): Use
3836 file-ownership-preserved-p.
3837
3838 * vc-rcs.el (vc-rcs-state-heuristic): Use
3839 file-ownership-preserved-p.
3840 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
3841
38422000-09-04 Andre Spiegel <spiegel@gnu.org>
3843
3844 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
3845 vc-do-command.
3846
3847 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
3848 when there are no changes.
3849
38502000-09-04 Andre Spiegel <spiegel@gnu.org>
3851
3852 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
3853
3854 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
3855
38562000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3857
3858 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
3859
3860 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
3861 the `fset' outside of the defvar so that it works even if
3862 vc-prefix-map was already defined.
3863 (vc-setup-buffer): New function, split out of vc-do-command.
3864 (vc-do-command): Allow BUFFER to be t to mean `just use the
3865 current buffer without any fuss'.
3866 (vc-version-diff): Change the `diff' backend operation to just put
3867 the diff in the current buffer without erasing it. Always use
3868 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
3869 shrink-window-if-larger-than-buffer.
3870 (vc-print-log): Change the `print-log' backend operation to just
3871 put the log in the current buffer without erasing it. Protect
3872 shrink-window-if-larger-than-buffer.
3873 (vc-update-change-log): Fix setd typo.
3874
3875 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
3876 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
3877
3878 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
3879 (vc-rcs-diff): Insert in the current buffer and remove unused arg
3880 CMP.
3881
3882 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
3883 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
3884 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
3885
38862000-09-04 Andre Spiegel <spiegel@gnu.org>
3887
3888 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
3889 not possible, use vc-BACKEND-workfile-unchanged-p.
3890 (vc-default-workfile-unchanged-p): New function. Delegates to a
3891 full vc-BACKEND-diff.
3892
3893 * vc-hooks.el (vc-simple-command): Removed.
3894
3895 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
3896 instead of vc-simple-command.
3897 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
3898 avoid doing a diff when opening a file.
3899 (vc-rcs-state): Added check for unlocked-changes.
3900 (vc-rcs-header): Escape Id.
3901 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
3902 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
3903 version.
3904
3905 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
3906 (vc-sccs-diff): Remove optional arg CMP.
3907 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
3908 SCCS-specific function.
3909
3910 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
3911 vc-simple-command.
3912
39132000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3914
3915 * vc.el (vc-editable-p): Renamed from vc-writable-p.
3916 (with-vc-file, vc-merge): Use vc-editable-p.
3917 (vc-do-command): Remove unused var vc-file and fix the
3918 doubly-defined `status' var. Add a user message when starting an
3919 async command.
3920 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
3921 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
3922 Use with-current-buffer.
3923 (vc-buffer-sync): Use unless.
3924 (vc-next-action-on-file): If the file is 'edited by read-only,
3925 make it read-write instead of trying to commit.
3926 (vc-version-diff, vc-update-change-log): Use `setq
3927 default-directory' rather than `cd'.
3928 (vc-log-edit): Don't forget to set default-directory in the
3929 buffer.
3930
3931 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
3932 (vc-sccs-state-heuristic): Use file-writable-p instead of
3933 comparing userids.
3934 (vc-sccs-checkout): Use `unless'.
3935
3936 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
3937 of comparing userids.
3938 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
3939 Simplify the logic by eliminating unreachable code.
3940 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
3941 just do a recursive call if we need to retry.
3942 (vc-rcs-checkout): Handle the case where rcs is missing by making
3943 the buffer read-write if requested and re-signalling the error.
3944
3945 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
3946
39472000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3948
3949 * vc-hooks.el (vc-handled-backends): Docstring change.
3950 (vc-ignore-vc-files): Mark obsolete.
3951 (vc-registered): Check vc-ignore-vc-files.
3952 (vc-find-file-hook, vc-file-not-found-hook): Don't check
3953 vc-ignore-vc-files.
3954
3955 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
3956
39572000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3958
3959 * vc.el (vc-checkout): Don't do anything special for ange-ftp
3960 files since ange-ftp already has vc-registered return nil.
3961
3962 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
3963 (vc-sccs-workfile-version): Use with-temp-buffer and new
3964 vc-parse-buffer and don't bother setting the property.
3965 (vc-sccs-add-triple): Use with-current-buffer and
3966 find-file-noselect.
3967 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
3968
3969 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
3970 derives from the old vc-parse-buffer but uses the revision number
3971 rather than the date (much easier to compare robustly).
3972 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
3973 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
3974 locking-user more directly. Check strict locking and set
3975 checkout-model appropriately.
3976 (vc-rcs-parse-locks): Remove.
3977 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
3978 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
3979 (vc-rcs-system-release): Use with-current-buffer and
3980 vc-parse-buffer.
3981 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
3982
3983 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
3984 (vc-simple-command): Docstring fix.
3985 (vc-registered): Align the way the file-handler is called with the
3986 way the function itself works.
3987 (vc-file-owner): Remove.
3988
3989 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
3990 extraction of fields and call to file-attributes because of a
3991 temporary bug in rcp.el.
3992 (vc-cvs-fetch-status): Use with-current-buffer.
3993
39942000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3995
3996 * vc.el (vc-do-command): Use file-relative-name.
3997 (vc-responsible-backend): Use vc-backend if possible.
3998 (vc-create-snapshot): Improve the `interactive' spec. Add support
3999 for branches and dispatch to backend-specific `create-snapshot'.
4000 (vc-default-create-snapshot): New function, containing the bulk of
4001 the old vc-create-snapshot.
4002 (vc-retrieve-snapshot): Improve the interactive spec.
4003
4004 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
4005 (vc-backend-hook-functions): Remove.
4006 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
4007 (vc-backend): Reintroduce the test for `file = nil' now that I
4008 know why it was there (and added a comment to better remember).
4009
4010 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
4011 code from vc-sccs-hooks.el.
4012 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
4013 'vc anymore.
4014 (vc-sccs-responsible-p): Use expand-file-name instead of concat
4015 and file-directory-p instead of file-exists-p.
4016 (vc-sccs-check-headers): Simplify the regexp.
4017
4018 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
4019 from vc-rcs-hooks.el. Don't require 'vc anymore.
4020 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
4021 file-directory-p instead of file-exists-p.
4022
4023 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
4024 from vc-cvs-hooks.el.
4025 (proto vc-cvs-registered): Require 'vc-cvs instead of
4026 'vc-cvs-hooks. Don't require 'vc anymore.
4027 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
4028 file-directory-p instead of file-exists-p.
4029 (vc-cvs-create-snapshot): New function, replacing
4030 vc-cvs-assign-name.
4031 (vc-cvs-assign-name): Remove.
4032
40332000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4034
4035 * vc-cvs.el (vc-cvs-header): New var.
4036
4037 * vc-rcs.el (vc-rcs-exists): Remove.
4038 (vc-rcs-header): New var.
4039
4040 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
4041 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
4042 (vc-sccs-header): New var.
4043
4044 * vc.el (vc-do-command): Get rid of the `last' argument.
4045 (vc-header-alist): Remove, replaced by vc-X-header.
4046 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
4047 (vc-dired-hook): Use expand-file-name instead of concat.
4048 (vc-directory): Use file-name-as-directory.
4049 (vc-snapshot-precondition, vc-create-snapshot)
4050 (vc-retrieve-snapshot): Allow the command to operate on any
4051 directory.
4052
4053 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
4054 just removing the 'WORKFILE argument or by removing the 'MASTER
4055 argument and replacing `file' with (vc-name file).
4056
40572000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4058
4059 * vc.el: Update Copyright and add a crude list of backend funs.
4060 (vc-writable-p): New function.
4061 (with-vc-file): Use vc-writable-p.
7f8b6551 4062 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
7a004b71
GM
4063 (vc-register): Avoid vc-name.
4064 (vc-locking-user): Remove.
4065 (vc-steal-lock): Make the `owner' arg non-optional.
4066 (vc-merge): Use vc-writable-p instead of vc-locking-user and
4067 vc-checkout-model.
4068 (vc-default-dired-state-info): Use vc-state instead of
4069 vc-locking-user and return special strings for special states.
4070 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
4071 and get rid of one of the special CVS cases.
4072 (vc-cancel-version): prettify error message with \\[...].
4073 (vc-rename-master): New function.
4074 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
4075 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
4076 the CVS special case generic.
4077 (vc-default-record-rename): Remove.
4078 (vc-file-tree-walk-internal): Only call FUNC for files that are
4079 under control of some VC backend and replace `concat' with
4080 expand-file-name.
4081 (vc-file-tree-walk): Update docstring.
4082 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
4083 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
4084
4085 * vc-sccs.el (vc-sccs-rename-file): Renamed from
4086 vc-sccs-record-rename. Use `find-file-noselect' rather than
4087 `find-file' and call `vc-rename-master' to do the actual move.
4088 (vc-sccs-diff): Remove unused `backend' variable.
4089
4090 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
4091 to delay loading of vc-sccs until it is really used.
4092 (vc-sccs-master-templates): Preload.
4093 (vc-sccs-state): Update call to vc-sccs-parse-locks.
4094 (vc-sccs-project-dir): Remove (merged into
4095 vc-sccs-search-project-dir).
4096 (vc-sccs-search-project-dir): Rewrite using file name handling ops
4097 rather than `concat', make sure it is preloaded and don't bother
4098 to check that the file actually exists.
4099 (vc-sccs-parse-locks): Remove unused `file' argument, remove
4100 `locks' argument (use buffer's content instead) and eliminate n^2
4101 behavior.
4102
4103 * vc-rcs.el: Update Copyright.
4104 (vc-rcs-rename-file): New function.
4105 (vc-rcs-diff): Remove unused `backend' variable.
4106
4107 * vc-hooks.el: Update Copyright.
4108 (vc-backend): Don't accept a nil argument any more.
4109 (vc-up-to-date-p): Turn into a defsubst.
4110 (vc-possible-master): New function.
4111 (vc-check-master-templates): Use `vc-possible-master' and allow
4112 funs in vc-X-master-templates to return a non-existent file.
4113
4114 * vc-cvs.el: Update Copyright.
4115 (vc-cvs-diff): Remove unused `backend' variable.
7f8b6551 4116 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
7a004b71
GM
4117
4118 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
4119
41202000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4121
4122 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
4123 since it can be called from vc-rcs.el.
4124 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
4125
41262000-09-04 Andre Spiegel <spiegel@gnu.org>
4127
4128 * vc.el (vc-version-diff): Expand file name read from the
4129 minibuffer. Handle the case when a previous version number can't
4130 be guessed. Give suitable messages when there were no differences
4131 found.
4132 (vc-clear-headers): Call backend-specific implementation, if one
4133 exists.
4134 (vc-cancel-version): Made error checks generic. When done, clear
4135 headers generically, too.
4136
4137 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
4138 from vc-clear-headers in vc.el.
4139
4140 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
4141 correctly.
4142 (vc-rcs-latest-on-branch-p): Made second argument VERSION
4143 optional. Handle the case when it's not there.
4144
41452000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4146
4147 * vc.el (vc-locking-user): Moved from vc-hooks.el.
4148
41492000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4150
4151 * vc-hooks.el (vc-loadup): Remove.
4152 (vc-find-backend-function): Use `require'. Also, handle the case
4153 where vc-BACKEND-hooks.el doesn't exist.
4154 (vc-call-backend): Cleanup.
4155
41562000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4157
4158 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
4159 vc-rcs-grab-templates)
4160 (vc-rcs-registered): Remove. The default function works as well.
4161 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
4162 vc-sccs-grab-templates)
4163 (vc-sccs-registered): Remove. The default function works as well.
4164
4165 * vc.el (vc-version-diff): Left out a vc- in call to
4166 vc-call-backend.
4167 (vc-default-dired-state-info, vc-default-record-rename)
4168 (vc-default-merge-news): Update for the new backend argument.
4169
4170 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
4171 using the default function.
4172 (vc-call-backend): If calling the default function, pass it the
4173 backend as first argument. Update the docstring accordingly.
4174 (vc-default-state-heuristic, vc-default-mode-line-string): Update
4175 for the new backend argument.
4176 (vc-make-backend-sym): Renamed from vc-make-backend-function.
4177 (vc-find-backend-function): Use the new name.
4178 (vc-default-registered): New function.
4179
41802000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4181
4182 * vc.el (vc-merge): Use vc-find-backend-function.
4183
4184 * vc-hooks.el (vc-backend-functions): Remove.
4185 (vc-loadup): Don't setup 'vc-functions.
4186 (vc-find-backend-function): New function.
4187 (vc-call-backend): Use above fun and populate 'vc-functions
4188 lazily.
4189 (vc-backend-defines): Remove.
4190
41912000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4192
4193 * vc.el (vc-register): Put a FIXME note for a newly found bug.
4194 Call vc-call-backend without the leading vc-.
4195 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
4196 (vc-check-headers): Call vc-call-backend without the leading vc-.
7f8b6551 4197 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
7a004b71
GM
4198 (vc-annotate-display): Replace confusing use of `cond' with `or'.
4199 Call vc-call-backend without the leading vc-.
4200
4201 * vc-cvs.el (tail): Provide vc-cvs.
4202 * vc-sccs.el (tail): Provide vc-sccs.
4203 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
4204
4205 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
4206 (vc-make-backend-function, vc-call): Pass names without leading
7f8b6551 4207 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
7a004b71
GM
4208 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
4209 (vc-call-backend): Always try to load vc-X-hooks.
4210 (vc-registered): Remove vc- in call to vc-call-backend.
4211
42122000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4213
4214 * vc.el (vc-process-filter): New function.
4215 (vc-do-command): Setup `vc-process-filter' for the async process.
4216 (vc-maybe-resolve-conflicts): New function to reduce
4217 code-duplication. Additionally, it puts the buffer in
4218 `smerge-mode' if applicable.
4219 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
4220 calling `merge-news'.
7f8b6551 4221 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
7a004b71
GM
4222 (vc-log-edit): New function. Replacement for `vc-log-mode' by
4223 interfacing to log-edit.el.
4224 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
4225 log-edit is available.
4226 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
4227
42282000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4229
4230 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
4231 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
4232 defvar and the initialization.
4233 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
4234
4235 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
4236 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
4237
7f8b6551 4238 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
7a004b71
GM
4239
42402000-09-04 Andre Spiegel <spiegel@gnu.org>
4241
4242 * vc.el (vc-file-clear-masterprops): Removed.
4243 (vc-checkin, vc-revert-buffer): Removed calls to the above.
4244 (vc-version-diff): Use buffer-size without argument.
4245 (vc-register): Heed vc-initial-comment.
4246
4247 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
4248 default branch.
4249
4250 * vc-rcs.el (vc-rcs-register): Parse command output to find master
4251 file name and workfile version.
4252 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
4253
4254 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
4255 vc-file-clear-masterprops.
4256
4257 * vc-sccs.el (vc-sccs-checkout): Removed call to
4258 vc-file-clear-masterprops. If writable, set vc-state to 'edited
4259 rather than user login name.
4260
4261
42622000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4263
4264 * vc.el (vc-workfile-unchanged-p): Remove unused argument
4265 `want-differences-if-changed' and simplify.
4266 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
4267 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
4268 output (which is invalid for async vc-diff) to decide whether to
4269 do the revert silently or not.
4270
42712000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4272
4273 * vc-hooks.el (vc-loadup): Load files quietly.
4274 (vc-call-backend): Oops, brain fart.
4275
42762000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4277
4278 * vc-cvs.el (vc-cvs-state): Typo.
7f8b6551 4279 (vc-cvs-merge-news): Return the status code rather than the error msg.
7a004b71
GM
4280
42812000-09-04 Andre Spiegel <spiegel@gnu.org>
4282
4283 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
4284 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
4285 vc-state or vc-up-to-date-p.
4286 (vc-merge): Use vc-backend-defines to check whether merging is
4287 possible. Set state to 'edited after successful merge.
4288
4289 * vc-hooks.el (vc-locking-user): If locked by the calling user,
4290 return that name. Redocumented.
4291
42922000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4293
4294 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
4295 new `vc-state' semantics.
4296 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
4297 'vc-locking-user to the current user.
4298 (vc-merge): Inline vc-backend-merge. Comment out code that I
4299 don't understand and hence can't adapt to the new `vc-state' and
4300 `vc-locking-user' semantics.
4301 (vc-backend-merge): Remove.
4302
4303 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
4304 rather than 'vc-locking-user.
4305
4306 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
4307
4308 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
4309 (vc-state): Don't use 'reserved any more. Just use the same
4310 convention as the one used for vc-<backend>-state where the
4311 locking user (as a string) is returned.
4312 (vc-locking-user): Update, based on the above convention. The
4313 'vc-locking-user property has disappeared.
7f8b6551 4314 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
7a004b71
GM
4315
4316 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
4317 with a heuristic one.
4318 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
4319 (vc-cvs-checkin): Do a trivial parse to set the state in case of
4320 error. That allows us to get to 'needs-merge even in the
4321 stay-local case. There's still no way to detect 'needs-patch in
4322 such a setup (or to force an update for that matter).
4323 (vc-cvs-logentry-check): Remove, the default works as well.
4324
43252000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4326
7f8b6551 4327 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
7a004b71
GM
4328
4329 * vc.el (vc-do-command): kill-all-local-variables, to reset any
4330 major-mode in which the buffer might have been put earlier. Use
4331 `remove' and `when'. Allow `okstatus' to be `async' and use
4332 `start-process' in this case.
4333 (vc-version-diff): Handle the case where the diff looks empty
4334 because of the use of an async process.
4335
43362000-09-04 Andre Spiegel <spiegel@gnu.org>
4337
4338 * vc.el (vc-next-action-on-file): Removed optional parameter
4339 `simple'. Recompute state unconditionally.
4340 (vc-default-toggle-read-only): Removed.
4341
4342 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
4343 (vc-toggle-read-only): Undid prev change.
4344
4345 * vc-cvs.el (vc-cvs-stay-local): Renamed from
4346 vc-cvs-simple-toggle. Redocumented.
4347 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
4348 (vc-cvs-toggle-read-only): Removed.
4349
43502000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4351
7f8b6551 4352 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
7a004b71
GM
4353 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
4354 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
4355 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
4356 still is. So maybe it should be removed.
4357 (vc-head-version, vc-find-binary): Remove.
4358 (vc-recompute-state): Move from vc-hooks.el.
4359 (vc-next-action-on-file): Add a `simple' argument to allow
4360 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
7f8b6551
SM
4361 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
4362 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
7a004b71
GM
4363 (vc-dired-mode-map): Properly defvar it.
4364 (vc-print-log): Call log-view-mode if available.
4365 (small-temporary-file-directory): defvar instead of use boundp.
4366 (vc-merge-news): Moved to vc-cvs.el.
4367 (vc-default-merge-news): New function.
4368
4369 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
4370 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
4371 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
4372 unknown `vc-latest-version' function. It should probably refer to
4373 vc-workfile-version or somesuch, but it's very unclear to me and I
4374 don't have SCCS to test things.
4375
4376 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
4377 (vc-sccs-state-heuristic): Fix typo.
4378 (vc-sccs-workfile-unchanged-p): Add missing argument.
4379
4380 * vc-rcs.el: Require vc and vc-rcs-hooks.
4381 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
4382 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
4383 (vc-release-greater-or-equal-p): Move from vc.
4384 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
4385 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
4386 (vc-rcs-checkout): Add a missing `new-version' argument in the
7f8b6551 4387 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
7a004b71
GM
4388
4389 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
4390 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
4391 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
4392 than the apparently unbound `workfile-version'.
4393
4394 * vc-hooks.el (vc-master-templates): Def the obsolete var.
4395 (vc-file-prop-obarray): Use `make-vector'.
4396 (vc-backend-functions): Add new hookable functions
4397 vc-toggle-read-only, vc-record-rename and vc-merge-news.
4398 (vc-loadup): If neither backend nor default functions exist, use
4399 the backend function rather than nil.
4400 (vc-call-backend): If the function if not bound yet, try to load
4401 the non-hook file to see if it provides it.
4402 (vc-call): New macro plus use it wherever possible.
4403 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
4404 nor `vc-find-binary' since it's only called from
7f8b6551 4405 vc-mistrust-permission which is only used once the backend is known.
7a004b71
GM
4406 (vc-checkout-model): Fix parenthesis.
4407 (vc-recompute-state, vc-prefix-map): Move to vc.el.
4408
7f8b6551 4409 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
7a004b71
GM
4410 (vc-cvs-release, vc-cvs-system-release): Remove.
4411 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
4412 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
4413 status symbols.
4414 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
4415 (vc-cvs-toggle-read-only): First cut at a function to allow a
4416 cvs-status-free vc-toggle-read-only.
4417 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
4418 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
4419 vc-cvs-status. Also set vc-state rather than vc-locking-user.
4420 (vc-cvs-checkout): Modify access rights directly if the user
4421 requested not to use `cvs edit'. And refresh the mode line.
4422
4423 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
4424 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
4425
44262000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4427
4428 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
4429 workfile' that got lost when the code was extracted from vc.el.
4430 And merged the tail with the rest of the code (not possible in the
4431 old vc.el where the tail was shared among all backends). And
4432 explicitly set the state to 'edited if `writable' is set.
4433
4434 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
4435 (vc-cvs-state): Be careful to return the value from
4436 vc-cvs-parse-state.
4437 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
4438 property but return it instead. Also be careful to handle a nil
4439 or "" `rev' when workfile is non-nil (it was handled properly when
4440 workfile was nil).
4441
4442 * vc.el: Removed those pesky unnecessary `(function' quotes.
4443 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
4444 directly in the defvar.
4445 (vc-do-command): Bind inhibit-read-only so as to properly handle
4446 the case where the destination buffer has been made read-only.
4447 (vc-diff): Delegate to vc-version-diff in all cases.
7f8b6551 4448 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
7a004b71
GM
4449 (vc-annotate-mode-variables): Removed (code moved partly to
4450 defvars and partly to vc-annotate-add-menu).
4451 (vc-annotate-mode): Turned into a derived-mode.
4452 (vc-annotate-add-menu): Moved in code in
4453 vc-annotate-mode-variables.
4454 (vc-update-change-log): Use make-temp-file if available.
4455
44562000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
4457
4458 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
4459 `vc-checkout-model' updated to `vc-cvs-update-model'.
4460
44612000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4462
4463 * vc.el (vc-next-action-on-file): Added handling of state
4464 `unlocked-changes'.
4465 (vc-checkout-carefully): Is now practically obsolete, unless the
4466 above is too slow to be enabled unconditionally.
4467 (vc-update-change-log): Fixed typo.
4468
4469 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
4470
7f8b6551
SM
4471 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
4472 Now handles state `unlocked-changes'.
4473 (vc-sccs-workfile-unchanged-p): New function, to support the above.
7a004b71
GM
4474
4475 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
4476
4477 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
4478 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
4479 `unlocked-changes'.
4480 (vc-rcs-workfile-unchanged-p): Renamed from
4481 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
4482 function yet, but supposed to become one soon.
4483
4484 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
4485 `vc-steal-lock'.
4486 (vc-call-backend): Changed error message.
4487 (vc-state): Added description of state `unlocked-changes'.
4488
44892000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4490
4491 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
4492 always return t in CVS-controlled directories.
4493
4494 * vc.el (vc-responsible-backend): New function.
4495 (vc-register): Largely rewritten.
4496 (vc-admin): Removed (implementation moved into vc-register).
4497 (vc-checkin): Redocumented.
4498 (vc-finish-logentry): If no backend defined yet (because we are in
4499 the process of registering), use the responsible backend.
4500
4501 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
4502 Updated function lists.
4503 (vc-call-backend): Fixed typo.
4504
7f8b6551
SM
4505 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
4506 New functions.
4507 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
4508 Removed query option. Redocumented.
7a004b71
GM
4509
45102000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4511
4512 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
4513
4514 * vc.el: Updated callers of `vc-checkout-required' to use
4515 `vc-checkout-model'.
4516
45172000-09-04 Martin Lorentzson <martinl@gnu.org>
4518
4519 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
4520 stuff updated to reference this function instead of the old
4521 `vc-backend-release-p'.
4522
45232000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4524
4525 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
4526 vc-checkout-model. Return appropriate values. Updated callers.
4527
45282000-09-04 Martin Lorentzson <martinl@gnu.org>
4529
7f8b6551 4530 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
7a004b71
GM
4531 (vc-backend-revert): Function moved into `vc-revert';
4532 `vc-next-action' must be updated to accomodate this change.
4533 (vc-backend-steal): Function moved into `vc-finish-steal'.
4534 (vc-backend-logentry-check): Function moved into
4535 `vc-finish-logentry'.
4536 (vc-backend-printlog): Function moved into `vc-print-log'.
4537 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
4538 (vc-backend-assign-name): Function moved into
4539 `vc-create-snapshot'.
4540
45412000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4542
4543 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
7f8b6551
SM
4544 Rename to vc-checkout-model. Return appropriate values.
4545 Update callers.
7a004b71 4546
7f8b6551 4547 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
7a004b71 4548 to vc-checkout-model.
7f8b6551
SM
4549 (vc-checkout-required): Rename to vc-checkout-model.
4550 Re-implement and re-comment.
7a004b71
GM
4551 (vc-after-save): Use vc-checkout-model.
4552
45532000-09-04 Martin Lorentzson <martinl@gnu.org>
4554
7f8b6551
SM
4555 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
4556 Update to use the vc-BACKEND-diff functions instead.
4557 `vc-diff' is now working.
7a004b71 4558
7f8b6551 4559 * vc-rcs.el (vc-rcs-logentry-check): New function.
7a004b71 4560
7f8b6551 4561 * vc-cvs.el (vc-cvs-logentry-check): New function.
7a004b71
GM
4562
4563 * vc-sccs.el (vc-sccs-diff): Function changed name from
4564 `vc-backend-diff'. This makes `vc-diff' work.
4565
7f8b6551 4566 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
7a004b71 4567 of functions possibly implemented in a vc-BACKEND library.
7f8b6551 4568 (vc-checkout-required): Fix bug that caused an error to be
7a004b71
GM
4569 signaled during `vc-after-save'.
4570
7f8b6551
SM
4571 * vc.el: Fix typo.
4572 This checkin is made with our new VC code base for the very first time.
4573 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
7a004b71
GM
4574
4575 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
4576 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
4577
4578 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
4579 updated to `vc-uses-locking'.
7f8b6551 4580 (vc-checkout-required): Call to backend function.
7a004b71
GM
4581 `vc-checkout-required' updated to `vc-uses-locking' instead.
4582
4583 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
4584 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
4585
7f8b6551 4586 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
7a004b71 4587 to match the split into various backends.
7f8b6551 4588 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
7a004b71
GM
4589 (vc-retrieve-snapshot): Bug fix.
4590
45912000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4592
4593 * vc-sccs.el (vc-sccs-release): Doc fix.
4594
45952000-09-04 Martin Lorentzson <martinl@gnu.org>
4596
4597 * vc.el (vc-next-action-on-file): Bug found and fixed.
4598 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
4599 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
4600
4601 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
4602 (vc-rcs-checkout): Name space cleaned up. No more revision number
4603 crunching function names that are not prefixed with vc-rcs.
4604 (vc-rcs-checkout-model): Function added. References to
4605 `vc-checkout-model' replaced.
4606
46072000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4608
4609 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
4610 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
4611 still need to be split, and implemented for RCS).
4612
46132000-09-04 Martin Lorentzson <martinl@gnu.org>
4614
4615 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
4616
4617 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
4618 required by the vc.el file.
4619
4620 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
4621 required by the vc.el file.
4622 (vc-rcs-exists): Function added.
4623
4624 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
4625 required by the vc.el file.
4626
4627 * vc.el (vc-admin): Updated to handle selection of appropriate
4628 backend. Current implementation is crufty and need re-thinking.
4629
4630 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
4631
46322000-09-04 Martin Lorentzson <martinl@gnu.org>
4633
4634 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
4635 beginning of annotate buffers correctly.
4636
4637 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
4638 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
4639 functionality updated quite a lot to support multiple backends.
4640 Variables `vc-annotate-mode', `vc-annotate-buffers',
4641 `vc-annotate-backend' added.
4642
4643 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
4644 `vc-annotate-difference' added to supported backend functions.
4645
46462000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4647
4648 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
4649 Use with-temp-file instead of /bin/sh. Merged from mainline
4650
46512000-09-04 Martin Lorentzson <martinl@gnu.org>
4652
4653 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
4654
4655 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
4656
4657 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
4658
46592000-09-04 Martin Lorentzson <martinl@gnu.org>
4660
4661 * vc-hooks.el: vc-state-heuristic added to
4662 vc-backend-hook-functions.
4663
4664 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
4665
4666 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
4667
7f8b6551
SM
4668 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
4669 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
7a004b71
GM
4670 state to `reserved'.
4671
4672 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
4673 `vc-checkout-required'. Rename the `locked' state to `reserved'.
4674
46752000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4676
7f8b6551 4677 * vc-rcs-hooks.el: Implement new state model. Hardly anything
7a004b71
GM
4678 untouched.
4679
7f8b6551 4680 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
7a004b71 4681
7f8b6551 4682 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
7a004b71
GM
4683 if defined. (Merged from main line, slightly adapted.)
4684
4685 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
4686 millenium problem (merged from mainline).
4687
46882000-09-04 Martin Lorentzson <martinl@gnu.org>
4689
4690 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
4691 part and moved the non-BACKEND stuff to vc.el.
4692
4693 * vc.el: Split the annotate feature into a BACKEND specific part
4694 and moved it from the vc-cvs.el file to this one.
4695
46962000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4697
7f8b6551
SM
4698 * vc-hooks.el: Implement new state model.
4699 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
4700 (vc-locking-user): Simplify. Now only needed if the file is
7a004b71 4701 locked by somebody else.
7f8b6551 4702 (vc-lock-from-permissions): Remove. Functionality is in
7a004b71
GM
4703 vc-sccs-hooks.el and vc-rcs-hooks.el now.
4704 (vc-mode-line-string): New name for former vc-status. Adapted.
7f8b6551 4705 (vc-mode-line): Adapt to use the above. Remove optional parameter.
7a004b71 4706
7f8b6551
SM
4707 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
4708 Various simplifications and adaptations all over the place.
7a004b71 4709
7f8b6551
SM
4710 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
4711 Simplify and adapt the rest.
7a004b71 4712
7f8b6551 4713 * vc.el (vc-resynch-window): Add TODO comment: check for
7a004b71 4714 interaction with view mode according to recent RCS change.
7f8b6551 4715 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
7a004b71
GM
4716
47172000-09-04 Martin Lorentzson <martinl@gnu.org>
4718
7f8b6551 4719 * vc.el: Convert the remaining function comments to docstrings.
7a004b71
GM
4720
47212000-09-04 Martin Lorentzson <martinl@gnu.org>
4722
4723 * vc.el (vc-backend-release, vc-release-greater-or-equal)
4724 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
4725 (vc-minor-part, vc-previous-version): Functions that operate and
4726 compare revision numbers got proper documentation. Comments added
4727 about their possible removal.
4728
47292000-09-04 Martin Lorentzson <martinl@gnu.org>
4730
4731 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
4732 the vc-backend.el files.
4733
4734 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
4735
4736 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
4737 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
4738 (vc-rcs-previous-version): Functions added.
4739
4740 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
4741
4742 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
4743
47442000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4745
4746 * vc-hooks.el (vc-master-templates): Is really obsolete.
7f8b6551 4747 Comment out the definition for now. What is the right procedure
7a004b71
GM
4748 to get rid of it?
4749 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
4750 rewritten.
7f8b6551 4751 (vc-default-registered): Remove.
7a004b71
GM
4752 (vc-check-master-templates): New function; does mostly what the
4753 above did before.
4754 (vc-locking-user): Don't rely on the backend to set the property.
4755
4756 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
7f8b6551 4757 Rewrite documentation.
7a004b71
GM
4758 (vc-rcs-templates-grabbed): New variable.
4759 (vc-rcs-grab-templates): New function.
7f8b6551 4760 (vc-rcs-registered): Rewrite to use above mechanism.
7a004b71
GM
4761
4762 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
7f8b6551 4763 Rewrite documentation.
7a004b71
GM
4764 (vc-sccs-templates-grabbed): New variable.
4765 (vc-sccs-grab-templates): New function.
7f8b6551
SM
4766 (vc-sccs-registered): Rewrite to use above mechanism.
4767 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
4768 Don't throw the result, simply return it.
7a004b71 4769
7f8b6551
SM
4770 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
4771 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
4772 (vc-cvs-registered): Does the check itself now. Simplify.
7a004b71 4773
7f8b6551 4774 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
7a004b71
GM
4775 from main line.
4776
47772000-09-04 Martin Lorentzson <martinl@gnu.org>
4778
7f8b6551 4779 * vc-cvs.el (vc-cvs-diff): New function.
7a004b71 4780
7f8b6551 4781 * vc-sccs.el (vc-sccs-diff): New function.
7a004b71 4782
7f8b6551
SM
4783 * vc-rcs.el (vc-rcs-diff): New function.
4784 (vc-rcs-checkout): Bug (typo) found and fixed.
4785 (vc-rcs-register-switches): New variable.
7a004b71
GM
4786
4787 * vc.el (vc-backend-diff): Function removed and placed in the
4788 backend files.
4789
47902000-09-04 Martin Lorentzson <martinl@gnu.org>
4791
4792 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
4793
4794 * vc.el (vc-backend-checkout): Function removed and replaced in
4795 the vc-backend.el files.
4796
4797 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
4798
4799 * vc.el (vc-backend-admin): Removed and replaced in the
4800 vc-backend.el files.
4801
4802 * vc.el (Martin): Removed all the annotate functionality since it
4803 is CVS backend specific.
4804
48052000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4806
4807 * spec.txt: Added specification of vc-state.
4808
4809 * vc-sccs-hooks.el (vc-sccs-master-properties):
7f8b6551 4810 Remove handling of vc-latest-version and
7a004b71
GM
4811 vc-your-latest-version. What used to be vc-latest-version, is now
4812 returned as vc-workfile-version.
7f8b6551 4813 (vc-sccs-workfile-version): Adapt.
7a004b71
GM
4814
48152000-09-04 Dave Love <fx@gnu.org>
4816
4817 * vc.el: [Merged from mainline.]
4818 (vc-dired-mode): Make the dired-move-to-filename-regexp
4819 regexp match the date, to avoid treating date as file size.
4820 Add YYYY S option to WESTERN/
4821
48222000-09-04 Dave Love <fx@gnu.org>
4823
4824 * vc.el: Require `compile' when compiling.
4825 (vc-logentry-check-hook): New option.
4826 (vc-steal-lock): Use compose-mail.
4827 (vc-dired-mode-map): Defvar when compiling.
4828 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
4829 vc-sccs.el and renamed. Callers changed.
4830 (vc-backend-checkout, vc-backend-logentry-check)
4831 (vc-backend-merge-news): Doc fix.
4832 (vc-default-logentry-check): New function.
4833 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
4834 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
4835 (vc-backend-merge): Doc fix. Use backend functions.
4836 (vc-check-headers): Use backend functions.
4837
4838 * vc-cvs.el: Require vc when compiling.
4839 (vc-cvs-register-switches): Doc fix.
4840 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
4841 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
4842 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
4843 New functions (code from vc.el).
4844 (vc-annotate-display-default): Fix interactive spec.
4845 (vc-annotate-time-span): Doc fix.
4846
4847 * vc-rcs.el: Require vc when compiling.
4848 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
4849 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
4850 (vc-rcs-checkin): New functions (code from vc.el).
4851 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
4852 Doc fix.
4853 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
4854
4855 * vc-sccs.el: Require vc when compiling.
4856 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
4857 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
4858 (vc-sccs-revert)
4859 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
4860 from vc.el).
4861 (vc-sccs-add-triple, vc-sccs-record-rename)
4862 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
4863 (vc-sccs-admin): Doc fix.
4864
48652000-09-04 Martin Lorentzson <martinl@gnu.org>
4866
4867 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
4868 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
4869 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
4870 from vc.el.
4871
4872 * vc-sccs.el (vc-admin-sccs): Added from vc.el
4873
4874 * vc-cvs.el: Moved the annotate functionality from vc.el.
4875 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
4876
48772000-09-04 Dave Love <fx@gnu.org>
4878
4879 * vc.el (vc-backend-release): Call vc-system-release.
4880
4881 * vc-sccs.el (vc-sccs-system-release):
4882 Renamed from vc-sccs-backend-release.
4883
4884 * vc-rcs.el (vc-rcs-system-release):
4885 Renamed from vc-rcs-backend-release.
4886
4887 * vc-cvs.el (vc-cvs-system-release):
4888 Renamed from vc-cvs-backend-release.
4889
48902000-09-04 Dave Love <fx@gnu.org>
4891
4892 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
4893 backend files.
4894 (vc-backend-release): Dispatch to backend functions.
4895 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
4896 probably needs attention.]
4897
4898 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
4899 (vc-sccs-backend-release): New function.
4900
4901 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
4902 (vc-cvs-backend-release): New function.
4903
4904 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
4905 Doc fix.
4906 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
4907 (vc-default-dired-state-info): New function.
4908 (vc-dired-state-info): Dispatch to backends.
4909 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
4910
4911 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
4912 from vc.el and renamed.
4913
49142000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4915
4916 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
4917 (vc-version-other-window, vc-backend-assign-name): Removed
4918 references to vc-latest-version; sometimes changed into
4919 vc-workfile-version.
4920
4921 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
4922 vc-rcs-master-workfile-version.
4923 (vc-rcs-workfile-version): Use the above. Don't call
4924 vc-latest-version (that was unreachable code, anyway).
4925 (vc-rcs-fetch-master-properties): Doc fix.
4926
4927 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
4928 (vc-backend-hook-functions): Removed them from this list, too.
4929 (vc-fetch-properties): Removed.
4930 (vc-workfile-version): Doc fix.
4931
4932 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
4933 (vc-rcs-workfile-version, vc-rcs-locking-user)
4934 (vc-rcs-uses-locking): Use it.
4935
4936 * vc-hooks.el (vc-consult-rcs-headers):
4937 Moved into vc-rcs-hooks.el, under the name
4938 vc-rcs-consult-headers.
4939
4940 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
4941 headers.
4942 (vc-cvs-find-master): Use this name only; correct different
4943 versions of the name.
4944
4945 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
4946 New functions.
4947 (vc-sccs-locking-user): Use the latter.
4948
4949 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
4950 New functions.
4951
4952 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
4953 Moved into both
4954 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
4955 functions are implementation details of those two backends.
4956
49572000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4958
4959 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
4960 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
4961
4962 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
4963 (vc-sccs-parse-locks): SCCS-specific code moved here from
4964 vc-hooks.
4965
4966 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
4967 code moved here from vc-hooks.
4968
4969 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
4970 into back-end specific parts and removed. Callers not updated
4971 yet; because I guess these callers will disappear into back-end
4972 specific files anyway.
4973
49742000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4975
4976 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
4977 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
4978 `vc-uses-locking'.
4979
4980 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
4981 Store yes/no in the property, and return t/nil. Updated all
4982 callers.
4983
4984 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
4985 vc-sccs-uses-locking. Don't set property.
4986 (vc-sccs-locking-user): Don't set property.
4987
4988 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
4989 vc-cvs-uses-locking. Don't set property here; leave that to
4990 vc-hooks.
4991 (vc-cvs-locking-user): Reflect above change. Streamlined.
4992
4993 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
4994 vc-rcs-uses-locking.
4995 (vc-rcs-locking-user): Reflect above change.
4996
49972000-09-04 Dave Love <fx@gnu.org>
4998
4999 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
5000
5001 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
5002
5003 * vc-hooks.el (vc-checkout-model): Punt to backends.
5004
5005 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
5006
5007 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
5008
5009 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
5010 New functions.
5011
5012 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
5013 New functions.
5014
5015 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
5016 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
5017
5018 * vc-hooks.el (vc-default-locking-user): New function.
5019 (vc-locking-user, vc-workfile-version): Punt to backends.
5020
50212000-09-04 Dave Love <fx@gnu.org>
5022
5023 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
5024 (vc-master-workfile-version): Moved from vc-hooks.
5025
5026 * vc-rcs-hooks.el: Fix duplicate code in last change.
5027
5028 * vc-rcs-hooks.el: Require vc-hooks when compiling.
5029 (vc-rcs-master-templates): Improve :type.
5030 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
5031 vc-master-workfile-version): Moved from vc-hooks.
5032
5033 * vc-sccs-hooks.el: Require vc-hooks when compiling.
5034 (vc-sccs-master-templates): Improve :type.
5035 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
5036
5037 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
5038
5039 * vc-cvs-hooks.el: Require vc-hooks when compiling.
5040 (vc-cvs-master-templates): Improve :type. Use
5041 vc-cvs-find-cvs-master.
5042 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
5043 from vc-hooks.
5044 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
5045
5046 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
5047 Moved to vc-cvs-hooks.
5048
5049 * vc-hooks.el: Add doc strings in various places. Simplify the
5050 minor mode setup.
5051 (vc-handled-backends): New user variable.
5052 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
5053 simplification.
5054
50552000-09-04 Dave Love <fx@gnu.org>
5056
5057 * vc.el: Some doc fixes for autoloaded and interactive functions.
5058 Fix compilation warnings from ediff stuff.
5059 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
5060
5061 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
5062
5063 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
5064
5065 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
5066
50672000-09-04 Dave Love <fx@gnu.org>
5068
5069 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
5070 New variable.
5071 (vc-make-backend-function, vc-loadup, vc-call-backend)
5072 (vc-backend-defines): New functions.
5073
5074 * vc-hooks.el: Various doc fixes.
5075 (vc-default-back-end, vc-follow-symlinks): Custom fix.
5076 (vc-match-substring): Function removed. Callers changed to use
5077 match-string.
5078 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
5079 Simplify.
5080
50812000-09-04 Dave Love <fx@gnu.org>
5082
5083 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
5084 type.
5085 (vc-sccs-project-dir, vc-search-sccs-project-dir)
5086 (vc-sccs-registered): Doc fix.
5087
5088 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
5089 (vc-cvs-registered): Doc fix.
5090
5091 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
5092 (vc-rcs-registered): Doc fix.
5093
50942000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5095
5096 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
5097
5098 * vc-hooks.el: vc-registered has been renamed
5099 vc-default-registered. Some functions have been moved to the
5100 backend specific files. they all support the
5101 vc-BACKEND-registered functions.
5102
51032000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5104
5105 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
5106
5107 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
5108
a033ea13
DL
51092000-09-04 Dave Love <fx@gnu.org>
5110
179fc9ef
DL
5111 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
5112 menu-bar-update-hook.
5113
5114 * help.el (help-manyarg-func-alist): Add
5115 find-operation-coding-system.
5116
a033ea13
DL
5117 * wid-edit.el (widget-sexp-validate): Fix garbled code.
5118
5119 * custom.el (custom-set-variables): Print message about errors in
5120 setting.
5121
f8803e97
AI
51222000-09-03 Andrew Innes <andrewi@gnu.org>
5123
5124 * makefile.w32-in: Change to DOS line endings.
5125
59836110
EZ
51262000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
5127
5128 * mouse.el (mouse-popup-menubar): Supply the prompt string for
5129 minor-mode keymaps, if they don't have one.
5130
5514ba5c
EZ
51312000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
5132
5133 * eshell/esh-module.el (eval-when-compile): Don't lose if
5134 esh-module.el's file name is truncated to DOS 8+3 limits.
5135
79cf8e80
JW
51362000-09-01 John Wiegley <johnw@gnu.org>
5137
5138 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
5139 predicate, which caused entries in the completion list to be
5140 doubled.
5141
51422000-08-30 John Wiegley <johnw@gnu.org>
5143
5144 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
5145 sending to subprocesses. Also, hook pre-command-hook if
5146 `eshell-send-direct-to-subprocesses' is non-nil.
5147 (eshell-send-direct-to-subprocesses): New config variable. If t,
5148 subprocess input is send immediately.
5149 (eshell-toggle-direct-send): New function.
5150 (eshell-self-insert-command): New function.
5151 (eshell-intercept-commands): New function.
5152 (eshell-send-input): If direct subprocess sending is enabled,
5153 don't echo any input to the Eshell buffer. Let the subprocess
5154 handle that. This requires "stty echo" in bash, for example.
5155
51562000-08-28 John Wiegley <johnw@gnu.org>
5157
5158 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
5159 completion function for Eshell's implementation of `unset'.
5160
778911b9
EZ
51612000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
5162
5163 * info.el (Info-directory-list): Doc fix.
5164
05d07b49
PB
51652000-08-31 Peter Breton <pbreton@ne.mediaone.net>
5166
9b4a7800 5167 * filecache.el (file-cache-add-directory-using-find): Don't quote
05d07b49
PB
5168 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
5169
9941d4c7
KH
51702000-08-31 Kenichi Handa <handa@etl.go.jp>
5171
5172 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
5173 coding systems.
5174
af9ba8ad
AI
51752000-08-30 Andrew Innes <andrewi@gnu.org>
5176
5177 * timer.el (run-with-idle-timer): Undo last change, so that timer
5178 is not activated immediately if Emacs is already idle. Some
5179 existing code relies on this behaviour.
5180
caccd8f2
MB
51812000-08-30 Miles Bader <miles@gnu.org>
5182
5183 * frame.el (set-frame-font): Do completion of font-name for
5184 interactive use.
5185
b64c0a1c
KH
51862000-08-30 Kenichi Handa <handa@etl.go.jp>
5187
5188 * international/quail.el (quail-start-translation): Bind locally
5189 last-command-event, last-command, and this-command.
5190 (quail-start-conversion): Likewise.
75cf0095 5191 (quail-self-insert-command): Fix docstring.
b64c0a1c 5192
fd5f61d3
GM
51932000-08-29 Gerd Moellmann <gerd@gnu.org>
5194
5195 * progmodes/executable.el
5196 (executable-make-buffer-file-executable-if-script-p): Check that
5197 buffer contains at least 2 characters.
5198
5b671d04
EZ
51992000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
5200
5201 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
5202
485d9513
DL
52032000-08-29 Dave Love <fx@gnu.org>
5204
a39fb83d
DL
5205 * diff-mode.el (diff-mode) <defgroup>: Add :version.
5206 (diff-mode-shared-map): Bind mouse-2.
5207 (diff-imenu-generic-expression): New variable.
5208 (diff-mode): Use it.
5209
485d9513
DL
5210 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
5211 (mouse-popup-menubar): Add minor mode menus.
5212 (popup-menu): Check for lookup-key returning number.
5213
ba3478d9
MB
52142000-08-29 Miles Bader <miles@gnu.org>
5215
5216 * comint.el (comint-send-input): Create overlays using the proper
5217 front/read-advance arguments.
9b4a7800 5218
c3d6d211
GM
52192000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5220
5221 * ps-print.el: Even/odd pages printing. Doc fix.
5222 (ps-print-version): New version number (6.0).
5223 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
5224 (ps-background, ps-begin-file, ps-begin-job): Code fix.
5225 (ps-print-duplex-feature): Variable eliminated.
5226 (ps-even-or-odd-pages): New variable.
5227
ba087cd7 5228 * progmodes/ebnf2ps.el: Doc fix.
87d0f685
GM
5229 (ebnf-version): New version (3.3).
5230 (ebnf-user-arrow): Change variable customization to sexp.
5231 (ebnf-user-arrow): Function eliminated.
5232 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
9b4a7800 5233
d313265f
KH
52342000-08-29 Kenichi Handa <handa@etl.go.jp>
5235
cba62b78 5236 * help.el (help-xref-mule-regexp): New variable.
d313265f
KH
5237 (help-make-xrefs): Handle help-xref-mule-regexp.
5238
5239 * international/mule-cmds.el (help-xref-mule-regexp-template): New
5240 variable.
5241 (describe-input-method): Temporarily activate the specfied input
5242 method to display the information.
5243 (describe-language-environment): Hyperlinks to mule related items.
5244
5245 * international/mule-diag.el (charset-multibyte-form-string): New
5246 function.
5247 (list-character-sets-1): Use charset-multibyte-form-string.
5248 (describe-character-set): New function.
5249 (describe-coding-system): Hyperlinks to safe character sets.
5250
5251 * international/quail.el (quail-help): New arg PACKAGE.
5252 Hyperlinks to mule related items.
5253 (quail-help-insert-keymap-description): Use
5254 substitute-command-keys instead of describe-bindings.
5255 (quail-translation-help): Hyperlinks to mule related items.
5256
b4bd214e
JW
52572000-08-28 John Wiegley <johnw@gnu.org>
5258
ca7aae91
JW
5259 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
5260 have a defsubst call itself. Made `eshell-flatten-list' back into
5261 a function again.
5262
b4bd214e
JW
5263 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
5264 catch, in case re-centering point at bottom messes up the display.
5265 This happens frequently in Emacs 21, due I believe to variable
5266 line heights.
5267
5268 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
5269 to call `find-tag-interactive'.
5270
5271 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
5272 the list of remember directories.
5273
d44e146b
JW
52742000-08-28 John Wiegley <johnw@gnu.org>
5275
5276 * align.el: Test align-region-separate to see if it's a symbol.
5277
546c0888 52782000-08-28 John Wiegley <johnw@gnu.org>
d44e146b
JW
5279
5280 * eshell/esh-util.el (eshell-flatten-list): Made this function
5281 into a defsubst form. It gets used very frequently, although
5282 calls don't occur all that often.
5283
5284 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
5285 examining it.
5286
5287 * eshell/esh-cmd.el (eshell-rewrite-while-command):
5288 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
5289 `eshell-protect'.
5290 (eshell-copy-handles): Created a new macro for duplicating the
5291 current set of open handles. This is needed by the looping
5292 functions.
5293 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
5294 is not incorrectly stomped on.
5295
5296 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
5297 declaration for pcomplete-use-paring.
5298 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
5299 value of eshell-cmpl-use-paring.
5300 * pcomplete.el (pcomplete-use-paring): New config variable, to
5301 indicate whether paring should be used.
5302 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
5303 completion alternatives that have already been used.
5304
5305 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
5306 bound to C-c C-y, which will repeat the previous N arguments
5307 (based on prefix argument).
5308 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
5309
5310 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
5311 if there is no *Help* buffer. This is for XEmacs, which renames
5312 its help buffers uniquely. TODO: Find out what the current buffer
5313 name to delete is.
5314
5315 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
5316 first entry that correlates to a passwd/group number. Later
5317 entries (used for group/user name aliasing to multiple IDs) are
5318 ignored.
5319
9b4a7800
TTN
5320 * eshell/em-xtra.el (eshell/expr):
5321 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
5322 (eshell-grep, eshell/diff, eshell/locate):
d44e146b
JW
5323 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
5324 argument list, before passing it to the system command.
5325
5326 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
5327 `find-tag' for use at final position in Eshell buffers (which
5328 otherwise triggers an error on Emacs 21).
5329 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
5330 buffer, if it is currently bound to `find-tag'.
5331
5332 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
5333 in the list of matched Makefile names.
5334 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
5335 directory, prefer its contents to Makefile.
5336
5337 * eshell/em-dirs.el (eshell/cd): cd commands that look up
5338 directory parts (like "cd old new", or "cd =regexp"), are now case
5339 sensitive on non-Windows/DOS platforms.
5340
5341 * eshell/esh-mode.el (eshell-parse-command-input): When a user
5342 types RET after an open delimiter (like "), display a message
5343 indicating that Eshell is waiting for the closing delimiter.
5344
5345 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
5346 environment variables.
5347
5348 * eshell/em-unix.el (eshell/diff): Added logic to fail more
5349 gracefully if the user enters incorrect arguments.
5350
5351 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
5352 Eshell buffers.
5353
9b4a7800
TTN
5354 * eshell/esh-var.el (eshell-interpolate-variable):
5355 * eshell/esh-mode.el (eshell-move-argument):
d44e146b
JW
5356 * eshell/em-unix.el (eshell-du-sum-directory):
5357 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
5358 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
5359 (not (= ...)).
5360
5361 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
5362 to ensure the `preserve' flag gets propagated when doing recursive
5363 directory copies.
5364
546c0888 53652000-08-28 Stefan Monnier <monnier@cs.yale.edu>
d44e146b
JW
5366
5367 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
5368 Don't convert \n into \0177 in memory.
5369 (eshell-read-history, eshell-write-history): Convert \n to \0177,
5370 and back again, when reading and writing.
9b4a7800 5371
546c0888 53722000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
d44e146b
JW
5373
5374 * eshell/esh-util.el (eshell-processp): Added to relieve constant
5375 testing of `fboundp' on `processp'.
5376
5377 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
5378 (eshell/jobs): Don't call process-list if it is not bound.
5379 (eshell-gather-process-output): Support systems where async
5380 subprocesses aren't supported.
5381 (eshell-scratch-buffer, eshell-last-sync-output-start): New
5382 variables.
5383
5384 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
5385 eshell-do-eval returns t.
5386 (eshell-do-pipelines-synchronously): New defmacro.
5387 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
5388 when async subprocesses aren't supported.
5389 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
5390 if async subprocesses aren't supported.
5391 (eshell-resume-command): Don't assume STATUS is a string.
5392
5393 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
5394
5395 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
5396 (eshell-close-target, eshell-get-target): Use eshell-processp.
5397 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
5398 fix.
5399 (eshell-get-target, eshell-create-handles): Doc fix.
5400
546c0888 54012000-08-28 Miles Bader <miles@lsi.nec.co.jp>
d44e146b 5402
546c0888 5403 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
d44e146b
JW
5404 criterion to include commands that output something, as long as it
5405 leaves both the command and the end-of-buffer visible when the
5406 command has exited.
5407 (eshell-review-quick-commands): Adjust the help doc string
5408 accordingly.
5409
2a371c3b
PB
54102000-08-28 Peter Breton <pbreton@ne.mediaone.net>
5411
8348e1f9 5412 * locate.el (locate): Cleaned up locate command's interactive prompting
1ec321a7 5413 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
8348e1f9 5414
9b4a7800 5415 * filecache.el (file-cache-case-fold-search): New variable
2a371c3b
PB
5416 (file-cache-assoc-function): New variable
5417 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
5418 Use file-cache-case-fold-search variable
5419 (file-cache-add-file): Use file-cache-assoc-function
5420 (file-cache-delete-file): likewise
5421 (file-cache-directory-name): likewise
5422 (file-cache-debug-read-from-minibuffer): likewise
5423
95931eb1
GM
54242000-08-28 Gerd Moellmann <gerd@gnu.org>
5425
5426 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
5427 (abbrev-table-name): New function.
5428 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
5429 If non-nil list local abbrev, only.
5430
bb17930d
GM
54312000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
5432
546c0888
EZ
5433 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
5434 from Gnus support code, and use special article copy buffer
bb17930d
GM
5435 `(gnus-original-article-buffer)' instead. This allows to get rid
5436 of article-hide-headers usage (which breaks in the latest Gnus
5437 version). Thanks to Detlev Zundel.
5438
41a68aef
KH
54392000-08-28 Kenichi Handa <handa@etl.go.jp>
5440
5441 * international/quail.el (quail-use-package): Hide "... loaded"
5442 message.
5443 (quail-start-translation, quail-start-conversion): Likewise.
5444
5445 * international/kkc.el (kkc-region): Hide "... loaded" message.
5446
28bb2cef
DL
54472000-08-27 Dave Love <fx@gnu.org>
5448
5449 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
5450
11a1118d
MB
54512000-08-27 Miles Bader <miles@gnu.org>
5452
5453 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
5454
0f85d477
KH
54552000-08-27 Kenichi Handa <handa@etl.go.jp>
5456
5457 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
5458 'ja-dic-cnv), not (require 'skkdic-cnv).
5459
2d73e8d3
MB
54602000-08-26 Miles Bader <miles@gnu.org>
5461
a0e5a5a4
MB
5462 * faces.el (face-x-resources): Add entry for :inherit.
5463 * cus-face.el (custom-face-attributes): Add support for :inherit
5464 attribute. Add support for relative face heights.
5465 (custom-face-attributes-get): Treat `nil' as being a default value
5466 for :inherit (as well as `unspecified').
5467
19feb949
MB
5468 * faces.el (set-face-attribute): Update doc string.
5469 (face-attribute-name-alist): Add :inherit.
5470 (face-valid-attribute-values): Handle :inherit.
5471 (face-read-string): Rephrase prompt to be less confusing.
5472 Assume that DEFAULT is a string, since we must return a string.
5473 (face-read-integer): Use `format' to turn DEFAULT into an
5474 acceptable default for face-read-string. Match NEW-VALUE against
5475 the string "unspecified", not the symbol `unspecified', since
5476 that's what face-read-string returns.
5477 (read-face-attribute): Lookup a name for old-value in valid, and
5478 use it as a default if we find one. Treat all values from
5479 face-read-string as strings. If the default is used, don't do any
5480 more processing on the value, just use the old value directly.
5481 (read-face-and-attribute, modify-face): Tweak prompt.
5482 (read-face-name): Don't assume prompt ends with a space.
5483
2d73e8d3
MB
5484 * faces.el (describe-face): Add support for :inherit attribute.
5485
a1a2e38f
KH
54862000-08-25 Kenichi Handa <handa@etl.go.jp>
5487
e84fa7c5
KH
5488 * terminal.el (terminal-emulator): Fix args to `concat'. Now
5489 concat doesn't accept interger.
5490
a1a2e38f
KH
5491 * international/kkc.el: Remove SKK from Keywords. Require
5492 ja-dic-utl instead of skkdic-utl.
5493
5494 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
5495 Provide ja-dic-cnv instead of skkdic-cnv.
5496 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
5497 (iso-2022-7bit-short): Add safe-charsets property.
5498 (skkdic-convert-postfix): Search Japanese chou-on character in
5499 addition to Hiragana character.
5500 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
5501 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
5502 (batch-skkdic-convert): Likewise.
5503
5504 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
5505 Provide ja-dic-utl instead of skkdic-utl.
5506 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
5507
f6499c03
DL
55082000-08-24 Dave Love <fx@gnu.org>
5509
1c2c3f16
DL
5510 * disp-table.el (standard-display-default): Make the test of `l'
5511 useful.
5512
f6499c03
DL
5513 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
5514 mod sample text.
5515
5516 * international/iso-ascii.el: Make pilcrow convenient string
5517 consistent with section.
5518 (iso-ascii-display): Set up multibyte characters as well as
5519 unibyte.
5520
c543db81
KH
55212000-08-24 Kenichi Handa <handa@etl.go.jp>
5522
5523 * international/mule-cmds.el (reset-language-environment): Set
5524 default-process-coding-system to '(undecided . iso-latin-1), which
5525 makes process I/O almost consistent with file I/O. Call this
5526 function when mule-cmds.el[c] is loaded.
5527
746d9caf
AI
55282000-08-22 Andrew Innes <andrewi@gnu.org>
5529
5530 * makefile.w32-in: New file.
5531
5484005d
MB
55322000-08-22 Miles Bader <miles@lsi.nec.co.jp>
5533
5534 * comint.el (comint-output-filter): Compare end of
5535 comint-last-output-overlay with the start of the newly inserted
5536 text, not the end, when deciding whether to extend it.
9b4a7800 5537 Set saved-point's insertion type to advance after insertion.
5484005d
MB
5538
5539 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
5540 since this is now done independently of font-lock mode.
5541
7a912f63
GM
55422000-08-21 Gerd Moellmann <gerd@gnu.org>
5543
5544 * server.el (server-kill-new-buffers): New user option.
5545 (server-existing-buffer): New buffer-local variable.
5546 (server-visit-files): When using an existing buffer, set
5547 server-existing-buffer to t.
5548 (server-buffer-done): If server-kill-new-buffers is t, kill the
5549 buffer, unless it was already present before visiting it with
5550 Emacs server.
9b4a7800 5551
240301df
EZ
55522000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
5553
5554 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
5555 even if the display doesn't support colors: some displays will
5556 support bold/underline faces.
5557
cbcef616
GM
55582000-08-21 Gerd Moellmann <gerd@gnu.org>
5559
6917e6bb
GM
5560 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
5561
cbcef616
GM
5562 * startup.el (command-line): If user's init file had an error,
5563 add explanatory text to *Messages*.
5564
6922b018
KH
55652000-08-21 Kenichi Handa <handa@etl.go.jp>
5566
5567 * man.el (Man-getpage-in-background): Decode the process output by
5568 the system locale coding system.
5569
e50c4203
DL
55702000-08-20 Dave Love <fx@gnu.org>
5571
96ab6351
DL
5572 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
5573 Don't test x-popup-menu.
5574 (function) <complete-function>: Complete only fbound symbols.
5575 <validate, value>: New.
5576 (variable) <complete-function>: Complete only bound symbols.
5577 (coding-system): Add :base-only, :complete-function, :validate,
5578 :value, :prompt-match.
5579 (widget-coding-system-prompt-value): Use read-coding-system and
5580 act on :base-only.
5581 (editable-field): Add :help-echo.
5582 (widget-push-button-gui, widget-push-button-cache)
5583 (widget-gui-action, widget-editable-list-gui): COmment out, along
5584 with uses.
5585 (widget-at): Make arg optional.
5586 (widget-echo-help): Adjust for current help-echo calling sequence.
5587 (widget-specify-field, widget-specify-button)
5588 (widget-specify-insert, widget-get-sibling, widget-image-find)
5589 (widget-convert, widget-insert, widget-leave-text)
5590 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
5591 (widget-setup, widget-field-find, widget-before-change)
5592 (widget-after-change, widget-default-complete)
5593 (widget-default-create, widget-default-delete)
5594 (widget-push-button-value-create, editable-field)
5595 (widget-field-prompt-value, widget-field-validate)
5596 (widget-choice-value-create, widget-choice-action)
5597 (widget-choice-validate, widget-checklist-add-item)
5598 (widget-radio-add-item, widget-radio-chosen)
5599 (widget-radio-value-inline, widget-editable-list-value-create)
5600 (widget-editable-list-entry-create)
5601 (widget-documentation-link-add)
5602 (widget-documentation-string-value-create)
5603 (widget-regexp-validate, widget-file-complete)
5604 (widget-sexp-validate, widget-plist-convert-widget)
5605 (widget-plist-convert-widget, widget-alist-convert-widget)
5606 (widget-alist-convert-widget, widget-color-complete): Simplify,
5607 particularly to avoid bindings which aren't optimized out.
5608
e50c4203
DL
5609 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
5610 Doc fix.
5611 (down-list, backward-up-list, up-list, kill-sexp)
5612 (backward-kill-sexp, mark-sexp): Make arg optional.
5613 (lisp-complete-symbol): Add optional arg PREDICATE.
5614
5615 * cus-start.el: Add display-buffer-reuse-frames,
5616 file-coding-system-alist.
5617
511bd4eb
GM
56182000-08-20 Gerd Moellmann <gerd@gnu.org>
5619
5620 * startup.el (command-line): Clear realized faces after
5621 modifying TTY color mappings.
5622
a9de7d29
MB
56232000-08-20 Miles Bader <miles@gnu.org>
5624
5625 * faces.el (face-attr-match-p): Don't return true if ATTRS are
5626 merely a subset of FACE's attributes.
5627
8a8023d9
MB
56282000-08-19 Miles Bader <miles@gnu.org>
5629
5630 * comint.el (comint-output-filter): Save the point with a marker,
5631 not just a buffer position.
5632
5633 * international/mule.el (set-buffer-process-coding-system): Make
5634 interactive prompt less confusing.
5635
1433385f
GM
56362000-08-19 Gerd Moellmann <gerd@gnu.org>
5637
5638 * hilit-chg.el: General cleanup of doc strings, comments and
5639 code formatting.
5640
136b4eda
MB
56412000-08-19 Miles Bader <miles@gnu.org>
5642
5643 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
5644 Compiler macro removed; beginning-of-line is no longer always
5645 equivalent to forward-line, in the presence of fields.
5646
5647 * comint.el (comint-output-filter): Remove ad-hoc saving of
5648 restriction, and just use save-restriction, now that it works
5649 correctly. Don't adjust comint-last-input-start to account for
5650 our insertion; it shouldn't have moved because we don't use
5651 insert-before-markers anymore. Comment out call to
5652 `force-mode-line-update'; why is it here?
5653
5654 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
5655 while checking for prompt to delete. Use `forward-line 0'
5656 instead of beginning-of-line.
5657 (gud-filter): Temporarily widen gud comint buffer while
5658 examining output.
5659
cdd0f857
SM
56602000-08-18 Stefan Monnier <monnier@cs.yale.edu>
5661
ebf96bfa
SM
5662 * progmodes/sh-script.el: Big bag of typos.
5663
cdd0f857
SM
5664 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
5665 check since ispell-process is not bound when ispell is not yet loaded.
5666
9bb7a286
DL
56672000-08-18 Dave Love <fx@gnu.org>
5668
5669 * image.el (find-image): Copy `spec' before using plist-put.
5670
74ec6045
GM
56712000-08-18 Gerd Moellmann <gerd@gnu.org>
5672
5673 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
5674 `portugues'.
5675
5676 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
5677 backward-kill-sexp, analogous to kill-sexp.
5678
5679 * progmodes/icon.el (icon-indent-line)
5680 (icon-is-continuation-line): Handle comments specially.
5681
56822000-08-17 Ken Stevens <k.stevens@ieee.org>
5683
5684 * ispell.el: Set to standard author/maintainer/keyword fields.
5685 Fine tuning to menu map appearance and operation, and added help.
5686 Remove `start' and `end' error messages when compiling.
5687 (ispell-choices-win-default-height): Fixed comment string.
5688 (ispell-dictionary-alist-1): Fixed regexp in castellano and
5689 castellano8 dictionaries.
5690 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
5691 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
5692 dictionary, added italiano dictionary.
5693 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
5694 word character
5695 (ispell-tex-skip-alists): Added psfig support.
5696 (ispell-skip-html): Renamed from ispell-skip-sgml.
5697 (ispell-begin-skip-region-regexp, ispell-skip-region)
5698 (ispell-minor-check): Improved html skipping support to skip across
5699 code, and recognize `&' commands without propper `;' syntax;
5700 (ispell-process-line): Fix alignment error when manually
5701 correcting spelling.
5702 (ispell): Fix comment string.
5703 (ispell-add-per-file-word-list): Always put word list on new line.
5704
3787e12e
GM
57052000-08-17 Gerd Moellmann <gerd@gnu.org>
5706
a7b28523
GM
5707 * format.el (format-encode-run-method): Fix error message to say
5708 `encode' instead of `decode'. Use save-window-excursion around
5709 shell-command-on-region as in format-decode-run-method because
5710 shell-command-on-region can display a buffer with error output.
5711 (format-decode): Don't record undo information for the decoding.
5712 (format-annotate-function): Add parameter FORMAT-COUNT. Make
5713 that number part of the temporary buffer name so that more than
5714 one decoding using a temporary buffer can happen safely.
5715
5716 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
5717 of `A-z' in the regexp.
5718
5719 * hilit-chg.el: Fix typos in commentary.
5720
3787e12e
GM
5721 * help.el (view-emacs-news): Rewritten for new naming scheme
5722 for old NEWS files.
5723
5724 * startup.el (command-line): Pop to *Messages* in case an error
5725 is signaled while loading user-init-file.
5726
d2473540
AS
57272000-08-17 Andreas Schwab <schwab@suse.de>
5728
5729 * files.el (insert-directory): Don't lose original file name,
5730 undoing an undocumented change.
5731
c0bbaf57
GM
57322000-08-17 Alex Schroeder <alex@gnu.org>
5733
5734 * sql.el (sql-magic-go): Use comint-bol.
5735 (sql-copy-column): Use comint-line-beginning-position.
5736 (comint-line-beginning-position): Define a replacement for
5737 comint-line-beginning-position if it is not fboundp.
5738
57392000-08-17 Alex Schroeder <alex@gnu.org>
5740
5741 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
5742 it didn't have any effect anyway.
5743
57442000-08-17 Alex Schroeder <alex@gnu.org>
5745
5746 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
5747 --pset and pager=off instead of sending \\o|cat at the beginning
5748 of the session.
5749
9d245da5
MB
57502000-08-17 Miles Bader <miles@gnu.org>
5751
5752 * progmodes/octave-inf.el: Add compatibility definition of
5753 comint-line-beginning-position.
5754
abfdbd2e
KH
57552000-08-17 Kenichi Handa <handa@etl.go.jp>
5756
5757 * startup.el (normal-top-level): Look in each dir in load-path for
5758 a leim-list.el file too. This assures of loading leim-list.el
5759 that is created at Emacs installation time even if a user have his
5760 own leim-list.el.
5761
a0b8c939
MB
57622000-08-17 Miles Bader <miles@gnu.org>
5763
5764 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
5765 foreground color to black if the background is dark.
5766
7382bcae
SM
57672000-08-16 Stefan Monnier <monnier@cs.yale.edu>
5768
5769 * loadhist.el (unload-feature): Typo.
5770
9b4a7800 5771 * finder.el (finder-compile-keywords):
7382bcae
SM
5772 * cus-dep.el (custom-make-dependencies): Add local-variable settings
5773 to the generated file.
5774
5775 * mail/mh-e.el (mh-make-local-vars):
5776 Replace make-variable-buffer-local with make-local-variable.
5777
cdd0f857 5778 * play/landmark.el:
7382bcae 5779 * options.el (Edit-options-{set,toggle,t,nil}):
9b4a7800
TTN
5780 * mail/mailabbrev.el (mail-abbrevs-mode):
5781 * textmodes/tex-mode.el (tex-expand-files):
7382bcae
SM
5782 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
5783
5784 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
5785
5786 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
5787 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
5788 Allow going past the last element.
9b4a7800 5789 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
7382bcae
SM
5790 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
5791 (cvs-mouse-toggle-mark): Don't move point.
5792 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
5793
5794 * progmodes/compile.el (grep): Provide a default set of files.
5795 (next-error): Docstring fix.
5796 (compilation-find-file): Avoid find-file (fails in a dedicated window).
5797
5798 * emacs-lisp/easy-mmode.el (define-minor-mode):
5799 Use `symbol-value' to keep the byte-compiler quiet.
5800
5801 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
5802 (diff-find-source-location): New fun, extracted from diff-goto-source.
5803 (diff-goto-source): Use it.
5804 (diff-next-complex-hunk, diff-filter-lines): New function.
5805 (diff-apply-hunk): New command.
5806
5807 * smerge-mode.el (smerge-mode-menu): Doc fix.
5808
5809 * msb.el (msb-mode): Define it in terms of define-minor-mode.
5810
4f00b8c1
DL
58112000-08-16 Dave Love <fx@gnu.org>
5812
2b5198bb
DL
5813 * windmove.el (windmove) <defgroup>: Add :version.
5814
5815 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
5816 (goto-address-fontify-p, goto-address-highlight-p)
5817 (goto-address-url-face, goto-address-url-mouse-face)
5818 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
5819 (goto-address-url-regexp): Use thing-at-point-url-regexp.
5820 (goto-address-fontify, goto-address-at-mouse): Simplify,
5821 (goto-address-at-point): browse-url-url-at-point,
5822 goto-address-find-address-at-point can return nil.
5823 (goto-address-find-address-at-point): Return nil on failure.
5824
5825 * align.el (align) <defgroup>: Add :version.
5826
5827 * calculator.el (calculator): Add :version.
5828 (calculator): Use two lines for calculator window if `modeline'
5829 face is boxed.
5830
4f00b8c1
DL
5831 * play/5x5.el: Doc fixes.
5832 (5x5) <defgroup>: Add :version.
5833
5834 * play/fortune.el (fortune) <defgroup>: Add :version.
5835 (fortune-append): Fix error message.
5836 (fortune-from-region): Doc fix.
5837
5838 * play/pong.el (pong): Doc fix.
5839
5840 * play/morse.el: Keywords, commentary, autoloads.
5841
69db7ee7
EZ
58422000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
5843
5844 * desktop.el (desktop-save): Don't look at symbol-value of a
5845 member of minor-mode-alist, unless it is boundp.
5846
10e1dad9
SS
58472000-08-16 Sam Steingold <sds@gnu.org>
5848
a0b8c939 5849 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
10e1dad9
SS
5850 `while'; use `with-current-buffer' instead of `save-excursion'.
5851 Removed unnecessary kludges now that "*Buffer List*" is excluded.
5852
9d7bcb2e
KH
58532000-08-16 Kenichi Handa <handa@etl.go.jp>
5854
5855 * international/ccl.el (declare-ccl-program): Docstring modified.
5856 (ccl-execute-with-args): Likewise.
5857
04231ab8
MB
58582000-08-16 Miles Bader <miles@gnu.org>
5859
9d245da5 5860 * progmodes/sql.el: Add compatibility definition of
04231ab8
MB
5861 comint-line-beginning-position.
5862
f68446ef
GM
58632000-08-15 Gerd Moellmann <gerd@gnu.org>
5864
dc28878c
GM
5865 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
5866 'buffer-menu' property.
5867 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
5868 fails.
5869 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
5870 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
5871 wasn't killed.
10e1dad9 5872
58ed0d3b
GM
5873 * buff-menu.el (list-buffers-noselect): Don't display the
5874 *Buffer List* buffer.
5875
32dc52f7
GM
5876 * font-lock.el: Require jit-lock to prevent a very late
5877 `Loading jit-lock' message.
5878
f68446ef 5879 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
10e1dad9 5880 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
f68446ef
GM
5881 mail address.
5882
90ac90a2
MB
58832000-08-15 Miles Bader <miles@gnu.org>
5884
5885 * textmodes/ispell.el (ispell-graphic-p): New constant.
5886 (ispell-choices-win-default-height, ispell-help): Use
5887 `ispell-graphic-p' instead of `xemacsp'.
5888
b0a0e263
DL
58892000-08-15 Dave Love <fx@gnu.org>
5890
c1e757e3
DL
5891 * simple.el: Autoload widget-convert when compiling.
5892 (mail-user-agent): Doc fix.
5893
5894 * help.el (function-called-at-point, variable-at-point): Use
5895 with-syntax-table.
5896 (help-manyarg-func-alist): Add insert-and-inherit.
5897
5898 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
5899
5900 * delsel.el (delsel-unload-hook): New function.
5901
5902 * find-file.el: Doc fixes. Move provide to end.
5903 (ff) <defgroup>: Add :link.
5904 (ff-goto-click): Deleted.
5905 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
5906 Use mouse-set-point.
5907
5908 * textmodes/tildify.el: Doc fixes.
5909 (tildify) <defgroup>: Add:version.
5910
5911 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
5912 (glasses-custom-set): Use set-default, not set.
5913 (minor-mode-alist): Propertize the lighter.
5914 (glasses-mode): Provide optional arg.
5915
5f847612
DL
5916 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
5917 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
5918 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
5919 option. Provide :type.
5920 (cwarn-configuration): Provide :type.
5921 (cwarn-mode): Doc fix.
5922
5923 * add-log.el (change-log-merge): Doc fix.
5924 (change-log-redate): New command.
5925
b0a0e263
DL
5926 * net/browse-url.el (browse-url-filename-alist): Add a clause for
5927 Doze and Dog.
5928 (browse-url): Use dolist, not mapcar.
5929 (browse-url-at-point): Check for null url.
5930 (browse-url-event-buffer, browse-url-event-point): Functions
5931 deleted.
5932 (browse-url-at-mouse, browse-url-netscape): Simplify.
5933
5934 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
5935 modes.
5936 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
5937 Fix previous change to mapcan.
5938 (msb--init-file-alist, msb--add-separators)
5939 (msb--make-keymap-menu): Simplify.
5940 (msb--choose-file-menu): Use copy-sequence.
5941 (msb-mode-map): Add title to keymap.
5942 (msb-unload-hook): New function.
5943
5944 * bs.el: Fix indentation.
5945 (bs) <defgroup>: Add :links.
2b5198bb
DL
5946 (bs-show): Doc fix.
5947 (bs-apply-sort-faces): Don't use window-system.
5948 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
b0a0e263 5949
70f1b78e
EZ
59502000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
5951
5952 * calendar/timeclock.el (timeclock-file): Run .timelog through
5953 convert-standard-filename.
5954
956777b3
GM
59552000-08-14 Gerd Moellmann <gerd@gnu.org>
5956
3215096c
GM
5957 * emacs-lisp/authors.el: New file.
5958
956777b3
GM
5959 * paren.el (show-paren-priority): New user option.
5960 (show-paren-function): Set overlay priorities to
5961 show-paren-priority.
10e1dad9 5962
0cde1424
MB
59632000-08-14 Miles Bader <miles@gnu.org>
5964
5965 * comint.el (comint-bol): Use `forward-line 0' instead of calling
5966 beginning-of-line with inhibit-field-text-motion bound.
5967
90cbf47e
GM
59682000-08-14 Gerd Moellmann <gerd@gnu.org>
5969
5970 * calendar/timeclock.el: New file.
5971
59722000-08-14 David Ponce <david@dponce.com>
5973
5974 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
5975 `widget-button-click'. so that one can use left mouse button to
5976 click on dialog buttons.
5977
59782000-08-14 Emmanuel Briot <briot@gnat.com>
5979
5980 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
814299a7 5981 identifiers, since XML is case sensitive
10e1dad9 5982
79e8dca7 59832000-08-12 Miles Bader <miles@gnu.org>
10e1dad9 5984
660394d1
MB
5985 * comint.el (comint-output-filter): Don't bother frobbing
5986 window-start, it doesn't seem to be necessary.
79e8dca7
MB
5987
5988 * comint.el (comint-send-string, comint-send-region): Make into
5989 real functions. Snapshot the prompt before sending.
5990
218c2cc7
EZ
59912000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
5992
5993 * info.el (Info-find-emacs-command-nodes): Rewrite to use
5994 technique similar to Info-index, instead of relying on specific
5995 names of relevant Index nodes.
5996 (Info-goto-emacs-command-node): Bind Info-history to nil when
5997 going to the first node found by Info-find-emacs-command-nodes.
5998
51e066d2 59992000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
968280cc
EZ
6000
6001 * menu-bar.el (menu-bar-help-menu): Add a :help string.
6002
867102f2
MB
60032000-08-10 Miles Bader <miles@gnu.org>
6004
6005 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
6006
af718538
EZ
60072000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
6008
6009 * info.el (Info-file-list-for-emacs): More elements for the
6010 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
6011 and woman manuals.
6012
c51bacd6
MB
60132000-08-10 Miles Bader <miles@lsi.nec.co.jp>
6014
6015 * comint.el (comint-send-input): Make the newline boundary overlay
6016 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
6017 (comint-output-filter): Use `insert' instead of
6018 `insert-before-markers'. Extend comint-last-output-overlay when
6019 necessary since we can't rely on insert-before-markers to do it.
6020 * gud.el (gud-filter): Use `with-current-buffer' instead of
6021 save-excursion when inserting the output, so that point gets
6022 updated correctly; the old method relied on a rather dodgy
6023 side-effect of comint-output-filter to avoid the effect of
6024 save-excursion.
6025
98532b12
EZ
60262000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
6027
6028 * files.el (recover-file): Call insert-directory instead of
6029 invoking `ls' directly.
6030
3db4b719
MB
60312000-08-10 Miles Bader <miles@gnu.org>
6032
6033 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
6034 (comint-last-prompt-overlay): New variables.
6035 (comint-output-filter): Implement prompt highlighting.
6036 (comint-snapshot-last-prompt): New function.
6037 (comint-send-input): Snapshot the last prompt.
6038 Use comint-highlight-input-face.
6039 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
6040 Use defface instead of defcustom.
6041 (send-invisible, comint-send-eof): Snapshot the last prompt.
6042 (comint-delchar-or-maybe-eof): Use comint-send-eof.
6043 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
6044
96190aa1
SM
60452000-08-09 Stefan Monnier <monnier@cs.yale.edu>
6046
5cda4b07
SM
6047 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
6048 (regexp-opt-group): Use a list of chars for `letters'.
6049 (regexp-opt-charset): `chars' is now a list of chars.
6050 Use a char-table rather than a vector so it works for multibyte chars.
6051
96190aa1
SM
6052 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
6053 Set cvs-minor-current-files to the selected fileinfo.
6054 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
6055 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
6056
7d093d56
EZ
60572000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
6058
6059 * files.el (insert-directory): Don't call access-file on
6060 directories on DOS and Windows.
6061
b24c5811
KH
60622000-08-09 Kenichi Handa <handa@etl.go.jp>
6063
6064 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
6065 longer if necessary.
6066 (ccl-embed-code): Call ccl-embed-data to store CODE in
6067 ccl-program-vector.
6068
0a6fd67e
MB
60692000-08-09 Miles Bader <miles@gnu.org>
6070
6071 * comint.el (comint-output-filter): Properly handle the case where
6072 the text surrounded by comint-last-output-overlay was deleted.
6073
9f6d1a6c
GM
60742000-08-08 Gerd Moellmann <gerd@gnu.org>
6075
25ad1371
GM
6076 * info.el (Info-insert-dir): Use Info-additional-directory-list if
6077 non-nil.
6078 (Info-file-list-for-emacs): Remove "info" from the list because
6079 that leads to trying to use the documentation from file `info'
6080 in various situations where it isn't appropriate, for instance
6081 C-h C-k C-h i.
6082
6083 * ffap.el (ffap-read-file-or-url-internal): Handle case that
6084 DIR and/or STRING are nil.
6085
6086 * progmodes/compile.el (compilation-setup): Make variable
6087 compilation-error-screen-columns buffer-local, as some comment
6088 in the code suggests it should be.
6089
6090 * files.el (auto-mode-interpreter-regexp): New variable.
6091 (set-auto-mode): Use it.
6092
6093 * indent.el (indent-for-tab-command): Doc fix.
6094
6095 * mouse-sel.el (mouse-sel-mode): Doc fix.
6096
9f6d1a6c
GM
6097 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
6098 labels.
6099
6100 * help.el (print-help-return-message): When
6101 display-buffer-reuse-frames is set, let the help window been quit,
6102 instead of deleting it, which might delete a reused frame.
6103
3d819a75
EZ
61042000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
6105
6106 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
6107 rename a directory to a name that differs only by its letter case.
6108
c5a52529
KH
61092000-08-08 Kenichi Handa <handa@etl.go.jp>
6110
6111 * international/quail.el (quail-define-rules): Handle Quail decode
6112 map correctly. Add code for supporting annotations.
6113 (quail-install-decode-map): New function.
6114 (quail-defrule-internal): New optional arguments decode-map and
6115 props.
6116 (quail-advice): New function.
6117
5e9e032a
SS
61182000-08-07 Sam Steingold <sds@gnu.org>
6119
6120 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
6121 `defconst', `define-condition', `with-slots'.
6122 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
6123
46645f4b
MB
61242000-08-03 Miles Bader <miles@gnu.org>
6125
6126 * comint.el (comint-use-prompt-regexp-instead-of-fields):
6127 New variable.
6128 (comint-prompt-regexp, comint-get-old-input): Document dependence on
6129 comint-use-prompt-regexp-instead-of-fields.
6130 (comint-send-input): Add `input' field property to stuff we send to
6131 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
6132 (comint-output-filter): Add `output' field property to process
6133 output, if comint-use-prompt-regexp-instead-of-fields is nil.
6134 (comint-replace-by-expanded-history)
6135 (comint-get-old-input-default, comint-show-output)
6136 (comint-backward-matching-input, comint-forward-matching-input)
6137 (comint-next-prompt, comint-previous-prompt): Use field
6138 properties if comint-use-prompt-regexp-instead-of-fields is nil.
6139 (comint-line-beginning-position): New function.
6140 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
6141 (comint-replace-by-expanded-history-before-point): Use
6142 comint-line-beginning-position and line-end-position.
6143 (comint-last-output-overlay): New variable.
6144 (comint-mode): Make `comint-last-output-overlay' buffer-local.
6145
6146 * shell.el (shell-prompt-pattern): Doc change.
6147 (shell-backward-command): Use line-beginning-position.
6148
6149 * gud.el (gud-gdb-complete-command): Use
6150 comint-line-beginning-position.
6151
6152 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
6153 comint-bol doesn't actually go to the beginning of the line.
6154
6155 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
6156 if comint-use-prompt-regexp-instead-of-fields is non-nil.
6157 (try-expand-line-all-buffers): Likewise.
6158
6159 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
6160 explicitly matching comint-prompt-regexp.
6161 (sql-copy-column): Use comint-line-beginning-position instead of
6162 explicitly matching comint-prompt-regexp.
6163
6164 * progmodes/octave-inf.el (inferior-octave-complete): Use
6165 comint-line-beginning-position.
6166
6167 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
6168
6169 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
6170 looking for a prompt, use `forward-line 0' instead of
6171 `beginning-of-line', to avoid getting caught by an input field.
6172
ff3d9573
GM
61732000-08-07 Gerd Moellmann <gerd@gnu.org>
6174
6175 * files.el (shell-quote-wildcard-pattern): Make sure to return
6176 PATTERN, in the Unix case.
6177
e0d8827b
EZ
61782000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
6179
6180 * play/zone.el (zone): Discard any pending input before running
6181 the randomly-chosen pgm.
6182
24d55b8f
KH
61832000-08-07 Kenichi Handa <handa@etl.go.jp>
6184
6185 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
6186 checking the existence of any multibyte characters.
6187
3d05e1ee
GM
61882000-08-06 Gerd Moellmann <gerd@gnu.org>
6189
6c4a4368
GM
6190 * help.el (describe-mode): Test minor-mode symbol for being
6191 bound before testing its value for being nil.
6192
3d05e1ee
GM
6193 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
6194 `first', `second', and `third'.
6195
6196 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
6197 (second): Make it an alias for `cadr'.
6198
6968a481
EZ
61992000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
6200
6201 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
6202 types of display support faces now.
6203
e49aa397
GM
62042000-08-05 Gerd Moellmann <gerd@gnu.org>
6205
6206 * pcvs.el (require): Require `cl' during compilation, only.
6207
6208 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
6209 (toplevel): Remove `remq' and `remove' from autoloads.
6210 (cl-fake-autoloads): New variable. If set, arrange for an error
6211 when CL functions etc. are autoloaded.
6212
588aca27
EZ
62132000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
6214
2e78d4ab
EZ
6215 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
6216
85628348
EZ
6217 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
6218 popped up, but the user clicks outside the menu, return an empty
6219 regexp (that causes unhighlight-regexp to have no effect).
6220
74f0e552
EZ
6221 * menu-bar.el (menu-bar-games-menu): Add Zone.
6222
588aca27
EZ
6223 * hi-lock.el (toplevel): Require font-lock.
6224
f4988be7
GM
62252000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6226
ba087cd7 6227 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
f4988be7
GM
6228 (ebnf-8-bit-chars): New var for bug fix.
6229 (ebnf-string): Bug fix.
6230
027b73ac
SS
62312000-08-03 Sam Steingold <sds@gnu.org>
6232
6233 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
6234 instead of `buffer-string'.
6235 (require 'cl): Always, not just when compiling.
6236 `ignore-errors' in `interactive', `list*', `defun*' &c make this
6237 necessary.
6238
2f1fa038
EZ
62392000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
6240
6241 * international/mule-cmds.el (select-safe-coding-system): Make
6242 the message text about selecting a safe coding system more clear.
6243
ead53494
GM
62442000-08-02 Gerd Moellmann <gerd@gnu.org>
6245
abb2db1c
GM
6246 * hi-lock.el: New file.
6247
6248 * play/zone.el: New file.
6249
ead53494
GM
6250 * replace.el (occur): Set tab-width in the *Occur* buffer to the
6251 value of tab-width in the original buffer. Choose a line number
6252 format that's a multiple of the original buffer's tab width, so
6253 that lines appear right.
6254
6255 * textmodes/ispell.el (ispell): New function, replacing an alias.
6256 Spell-check active region if in transient-mark-mode and mark
6257 is active; otherwise spell-check buffer.
6258
62592000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6260
6261 * ps-mule.el: Fix a customization problem on
6262 ps-mule-font-info-database-default.
6263
f4a2b0a4
EZ
62642000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
6265
6266 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
6267 display-mouse-p instead of window-system.
6268 (ebrowse-member-mode-map): Ditto.
6269
b685181e
GM
62702000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6271
ba087cd7
EZ
6272 * progmodes/ebnf2ps.el: Update ps-print functions call.
6273 Indentation fix. Doc fix.
b685181e
GM
6274 (ebnf-version): New version number (3.2).
6275 (ebnf-format-color, ebnf-begin-job): Code fix.
027b73ac 6276
3b5fab87
EZ
62772000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
6278
032ebb29
EZ
6279 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
6280 font lock support on window-system.
6281 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
6282
3b5fab87
EZ
6283 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
6284 display-color-p, if fboundp, instead of window-system.
6285
7e2605e7
EZ
62862000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
6287
6288 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
6289 instead of window-system.
6290
6291 * wid-edit.el (widget-choose): Use display-mouse-p instead of
6292 window-system.
6293 (widget-choice-mouse-down-action): Use display-popup-menus-p
6294 instead of window-system.
6295
6296 * strokes.el (strokes-file): Run the file name through
6297 convert-standard-filename.
6298 (strokes-mode): Call display-mouse-p instead of looking at
6299 window-system. Change the error message accordingly.
6300
6301 * progmodes/cpp.el (toplevel): Support faces on tty's.
6302
6303 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
6304 (lm-plot-square, lm-init-display): Don't use window-system.
6305
6306 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
6307 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
6308
6309 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
6310 instead of looking at window-system.
6311
26119624
GM
63122000-07-30 Gerd Moellmann <gerd@gnu.org>
6313
6314 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
6315 of testing if iswitchb-prepost-hooks is bound, because the
6316 latter will always be true when invoking a recursive minibuffer
6317 from an active Iswitchb buffer.
6318
c90596f3
EZ
63192000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
6320
6321 * files.el (shell-quote-wildcard-pattern): New function.
6322 (insert-directory): Call it. Only prepend "\" to command on Unix
6323 and GNU/Linux systems.
6324
18925e78
GM
63252000-07-30 Gerd Moellmann <gerd@gnu.org>
6326
6327 * eshell/esh-groups.el: Change custom :link file names
6328 from `eshell.info' to `eshell'.
6329
63302000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
6331
6332 * dired.el (dired-build-subdir-alist): Expand subdirectory names
6333 correctly in recursive ange-ftp listings.
6334
63352000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6336
6337 * ps-print.el: Fix bug 1: if ps-font-size-internal,
6338 ps-header-font-size-internal and
6339 ps-header-title-font-size-internal variables are not set,
6340 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
6341 face text property is (foreground-color . COLOR) or
6342 `(background-color . COLOR)', ps-print crashes. Doc fix.
6343 (ps-print-version): New version number (5.2.4).
6344 (ps-plot-region): Code fix.
6345 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
6346 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
6347 Bug fix 2.
6348
63492000-07-30 Milan Zamazal <pdm@freesoft.cz>
6350
6351 * glasses.el (glasses-make-readable): Fix uncapitalization of
6352 identifiers like `myXMLDocument'.
6353
aeb4c63e
KF
63542000-07-28 Karl Fogel <kfogel@red-bean.com>
6355
18925e78
GM
6356 * mail/mail-hist.el (mail-hist-previous-input)
6357 (mail-hist-next-input): Do the obvious code factorization.
6358 (mail-hist-retrieve-and-insert): New func, contains common
aeb4c63e
KF
6359 code of above two.
6360 If inserting a message body, leave point at top.
6361
9d453139
SS
63622000-07-28 Sam Steingold <sds@gnu.org>
6363
6364 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
18925e78
GM
6365 Use `<=', not `<' to compare times!
6366 (ange-ftp-ls): Remove.
9d453139 6367
b548072f
GM
63682000-07-27 Gerd Moellmann <gerd@gnu.org>
6369
27848c01
GM
6370 * play/cookie1.el: Add explanation of how to make cookie.el
6371 compatible with strfile(1) to comment.
6372
6373 * subr.el (remove, remq): New functions.
6374
3ab82477
GM
6375 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
6376 escape `*' in regexps.
6377 (midnight-find): Reverse order of arguments in the funcall of
6378 TEST.
6379
6380 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
6381 and `.class'.
6382
b548072f
GM
6383 * play/meese.el: Add Commentary section.
6384
27848c01
GM
63852000-07-27 Alex Schroeder <alex@gnu.org>
6386
6387 * sql.el (sql-ms): Added autoload cookie.
6388 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
6389 (sql-oracle): Ditto.
6390 (sql-help): Doc change.
6391
6392 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
6393 types and exceptions.
6394
63952000-07-27 Alex Schroeder <alex@gnu.org>
6396
6397 * sql.el (sql-placeholder-history): New variable.
6398 (sql-query-placeholders-and-send): New function that will query
6399 the user and replace placeholders with user input.
6400 (sql-oracle): If running on NT, set comint-input-sender to
6401 sql-query-placeholders-and-send.
6402
6403 (sql-stop): If in the SQLi buffer, insert stop notification, else
6404 present it as a message.
6405
64062000-07-27 Alex Schroeder <alex@gnu.org>
6407
6408 * sql.el (sql-input-ring-separator): Doc change.
6409 (sql-input-ring-file-name): Doc change.
6410 (sql-interactive-mode): Use `sql-input-ring-separator' and
6411 `sql-input-ring-file-name' to set the comint-mode equivalents
6412 without making them local variables.
6413 (sql-stop): Don't bind `sql-input-ring-separator' and
6414 `sql-input-ring-file-name' dynamically to their comint-mode
6415 equivalents.
6416
91ae8751
KH
64172000-07-27 Kenichi Handa <handa@etl.go.jp>
6418
6419 * international/mule.el (register-char-codings): New function.
6420 (make-coding-system): Handle `safe-chars' specification in the arg
6421 PROPERTY.
6422
6423 * international/mule-cmds.el
6424 (find-coding-systems-region-subset-p): This function deleted.
6425 (sort-coding-systems-predicate): New variable.
6426 (sort-coding-systems): New function.
6427 (find-coding-systems-region): Use
6428 find-coding-systems-region-internal.
6429 (find-coding-systems-string): Use find-coding-systems-region.
6430 (find-coding-systems-for-charsets): Check
6431 char-coding-system-table.
6432 (select-safe-coding-system-accept-default-p): New variable.
6433 (select-safe-coding-system): Mostly rewritten. New argument
6434 ACCEPT-DEFAULT-P.
6435 (select-message-coding-system): Call select-safe-coding-system
6436 with ACCEPT-DEFAULT-P arg.
6437 (reset-language-environment): Reset default-sendmail-coding-system
6438 to the default value iso-latin-1.
6439 (set-language-environment): Don't set the obsolete variable
6440 charset-origin-alist.
6441
6442 * international/codepage.el (cp-coding-system-for-codepage-1):
6443 Give `safe-chars' property to make-coding-system.
6444
6445 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
6446 calling select-message-coding-system twice.
6447
6448 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
6449 instead of `safe-charsets'.
6450 (cyrillic-alternativnyj): Likewise.
6451 (ccl-encode-alternativnyj): Don't check the charset
6452 cyrillic-iso8859-5.
6453
90cf4474
KH
64542000-07-27 Kenichi Handa <handa@etl.go.jp>
6455
6456 * composite.el (compose-chars-after): Preserve match data.
6457
a1f84f6d
SS
64582000-07-26 Sam Steingold <sds@gnu.org>
6459
6460 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
6461 (ange-ftp-real-file-newer-than-file-p): New function.
6462 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
6463 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
6464
6465 * tooltip.el (tooltip-float-time): Removed (use `float-time').
6466 * midnight.el (midnight-float-time): Ditto.
6467
e092928e
AS
64682000-07-26 Andreas Schwab <schwab@suse.de>
6469
6470 * files.el (normal-backup-enable-predicate): Correct
6471 interpretation of the return value of compare-strings.
6472
7465ebef
GM
64732000-07-26 Gerd Moellmann <gerd@gnu.org>
6474
3353ef5a
GM
6475 * isearch.el (isearch-resume): New function.
6476 (isearch-done): Add something to command-history to resume
6477 the search.
6478 (isearch-yank-line, isearch-yank-word): Use
6479 buffer-substring-no-properties instead of buffer-substring.
6480
7465ebef
GM
6481 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
6482 of flyspell-mouse-map.
6483
6484 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
6485 duplicate definition.
6486 (makefile-mode): Remove duplicate setting of local-abbrev-table.
6487
6488 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
6489 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
6490
5044b74a
SS
64912000-07-25 Sam Steingold <sds@gnu.org>
6492
25759a92
SS
6493 * net/ange-ftp.el: Get modtime over the net.
6494 (ange-ftp-file-modtime): New function.
a95cb10a
GM
6495 (ange-ftp-write-region, ange-ftp-insert-file-contents)
6496 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
25759a92
SS
6497 Use it.
6498 (ange-ftp-dot-to-slash): New function.
6499 (ange-ftp-fix-name-for-vms): Use it.
6500
5044b74a
SS
6501 * midnight.el (midnight-buffer-display-time): Use
6502 `with-current-buffer'.
6503
5dcfb3f4
GM
65042000-07-25 Gerd Moellmann <gerd@gnu.org>
6505
6506 * find-dired.el: Update copyright notice.
6507 (find-dired): Offer to kill a running `find'.
6508
6509 * enriched.el (enriched-face-ans): For a `foreground-color'
6510 property, return '(("x-color" COLOR))' so that COLOR will be
6511 output as a parameter of the x-color annotation. Likewise for the
6512 `background-color' property. In the case of normal face
6513 properties, don't return annotations for unspecified foreground
6514 and background face attributes.
6515
8c662166
KH
65162000-07-25 Kenichi Handa <handa@etl.go.jp>
6517
6518 * language/japan-util.el (japanese-katakana-region): Fix handling
6519 HANKAKU argument.
6520
c28da489
MB
65212000-07-25 Miles Bader <miles@gnu.org>
6522
6523 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
6524 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
6525 constrain-to-field.
6526
ad349719
AI
65272000-07-24 Andrew Innes <andrewi@gnu.org>
6528
6529 * timer.el (timer-activate-when-idle): Add optional parameter
6530 DONT-WAIT. Update docstring.
6531 (run-with-idle-timer): Specify extra parameter to
6532 timer-activate-when-idle, so that timer will be activated
6533 immediately if Emacs is already idle.
6534
6535 * w32-fns.el (w32-using-nt): Fix docstring.
6536
c95162f5
DL
65372000-07-24 Dave Love <fx@gnu.org>
6538
6539 * mouse.el (popup-menu): Set last-command-event.
6540 (mouse-major-mode-menu-prefix): Declare.
6541
e3c31fd5
GM
65422000-07-24 Gerd Moellmann <gerd@gnu.org>
6543
6544 * textmodes/flyspell.el: Update to author's version 1.5d.
6545
6546 * progmodes/hideshow.el: Update copyright notice.
6547
6548 * vcursor.el: Set maintainer to FSF, since author cannot
6549 be reached.
6550
7636d2a3
EZ
65512000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
6552
fbe0a958
EZ
6553 * info.el (Info-goto-emacs-key-command-node): Leave a space after
6554 the prompt.
6555
7636d2a3
EZ
6556 * mouse.el (popup-menu): Run the keymap through indirect-function,
6557 in case it was defined with define-prefix-key. If the menu is a
6558 list of keymaps, look up the binding of user's choice in each one
6559 of the keymaps.
6560 (mouse-popup-menubar): If the global and local menu-bar keymaps
6561 don't have a prompt string, create one and insert it into the
6562 keymap. Don't barf if current-local-map returns nil.
6563
e024b101
GM
65642000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
6565
6566 * dired.el (dired-sort-R-check): Added to allow recursive listing
6567 to be undone.
6568 (dired-sort-other): Use it.
6569
7972fcfc
GM
65702000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6571
e024b101 6572 * Release of cc-mode 5.27
7972fcfc
GM
6573
65742000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6575
6576 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
6577 c-beginning-of-statement-1 that caused a bad case of recursion
6578 which could consume a lot of CPU in large classes in languages
6579 that have in-expression classes (i.e. Java and Pike).
6580
6581 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
6582 statements before top level constructs (i.e. case 6 is moved
6583 before case 5 and is now case 4) to catch in-expression
6584 classes in top level expressions correctly.
6585
65862000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6587
6588 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
6589 objc-method-intro. Case 4 removed and case 5I added.
6590
6591 * cc-langs.el (c-append-paragraph-start): New variable used by
6592 c-common-init to get paragraph-start correct.
6593 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
6594 initialize paragraph-start to make it correct both with and
6595 without the javadoc special case.
6596
6597 * cc-mode.el (java-mode): Use c-append-paragraph-start to
6598 initialize paragraph-start for javadoc markup.
6599
6600 * cc-vars.el (c-style-variables-are-local-p): Incompatible
6601 change by defaulting this to t. It's motivated by the
6602 confusing behavior that otherwise arise from the style system
6603 when editing both java and non-java files at the same time
6604 (see the comments about style setting in c-common-init).
6605
66062000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6607
6608 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
6609 similar to the one in c-fill-paragraph to check the fill
6610 prefix from the adaptive fill function for sanity.
6611
66122000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6613
6614 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
6615 defun block.
6616
66172000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6618
5044b74a 6619 * cc-mode.texi Documented the change of cpp-macro.
7972fcfc
GM
6620
66212000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6622
6623 * cc-align.el (c-lineup-multi-inher): Handle lines with
6624 leading comma nicely. Extended to handle member initializers
6625 too.
6626
e024b101 6627 * cc-engine.el: (c-beginning-of-inheritance-list,
7972fcfc
GM
6628 c-guess-basic-syntax): Fixed recognition of inheritance lists
6629 when the lines begins with a comma.
6630
5044b74a 6631 * cc-mode.texi: Updated doc for c-lineup-multi-inher.
7972fcfc
GM
6632
6633 * cc-vars.el (c-offsets-alist): Changed default for
6634 member-init-cont to c-lineup-multi-inher since it now handles
6635 member initializers and indents better for leading commas.
6636
66372000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6638
6639 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
6640 handling that caused class open lines to be recognized as
6641 statement-conts in some cases.
6642
6643 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
6644 guessed by the adaptive fill function unless point is on the
6645 first line of a block comment.
6646
6647 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
6648 when the buffer ends with a macro continuation char.
6649
6650 * cc-engine.el (c-guess-basic-syntax): Added support for
6651 function definitions as statements in Pike. The first
6652 statement in a lambda block is now labeled defun-block-intro
6653 instead of statement-block-intro.
6654
6655 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
6656 so that the class surrounding point is selected, not the one
6657 innermost in the state.
6658
6659 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
6660 recognition of switch labels having hanging multiline
6661 statements.
6662
6663 * cc-engine.el (c-beginning-of-member-init-list): Broke out
6664 some code in c-guess-basic-syntax to a separate function.
6665 * cc-engine.el (c-just-after-func-arglist-p): Fixed
6666 recognition of member inits with multiple line arglists.
6667 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
6668 member-init-cont when the commas are in funny places.
6669
66702000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6671
6672 * cc-defs.el (c-auto-newline): Removed this macro since it's
6673 not used anymore.
6674
6675 * cc-engine.el (c-looking-at-bos): New helper function.
6676 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
6677 inexpr and toplevel classes apart in Pike.
6678
6679 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
6680 of case 9A.
6681
6682 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
6683 constant, since "class" can introduce an in-expression class
6684 in Pike nowadays.
6685
66862000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6687
6688 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
6689 indentation on cpp-macro lines.
6690
6691 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
6692 a syntax modifier like comment-intro, to make it possible to
6693 get syntactic indentation for preprocessor directives. It's
6694 incompatible wrt to lineup functions on cpp-macro, but it has
6695 no observable effect in the 99.9% common case where cpp-macro
6696 is set to -1000.
6697
66982000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6699
6700 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
6701 member-init-cont when the preceding arglist is several lines.
6702
67032000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6704
6705 * cc-styles.el (c-style-alist): The basic offset for the BSD
6706 style corrected to 8.
6707
67082000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6709
6710 * cc-styles.el (c-style-alist): Adjusted the indentation of
6711 brace list openers in the gnu style.
6712
67132000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6714
6715 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
6716
6717 * cc-cmds.el (c-electric-brace, c-electric-slash,
6718 c-electric-star, c-electric-semi&comma, c-electric-colon,
6719 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
6720 when c-syntactic-indentation is nil.
6721
6722 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
6723 we were left at comments preceding the first statement when
6724 reaching the beginning of the buffer.
6725
6726 * cc-vars.el (c-syntactic-indentation): New variable to turn
6727 off all syntactic indentation.
6728
67292000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6730
6731 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
6732 between the text and the block comment ender when it hangs,
6733 depending on how many there are before the fill.
6734
67352000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6736
6737 * cc-engine.el (c-beginning-of-closest-statement): New helper
6738 function to go back to the closest preceding statement start,
6739 which could be inside a conditional statement.
6740 * cc-engine.el (c-guess-basic-syntax): Use
6741 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
6742
6743 * cc-engine.el (c-guess-basic-syntax): Better handling of
6744 arglist-intro, arglist-cont-nonempty and arglist-close when
6745 the arglist is nested inside parens. Cases 7A, 7C and 7F
6746 changed.
6747
6748 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
6749 up-to-date with javadoc 1.2.
6750
67512000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6752
6753 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
6754 multiline Pike type decls.
6755
67562000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6757
6758 * cc-cmds.el (c-indent-new-comment-line): Always break
6759 multiline comments in multiline mode, regardless of
6760 comment-multi-line.
6761
67622000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6763
6764 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
6765 fully::qualified::names in C++ member init lists. Preamble in
6766 case 5D changed.
6767
67682000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6769
6770 * cc-langs.el (c-common-init): Handling of obsolete variables
6771 moved to c-initialize-cc-mode. More compatible style override
6772 when using global style variables.
6773 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
6774 variables moved here.
6775
e024b101 6776 * cc-mode.texi: Documented the special behavior of
7972fcfc
GM
6777 c-special-indent-hook as a style variable. Don't talk about
6778 doing (c-make-styles-buffer-local t) in a mode hook, since
6779 that's already too late to work right.
5044b74a 6780
7972fcfc
GM
6781 * cc-styles.el (c-make-styles-buffer-local): Flag style
6782 variable localness in c-style-variables-are-local-p to make
6783 the compatibility measure in c-common-init work well.
6784
6785 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
6786 longer contain set-from-style.
6787 * cc-styles.el (c-initialize-builtin-style): Don't check for
6788 set-from-style on c-special-indent-hook.
6789 * cc-styles.el (c-copy-tree): Obsolete. The standard function
6790 copy-alist is sufficient now.
6791
6792 * cc-styles.el (c-set-style, c-set-style-1,
6793 c-get-style-variables): Fixes to variable initialization so
6794 that duplicate entries in styles have the same effect
6795 regardless of DONT-OVERRIDE.
6796
6797 * cc-styles.el (c-set-style-2): Fixed bug where the
6798 initialization of inheriting styles failed when the
6799 dont-override flag is set.
6800
6801 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
6802 on this.
6803
68042000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6805
6806 * cc-defs.el (c-forward-comment): Removed the workaround
6807 introduced in 5.38 since it had worse side-effects. If a line
6808 contains the string "//\"", it regarded the // as a comment
6809 start since the \ temporarily doesn't have escape syntax.
6810
68112000-07-17 Emmanuel Briot <briot@act-europe.fr>
6812
6813 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
6814 ada-xref.el before ada-prj.el, so that the Project menu is created
6815 when ada-prj tries to add to it.
6816 (ada-activate-keys-for-case): Suppress the characters that are not
6817 part of the Ada syntax. Better compatibility with else-mode
6818 (ada-adjust-case-interactive): When auto-casing is not active,
6819 correctly insert newlines (used to insert only ^M). Prevent the
6820 syntax table from being changed in case of an error
814299a7 6821 (or '_' becomes part of a word and some commands are confused).
7972fcfc
GM
6822 Do nothing if ada-auto-case is nil.
6823 (ada-after-keyword-p): Ignore keywords that are also attributes
6824 (ada-batch-reformat): Update usage comment
6825 (ada-call-from-contextual-menu): New function
6826 (ada-case-read-exceptions): Reinitialize the casing exception list
6827 first to nil first, so that the casing exception file can be
6828 shared.
6829 (ada-check-defun-name): Handles "configure" keyword for gnatdist
6830 files.
6831 (ada-compile-goto-error): Fix regexp used to detect a file:line
6832 anywhere in the error message
6833 (ada-contextual-menu-last-point): New variable
6834 (ada-create-keymap): If the variable delete-key-deletes-forward is
6835 t on XEmacs, it means that DEL should delete one character
6836 forward.
6837 (ada-create-menu): Use :included instead of :visible for XEmacs.
6838 New submenu "Options".
6839 (ada-end-stmt-re): Correctly indent "select ... then abort"
6840 statements.
6841 (ada-fill-comment-paragraph): Correctly delete all leading '--'
6842 even if they don't match ada-fill-comment-prefix Fix handling of
6843 paragraphs on the first or last line of a file.
6844 (ada-format-paramlist): Fix handling of default parameter values.
6845 (ada-get-body-name): New function.
6846 (ada-get-current-indent): Optimized by searchling directly for an
6847 existing generic part or a statement outside of it. Handle
6848 ada-indent-align-comments when indenting comments Replaced some
6849 regexps by testing directly the next character. This results in a
6850 huge speedup on some files. New indentation scheme for renames
6851 statements. Stop looking for the 'while' or 'for' associated with
6852 a 'loop' at the first semicolon encountered. A "return" can also
6853 match an anonymous access subprogram declaration.
6854 (ada-get-indent-noindent): Ignore strings and comments when
6855 looking for the keywords "record" and "private".
6856 (ada-goto-matching-decl-start): When matching "if", make sure we
6857 are not in fact seeing "end if". Ignore "when" statements except
6858 when initial keyword was "begin". Fix handling of nested
6859 procedures. Add a recursive call to this function to skip over
6860 other 'end' statmts. Fix indentation for "when .. => begin"
6861 (ada-in-open-paren-p): Fix indentation for complex boolean
6862 expressions, where 'and then', 'or else' and parenthesis
6863 statements are mixed up.
6864 (ada-in-paramlist-p): Skip comments while searching for the
6865 beginning Fix handling of operator declarations.
6866 (ada-indent-align-comments): New variable
6867 (ada-indent-current): Change the syntax table only in the
6868 protected section, so that we are sure it is restored correctly.
6869 (ada-indent-on-previous-lines): Use ada-use-indent and
6870 ada-with-indent Correctly indent "select ... then"
6871 (ada-indent-region): Slight speedup.
6872 (ada-indent-renames): New variable.
6873 (ada-last-which-function-subprog, ada-last-which-function-line):
6874 New variables
6875 (ada-looking-at-semi-private): Correctly indent the 'private'
6876 keyword when it is the first word in a package declaration.
6877 (ada-loose-case-word): Stop searching if at the end of the buffer.
6878 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
6879 even if point is not initially at the end of the word.
6880 (ada-matching-decl-start-re): Add "when".
6881 (ada-mode): Add support for abbrev-mode, outline-mode and
6882 which-func-mode Override the old find-file.el entry in
6883 ff-special-constructs since it is using the obsolete
6884 ada-spec-suffix variable
6885 (ada-no-auto-case): New function
6886 (ada-scan-paramlist): When parsing the argument type, accept
6887 spaces (as in "X 'Class", generated by Rational Rose).
6888 (ada-other-file-name): No longer loads the other file.
6889 (ada-popup-menu): Save and restore the current buffer and cursor
6890 position before and after displaying the menu.
6891 (ada-search-ignore-complex-boolean): New function.
6892 (ada-uncomment-region): Emacs21 already knows how to delete
6893 comments not starting in the first column.
6894 (ada-use-indent): New variable
6895 (ada-which-function): New function.
6896 (ada-with-indent): New variable
6897 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
6898 can be batch-compiled from the command line.
6899
6900 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
6901 Add to the menu when the file is loaded, not in ada-mode-hook.
6902 Add -toolbar to the default ddd command Switches moved from
6903 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
6904 ada-prj-default-comp-opt
6905 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
6906 Reference Manual to the menu
6907 (ada-check-current): rewritten as a call to ada-compile-current
6908 (ada-compile): Removed.
6909 (ada-compile-application, ada-compile-current, ada-check-current):
6910 Set the compilation-search-path so that compile.el automatically
6911 finds the sources in src_dir. Automatic scrollong of the
6912 compilation buffer. C-uC-cC-c asks for confirmation before
6913 compiling
6914 (ada-compile-current): New parameter, prj-field
6915 (ada-complete-identifier): Load the .ali file before doing
6916 processing
6917 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
6918 conform to gnatmake's behavior.
6919 (ada-find-file-in-dir): New function
6920 (ada-find-references): Set the environment variables for gnatfind
6921 (ada-find-src-file-in-dir): New function.
6922 (ada-first-non-nil): Removed
6923 (ada-gdb-application): Add support for jdb, the java debugger.
6924 (ada-get-ada-file-name): Load the original-file first if not done
6925 yet.
6926 (ada-get-all-references): Handles the new ali syntax (parent types
6927 are found between <>).
6928 (ada-initialize-runtime-library): New function
6929 (ada-mode-hook): Always load a project file when a file is opened,
6930 so that the casing exceptions are correctly read.
6931 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
6932 (ada-parse-prj-file): Use find-file-noselect instead of find-file
6933 to open the project file, since the latter does not work with
6934 speedbar Get default values before loading the prj file, or the
6935 default executable file name is wrong. Use the absolute value of
6936 src_dir to initialize ada-search-directories and
6937 compilation-search-path,... Add the standard runtime library to
6938 the search path for find-file.
6939 (ada-prj-default-debugger): Was missing an opening '{'
6940 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
6941 variables.
6942 (ada-prj-default-gnatmake-opt): New variable
6943 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
6944 buffers, the project file is the default one Save the windows
6945 configuration before displaying the menu.
6946 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
6947 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
6948 ...) regexp-quote identifiers names to support operators +,
6949 -,... in regexps.
6950 (ada-remote): New function.
6951 (ada-run-application): Erase the output buffer before starting the
6952 run Support remote execution of the application. Use
6953 call-process, or the arguments are incorrectly parsed
6954 (ada-set-default-project-file): Reread the content of the active
6955 project file, not the one from the current buffer When a project
6956 file is set as the default project, all directories are
6957 automatically associated with it.
6958 (ada-set-environment): New function
6959 (ada-treat-cmd-string): New special variable ${current}
6960 (ada-treat-cmd-string): Revised. The substitution is now done for
6961 any ${...} substring
6962 (ada-xref-current): If no body was found, compiles the spec
6963 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
6964 compiler to get rid of command line length limitations.
6965 (ada-xref-get-project-field): New function
6966 (ada-xref-project-files): New variable
6967 (ada-xref-runtime-library-specs-path)
6968 (ada-xref-runtime-library-ali-path): New variables
6969 (ada-xref-set-default-prj-values): Default run command now does a
6970 cd to the build directory. New field: main_unit Provide a default
6971 file name even if the current buffer has no prj file.
6972
6973 * ada-prj.el:
6974 Rewritten to show a tabbed-dialog.
6975 (ada-prj-add-ada-menu): Remove the map and name parameters.
6976 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
6977 New function
6978 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
6979 (ada-prj-load-from-file): New function
6980 (ada-prj-save): Always save fields that depend on the current buffer
6981 (ada-prj-show-value): New function
5044b74a 6982
7972fcfc
GM
6983 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
6984 Ada mode. This will allow us to display the Ada menu in any buffer
6985 we want (for project items).
6986 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
6987 number of spaces in the header.
5044b74a 6988
8730a8da
DL
69892000-07-24 Dave Love <fx@gnu.org>
6990
6991 * ediff-init.el (ediff-region-help-echo): Bind face-help.
6992
db3ca487
NF
69932000-07-23 Noah Friedman <friedman@splode.com>
6994
ad953485
NF
6995 * type-break.el (type-break): perform autosave.
6996 Suggested by Stephen Gildea <gildea@intouchsys.com>.
6997 (type-break-do-query): Cancel query schedule while performing
6998 actual query, to avoid possibility of a second query being made
6999 while first one is already in progress.
7000 (type-break-time-stamp-format): New variable.
7001 (type-break-time-stamp): New function.
7002 (type-break-time-warning): Use it.
7003 (type-break-keystroke-warning): Use it.
7004 (type-break-noninteractive-query): Use it.
7005
03a9c6d0
NF
7006 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
7007 cookie.
7008 Use add-minor-mode to set minor-mode-alist, if available.
7009 (eldoc-echo-area-use-multiline-p): New user option.
7010 (eldoc-echo-area-multiline-supported-p): New variable.
7011 (eldoc-docstring-format-sym-doc): Use them.
7012 (eldoc-mode): If not using idle timers, append to local post and
7013 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
7014 (eldoc-display-message-no-interference-p): Don't interfere with
7015 edebug.
7016 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
7017 (eldoc-function-arglist): New function.
7018 (eldoc-function-argstring): Use it.
7019
db3ca487
NF
7020 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
7021 auto save directory exists before calling directory-files.
7022
f7ad1899
DL
70232000-07-23 Dave Love <fx@gnu.org>
7024
7025 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
7026 ^o, ^u.
7027
43e764c9
DL
70282000-07-21 Dave Love <fx@gnu.org>
7029
475de6f4
DL
7030 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
7031 now passed to the function. It now works properly.
7032
43e764c9
DL
7033 * smerge-mode.el (smerge-mode-menu): Fill it out.
7034
e8bea4c0
GM
70352000-07-20 Gerd Moellmann <gerd@gnu.org>
7036
7037 * info-look.el (info-lookup): If *info* is shown in another frame
7038 on the same display, select that frame, instead of switching to
7039 the Info buffer in another window of the selected frame.
7040
7041 * simple.el (universal-argument-map): Bind numeric keypad keys
7042 kp-0 to kp-9 and kp-subtract.
7043 (digit-argument): Handle these keys.
7044
bc75b4fd
DL
70452000-07-20 Dave Love <fx@gnu.org>
7046
7047 * net/goto-addr.el (goto-address-fontify): Don't bother with
7048 buffer-modified and read-only stuff -- irrelevant with overlays.
7049 Put an extra property on the overlays and use it to clean up in
7050 case goto-address is re-run.
7051
8b7bc628
RS
70522000-07-19 Richard M. Stallman <rms@gnu.org>
7053
18e21ce8
RS
7054 * timer.el (run-with-idle-timer): Doc fix.
7055
db3ca487 7056 * mail/mail-utils.el (mail-strip-quoted-names):
8b7bc628
RS
7057 Handle case where <...> appears inside "...".
7058 Use replace-match to edit the string more simply.
7059 (rmail-dont-reply-to): Cope with an unmatched ".
7060
50575ec2
DL
70612000-07-19 Dave Love <fx@gnu.org>
7062
7063 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
7064 implementation.
7065
7066 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
7067 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
7068 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
7069
4279296d
GM
70702000-07-19 Gerd Moellmann <gerd@gnu.org>
7071
47db06aa
GM
7072 * textmodes/refer.el: Correct maintainer's email address.
7073
7074 * progmodes/hideif.el: Correct author's email address.
7075 Fix typo in comment.
7076
7077 * xml.el: New file.
7078
4279296d
GM
7079 * mail/mailheader.el: Correct author's mail address.
7080
7081 * gnus/parse-time.el: Correct author's mail address.
7082
47db06aa 70832000-07-19 Colin Walters <walters@cis.ohio-state.edu>
db3ca487
NF
7084
7085 * comint.el (comint-highlight-input, comint-highlight-face):
47db06aa
GM
7086 New user options.
7087 (comint-input-ring-file-name): Change custom type.
7088 (comint-mode-map): Bind mouse-2.
7089 (comint-insert-clicked-input): New function.
7090 (comint-send-input): Handle input highlighting.
7091
21ad0f7b
SM
70922000-07-18 Stefan Monnier <monnier@cs.yale.edu>
7093
7094 * mouse.el (popup-menu): New function.
7095 (mouse-major-mode-menu): Use it.
7096
3b33a005
DL
70972000-07-18 Dave Love <fx@gnu.org>
7098
7099 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
7100 improvements.
7101
dc1cac59
GM
71022000-07-18 Gerd Moellmann <gerd@gnu.org>
7103
21ad0f7b 7104 * faces.el (face-font-selection-order)
dc1cac59 7105 (face-font-family-alternatives): Add custom type.
db3ca487 7106
f8276b77
DL
71072000-07-18 Dave Love <fx@gnu.org>
7108
7109 * cus-edit.el (custom-variable-reset-saved)
7110 (custom-variable-reset-standard): Remove unused bindings.
7111
7112 * rect.el (open-rectangle-line): Remove unused let.
7113
7114 * hl-line.el (hl-line-highlight): Check hl-line-mode.
7115
3d6cd763
GM
71162000-07-18 Gerd Moellmann <gerd@gnu.org>
7117
7118 * cdl.el: Fix `Maintainer' keyword.
7119
7120 * play/pong.el: Add author's email address.
7121
34342a07
SS
71222000-07-17 Sam Steingold <sds@gnu.org>
7123
7124 * files.el (insert-directory): Call `split-string' instead of
7125 re-implementing it.
7126
088831a6
GM
71272000-07-18 Gerd Moellmann <gerd@gnu.org>
7128
7129 * mail/vms-pmail.el: Change maintainer to FSF.
7130
7131 * net/goto-addr.el: Change maintainer to FSF.
7132
7133 * recentf.el: Update from author.
7134
7135 * info.el (Info-title-face-alist): Removed.
db3ca487 7136
68be2869
EZ
71372000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
7138
7139 * eshell/eshell.el (eshell): Replace links to eshell.info with
7140 links to eshell, to avoid problems on systems where the manual is
7141 installed as `eshell'.
7142 * eshell/esh-cmd.el (eshell-cmd): Ditto.
7143 * eshell/em-smart.el (eshell-smart): Ditto.
7144 * eshell/em-banner.el (eshell-banner): Ditto.
21ad0f7b 7145 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
68be2869
EZ
7146
7147 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
7148 same-file check in the MS-DOS version (it does support inodes).
7149
7150 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
7151
21ad0f7b
SM
7152 * eshell/eshell.el (eshell-directory-name):
7153 Run default directory name through convert-standard-filename.
68be2869 7154
269b4dcb
KH
71552000-07-18 Kenichi Handa <handa@etl.go.jp>
7156
21ad0f7b
SM
7157 * international/mule-cmds.el (select-safe-coding-system):
7158 Fix typo in the comment.
240a16cf 7159
21ad0f7b
SM
7160 * language/european.el (compound-text):
7161 Force katakana-jisx0201 to be designated to G1.
aa96c820 7162
21ad0f7b
SM
7163 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
7164 Don't translate some national variant characters of latin-jisx0201.
aa96c820 7165 (x-ctext): Force katakana-jisx0201 to be designated to G1.
a99c9d06 7166
269b4dcb
KH
7167 * international/kkc.el (kkc-after-update-conversion-functions):
7168 New variable.
7169 (kkc-update-conversion): Run functions in it at the tail.
7170
68be2869 71712000-07-16 John Wiegley <johnw@gnu.org>
6feeb380 7172
21ad0f7b
SM
7173 * lisp/align.el (align-newline-and-indent):
7174 Adding new function. for auto-aligning blocks of code on RET.
6feeb380
JW
7175 (align-region): Fixed badly formatted minibuffer message.
7176
7a3fd467
KH
71772000-07-17 Kenichi Handa <handa@etl.go.jp>
7178
21ad0f7b 7179 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
7a3fd467
KH
7180 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
7181 the conversion list at first if appropriate.
7182 (kkc-next): Don't update kkc-next-count here.
7183 (kkc-prev): Don't update kkc-prev-count here.
7184 (kkc-show-conversion-list-update): Fix setting up of conversion
7185 list message.
7186
a45423d8
SM
71872000-07-16 Stefan Monnier <monnier@cs.yale.edu>
7188
088831a6 7189 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
a45423d8 7190
91a38db1
DL
71912000-07-16 Dave Love <fx@gnu.org>
7192
7193 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
7194 function to be more specific.
7195
7196 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
7197 non-string help-echo.
7198 (widget-types-convert-widget): Defsubst it.
7199 (widget-echo-help): Try to cope with a help-echo function of two
7200 possible sorts.
7201
3fddcdc3
JR
72022000-07-15 Jason Rumney <jasonr@gnu.org>
7203
7204 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
7205 Declare as obsolete.
7206
7207 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
7208
bd23a692
GM
72092000-07-14 Gerd Moellmann <gerd@gnu.org>
7210
7211 * hilit-chg.el: Fix typo.
7212
d4af987a
DL
72132000-07-14 Dave Love <fx@gnu.org>
7214
7215 * info.el (Info-mode-menu): Fix use of :help, :enable.
7216
3a4f3f86
SM
72172000-07-14 Stefan Monnier <monnier@cs.yale.edu>
7218
7219 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
7220
cf6936a4
DL
72212000-07-13 Dave Love <fx@gnu.org>
7222
4d6d04b5
DL
7223 * emacs-lisp/easymenu.el: Doc fixes.
7224 (easy-menu-remove): Defalias to ignore.
7225
cf6936a4
DL
7226 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
7227 Call throw correctly.
7228
56437999
GM
72292000-07-13 Gerd Moellmann <gerd@gnu.org>
7230
7231 * faces.el (frame-background-mode): Doc fix.
7232
7233 * simple.el (eval-expression-print-length): Change custom type to
7234 allow entering nil as value.
7235
d04a3972
DL
72362000-07-13 Dave Love <fx@gnu.org>
7237
3a4f3f86
SM
7238 * progmodes/fortran.el (fortran-imenu-generic-expression):
7239 Change definition layout.
a8189dfe
DL
7240 (fortran-mode-menu): Reinstate customize entries.
7241
d04a3972
DL
7242 * cus-edit.el (custom-group-menu-create, customize-menu-create):
7243 Use :filter, per old XEmacs code.
7244
4bf4fb05
GM
72452000-07-12 Gerd Moellmann <gerd@gnu.org>
7246
7247 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
7248 event when deciding what to send to the terminal.
7249
37328bcd
DL
72502000-07-12 Dave Love <fx@gnu.org>
7251
7252 * cus-start.el: Add optional version as 4th element of specs and
7253 use it for several things new in v21. Remove load-path. Fix type
7254 of line-number-display-limit.
7255
89492072
DL
72562000-07-11 Dave Love <fx@gnu.org>
7257
3a4f3f86
SM
7258 * progmodes/fortran.el: Don't require easymenu.
7259 Use repeat counts in various regexps.
315aa1de
DL
7260 (fortran-mode-syntax-table): Defvar directly.
7261 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
3a4f3f86
SM
7262 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
7263 Use defvar, not defconst.
7264 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
315aa1de
DL
7265 (fortran-mode): Set fortran-comment-line-start-skip,
7266 fortran-comment-line-start-skip, dabbrev-case-fold-search.
7267 (fortran-comment-indent): Use defsubst.
3a4f3f86
SM
7268 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
7269 Use fortran-comment-indent, not fortran-comment-indent-function.
315aa1de
DL
7270 (fortran-comment-region, fortran-electric-line-number): Simplify.
7271 (fortran-auto-fill): New function.
7272 (fortran-do-auto-fill): Deleted.
3a4f3f86
SM
7273 (fortran-find-comment-start-skip):
7274 Check for non-null comment-start-skip.
7275 (fortran-auto-fill-mode, fortran-fill-statement):
7276 Use fortran-auto-fill.
315aa1de 7277 (fortran-fill): Use fortran-auto-fill. Check for null
3a4f3f86 7278 comment-start-skip. Simplify final clause and use end-of-line finally.
315aa1de 7279
89492072
DL
7280 * widget.el (widget-plist-member): New alias.
7281
d55ead18
EZ
72822000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
7283
7284 * eshell/esh-module.el (toplevel): Reference
7285 byte-compile-current-file only if it is bound.
7286
e82a2a05
GM
72872000-07-10 Gerd Moellmann <gerd@gnu.org>
7288
7289 * dired.el: Don't require `dired-aux'.
7290
1fc7fb2b
MB
72912000-07-10 Miles Bader <miles@lsi.nec.co.jp>
7292
7293 * dired-aux.el (dired-show-file-type): New function.
7294 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
7295 (dired-show-file-type): Add autoload.
7296
ab49ce15
KH
72972000-07-10 Kenichi Handa <handa@etl.go.jp>
7298
7299 * international/mule-diag.el (describe-font): Adjusted for the
3a4f3f86 7300 change of fontset-info.
ab49ce15
KH
7301 (print-fontset): Likewise.
7302
f45aab65
SM
73032000-07-09 Stefan Monnier <monnier@cs.yale.edu>
7304
7305 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
7306
2f72fd2f
GM
73072000-07-07 Gerd Moellmann <gerd@gnu.org>
7308
e82a2a05 7309 * bindings.el: Bind `[delete]' to delete-char.
965522f5 7310
2f72fd2f
GM
7311 * dired.el (dired-find-alternate-file): New function.
7312 (dired-mode-map): Bind `a' to dired-find-alternate-file.
7313 (toplevel): Require dired-aux when compiling.
7314 (dired-buffers): Move defvar within file to avoid compiler warning.
7315
7316 * info.el (Info-last-search): Variable removed.
7317 (Info-search-history): New variable.
7318 (Info-search): New Info-search-history.
7319
7320 * battery.el, info-look.el: Change author's mail address.
7321
965522f5 73222000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
34342a07 7323
965522f5
GM
7324 * mail/rmail.el (rmail-clear-headers): Don't throw an error
7325 if rmail-ignored-headers is nil.
7326 (rmail-retry-failure): Bind rmail-ignored-headers and
7327 rmail-displayed-headers to nil.
7328
dd8888a1
GM
73292000-07-06 Gerd Moellmann <gerd@gnu.org>
7330
e5c81191
GM
7331 * lpr.el (lpr-page-header-switches): Add `-h' switch.
7332 (print-region-1): Don't hard code `-h' here.
7333
dd8888a1
GM
7334 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
7335
e5c81191
GM
73362000-07-01 Francesco Potorti` <pot@gnu.org>
7337
7338 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
7339 exim can use "your message" instead of "the message".
34342a07 7340
f45aab65
SM
73412000-07-06 Stefan Monnier <monnier@cs.yale.edu>
7342
7343 * facemenu.el: Docstrings fixes.
7344 (facemenu-get-face): Don't use internal-find-face.
7345 (facemenu-iterate): Rename arg to match the docstring.
7346
7347 * newcomment.el (uncomment-region): Be more careful when skipping
7348 backwards over `=' not to bump into BOBP.
7349
d396e521 73502000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
34342a07 7351
dd8888a1
GM
7352 * ediff-diff.el (ediff-wordify): Use syntax table.
7353 * ediff-init.el (ediff-has-face-support-p): Use
d396e521 7354 ediff-color-display-p.
dd8888a1 7355 (ediff-color-display-p): Use display-color-p, changed to defun
d396e521
MK
7356 from defsubst.
7357 Got rid of special cases for NeXT and OS/2.
dd8888a1 7358 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
d396e521 7359 face.
34342a07 7360
5e2dfaa4
SM
73612000-07-05 Stefan Monnier <monnier@cs.yale.edu>
7362
7363 * emacs-lisp/lucid.el: Require CL.
7364 (copy-tree, remprop): Remove, it's provided by CL.
7365 (map-keymap): Define in terms of cl-map-keymap.
7366 (extent-property, set-extent-end-glyph): New functions.
7367
7368 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
7369
d5c5cddd
GM
73702000-07-05 Gerd Moellmann <gerd@gnu.org>
7371
485266d0
GM
7372 * Makefile.in (DONTCOMPILE): Add comment that the name may
7373 not be changed without changing the make-dist script.
7374
5e2dfaa4 7375 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
d5c5cddd 7376 (cl-mapc): Use mapc instead of cl-old-mapc.
34342a07 7377
e2c46326
AI
73782000-07-05 Andrew Innes <andrewi@gnu.org>
7379
7380 * makefile.nt: Add support for `bootstrap' and related targets.
7381
a027a91b
SM
73822000-07-05 Stefan Monnier <monnier@cs.yale.edu>
7383
7384 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
7385 (easy-menu-do-define): Use `menu-item' format.
7386 Handle case where easy-menu-create-menu returns a symbol.
7387 Manually call the potential top-level filter in the function binding.
7388 (easy-menu-filter-return): New arg NAME.
7389 Convert to a keymap if MENU is an XEmacs menu.
7390 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
7391 (easy-menu-converted-items-table, easy-menu-convert-item):
7392 New var and fun to memoize easy-menu-convert-item-1.
7393 (easy-menu-do-add-item): Use it.
7394 (easy-menu-create-menu): Use easy-menu-convert-item.
7395 Wrap easy-menu-filter-return around any :filter specification.
7396 Don't convert the menu if a filter was specified.
7397 Tell easy-menu-make-symbol not to check for MENU being an expression.
7398 (easy-menu-make-symbol): New arg NOEXP.
7399
5e03eb84
GM
74002000-07-05 Gerd Moellmann <gerd@gnu.org>
7401
7402 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
7403 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
7404 (eval-defun): If called with prefix arg, instrument code for
7405 Edebug.
7406
7407 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
7408 similar to that of eval-defun.
7409
fca68a95
DL
74102000-07-04 Dave Love <fx@gnu.org>
7411
7ccbba4c
DL
7412 * hl-line.el (hl-line-overlay): Make it permanent-local.
7413
fca68a95
DL
7414 * calendar/todo-mode.el: Replaced with a working version, based on
7415 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
7416
74172000-07-03 Miles Bader <miles@lsi.nec.co.jp>
78e7e8a0
MB
7418
7419 * paths.el (prune-directory-list): New function.
7420 (Info-default-directory-list): Rewritten to more methodically
7421 enumerate a big list of possible info directories (based on the
7422 list used by the standalone info reader).
fca68a95 7423
78e7e8a0 7424 * info.el (info-initialize): Use prune-directory-list to remove
3a4f3f86 7425 non-existent directories from Info-directory-list.
78e7e8a0 7426
78e7e8a0
MB
7427 * paths.el (Info-default-directory-list): Try a list of possible
7428 info-directories instead of a single one. Add the possible
7429 info directory "/usr/share/info".
7430
7431 * woman.el (woman-man.conf-path): Explicitly include the debian
7432 man-db config file "/etc/manpath.config".
7433 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
7434 are present in `manpath.config'.
7435 (woman-manpath): Include "/usr/share/man".
7436
67c9a1d2
GM
74372000-07-03 Gerd Moellmann <gerd@gnu.org>
7438
6753393b
GM
7439 * frame.el (blink-cursor-mode): Don't hide cursor initially.
7440
7441 * startup.el (command-line): Initialize blink-cursor based
7442 on window-system.
7443
e4f98ad3
GM
7444 * frame.el (blink-cursor): Default to nil if not running under
7445 a window-system.
7446
2f516940
GM
7447 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
7448 (face-x-resources): Remove duplicate entry for :font.
7449
67c9a1d2
GM
7450 * textmodes/refer.el (refer-find-entry-internal): Use some-window
7451 instead of cycling through windows with next-window.
7452
7453 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
7454 of cycling through windows with next-window.
7455
7456 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
7457 of cycling through windows with next-window.
7458
7459 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
7460 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
7461 instead of cycling through windows with next-window.
7462
7463 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
7464 instead of cycling through windows with next-window.
7465
7466 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
7467 of cycling through windows with next-window.
7468
7469 * terminal.el (te-process-output): Use walk-windows instead of
7470 cycling through windows with next-window.
7471
7472 * server.el (server-switch-buffer): Use some-window instead of
7473 cycling through windows with next-window.
7474
7475 * window.el (some-window): New function.
7476 (walk-windows): Remove reference to walk-windows-start.
831a6cb0 7477
3a4f3f86 7478 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
831a6cb0 7479
8b7bc628 74802000-07-03 Richard Stallman <rms@gnu.org>
67c9a1d2
GM
7481
7482 * window.el (walk-windows): Guarantee termination by keeping a list
7483 of all the windows already handled.
7484
d0d57043
EZ
74852000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
7486
7487 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
7488 window-system.
7489
7490 * man.el (Man-notify-when-ready): Don't use window-system. If
7491 Man-notify-method is newframe, and the display is not
7492 multi-frame, select the frame created for the man page.
7493 (Man-init-defvars): Doc fix.
7494
d5483ab1
GM
74952000-06-28 Gerd Moellmann <gerd@gnu.org>
7496
af5c25e1
GM
7497 * faces.el (region): Change background color for light background.
7498
7499 * ediff-wind.el (ediff-setup-control-frame): Remove :box
7500 attribute from mode-line face of Ediff control frame.
7501
d5483ab1
GM
7502 * replace.el (query-replace-map): Bind `e' like `E'.
7503
9d47450f
EZ
75042000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
7505
3a4f3f86
SM
7506 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
7507 Change name to "Select All".
496b7491 7508
9d47450f
EZ
7509 * dos-fns.el (convert-standard-filename): Fix last change.
7510
0b431deb
GM
75112000-06-27 Gerd Moellmann <gerd@gnu.org>
7512
4fa9f636
GM
7513 * help.el (describe-variable): Don't insert a second `'s' in front
7514 of the string `value is shown below'. Since the syntax-table is
7515 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
7516 an existing `'s', so that this won't be deleted.
7517
0b431deb
GM
7518 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
7519 * pcmpl-unix.el: New files.
7520
32cad0aa
SM
75212000-06-26 Stefan Monnier <monnier@cs.yale.edu>
7522
7523 * wid-edit.el (widget-member): Use the new plist-member.
7524
2c69ced2
GM
75252000-06-26 Gerd Moellmann <gerd@gnu.org>
7526
44c0f771
GM
7527 * replace.el (perform-replace): Undo change of 2000-04-04.
7528 Instead, move backward 1 character at the end of the loop when
7529 necessary.
34342a07 7530
1d36487c
GM
7531 * faces.el (fringe): Change face for different backgrounds.
7532
7533 * eshell/esh-module.el (toplevel): Load defgroup's differently;
7534 patch from John.
7535
2c69ced2
GM
7536 * eshell/*.el: Change spelling of the Free Software Foundation.
7537
7538 * eshell/esh-toggle.el: Removed.
7539
7540 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
7541
7542 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
7543 interactively.
7544
75452000-06-26 Alex Schroeder <alex@gnu.org>
7546
7547 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
7548 `define-key'; instead of checking `(emacs-version)' check for
7549 `set-keymap-parent' and `set-keymap-name' directly. Add entries
7550 for `;' and `o' which might be electric.
7551
7552 (sql-electric-stuff): New user option.
7553 (sql-magic-go): New function which uses `sql-electric-stuff'.
7554 (sql-magic-semicolon): New function which uses
7555 `sql-electric-stuff'.
7556
7557 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
7558 is not fboundp.
7559
7560 (sql-oracle-options): New variable.
7561 (sql-oracle): Use it.
7562
7563 (sql-imenu-generic-expression): Doc change.
7564 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
7565 is used.
7566
7567 (sql-informix): Added command line parameter "-" to force
7568 sql-informix-program to use stdout.
7569
db1306d8
EZ
75702000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
7571
3a4f3f86 7572 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
db1306d8
EZ
7573 (cp864-decode-table): Doc fix.
7574 (cp720-decode-table): New variable, supports the Arabic OEM
7575 codepage used by Windows.
7576 (cp737-decode-table): New, Greek OEM codepage used by Windows.
7577
c69e5fcd
DL
75782000-06-23 Dave Love <fx@gnu.org>
7579
7580 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
7581 (font-lock-fontify-anchored-keywords): Use
7582 line-beginning-position.
7583 (global-font-lock-mode): Use mapc.
7584
30ad8f23
SM
75852000-06-23 Stefan Monnier <monnier@cs.yale.edu>
7586
7587 * eshell/esh-module.el: Require CL when compiling.
7588
26b4dc84
GM
75892000-06-23 Gerd Moellmann <gerd@gnu.org>
7590
78c56e70
GM
7591 * comint.el (comint-substitute-in-file-name): Call replace-match
7592 with second and third arg t.
7593
34342a07 7594 * cus-edit.el (custom-button-face, custom-button-pressed-face):
f6478c66
GM
7595 Specify foreground color.
7596
7597 * faces.el (tool-bar, mode-line, header-line): Specify foreground
7598 color.
7599
affbf647
GM
7600 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
7601
7602 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
7603 cddr instead of cdddr.
7604
25fffb31
GM
7605 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
7606 instead of copy-list.
7607
7608 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
7609 of copy-list.
7610
26b4dc84
GM
7611 * subdirs.el: Add eshell subdirectory.
7612
7613 * eshell: New subdirectory containing the Eshell package.
7614
7615 * pcomplete.el: New file.
7616
78c56e70
GM
76172000-06-23 Paul Eggert <eggert@twinsun.com>
7618
ea055732
GM
7619 * mail/mailpost.el (post-mail-send-it): Make sure file has
7620 proper permissions from birth.
7621
7622 * files.el (basic-save-buffer-2): When temporarily setting
7623 file modes, set them to current modes plus 0200, not to 0777.
7624
78c56e70
GM
7625 * emerge.el (emerge-make-temp-file): Make sure file has proper
7626 permissions from birth.
7627
a3a7ff33
EZ
76282000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
7629
7630 * files.el (make-backup-file-name-1): On DOS/Windows, run the
7631 backup file name through convert-standard-filename.
7632
7633 * dos-fns.el (convert-standard-filename): Convert leading
7634 directories as well. When long file names are supported, convert
7635 characters that are invalid in Windows file names.
7636
1fd9b7fe
GM
76372000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7638
7639 * ps-print.el: Fix bug: if ^L is the very first buffer character,
7640 ps-print crashes. New feature: page selection for printing. Create
7641 raw-text-unix coding system for XEmacs. Doc fix.
7642 (ps-print-version): New version number (5.2.3).
7643 (ps-plot-region): Bug fix.
7644 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
7645 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
7646 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
7647 funs.
7648 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
7649 (ps-last-page): New vars.
7650
16ed8416
GM
76512000-06-21 Gerd Moellmann <gerd@gnu.org>
7652
7653 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
7654 empty option string.
7655
4fbee715
EZ
76562000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
7657
7658 * man.el (man): Doc fix.
7659
eaecfc94
KH
76602000-06-21 Kenichi Handa <handa@etl.go.jp>
7661
7662 * international/mule-cmds.el (set-language-info-alist): Docstring
7663 fixed.
7664
4a27bdfb
GM
76652000-06-20 Gerd Moellmann <gerd@gnu.org>
7666
7667 * version.el (emacs-version): Use ISO date format.
7668
7669 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
7670 instead of `M-backspace'.
7671
7672 * simple.el (turn-off-auto-fill): New function.
7673
8972fe79
SM
76742000-06-20 Stefan Monnier <monnier@cs.yale.edu>
7675
7676 * jit-lock.el (with-buffer-prepared-for-jit-lock):
7677 Renamed from with-buffer-prepared-for-font-lock and use
7678 inhibit-modification-hooks rather than setting *-change-functions.
7679 Update all functions to use the new name.
7680 (jit-lock-first-unfontify-pos): New semantics (and doc).
7681 (jit-lock-mode): Make non-interactive.
7682 Don't automatically turn on font-lock.
7683 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
7684 Always use jit-lock-after-change.
7685 Remove and restore font-lock-after-change-function.
7686 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
7687 (jit-lock-after-unfontify-buffer): Remove.
7688 (jit-lock-stealth-fontify):
7689 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
7690 (jit-lock-after-change): Set the `fontified' text-prop to nil.
7691
5d80cc9c
SS
76922000-06-20 Sam Steingold <sds@gnu.org>
7693
7694 * emacs-lisp/cl-indent.el (toplevel): Indent
7695 `print-unreadable-object' properly. Untabify.
7696
f54e4d13
CD
76972000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
7698
7699 * textmodes/reftex.el (reftex-find-citation-regexp-format):
7700 Support for bibentry.
7701 (reftex-compile-variables): Fixed problem with end of section-re.
7702
7703 * texmodes/reftex-dcr.el (reftex-view-crossref,
8972fe79
SM
7704 reftex-view-crossref-from-bibtex):
7705 Deal with changed `reftex-find-citation-regexp-format'.
f54e4d13
CD
7706 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
7707 Replaced `remprop' with `put'.
8972fe79
SM
7708 (reftex-view-crossref, reftex-view-crossref-when-idle):
7709 Support for bibentry.
f54e4d13 7710
8972fe79
SM
7711 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
7712 New entry for bibentry package.
f54e4d13 7713
8972fe79
SM
7714 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
7715 Regexp also matches "\nobibliography".
f54e4d13 7716
8972fe79
SM
7717 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
7718 Call `reftex-ensure-write-access' before doing anything.
f54e4d13
CD
7719 (reftex-ensure-write-access): New function.
7720
f54e4d13
CD
77212000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
7722
7723 * progmodes/idlwave.el: File re-installed (update to version 4.2)
7724
7725 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
7726
7727 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
7728
7729 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
7730
7731
560c43f4
DL
77322000-06-20 Dave Love <fx@gnu.org>
7733
7734 * faces.el (frame-background-mode): Use set-default, not set, in
7735 setter.
7736 (frame-update-faces, frame-update-face-colors): Define with
7737 defalias.
7738
7739 * enriched.el (enriched-decode-foreground)
7740 (enriched-decode-background): Don't use internal-find-face.
7741
7742 * apropos.el: Doc fixes.
7743
7744 * cus-edit.el (customize-changed-options): Check arg.
7745 (customize-version-lessp): Don't require decimal point.
7746
7747 * custom.el (defcustom, defgroup): Doc fix.
7748
7749 * newcomment.el (comment) <defgroup>: Add :version.
7750 (comment-multi-line): Doc fix.
7751
7752 * emulation/mlsupport.el (define-hooked-local-abbrev,
7753 define-hooked-global-abbrev): Fix, using define-abbrev.
7754
cdf0357b
GM
77552000-06-19 Gerd Moellmann <gerd@gnu.org>
7756
7757 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
7758 the whole buffer.
7759
10013d74
DL
77602000-06-19 Dave Love <fx@gnu.org>
7761
7762 * menu-bar.el (menu-bar-options-save): New function.
7763 (menu-bar-options-menu): Use it.
7764 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
7765 Simplify.
7766
6922f208
AS
77672000-06-19 Andreas Schwab <schwab@suse.de>
7768
7769 * progmodes/etags.el (tags-query-replace): Put new parameters
7770 START and END at the end, for backward compatibility.
7771
10d7bf84
KH
77722000-06-19 Kenichi Handa <handa@etl.go.jp>
7773
7774 * international/codepage.el:
7775 (cp-coding-system-for-codepage-1): Delete special codes for
7776 generating xxx-dos coding system because now a CCL based coding
7777 system can handle EOL conversion by default.
7778
7779 * international/mule.el (make-coding-system): Generate subsidiary
7780 coding systems for EOL handling variants even for a CCL based
7781 coding system.
7782
8f3c9a3d
KH
77832000-06-19 Kenichi Handa <handa@etl.go.jp>
7784
7785 * international/isearch-x.el (isearch-minibuffer-input-method)
7786 (isearch-minibuffer-input-method-function): These variables
7787 deleted.
7788 (isearch-with-input-method): Don't use the above variables.
7789 (isearch-process-search-multibyte-characters): Likewise. Call
7790 read-string with the arg INHERIT-INPUT-METHOD t.
7791
c2acf685
SM
77922000-06-17 Stefan Monnier <monnier@cs.yale.edu>
7793
13f0d185
SM
7794 * font-lock.el (font-lock-after-fontify-buffer)
7795 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
7796
7797 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
7798 Use consistent make-local-variable style for font-lock-fontified.
7799 (jit-lock-fontify-buffer):
7800 Don't bother checking for font-lock-mode and jit-lock-mode.
7801
c2acf685
SM
7802 * time.el: Remove trailing ^M that prevent CVS-merging.
7803
a9021acd
GM
78042000-06-16 Gerd Moellmann <gerd@gnu.org>
7805
7806 * Makefile.in (distclean): New target.
5d80cc9c 7807
0df68e9f
SM
78082000-06-16 Stefan Monnier <monnier@cs.yale.edu>
7809
7810 * Makefile.in (srcdir): Define for update-subdirs.
7811
6344985d
GM
78122000-06-16 Gerd Moellmann <gerd@gnu.org>
7813
7814 * find-lisp.el: New file.
7815
63239267
AI
78162000-06-16 Andrew Innes <andrewi@gnu.org>
7817
7818 * time.el (display-time-mail-function): New variable, to allow
7819 external packages to indicate when new mail is available.
7820 (display-time-update): Use it.
7821
1699f991
KH
78222000-06-16 Kenichi Handa <handa@etl.go.jp>
7823
a3b37893
KH
7824 * international/mule.el (mule-version): Change version name to
7825 SAKAKI. AOI has already been used by Meadow.
7826
1699f991
KH
7827 * international/quail.el (quail-show-guidance-buf): To find the
7828 bottom window (but minibuffer), pay attention to the height of
7829 minibuffer.
7830
228b083e
EZ
78312000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
7832
7d5c8691
EZ
7833 * arc-mode.el (archive-mode-map): Use the new menu-item format for
7834 menu-bar menus. Add help strings. Don't remove the Edit menu
7835 from the menu bar, as the menu bar has enough space now.
7836
261f3289
EZ
7837 * Makefile.in (SHELL): Make sure /bin/sh is used.
7838
228b083e
EZ
7839 * woman.el (woman-man-buffer): Fix bold and underlined CJK
7840 characters, which use series of two ^H characters instead of one.
7841
e27e8d71
GM
78422000-06-15 Gerd Moellmann <gerd@gnu.org>
7843
5d80cc9c 7844 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
451ec4e3 7845 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
5d80cc9c 7846 functions.
451ec4e3
GM
7847 (Info-find-node-2): Try a case-sensitive search first, then
7848 do a case-insensitive search.
7849
7850 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
7851 tutorials.
7852
b675095c
GM
7853 * complete.el (PC-env-vars-alist): New variable.
7854 (PC-complete-as-file-name): New function.
7855 (partial-completion-mode): Initialize PC-env-vars-alist from
7856 process-environment.
7857 (PC-do-completion): Handle completion of env vars.
7858
7859 * info.el (Info-set-mode-line): Show file name in mode line,
7860 use `*Info*' instead of `Info:'.
7861
e27e8d71
GM
7862 * startup.el (command-line-1): Change copyright messages to year
7863 2000.
7864
28223a7e
DL
78652000-06-15 Dave Love <fx@gnu.org>
7866
7867 * net/goto-addr.el (goto-address-fontify): Use keymap property,
7868 not local-map.
7869
32684631
KH
78702000-06-15 Kenichi Handa <handa@etl.go.jp>
7871
7872 * international/mule.el (set-buffer-file-coding-system): Almost
7873 rewritten to handle `undecided' as no-op.
7874
9f817ea4
GM
78752000-06-14 Gerd Moellmann <gerd@gnu.org>
7876
e27e8d71 7877 * Makefile.in: New file.
dce6b995
GM
7878
7879 * Makefile: Removed.
7880
9f817ea4
GM
7881 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
7882 (goto-address-highlight-keymap): Bind C-c RET.
7883
2de33f94
KH
78842000-06-14 Kenichi Handa <handa@etl.go.jp>
7885
bbf1e8a5
KH
7886 * mail/sendmail.el (sendmail-send-it): The temporary buffer
7887 inherits buffer-file-coding-system of the current buffer.
725a6897 7888
02891cc3
KH
7889 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
7890 0. Give correct argument to set-auto-coding-function.
7891 (tar-expunge): For goto-char, use (point-min), not 0.
7892 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
7893 (tar-subfile-save-buffer): Likewize.
7894
2de33f94
KH
7895 * international/mule.el
7896 (after-insert-file-set-buffer-file-coding-system): Call
7897 set-buffer-file-coding-system with the arg FORCE t.
7898
1681ead6
GM
78992000-06-13 Gerd Moellmann <gerd@gnu.org>
7900
7901 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
7902 nil. Contemporary sendmails issue an X-Authentication-Warning if
b675095c 7903 the sender is set with `-f'.
1681ead6 7904
fdf4b680
DL
79052000-06-13 Dave Love <fx@gnu.org>
7906
9c50afce
DL
7907 * help.el (describe-function-1): Kluge around cases of functions
7908 fset to subrs whose doc doesn't match their symbol-name.
7909
0ad550ba 7910 * image.el (insert-image): Default STRING to a space.
f290ca08 7911
fdf4b680 7912 * info.el Doc fixes.
5d80cc9c 7913 (Info-build-node-completions): Match Ref tags.
fdf4b680 7914
9b6610db
EZ
79152000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
7916
a704139d
EZ
7917 * frame.el (display-multi-frame-p, display-multi-font-p): New
7918 defaliases for display-graphic-p.
7919
9b6610db
EZ
7920 * hl-line.el: Fixed a typo in commentary.
7921
7a5ea398
KH
79222000-06-13 Kenichi Handa <handa@etl.go.jp>
7923
7924 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
7925 fixed.
7926
0dc91c57
DL
79272000-06-12 Dave Love <fx@gnu.org>
7928
7929 * image.el (insert-image): Save a little consing.
7930
0bd5914b
KH
79312000-06-12 Kenichi Handa <handa@etl.go.jp>
7932
7933 * language/tibet-util.el: Convert all tibetan-1-column characters
7934 to the corresponding tibetan characters.
7935 (tibetan-add-components): Delete code for the special treatment of
7936 'a chung.
7937
7938 * language/tibetan.el (tibetan-composable-pattern): Fix previous
7939 change.
7940 (tibetan-vowel-transcription-alist): More rules added.
7941 (tibetan-composite-vowel-alist): New variable.
7942 (tibetan-precomposition-rule-alist): More rules added.
7943
6dc7d3d5
SM
79442000-06-12 Stefan Monnier <monnier@cs.yale.edu>
7945
9c04c393
SM
7946 * startup.el (command-line): Only call menu-bar-mode if interactive.
7947
7948 * thingatpt.el (toplevel symbol-properties):
7949 * textmodes/makeinfo.el (makeinfo-compile):
7950 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
5d80cc9c 7951 * progmodes/hideif.el (hif-compress-define-list)
9c04c393 7952 (hide-ifdef-use-define-alist):
5d80cc9c 7953 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
9c04c393
SM
7954 (ange-ftp-vms-add-file-entry):
7955 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
7956 * man.el (Man-build-man-command):
7957 * mail/rnewspost.el (news-reply-header-hook):
7958 * info.el (Info-insert-dir):
7959 * emulation/mlconvert.el (backward-word, forward-word, setq):
7960 * emacs-lisp/gulp.el (gulp-send-requests):
5d80cc9c
SS
7961 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
7962 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
9c04c393
SM
7963 (byte-optimize-apply, end of file):
7964 * emacs-lisp/advice.el (ad-advice-class-completion-table)
7965 (ad-make-freeze-definition):
7966 * startup.el (command-line, command-line-1): Don't quote lambdas.
7967
6dc7d3d5
SM
7968 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
7969 (cvs-cleanup-removed): New function.
7970 (cvs-cleanup-functions): New var.
7971 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
7972 some flexibility in specifying additional entries to auto-cleanup.
7973 (cvs-quickdir): New function.
7974 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
7975 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
7976 (cvs-mode-find-file): Check that we are on a filename or dirname
7977 when invoked through a mouse-click.
7978 (cvs-full-path): Remove.
7979 (cvs-dired-action): Re-introduced.
7980 (cvs-dired-noselect): Use it.
7981 (vc-post-command-functions): use this new hook if available.
7982
7983 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
7984 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
7985 (cvs-filename-map, cvs-dirname-map): Remove.
7986 (cvs-default-action): Remove.
7987 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
7988 if the arg is really a keymap.
7989 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
7990 Don't hardcode the mapping from state (aka type) to face, but check
7991 the var cvs-fi-<type>-face instead.
7992 (cvs-fileinfo-from-entries): New function.
7993
7994 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
7995 Docstring fix.
7996 (cvs-find-file-and-jump): Change default to be safer.
7997 (cvs-mode-diff-map): Define it as a function as well.
7998 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
7999 Bind mouse-2 in this global map rather than with text-properties.
8000
8001 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
8002 file to resolve the ambiguity between C(conflict) and C(need-merge).
8003
5050a2ef
KH
80042000-06-12 Kenichi Handa <handa@etl.go.jp>
8005
8006 * international/mule.el (set-buffer-file-coding-system): If
8007 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
8008 unconditionally.
8009
35a7ac84
DL
80102000-06-12 Dave Love <fx@gnu.org>
8011
8012 * wid-edit.el (widget-specify-button): Really suppress the face if
8013 required.
8014
db8eeecd
GM
80152000-06-11 Gerd Moellmann <gerd@gnu.org>
8016
8017 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
8018
70223ca4
SM
80192000-06-11 Stefan Monnier <monnier@cs.yale.edu>
8020
8021 * imenu.el (imenu-generic-expression): Docstring fix.
8022
8023 * composite.el (composition-function-table): Move the `put'
8024 below the autoload cookie so we can load the file before loaddefs.
8025
8026 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
8027
8028 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
8029 Handle easy-mmode-define-global-mode.
8030 For complex macros like define-minor-mode that can generate
8031 several autoload entries, try to autoload entries in the
8032 macroexpanded code.
8033
8034 * emacs-lisp/easy-mmode.el (define-minor-mode):
8035 If KEYMAP is a symbol, just use it.
8036 Use byte-compile-current-file and load-file-name to infer the
8037 proper :require to pass to defcustom.
8038 Wrap the hook var into `progn' so as not to autoload it.
8039 Add a :autoload-end cookie.
8040 Be more careful about the evaluation of KEYMAP.
8041 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
8042 (define-derived-mode): Move define-abbrev-table outside of defvar.
8043
80442000-06-10 Stefan Monnier <monnier@cs.yale.edu>
8045
8046 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
8047 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
8048 (backup-compiled-files): Ignore errors during `tar'.
8049 (bootstrap): Make autoloads before elc files.
8050
9c53b34e
KH
80512000-06-10 Kenichi Handa <handa@etl.go.jp>
8052
8053 * international/mule.el (set-buffer-file-coding-system): If one of
5d80cc9c 8054 undecided-XXX is specified, change only EOL conversion.
9c53b34e
KH
8055
8056 * international/mule-conf.el (unix): New alias for the coding
8057 system undecided-unix.
8058
22ddd299
DL
80592000-06-09 Dave Love <fx@gnu.org>
8060
5ee42746
DL
8061 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
8062
70223ca4 8063 * progmodes/executable.el: Byte compile dynamic.
22ddd299
DL
8064 (executable-insert): Change custom type.
8065 (executable-find): Add autoload cookie.
cc7e1d18
DL
8066 (executable-make-buffer-file-executable-if-script-p): New
8067 function. After Noah Friedman.
22ddd299
DL
8068
8069 * files.el (after-save-hook): Customize, with
cc7e1d18 8070 executable-make-buffer-file-executable-if-script-p as an option.
22ddd299 8071
41ea3794
KH
80722000-06-09 Kenichi Handa <handa@etl.go.jp>
8073
f89437e3
KH
8074 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
8075 "tib24p-mule.bdf" for Tibetan.
8076
7a4ee259
KH
8077 * composite.el (decompose-composite-char): Declare it as obsolete.
8078
ff6a65c2
KH
8079 * man.el (Man-fontify-manpage): Pay attention to underline and
8080 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
41ea3794 8081
f83fe4b4
GM
80822000-06-08 Gerd Moellmann <gerd@gnu.org>
8083
8084 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
8085 Set maintainer to FSF since author isn't reachable.
8086
e56d7900
DL
80872000-06-08 Dave Love <fx@gnu.org>
8088
8089 * international/mule-cmds.el (select-safe-coding-system): If
8090 DEFAULT-CODING-SYSTEM is not specified, also check the most
8091 preferred coding-system if buffer-file-coding-system is
8092 `undecided'. From Handa.
8093
d3981b49
KH
80942000-06-08 Kenichi Handa <handa@etl.go.jp>
8095
8096 * international/mule.el
8097 (after-insert-file-set-buffer-file-coding-system): If the buffer
8098 size is greater than INSERTED, judget that we are not visiting.
8099
bff71087
RV
81002000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
8101
8102 * whitespace.el (defgroup whitespace): Comment out `:version'.
8103 XEmacs 20.4 has problems defining the group with this present.
8104 We'll have this commented out till get resolve the problem.
8105
45f485a6
GM
81062000-06-07 Gerd Moellmann <gerd@gnu.org>
8107
8108 * align.el: Update from author.
8109
81102000-06-07 Jari Aalto <jari.aalto@poboxes.com>
8111
8112 * apropos.el (apropos-mode-hook): New user variable.
8113 (apropos-mode): Run apropos-mode-hook.
bff71087 8114
45f485a6
GM
81152000-06-07 David Ponce <david@dponce.com>
8116
8117 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
8118 commands. Require `wid-edit' at run-time.
8119
81202000-06-07 David Ponce <david@dponce.com>
8121
8122 * recentf.el: Added some "Commentary".
8123 (recentf-open-more-files, recentf-edit-list): Minor changes to
8124 move the point at the top of the file list. This behaviour is
8125 consistent with the menu one when the list contains a lot of
8126 files.
8127 (recentf-cleanup): Now displays the number of items removed from
8128 the list.
8129 (recentf-relative-filter) New menu filter to show filenames
8130 relative to `default-directory'.
bff71087 8131
45f485a6
GM
81322000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8133
8134 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
8135 with/without giving an error if PostScript printer doesn't have this
8136 kind of page size. Zebra Stripe continues or restarts on next page.
8137 Manual/automatic paper feeding. Switch or not the header.
8138 (ps-print-version): New version number (5.2.2).
8139 (ps-windows-system): Include emx as a Windows system.
8140 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
8141 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
8142 (ps-background-text): Code fix.
8143 (ps-error-handler-message, ps-user-defined-prologue)
8144 (ps-print-prologue-header, ps-printer-name)
8145 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
8146 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
8147 (ps-use-face-background): Customization fix.
8148 (ps-n-up-database): Data fix.
8149 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
8150 (ps-switch-header): New vars.
8151 (ps-xemacs-color-name, ps-face-foreground-name)
8152 (ps-face-background-name, ps-boolean-constant): New funs.
8153
c14dcd22
DL
81542000-06-07 Dave Love <fx@gnu.org>
8155
8156 * allout.el: New version from Manheimer.
8157
e4044bb0
KH
81582000-06-07 Kenichi Handa <handa@etl.go.jp>
8159
8160 * textmodes/fill.el (fill-find-break-point): Check the validity of
8161 charset.
8162
59cfe8b9
KF
81632000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
8164
8165 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
8166 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
8167 Call display-color-p and display-mouse-p instead of looking at
8168 window-system.
8169
bb2337f5
DL
81702000-06-06 Dave Love <fx@gnu.org>
8171
8172 * image.el (find-image): Doc fix. Return nil if image not found.
8173 (put-image, insert-image): Make STRING arg optional.
8174
8e624fa2
KH
81752000-06-06 Kenichi Handa <handa@etl.go.jp>
8176
8177 * language/vietnamese.el: Remove eval-when-compile.
8178 (viet-viscii-nonascii-translation-table): Define it as a
8179 translation table made from viet-viscii-decode-table.
8180 (viet-viscii-encode-table): Define it as a translation table made
8181 from the reverse map of above.
8182 (viet-vscii-nonascii-translation-table): Define it as a
8183 translation table made from viet-vscii-decode-table.
8184 (viet-vscii-encode-table): Define it as a translation table made
8185 from the reverse map of above.
8186 (ccl-decode-viscii): Use translate-character.
8187 (ccl-encode-viscii, ccl-encode-viscii-font)
8188 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
8189 Likewize.
bff71087 8190
8e624fa2
KH
8191 * language/cyrillic.el: Remove eval-when-compile.
8192 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
8193 translation table made from cyrillic-koi8-r-decode-table.
8194 (cyrillic-koi8-r-encode-table): Define it as a translation table
8195 made from the reverse map of above.
8196 (ccl-decode-koi8): Use translate-character.
8197 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
8198 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
8199 a translation table made from cyrillic-alternativnyj-decode-table.
8200 (cyrillic-alternativnyj-encode-table): Define it as a translation
8201 table made from the reverse map of above.
8202 (ccl-decode-alternativnyj): Use translate-character.
8203 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
8204 Likewize
8205
8206 * international/mule-diag.el (non-iso-charset-alist): Specify
8207 translation table symbol instead of translation table itself.
8208 (list-block-of-chars): CHARSET may be a translation table symbol.
8209
8210 * international/mule.el (make-coding-system): If CODING-SYSTEM
8211 already exists, override it.
8212
8213 * international/fontset.el: Use family `proportional' for Tibetan
8214 fonts.
8215
8216 * international/ccl.el (ccl-compile-translate-character): Don't
8217 check if Rrr has property translation-table.
8218 (ccl-compile-map-multiple): Modified to avoid compiler warning.
8219
1969fae2
GM
82202000-06-05 Gerd Moellmann <gerd@gnu.org>
8221
8222 * info.el: Bind case-fold-search to t when searching in case
8223 a user sets it to nil in a hook.
8224
d5b037c5
SM
82252000-06-05 Stefan Monnier <monnier@cs.yale.edu>
8226
d3d02e65
SM
8227 * autoarg.el (autoarg-mode, autoarg-kp-mode):
8228 * hl-line.el (hl-line-mode): Use the new :global key argument.
8229
8230 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
8231 (tar-clip-time-string): Prepend a space.
8232 (tar-grind-file-mode): Construct a string rather than modifying one.
8233 (tar-header-block-summarize): Fix docstring.
8234 Use `format' rather than an error-prone set of copy-loops.
8235
8236 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
8237 (diff-goto-source, diff-unified->context, diff-context->unified)
8238 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
8239 understand the format output by the `-p' argument to diff.
8240
bff71087 8241 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
d3d02e65
SM
8242 (sh-re-done): Use defconst.
8243 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
8244 (sh-help-string-for-variable, sh-guess-basic-offset):
8245 Don't quote lambdas.
8246 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
8247 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
8248
f7c4478f
SM
8249 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
8250 (mh-letter-mode): Derive from text-mode.
8251 This implicitly means that it now calls kill-all-local-variables.
8252 Also remove the Emacs-18 compatibility code.
8253
a8add29d
SM
8254 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
8255 Make use of symbol-property doc-string-elt.
8256 Use memq rather than a sequence of eq.
8257 (doc-string-elt): Fix the wrong or missing previously unused values.
8258 (autoload-print-form): New function extracted from
8259 generate-file-autoloads to allow recursion when handling progn
8260 so that defvar's and defun's docstrings are properly printed.
8261 (generate-file-autoloads): Use it.
8262
d5b037c5
SM
8263 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
8264 Use find-file-hooks in the minor-mode function.
8265 Be careful not to loop indefinitely in the post-command-hook function.
8266
560ef11a 82672000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
bff71087 8268
1969fae2 8269 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
560ef11a 8270 tty's.
1969fae2 8271 * ediff-diff.el (ediff-exec-process): Use --binary for fine
d5b037c5 8272 differences whenever appropriate.
1969fae2
GM
8273 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
8274 * viper.el (find-file, find-file-other-window): Get viper to do
bff71087
RV
8275 wildcards.
8276
b5bbbb76
SM
82772000-06-04 Stefan Monnier <monnier@cs.yale.edu>
8278
d5b037c5
SM
8279 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
8280 (jit-lock-fontify-buffer): New function for JIT refontification.
8281 (jit-lock-mode): Fix docstring.
8282 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
8283 Remove jit-lock-after-change from the _local_ hook.
8284 (jit-lock-function-1): Fix docstring.
8285
8286 * info.el (Info-on-current-buffer): Initialize info.
8287
8288 * newcomment.el (comment-indent): Ignore comment-indent-hook.
8289
8290 * progmodes/tcl.el (tcl-indent-for-comment):
8291 Ignore comment-indent-hook.
8292
8293 * emacs-lisp/easy-mmode.el: Require CL during compilation.
8294 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
b5bbbb76
SM
8295 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
8296 and improve to use the lighter to guess the capitalization.
8297 (define-minor-mode): Inline code from easy-mmode-define-toggle.
8298 Add keyword arguments to specify global-ness or the custom group.
8299 Add local-map and help-echo properties to the lighter.
8300 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
d5b037c5 8301 (easy-mmode-define-global-mode): New macro.
b5bbbb76 8302
bfa6c260
DL
83032000-06-02 Dave Love <fx@gnu.org>
8304
8305 * wid-edit.el: byte-compile-dynamic since we typically don't use
8306 all the widgets. Don't require cl or widget. Remove
8307 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
8308 (widget-read-event): Removed. Callers changed to use read-event.
8309 (widget-button-release-event-p): Renamed from
8310 button-release-event-p.
8311 (widget-field-add-space, widget-field-use-before-change):
8312 Uncustomize.
8313 (widget-specify-field): Use keymap property, not local-map.
8314 (widget-specify-button): Obey :suppress-face.
8315 (widget-specify-insert): Use modern backquote syntax.
8316 (widget-image-directory): Renamed from widget-glyph-directory.
8317 (widget-image-enable): Renamed from widget-glyph-enable.
8318 (widget-image-find): Replaces widget-glyph-find.
8319 (widget-button-pressed-face): Move defvar.
8320 (widget-image-insert): Replaces widget-glyph-insert.
8321 (widget-convert): Use keywordp.
8322 (widget-leave-text, widget-children-value-delete): Use mapc.
8323 (widget-keymap): Remove XEmacs stuff.
b5bbbb76 8324 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
bfa6c260
DL
8325 (widget-button-click): Don't set point at the click, but re-centre
8326 if we scroll out of window. Rewritten for images v. glyphs &c.
8327 (widget-tabable-at): Use POS arg, not point.
8328 (widget-beginning-of-line, widget-end-of-line)
8329 (widget-item-value-create, widget-sublist, widget-princ-to-string)
8330 (widget-sexp-prompt-value, widget-echo-help): Simplify.
8331 (widget-default-create): Use widget-image-insert; some rewriting.
8332 (widget-visibility-value-create)
8333 (widget-push-button-value-create, widget-toggle-value-create): Use
8334 widget-image-insert.
8335 (checkbox): Create on and off images dynamically.
8336 (documentation-link): Change :help-echo.
8337 (widget-documentation-link-echo-help): Remove.
8338
3837de12
SM
83392000-06-02 Stefan Monnier <monnier@cs.yale.edu>
8340
8341 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
8342
8343 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
8344 (easy-mmode-define-toggle, define-minor-mode): Use it.
8345 (easy-mmode-define-keymap): Docstring fix.
8346 (define-derived-mode): Default PARENT to fundamental-mode.
8347 Add the derived-mode-parent symbol-property.
8348 (easy-mmode-derived-mode-p): New function.
8349
90aa4ea8
DL
83502000-06-02 Dave Love <fx@gnu.org>
8351
37193ee6
DL
8352 * files.el (convert-standard-filename): Doc fix.
8353 (normal-backup-enable-predicate): New function.
8354 (backup-enable-predicate): Use it to replace the lambda form.
8355
8356 * calendar/todo-mode.el: [This needs more work on the outline
8357 stuff.] Doc fixes.
8358 (todo) <defgroup>: Add :version.
8359 (todo-add-category): Don't use pushnew.
8360 (todo-cmd-raise): Fix typo.
8361 (todo-top-priorities): Change temp buffer name.
8362 (todo-category-alist): Avoid redundant lambda.
3837de12
SM
8363 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
8364 Use outline-next-heading.
37193ee6 8365
90aa4ea8
DL
8366 * autoarg.el: Rewritten to use define-minor-mode.
8367 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
8368 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
8369
2e54623a
KH
83702000-06-02 Kenichi Handa <handa@etl.go.jp>
8371
8372 * isearch.el (isearch-other-meta-char): Fix previous change.
8373
c5def0db
SM
83742000-06-01 Stefan Monnier <monnier@cs.yale.edu>
8375
3837de12
SM
8376 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
8377 (log-edit-done): Only add the comment to the ring if it's different
8378 from the last comment entered.
8379
c5def0db
SM
8380 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
8381
2330c9d4
DL
83822000-06-01 Dave Love <fx@gnu.org>
8383
8384 * hl-line.el: Rewritten using define-minor-mode.
8385
8386 * help.el (describe-function-1): Distinguish special form from
8387 builtin function. Sanity-check presence of arglist for builtins.
8388
6e5dfc31
KH
83892000-06-01 Kenichi Handa <handa@etl.go.jp>
8390
4dc1225b
KH
8391 * international/characters.el: Fix syntax/category setting of
8392 Tibetan characters.
8393
8394 * language/tibet-util.el (tibetan-add-components): Fixes for new
8395 encoding of Tibetan characters.
8396 (tibetan-decompose-precomposition-alist): New variable.
8397 (tibetan-decompose-region): Convert precomposed characters to
8398 non-precomposed characters.
8399 (tibetan-decompose-string): Likewise.
8400 (tibetan-composition-function): Fix args to
8401 thibetan-compose-string.
8402
8403 * language/tibetan.el (tibetan-composable-pattern): More
8404 characters included.
8405 (tibetan-consonant-transcription-alist): Rule for "R" added.
8406 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
8407 "+R" added.
8408 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
8409
eadef5e6
KH
8410 * language/lao-util.el (lao-composition-function): Fix args to
8411 compose-string.
8412
8413 * language/thai-util.el (thai-composition-function): Fix args to
8414 compose-string.
8415
6e5dfc31 8416 * isearch.el (isearch-update): Set disable-point-adjustment to t
6389e4ab
KH
8417 to prevent the point moving to the end of a composition when a
8418 part of a composition is searched.
6e5dfc31
KH
8419 (isearch-other-meta-char): If the key invoking this command can be
8420 mapped by function-key-map to a printing char, call
8421 isearch-process-search-char directly.
8422
2598a293
SM
84232000-06-01 Stefan Monnier <monnier@cs.yale.edu>
8424
8425 * emacs-lisp/bytecomp.el:
8426 * frame.el:
8427 * international/mule-cmds.el:
8428 * international/mule-util.el:
8429 * international/mule.el:
8430 * mouse.el:
8431 * subr.el:
8432 * faces.el: Update calls to make-obsolete with a WHEN argument.
8433
8434 * byte-run.el (make-obsolete, make-obsolete-variable):
8435 Add an optional WHEN argument and change the format of the
bff71087 8436 symbol-property information.
2598a293
SM
8437 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
8438 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
8439 new obsolete-symbol-property format and print WHEN if it is provided.
8440
28d8dff1
DL
84412000-05-31 Dave Love <fx@gnu.org>
8442
8443 * loadhist.el (loadhist-hook-functions): Remove
8444 before-change-function, after-change-function.
8445 (unload-feature): Deal with symbols which are both bound and
8446 fbound.
8447
8448 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
8449 before-change-function, after-change-function.
8450
8451 * simple.el (newline): Don't bind before-change-function,
8452 after-change-function.
8453
7f565d87
RV
84542000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
8455
8456 * whitespace.el (whitespace-rescan-timer-time): Update interval
8457 set to 600 seconds (10 minutes) instead of 60 seconds since
8458 a large number of whitespace buffers causes emacs to `freeze'
8459 for a considerable amount of time.
8460
bff71087 8461 * whitespace.el: Updated email address
7f565d87 8462
a8d693d8
DL
84632000-05-31 Dave Love <fx@gnu.org>
8464
8465 * add-log.el (change-log-font-lock-keywords) <function>: Add
8466 pattern for function of change.
8467 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
8468 acknowledgements patterns.
8469
a50192e7
KH
84702000-05-31 Kenichi Handa <handa@etl.go.jp>
8471
8472 * isearch.el (isearch-printing-char): If keyboard coding system is
8473 being used, call isearch-process-search-multibyte-characters.
8474
8475 * international/isearch-x.el: Mostly rewritten.
8476
8477 * international/quail.el (quail-start-conversion): Don't include
8478 unhandled events in the returned events, but set them in
8479 unread-command-events. Exit if all inputs are deleted.
8480
7e492772
JR
84812000-05-30 Jason Rumney <jasonr@gnu.org>
8482
8483 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
8484
8485 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
8486 Reenable code to create initial fontsets.
8487 Use set-fontset-font in place of put-charset-property.
8488
10fc3187
GM
84892000-05-30 Gerd Moellmann <gerd@gnu.org>
8490
79148ea7
GM
8491 * progmodes/perl-mode.el (perl-indent-line): When looking for a
8492 label, ensure that the first colon isn't followed by another.
8493
8494 * paths.el (Info-default-directory-list): Doc fix.
8495
086d5b87
GM
8496 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
8497 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
8498 send a query containing USER only, not USER@HOST.
8499
10fc3187
GM
8500 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
8501 and rmail-msgend to compute the restriction at the end, instead of
8502 computing it.
8503
49e70dec
GM
85042000-05-29 Gerd Moellmann <gerd@gnu.org>
8505
66254a13
GM
8506 * dabbrev.el (dabbrev-expand): Don't display messages in the
8507 echo area if the minibuffer window is active.
8508
49e70dec
GM
8509 * jit-lock.el (jit-lock-mode): Add after change function to
8510 local hook.
8511
85122000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
8513
8514 * antlr-mode.el: New commands: hide/unhide actions,
8515 upcase/downcase literals.
8516 (antlr-tiny-action-length): New user option.
8517 (antlr-hide-actions): New command. Suggested by
8518 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
7f565d87 8519 (antlr-mode-map): New binding [C-c C-v].
49e70dec
GM
8520 (antlr-mode-menu): New entries.
8521 (antlr-downcase-literals): New command.
8522 (antlr-upcase-literals): Ditto.
8523
8524 * antlr-mode.el: Minor changes: indendation, mode-name.
8525 (antlr-indent-line): Indent cpp directive at column 0.
8526 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
8527
8528 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
8529 (antlr-font-lock-additional-keywords): Workaround for intentional
8530 bug in XEmacs version of font-lock.
8531 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
8532 be used by a smarter version of `buffers-menu-grouping-function'.
8533
85342000-05-29 Gerd Moellmann <gerd@gnu.org>
8535
8536 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
8537 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
8538
49f93684
KH
85392000-05-29 Kenichi Handa <handa@etl.go.jp>
8540
8541 * international/encoded-kb.el
8542 (encoded-kbd-iso2022-designation-map): Pay attention to that
8543 charset-iso-final-char return -1 for eight-bit-control and
8544 eight-bit-graphic.
8545
5b1ae051
EZ
85462000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
8547
8548 * speedbar.el (speedbar-use-images, speedbar-update-flag)
8549 (speedbar-easymenu-definition-base): Use display-graphic-p where
8550 available, instead of window-system.
8551
a205e32a
EZ
85522000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
8553
8554 * international/codepage.el (cp-coding-system-for-codepage-1): Add
8555 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
8556 coding systems.
8557
dd854dc2
DL
85582000-05-26 Dave Love <fx@gnu.org>
8559
c88a85d5
DL
8560 * disp-table.el (standard-display-underline): Don't use
8561 internal-find-face.
8562
dd854dc2
DL
8563 * mail/reporter.el: Maintainer change. Doc fixes.
8564 (reporter-version): Deleted.
8565
8566 * emacs-lisp/elp.el: Maintainer change.
8567 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
8568
dc29aa6c
SM
85692000-05-26 Stefan Monnier <monnier@cs.yale.edu>
8570
8571 * add-log.el (add-change-log-entry): Merge the current entry with the
8572 previous one if the previous one is empty.
8573
ed62683d
DL
85742000-05-26 Dave Love <fx@gnu.org>
8575
4370a375
DL
8576 * loadhist.el (unload-feature): Fix interactive spec [from
8577 lijnzaad@ebi.ac.uk].
8578
ed62683d
DL
8579 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
8580 subr-arity to check primitives.
8581 (byte-compile-flush-pending, byte-compile-file-form-progn)
8582 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
8583 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
8584 mapcar.
8585
ba9f8f95
KH
85862000-05-26 Kenichi Handa <handa@etl.go.jp>
8587
0f3e0672
KH
8588 * international/fontset.el: Set family names of non-latin charsets
8589 in default fontset to "*".
8590
cebefb44
KH
8591 * international/mule-diag.el (print-fontset): Combine family part
8592 and registry part of the fontname by "-*-" instead of "-".
8593
ba9f8f95
KH
8594 * international/mule-cmds.el (encode-coding-char): Make strings
8595 multibyte before calling encode-coding-string.
8596
931d0724
SM
85972000-05-25 Stefan Monnier <monnier@cs.yale.edu>
8598
8599 * derived.el: Fix keywords.
8ccce2b0 8600 (define-derived-mode): Only define if needed.
931d0724
SM
8601
8602 * simple.el (fill-comment, comment-column, comment-start)
8603 (comment-start-skip, comment-end, comment-indent-function)
8604 (block-comment-start, block-comment-end, indent-for-comment)
8605 (set-comment-column, kill-comment, comment-padding, comment-region)
8606 (comment-multi-line, indent-new-comment-line): Remove.
8607
8608 * bindings.el (esc-map): Change ; to comment-dwim and use the new
8609 function names for comment operations.
8610
8611 * newcomment.el: Add abundant autoload cookies.
8612 (comment-style): Don't depend on runtime data at compile-time.
8613 (comment-indent-hook): Remove.
8614 (comment-indent): Check if comment-indent-hook is bound.
8615 (comment-region): Docstring fix.
8616
6fc596cf
DL
86172000-05-25 Dave Love <fx@gnu.org>
8618
8619 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
8620 byte-code-function-p.
8621
8622 * mail/rmailsum.el: Add provide.
8623
8624 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
8625
8626 * smerge-mode.el (smerge-diff-switches): Don't use list* in
8627 defcustom.
8628
7997f1ca 86292000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
7f565d87 8630
7997f1ca
MK
8631 * ediff-diff.el (ediff-exec-process): delete --binary option from
8632 non-buffer ediff jobs.
7f565d87 8633
e7a903e8
EZ
86342000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
8635
8636 * hilit-chg.el (highlight-changes-mode): Ask about color or
8637 grayscale support, not about window-system.
8638
8639 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
8640 window-system.
8641 (ffap-highlight): Always default to t.
8642
8643 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
8644 display-popup-menus-p instead of looking at window-system.
8645
8646 * disp-table.el (standard-display-g1, standard-display-graphic):
8647 Only refuse to use string glyphs on X and MS-Windows.
8648
8649 * avoid.el: Remove window-system from commentary, suggest to use
8650 display-*-p instead.
8651
8652 * apropos.el (apropos-print): Use display-mouse-p instead of
8653 window-system.
8654
14028d57
EZ
86552000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
8656
8657 * international/codepage.el (cp-decoding-vector-for-codepage):
8658 Fill up unsupported characters with their own codes. From Kenichi
8659 Handa.
8660
1a4f9cc1
EZ
86612000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
8662
8663 * international/mule-diag.el (describe-char-after): Use
8664 display-graphic-p instead of window-system, so that this function
8665 works on MS-DOS.
8666
89f6ca4e
EZ
86672000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
8668
8669 * international/codepage.el (cp-make-coding-systems-for-codepage):
8670 Remove the eight-bit-graphic and eight-bit-control charsets from
8671 the list of charsets which we convert into `?'.
8672
eacfd7fe
KH
86732000-05-25 Kenichi Handa <handa@etl.go.jp>
8674
8675 * international/mule-conf.el: Specify CHARSET-ID explicitely for
8676 private charsets.
8677 (mule-unicode-0100-24ff, japanese-jisx0213-1,
8678 japanese-jisx0213-2): New charsets.
8679
8680 * international/fontset.el: Setup default fontset for new charsets.
8681
deadf7e3
DL
86822000-05-24 Dave Love <fx@gnu.org>
8683
8684 * info.el (Info-find-node-2): Restructure [following "Vadim
8685 S. Solomin" <sovs@uic.nnov.ru>].
8686
8687 * icomplete.el: Fix header for Finder.
8688
86892000-05-24 Eric M. Ludlam <zappo@ultranet.com>
8690
8691 * rmailout.el (rmail-output-to-rmail-file): Added optional param
8692 STAY.
8693
8694 * rmail.el (rmail-automatic-folder-directives): New user variable.
8695 (rmail-show-message): Add call to `rmail-auto-file' during
8696 display.
8697 (rmail-auto-file): New function.
8698
6de3983f 86992000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
7f565d87 8700
fc6a6a4e 8701 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
6de3983f 8702 account.
fc6a6a4e
GM
8703 (ediff-test-utility,ediff-diff-mandatory-option)
8704 (ediff-reset-diff-options): Utilities for proper initialization of
6de3983f 8705 ediff-diff-options and ediff-diff3-options on Windows.
7f565d87 8706
fc6a6a4e 8707 * ediff-init.el (ediff-merge-filename-prefix): New customizable
6de3983f 8708 variable.
7f565d87 8709
fc6a6a4e 8710 * ediff-mult.el (ediff-filegroup-action): Use
6de3983f
MK
8711 ediff-merge-filename-prefix.
8712
fc290d1d
MK
87132000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
8714
fc6a6a4e 8715 * viper-ex.el (ex-write): Set selective display to nil.
7f565d87 8716
273182b8
EZ
87172000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
8718
8719 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
8720 aliases for hebrew-iso-8bit.
8721
f471ea57
EZ
87222000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
8723
8724 * woman.el: New version from Francis J. Wright
8725 <F.J.Wright@Maths.QMW.ac.uk>.
8726 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
8727 names in environment variables regardless of the path separator.
8728 (woman-topic-all-completions-1): Don't call file-name-directory-p
8729 on all files, since woman-file-regexp already filters out any
8730 directories.
8731
01162f24
KH
87322000-05-24 Kenichi Handa <handa@etl.go.jp>
8733
48e3df76
KH
8734 * international/quail.el (quail-start-translation): Don't change
8735 modified-p of the current buffer.
8736 (quail-start-conversion): Likewise.
8737
8738 * international/kkc.el (kkc-region): Don't change modified-p of
8739 the current buffer.
8740
747d90ea
KH
8741 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
8742 conform to RFC1468.
8743 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
01162f24 8744
17a223ff
EL
87452000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
8746
8747 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
8748 (speedbar-insert-button): Invisible text property fix.
8749 (speedbar-directory-plus): Renamed from speedbar-directory-+
8750 (speedbar-directory-minus): Renamed from speedbar-directory--
8751 (speedbar-page-plus): Renamed from speedbar-file-+
8752 (speedbar-page-minus): Renamed from speedbar-file--
8753 (speedbar-page): Renamed from speedbar-file-
8754 (speedbar-tag): Renamed from speedbar-tag-
8755 (speedbar-tag-plus): Renamed from speedbar-tag-+
8756 (speedbar-tag-minus): Renamed from speedbar-tag--
8757 (speedbar-expand-image-button-alist): Use above renames.
8758
8759 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
8760 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
8761 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
8762 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
8763 * sb-pg.xpm: Renamed from sb-file.xpm
8764 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
8765 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
7f565d87 8766
e6b6fc18
KH
87672000-05-24 Kenichi Handa <handa@etl.go.jp>
8768
8769 * international/quail.el (quail-show-guidance-buf): Set
8770 current-input-method of the guidance buffer to the name of the
8771 curren input method.
8772
a1a336eb
SM
87732000-05-23 Stefan Monnier <monnier@cs.yale.edu>
8774
8775 * progmodes/compile.el (compile-internal): Style typo.
8776
8777 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
8778 quote vars and functions in the docstring.
8779
8780 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
8781
8782 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
8783 Don't quote lambdas.
8784
8785 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
8786
9695b783
GM
87872000-05-23 Gerd Moellmann <gerd@gnu.org>
8788
716e3b88
GM
8789 * startup.el (command-line): Determine source file of compiled
8790 user init file differently. Warn if compiled user init file
8791 is older than its source file.
8792
9695b783 8793 * ffap.el (ffap-url-regexp): Add `https'.
7f565d87 8794
41ac433f
EZ
87952000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
8796
8797 * files.el (make-backup-file-name-1): Replace slashes with `!'
8798 rather than `|' (which is not allowed on Windows). Replace the
8799 drive letters with a string "drive_X".
8800
46600ab1
GM
88012000-05-23 Gerd Moellmann <gerd@gnu.org>
8802
8803 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
8804
8805 * files.el (interpreter-mode-alist): Add `bash2'.
8806
79a64d87
DL
88072000-05-22 Dave Love <fx@gnu.org>
8808
8809 * loadhist.el (feature-symbols, file-provides, file-requires): Use
8810 mapc.
8811 (feature-file): Avoid calling symbol-name. Doc fix.
8812 (file-set-intersect, file-dependents): Use dolist, not mapcar.
8813 (loadhist-hook-functions): Add mouse-position-function.
8814 (unload-feature): Change uses of mapcar.
8815
8816 * files.el (parse-colon-path): Doc fix.
8817 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
8818 (set-auto-mode): Use mapc.
8819
8820 * complete.el (PC-look-for-include-file): Use :alnum: character
8821 class.
8822 (partial-completion-mode): Add autoload cookie.
8823
0e8c11d8
SS
88242000-05-22 Sam Steingold <sds@gnu.org>
8825
ce75fd23 8826 * info.el (Info-fontify-node): Fixed the call to
0e8c11d8
SS
8827 `add-text-properties' (bug introduced on 2000-05-18).
8828
d8d0fa6c
DL
88292000-05-22 Dave Love <fx@gnu.org>
8830
8831 * bindings.el: Remove debug-ignored-errors set in other files.
8832
8833 * progmodes/etags.el: Add to debug-ignored-errors.
8834 (visit-tags-table-buffer): Clear out buffers holding old tables
8835 when making a new list.
8836 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
8837 mapc.
8838
8839 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
8840 quote keywords.
8841 (cmpl-string-case-type): Use character classes.
8842
0e8c11d8
SS
8843 * comint.el:
8844 * textmodes/ispell.el:
8845 * imenu.el:
d8d0fa6c
DL
8846 * mail/mh-e.el:
8847 * progmodes/compile.el: Add to debug-ignored-errors.
8848
8849 * dabbrev.el: Add to debug-ignored-errors.
8850 (dabbrev-completion): Use mapc.
8851
1edbbf8a
EZ
88522000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
8853
8854 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
8855 (woman-mapcan, woman-parse-man.conf)
8856 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
8857 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
8858 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
8859 path syntax better.
8860 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
8861 (woman-manpath): Call woman-parse-man.conf.
8862 (woman-emulation): New defcustom, defaults to nroff.
8863 (woman-font-support): New defconst.
8864 (woman-use-symbol-font): New defcustom.
8865 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
8866 "Emulation".
8867 Many functions: Doc fix.
8868
5bd2148c
KH
88692000-05-22 Kenichi Handa <handa@etl.go.jp>
8870
8871 * international/quail.el (quail-simple-translation-keymap): Map
8872 128..255 to quail-self-insert-command.
8873 (quail-keyboard-layout-alist): Add definition for "pc102-de".
8874
4125ec7e
SM
88752000-05-22 Stefan Monnier <monnier@cs.yale.edu>
8876
a1a336eb
SM
8877 * help.el (help-manyarg-func-alist): Typo.
8878
40aeecad
SM
8879 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
8880 intervals which makes it heaps simpler.
8881
4125ec7e
SM
8882 * newcomment.el (comment-region-internal): Go back to BEG after quoting
8883 the nested comment markers.
e4da9c1c
SM
8884
8885 * subr.el (remove-hook): Don't turn the hook's value into a list.
8886
cb7216a7
DL
88872000-05-21 Dave Love <fx@gnu.org>
8888
ac266581
DL
8889 * edmacro.el (edmacro-parse-keys): Return vector if any elements
8890 are invalid characters.
8891
cb7216a7
DL
8892 * international/mule-util.el (detect-coding-with-priority): Use
8893 mapc. Remove redundant lambda.
8894
8895 * international/mule-diag.el (list-non-iso-charset-chars)
8896 (describe-fontset): Remove redundant lambda.
8897
8898 * emulation/crisp.el (brief-mode): New alias.
8899
8900 * emacs-lisp/ring.el (ring-elements): New function.
8901
8902 * emacs-lisp/easymenu.el (easy-menu-create-menu)
8903 (easy-menu-do-add-item): Use keywordp.
8904
8905 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
8906
8907 * replace.el: Doc and error message fixes.
8908 (replace-highlight): Use facep, not internal-find-face.
8909
9b0d1d6e
SM
89102000-05-20 Stefan Monnier <monnier@cs.yale.edu>
8911
b2d2cf58
SM
8912 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
8913
ffe7dc64
SM
8914 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
8915 (log-edit-insert-changelog): Drop `:' as well.
8916
8917 * log-view.el: Fix file description.
8918 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
8919 available.
8920 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
8921 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
8922
c8c21615
SM
8923 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
8924 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
8925 Print a status message if the toggle is called interactively.
8926 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
8927 for global minor modes and use `defcustom' for them.
8928 Use add-minor-mode.
8929 (easy-mmode-define-derived-mode): Remove.
8930 (define-derived-mode): Fancier default docstring.
8931 (easy-mmode-define-navigation): Signal an error rather than (ding).
8932
9b0d1d6e
SM
8933 * newcomment.el (comment-styles): New `box-multi'.
8934 (comment-normalize-vars): Better default for comment-continue to
8935 avoid whitespace-only continuations.
8936 (comment-search-forward): Always move even in the no-syntax case.
8937 (comment-padright): Only obey N if it's only obeyed for padleft.
8938 (comment-make-extra-lines): Better handling of empty continuations.
8939 Use `=' for the filler if comment-start has only one character.
8940 (uncomment-region): Try handling the special `=' filler.
8941 (comment-region): Allow LINES even if MULTI is nil.
8942 (comment-box): Choose box style based on comment-style.
8943
f5ee6d0f
KH
89442000-05-20 Kenichi Handa <handa@etl.go.jp>
8945
9b0d1d6e 8946 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
f5ee6d0f
KH
8947 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
8948
c9671f81
KH
89492000-05-20 Kenichi HANDA <handa@etl.go.jp>
8950
8951 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
8952 and insert, not subst-char-in-region.
8953
8954 * international/mule-diag.el (list-character-sets-1): Handle
8955 charsets eight-bit-control and eight-bit-graphic.
8956 (list-iso-charset-chars): Likewise.
8957 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
8958 charactes as is. Use indent-to to align characters.
8959
8960 * international/mule-cmds.el (find-multibyte-characters): Never
8961 exclude charsets eight-bit-control and eight-bit-graphic.
8962
1426aa5c
SM
89632000-05-19 Stefan Monnier <monnier@cs.yale.edu>
8964
8965 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
8966 Don't quote lambdas.
8967
8968 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
8969
2b63d473
GM
89702000-05-19 Gerd Moellmann <gerd@gnu.org>
8971
8972 * gud.el (gud-jdb-directories): Doc fix.
8973
f1355756
SM
89742000-05-19 Stefan Monnier <monnier@cs.yale.edu>
8975
8976 * newcomment.el: New file.
8977
5f64c9e0
GM
89782000-05-19 Gerd Moellmann <gerd@gnu.org>
8979
2b63d473 8980 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
5f64c9e0 8981
db7314bd
AS
89822000-05-18 Andreas Schwab <schwab@suse.de>
8983
8984 * dired.el (dired-between-files): Also skip lines beginning with
8985 `used'.
8986
25bb0401
GM
89872000-05-18 Gerd Moellmann <gerd@gnu.org>
8988
8989 * msb.el (msb-menu-cond): Add choice `user'.
8990
a199a865 89912000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
0e8c11d8 8992
a199a865
GM
8993 * ps-print.el: Compatibility, customization and doc fix.
8994 (ps-printer-name-option): Replace defconst by defvar.
8995 (ps-postscript-code-directory): XEmacs compatibility.
8996 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
8997 fix.
8998 (ps-user-defined-prologue, ps-print-prologue-header)
8999 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
9000 compatibility and code fix.
9001 (ps-print-background-image, ps-print-background-text):
9002 Customization fix.
9003 (ps-line-number-start, ps-n-up-on): New vars.
9004
25bb0401
GM
90052000-05-18 Espen Skoglund <esk@ira.uka.de>
9006
9007 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
9008 the indent-comment function to just return the appropriate indent.
9009
68e6c83a
EL
90102000-05-18 Eric M. Ludlam <zappo@ultranet.com>
9011
9012 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
9013 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
9014 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
9015
dae6cb9f
DL
90162000-05-18 Dave Love <fx@gnu.org>
9017
9018 * info.el (Info-fontify-node): Add intangible property as well as
9019 invisible.
9020
9021 * calendar/appt.el (appt-make-list): Match all lines of entry.
9022 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
9023
813086ea
KH
90242000-05-18 Kenichi Handa <handa@etl.go.jp>
9025
9026 * international/mule-diag.el (describe-char-after): Call
9027 internal-char-font, not char-font. If internal-char-font returns
9028 nil, display "-- none --".
9029
24978190
EZ
90302000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
9031
9032 * image.el (image-type-available-p): Don't reference image-types
9033 if it isn't bound.
9034
2fca2d5d
SM
90352000-05-17 Stefan Monnier <monnier@cs.yale.edu>
9036
9037 * autoarg.el (autoarg-mode): Typo in the :set argument.
9038
cfc75d05
EZ
90392000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
9040
9041 * startup.el (command-line-1): Don't signal an error if the
9042 directory for auto-save-list files does not yet exist.
9043
c4e30387
KH
90442000-05-17 Kenichi Handa <handa@etl.go.jp>
9045
9046 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
9047
dd6b8ea7
SM
90482000-05-16 Stefan Monnier <monnier@cs.yale.edu>
9049
9050 * subr.el (remove-hook): `setq' hook-value, not `set'.
9051
399c88ad
SS
90522000-05-16 Sam Steingold <sds@gnu.org>
9053
a199a865 9054 * info.el (debug-ignored-errors): More errors to ignore.
399c88ad 9055
01651f07
DL
90562000-05-16 Dave Love <fx@gnu.org>
9057
9058 * cus-edit.el: Don't require cl or easymenu.
9059 (custom-variable-prompt): Test standard-value property, not
9060 user-variable-p.
9061
2248c40d
SS
90622000-05-16 Sam Steingold <sds@gnu.org>
9063
9064 * subr.el (add-hook): `setq' hook-value, not `set'.
9065
b15f3b77
GM
90662000-05-16 Gerd Moellmann <gerd@gnu.org>
9067
9068 * startup.el (command-line-1): Mention the FAQ in the startup
9069 message.
9070
9071 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
9072
9073 * progmodes/compile.el (compilation-parse-errors): Collect
9074 `nomessage' regexps last.
9075
9076 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
9077
9078 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
9079 to the function name.
9080
f9bbcfac
EL
90812000-05-15 Dave Love <fx@gnu.org>
9082
9083 * speedbar.el (speedbar-recenter): Typo.
9084 (speedbar-expand-line): Make arg optional.
9085 (speedbar-mode): Avoid a compiler warning.
9086
119b42eb
GM
90872000-05-15 Gerd Moellmann <gerd@gnu.org>
9088
9089 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
9090 user-specified option string is empty.
9091
9092 * mouse.el (mouse-yank-at-click): Doc fix.
9093
f685bea9
EZ
90942000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
9095
9096 * term/internal.el (IT-character-translations): More updates of
9097 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
9098 documents.
9099
a1b8d58b
GM
91002000-05-15 Gerd Moellmann <gerd@gnu.org>
9101
9102 * env.el (getenv): New function, interactively callable.
9103 (setenv, getenv): Remove autoload cookies.
9104
9105 * loadup.el: Load `env'.
9106
9107 * progmodes/f90.el: Change author's mail address.
9108
c9bba7ed
DL
91092000-05-14 Dave Love <fx@gnu.org>
9110
e5c83697
DL
9111 * mail/rmail.el (rmail-show-message-hook): Customize and offer
9112 goto-addr as an option.
9113
9114 * help.el (help-xref-stack): Doc fix.
9115 (help-xref-following): New variable.
9116 (help-make-xrefs): Use it.
9117 (help-xref-go-back): Use position information from stack element.
9118 (help-follow): Make position in stack element a pair. Use
9119 help-xref-following.
399c88ad 9120
e5c83697
DL
9121 * autoarg.el: New file.
9122
9123 * faces.el: Declare more functions obsolete.
9124
c9bba7ed
DL
9125 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
9126 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
9127 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
9128 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
9129 Remove all the setup-...-environment functions.
9130
b6389bfb
EL
91312000-05-13 Eric M. Ludlam <zappo@ultranet.com>
9132
a1b8d58b
GM
9133 * speedbar.el: Updated the commentary section. xemacs20p now uses
9134 >= when detecting. Require `defimage' safely.
b6389bfb
EL
9135 (speedbar-easymenu-definition-base): Add toggle for images.
9136 (speedbar-easymenu-definition-special): Add flush cache & expand.
9137 (speedbar-visiting-tag-hook): Set new defaults. Added options.
9138 (speedbar-reconfigure-keymaps-hook): New variable.
9139 (speedbar-frame-parameters): Updated documentation.
9140 (speedbar-use-imenu-flag): Updated custom tag
9141 (speedbar-dynamic-tags-function-list): New variable.
9142 (speedbar-tag-hierarchy-method): Updated doc & custom.
a1b8d58b
GM
9143 (speedbar-indentation-width, speedbar-indentation-width) New
9144 variables.
9145 (speedbar-hide-button-brackets-flag): Customizable.
b6389bfb
EL
9146 (speedbar-vc-indicator): Doc update.
9147 (speedbar-ignored-path-expressions): Updated default value.
9148 (speedbar-supported-extension-expressions): Updated default value.
9149 (speedbar-syntax-table): Remove {} paren status.
a1b8d58b
GM
9150 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
9151 as "+". Added overlay aliases.
9152 (speedbar-mode): Use `speedbar-mode-line-update' instead of
9153 `force-mode-line-update'.
9154 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
9155 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
9156 `mouse-set-point'
b6389bfb 9157 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
a1b8d58b
GM
9158 (speedbar-item-info-tag-helper): Revamped to handle a wider range
9159 of arbitrary text, and new helper functions.
9160 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
9161 filename finder.
b6389bfb
EL
9162 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
9163 (speedbar-directory-buttons): Update path search/expansion.
9164 (speedbar-make-tag-line): Pay attention to
a1b8d58b
GM
9165 `speedbar-indentation-width'. Use more care w/ invisible
9166 properties.
b6389bfb
EL
9167 (speedbar-change-expand-button-char): Call
9168 `speedbar-insert-image-button-maybe'.
9169 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
a1b8d58b
GM
9170 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
9171 (speedbar-trim-words-tag-hierarchy)
9172 (speedbar-simple-group-tag-hierarchy): New functions
b6389bfb 9173 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
a1b8d58b
GM
9174 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
9175 functions.
b6389bfb
EL
9176 (speedbar-mouse-set-point): New function
9177 (speedbar-power-click): Updated documentation.
a1b8d58b
GM
9178 (speedbar-line-token, speedbar-goto-this-file): Handle more types
9179 of tag prefix text.
9180 (speedbar-expand-line, speedbar-contract-line): Make more robust
9181 to strange text.
9182 (speedbar-expand-line): Takes universal argument to flush the
9183 cache.
b6389bfb
EL
9184 (speedbar-flush-expand-line): New function.
9185 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
9186 Use new generator insertion method.
9187 (speedbar-fetch-dynamic-tags): New function.
9188 (speedbar-fetch-dynamic-imenu): Removed code now handled in
9189 `speedbar-fetch-dynamic-imenu'.
9190 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
9191 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
9192 "Revert Buffer" menu items.
9193 (speedbar-buffer-buttons-engine): Be smarter when creating a
9194 filename tag (for expansion purposes.).
a1b8d58b
GM
9195 (speedbar-highlight-one-tag-line,
9196 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
9197 (speedbar-recenter): New functions.
b6389bfb 9198 (defimage-speedbar): Image loading abstraction.
a1b8d58b
GM
9199 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
9200 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
9201 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
9202 (speedbar-tag-type, speedbar-tag-mail): New images.
b6389bfb
EL
9203 (speedbar-expand-image-button-alist): New variable.
9204 (speedbar-insert-image-button-maybe): Insert an image over some
9205 buttons.
9206
43fe9244
KH
92072000-05-13 Kenichi Handa <handa@etl.go.jp>
9208
9209 * international/mule-cmds.el (encode-coding-char): An ASCII
9210 character is always encodable.
9211
9212 * international/mule-conf.el: Add more information in descriptions
9213 of character sets.
9214
813086ea 9215 * international/mule-diag.el (describe-char-after): New function.
43fe9244
KH
9216 (describe-font-internal): Adjusted for the change of font-info.
9217 (describe-font): Likewise.
9218 (print-fontset): Rewritten for the new fontset implementation.
9219 (describe-fontset): Include fontset alias names in completion.
9220 (list-fontsets): Adjusted for the change of print-fontset.
9221
9222 * simple.el (what-cursor-position): If DETAIL is non-nil, call
9223 describe-char-after instead of displaying the detail in the echo
9224 area.
813086ea
KH
9225 (syntax-code-table): Format changed.
9226 (string-to-syntax): Adjusted for the above change.
0e8c11d8 9227
e8564f57
SM
92282000-05-12 Stefan Monnier <monnier@cs.yale.edu>
9229
9230 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
9231
9278c60d
DL
92322000-05-12 Dave Love <fx@gnu.org>
9233
9234 * calendar/todo-mode.el: Remove some compatibility stuff and CL
9235 dependence. Use line-{beginning,end}-position, not
9236 point-at{b,e}ol. Some doc fixes.
9237 (todo-position): New function. Fix callers of position to use it.
9238 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
9239
be0505fe
GM
92402000-05-12 Gerd Moellmann <gerd@gnu.org>
9241
9242 * time.el (display-time-mail-icon): Use `:ascent center'.
9243
a8a3541c
GM
9244 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
9245 handling FTP security extensions.
399c88ad 9246
44d5f148
DL
92472000-05-11 Dave Love <fx@gnu.org>
9248
33d0c179 9249 * calendar/todo-mode.el: New file.
44d5f148 9250
da4496b6
GM
92512000-05-11 Gerd Moellmann <gerd@gnu.org>
9252
cdc4401d
GM
9253 * comint.el (comint-read-input-ring): Move reference to
9254 comint-input-ring-size outside of the save-excursion. It was
9255 causing the default value to be the only one ever seen.
399c88ad 9256
0279f991
GM
9257 * font-lock.el: Update copyright. Remove Simon Marshall's email
9258 address on request from him.
9259
da4496b6
GM
9260 * subr.el (substitute-key-definition): Add comment describing
9261 the meaning of PREFIX.
9262
ac5cb26d
SM
92632000-05-10 Stefan Monnier <monnier@cs.yale.edu>
9264
9265 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
9266
9267 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
9268 (add-minor-mode): Don't make the variable buffer-local and add a
9269 reference to define-minor-mode in the docstring.
9270
9271 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
9272 HEADER/FOOTER and fix bug with trailing empty directory.
9273 (cvs-append-to-ignore): Use vc-editable-p if available.
9274 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
9275 (vc-do-command): Tweak advice to handle the new VC.
9276
9277 * log-view.el (log-view-goto-rev): New function for the new VC.
9278 (log-view-minor-wrap): Use mark-active.
9279
9280 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
9281 (log-edit-changelog-full-paragraphs): New var.
9282 (log-edit-insert-changelog): Remove a lonely leading `* file'.
9283 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
9284 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
9285 (log-edit-changelog-ours-p, log-edit-changelog-entries)
9286 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
9287 Replace the `cvs' prefix with `log-edit'.
9288
9289 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
9290
9291 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
9292 (diff-font-lock-defaults): Explicitly turn off multiline.
9293 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
9294 (diff-ediff-patch): Fix call to ediff-patch-file.
9295 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
9296 Handle comments.
9297
9298 * frame.el (automatic-hscrolling): Typo.
9299
9300 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
9301
21c34da3
DL
93022000-05-09 Sam Steingold <sds@goems.com>
9303
9304 * apropos.el (apropos-print): use `describe-face' instead of
9305 `customize-face-other-window'.
9306
950cf06f
DL
93072000-05-09 Dave Love <fx@gnu.org>
9308
9309 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
9310
9311 * help.el (describe-variable): Have customize button pop the
9312 help-xref stack when invoked.
9313 (help-xref-symbol-regexp): Add `face'.
9314 (help-make-xrefs): Check for quoted face names and adapt regexp
9315 submatch numbers to cope.
9316 (help-xref-interned): Maybe insert face doc too. Separate
9317 sections with a line of hyphens.
9318
0623e40f 9319 * faces.el: Some doc fixes. Declare some functions obsolete.
950cf06f
DL
9320 (describe-face): Add customize button. Return the help
9321 text. Fix prompt.
9322
82e2ca9d
EZ
93232000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
9324
9325 * term/internal.el (IT-character-translations): Fix last change.
9326
10c00b5c
EZ
93272000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
9328
9329 * woman.el: New file
9330 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
9331
9deed82f
EZ
93322000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
9333
001ad319
EZ
9334 * term/internal.el (IT-character-translations): Update ASCII
9335 simulations for greek-iso8859-7, add latin-iso8859-14 and
9336 latin-iso8859-15.
9337
9deed82f
EZ
9338 * international/mule-cmds.el (set-language-info-alist): Call
9339 define-prefix-command with 3 arguments, to make the map suitable
9340 for a menu.
9341
4f37b78a
DL
93422000-05-07 Dave Love <fx@gnu.org>
9343
1ec321a7 9344 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
4f37b78a 9345
64a4c526
DL
93462000-05-05 Dave Love <fx@gnu.org>
9347
9348 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
9349 list in doc string. Don't quote keyword symbols.
9350 * emacs-lisp/cl.el: Likewise
9351 * emacs-lisp/cl-seq.el: Likewise
9352
056565f7
GM
93532000-05-05 Gerd Moellmann <gerd@gnu.org>
9354
9355 * abbrev.el (abbrev-mode): Make ARG optional.
9356
4656b314
GM
93572000-05-04 Gerd Moellmann <gerd@gnu.org>
9358
ec82fb2f
GM
9359 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
9360
9361 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
9362
4656b314
GM
9363 * subr.el (substitute-key-definition): Clarify documentation.
9364
93652000-05-04 Milan Zamazal <pdm@freesoft.cz>
9366
9367 * glasses.el (glasses-convert-to-unreadable): Use
9368 `glasses-separator' instead of the hard-wired "_".
9369 (glasses-mode): Call `glasses-make-unreadable' only in a single
9370 place.
9371
7b081c78
EZ
93722000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
9373
9374 * term/internal.el (cjk-codepages-alist): Add associations for
9375 Chinese and Korean codepages. Remove FIXME comment.
9376
baa5536e
DL
93772000-05-03 Dave Love <fx@gnu.org>
9378
9379 * time.el (display-time-mail-face, display-time-use-mail-icon):
9380 New option.
9381 (display-time-mail-icon): New variable.
9382 (display-time-string-forms): Use the above. Fix the local-map.
9383
cbf18892
GM
93842000-05-03 Gerd Moellmann <gerd@gnu.org>
9385
4ff40dd0
GM
9386 * replace.el (query-replace-map): Add binding for `E'.
9387 (query-replace-help): Extend help text.
9388 (perform-replace): Allow editing the replacement string.
9389
9390 * make-mode.el (makefile-mode-abbrev-table): New variable.
9391 (makefile-mode): Set local abbrev table to
9392 makefile-mode-abbrev-table.
9393 (makefile-font-lock-keywords): Fontify includes and conditionals.
399c88ad 9394
cbf18892
GM
9395 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
9396 set TOGGLE's value.
9397
4ff40dd0
GM
9398 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
9399 mail-interactive-insert-alias.
9400 (mail-abbrev-complete-alias): New command.
9401 (mail-mode-map): Bind it to `M-TAB'.
399c88ad 9402
ffec4d9f
KH
94032000-05-03 Kenichi Handa <handa@etl.go.jp>
9404
9405 * language/lao-util.el (lao-compose-region): New function.
9406
1b0672c3
GM
94072000-05-02 Gerd Moellmann <gerd@gnu.org>
9408
576da55d
GM
9409 * files.el (recover-session): Make directories as necessary
9410 if they don't exist yet.
9411
399c88ad
SS
9412 * calendar/cal-french.el
9413 (french-calendar-multibyte-special-days-array)
1b0672c3
GM
9414 (french-calendar-special-days-array): Change French text.
9415 (calendar-french-date-string): Change output.
9416 (calendar-goto-french-date): Likewise.
9417
94182000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
9419
9420 * wid-edit.el (widget-default-active): Obey `:always-active'.
9421 (widget-documentation-string-value-create): Set `:always-active'.
9422
4b33deaa
EZ
94232000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
9424
9425 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
9426 default prefix to `~/_emacs.d/auto-save.list/_s'.
9427 (normal-top-level): Create the directory for auto-save files, if
9428 it doesn't already exist (in the ms-dos case only).
9429
5c922ea7
EZ
94302000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
9431
9432 * international/mule-cmds.el (set-language-environment): Don't
9433 concat an integer (dos-codepage), use format instead.
9434
820ad5e7
DL
94352000-05-02 Dave Love <fx@gnu.org>
9436
9437 * help.el (help-xref-on-pp): Check for constant symbols.
9438
57cb56f5
GM
94392000-04-29 Gerd Moellmann <gerd@gnu.org>
9440
9441 * startup.el (normal-top-level): Put a condition-case around
9442 the code loading subdirs.el.
9443
94442000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
399c88ad 9445
57cb56f5
GM
9446 * ps-print.el: Upside-down and face background color printing,
9447 line number step, doc fix.
9448 (ps-print-version): New version number (5.2).
9449 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
9450 (ps-face-attribute-list, ps-plot-with-face): Code fix.
9451 (ps-spool-config): Var fix.
9452 (ps-printer-name-option): Const fix.
9453 (ps-print-upside-down, ps-use-face-background)
9454 (ps-line-number-step): New vars.
9455 (ps-window-system, ps-lp-system): New consts.
9456 (ps-face-background): New fun.
9457
084cec2f
GM
94582000-04-28 Richard Stallman <rms@gnu.org>
9459
9460 * files.el (make-auto-save-file-name):
9461 Apply auto-save-file-name-transforms to visited file name
9462 before generating auto save file name.
9463 (auto-save-file-name-transforms): New variable.
9464
399c88ad 9465 * files.el (backup-enable-predicate):
084cec2f
GM
9466 Correctly test for a file under a temporary directory.
9467
c94f4677
GM
94682000-04-28 Gerd Moellmann <gerd@gnu.org>
9469
9470 * subr.el (add-minor-mode): Rewritten.
9471
7b211df5
KH
94722000-04-28 Kenichi Handa <handa@etl.go.jp>
9473
9474 * mail/sendmail.el (sendmail-send-it): Set
9475 buffer-file-coding-system to the selected coding system for MIME
9476 header.
9477
c76e04a8 94782000-04-27 Gerd Moellmann <gerd@gnu.org>
e3e36d74 9479
c76e04a8
GM
9480 * dired.el (dired-move-to-filename-regexp): Allow format where
9481 YYYY is followed by two spaces.
e3e36d74 9482
c76e04a8
GM
9483 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
9484 in the second character class of the regexp.
9485
9486 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
9487 mh-etc, too.
353964e3 9488
c76e04a8
GM
9489 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
9490 nil.
399c88ad 9491
353964e3
GM
9492 * subr.el (add-minor-mode): Use `set' instead of `setq'.
9493
9494 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
9495 argument.
9496
c76e04a8 94972000-04-27 Sen Nagata <sen@eccosys.com>
399c88ad 9498
c76e04a8
GM
9499 * emacs-lisp/crm.el (crm-completion-table): New variable.
9500 (crm-collection-fn, crm-test-completion)
9501 (completing-read-multiple): Use it.
9502
95032000-04-27 Dave Love <fx@gnu.org>
9504
9505 * help.el (locate-library): Use mapc.
9506 (help-manyarg-func-alist): Add call-process-region.
9507
7464346d
GM
95082000-04-26 Gerd Moellmann <gerd@gnu.org>
9509
b35bd33d
GM
9510 * subr.el (add-minor-mode): Make argument MAP optional.
9511
7464346d
GM
9512 * desktop.el (desktop-save): Save list of minor modes.
9513 (desktop-create-buffer): Restore minor modes.
9514 (desktop-minor-mode-table): New user-option.
9515
9516 * subr.el (add-minor-mode): New function.
9517
9518 * image.el (find-image): New function.
9519 (defimage): Rewritten to find image at load time.
9520
9521 * startup.el (normal-top-level-add-to-load-path): Handle
9522 case that the default directory is not in load-path.
9523
9524 * help.el: Old patch from Stefan Monnier.
9525 (help-xref-on-pp): New function.
9526 (describe-variable): Use it to display xrefs in a symbol's value.
9527
23c0fb21
SM
95282000-04-26 Stefan Monnier <monnier@cs.yale.edu>
9529
9530 * cus-edit.el (custom-face): Fix parenthesis.
9531
fad95037
KH
95322000-04-26 Kenichi Handa <handa@etl.go.jp>
9533
f03392a1
KH
9534 * mail/rmail.el (rmail-expunge): When there are no deleted
9535 messages, do nothing.
fad95037 9536
0d7c5bb9
DL
95372000-04-26 Dave Love <fx@gnu.org>
9538
9539 * international/mule-cmds.el (locale-translation-file-name):
9540 Defvar to nil.
9541 (set-locale-environment): Set it here (at runtime).
9542
612839b6
GM
95432000-04-25 Gerd Moellmann <gerd@gnu.org>
9544
9545 * replace.el (perform-replace): Add parameters START and END. Use
9546 them instead of the check for a region in Transient Mark mode.
9547 (query-replace-read-args): Return two more list elements for the
9548 start and end of the region in Transient Mark mode.
9549 (query-replace, query-replace-regexp, query-replace-regexp-eval)
9550 (map-query-replace-regexp, replace-string, replace-regexp): Add
9551 optional last arguments START and END and pass them to
9552 perform-replace.
9553
9554 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
9555 form with additional arguments for perform-replace.
9556
9557 * progmodes/etags.el (tags-query-replace): Add parameters START
9558 and END. Construct a form with additional arguments for
9559 perform-replace.
9560
9561 * simple.el (shell-command): Set default directory for "*Shell
9562 Command Output" buffer.
9563
9564 * language/european.el (iso-latin-4): Fix typo.
9565
9566 * emacs-lisp/crm.el: New file.
9567
2917cc05
DL
95682000-04-24 Dave Love <fx@gnu.org>
9569
9570 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
9571 (Custom-reset-saved, Custom-reset-standard)
9572 (custom-group-value-create, custom-group-set, custom-group-save)
9573 (custom-group-reset-current, custom-group-reset-saved)
9574 (custom-group-reset-standard): Use mapc.
9575 (custom-buffer-create-internal): Disable undo when creating items.
9576 Use mapc.
9577 (custom-face): Avoid redundant lambda.
9578
abfcc168
GM
95792000-04-24 Gerd Moellmann <gerd@gnu.org>
9580
9581 * startup.el (auto-save-list-file-prefix): Set default to
9582 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
9583
fa78f71b
SS
95842000-04-24 Sam Steingold <sds@gnu.org>
9585
9586 * time-stamp.el (time-stamp-string-preprocess): Always convert
9587 `field-result' to a string.
9588
cc181e95
GM
95892000-04-24 Gerd Moellmann <gerd@gnu.org>
9590
9591 * frame.el (scrolling): New group.
9592 (automatic-hscrolling): New user-option.
9593
9594 * startup.el (command-line-x-option-alist): Add `-lsp' and
9595 `--line-spacing'.
9596
6142fdcb
DL
95972000-04-19 Dave Love <fx@gnu.org>
9598
9599 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
9600 (cl-mapc): Rename from mapc. Fix the funcall.
9601
5e3dac3f
GM
96022000-04-19 Gerd Moellmann <gerd@gnu.org>
9603
1c459486
GM
9604 * simple.el (clone-indirect-buffer-other-window): New command.
9605 (clone-indirect-buffer): Add optional arg NORECROD.
9606 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
9607
271b4185
GM
9608 * help.el (resize-temp-buffer-window): Use count-screen-lines.
9609
9610 * window.el (count-screen-lines): New function.
9611 (shrink-window-if-larger-than-buffer): Use count-screen-lines
9612 instead of window-buffer-height.
9613
9614 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
9615 non-existing variable comint-input-sentinel.
9616 (inferior-lisp-args-to-list): Removed.
9617 (inferior-lisp): Use split-string instead of
9618 inferior-lisp-args-to-list.
9619
9620 * hexl.el (hexl-insert-hex-string): New command.
9621
5e3dac3f
GM
9622 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
9623 instead of concat.
9624
f6d3257b
GM
96252000-04-18 Gerd Moellmann <gerd@gnu.org>
9626
9627 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
9628 at the start of an existing but empty folder.
9629
96302000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9631
9632 * ps-mule.el: Customization fix, doc fix.
9633 (ps-multibyte-buffer): Customization fix.
9634
8b7bc628 96352000-04-17 Richard M. Stallman <rms@gnu.org>
e61482c0
RS
9636
9637 * subr.el (read-passwd): Use read-char-exclusive.
9638
0daee095
GM
96392000-04-17 Gerd Moellmann <gerd@gnu.org>
9640
9641 * textmodes/texinfo.el (texinfo-insert-@email)
9642 (texinfo-insert-@emph, texinfo-insert-@quotation)
9643 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
9644 (texinfo-mode-map): Add key bindings for them.
9645
9646 * files.el (basic-save-buffer-2): Use a template with `$'
9647 instead of `#' for VMS.
9648
9649 * simple.el (clone-indirect-buffer): New function.
9650
e10f64e7
GM
96512000-04-16 Stephen Eglen <stephen@gnu.org>
9652
9653 * iswitchb.el (iswitchb-case): New function. If the user input
9654 contains any upper-case characters, the search is made
9655 case-sensitive.
9656
e3721db1
SM
96572000-04-17 Stefan Monnier <monnier@cs.yale.edu>
9658
e10f64e7
GM
9659 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
9660 comment-end.
e3721db1
SM
9661 (texinfo-font-lock-syntactic-keywords): New var.
9662 (texinfo-font-lock-keywords): Remove comment regexp.
9663 (texinfo-insert-block): New function.
9664 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
e10f64e7
GM
9665 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
9666 and font-lock-defaults. Use regexp-opt for outline-regexp.
e3721db1 9667 (texinfo-environments): New var.
e10f64e7
GM
9668 (texinfo-environment-regexp): Use regexp-opt and
9669 texinfo-environments.
e3721db1 9670
e10f64e7
GM
9671 * textmodes/ispell.el (ispell-menu-map-needed): Check that
9672 ispell-process is bound since this might be eval'd before ispell
9673 is loaded.
9674 (ispell-message): Use a tiny bit less magic and a bit more hard
9675 data to figure out what kind of sc-cite-regexp to use.
e3721db1
SM
9676
9677 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
9678
9679 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
9680 (insert-cyclic-diary-entry): Unquote the lambda.
9681
9682 * gud.el (gud-jdb-build-source-files-list): Fix typo.
9683
9684 * files.el (backup-enable-predicate): Unquote the lambda.
9685
9686 * cus-edit.el (custom-face, face): Unquote the lambda.
9687
712dc9e0
GM
96882000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9689
9690 * ps-print.el: Check for line-beginning-position definition.
fa78f71b 9691
712dc9e0
GM
9692 * ps-print.el: Fix counting lines in a region.
9693 (ps-print-version): New version number (5.1.5).
9694 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
9695 (ps-printing-region): Fun code fix.
9696
ffc50f2a
GM
96972000-04-15 Gerd Moellmann <gerd@gnu.org>
9698
9699 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
9700 to file-directory-p.
9701
a2522dca
GM
97022000-04-14 Gerd Moellmann <gerd@gnu.org>
9703
9704 * gud.el (gud-jdb-build-source-files-list): Check that directory
9705 exists before calling directory-files.
9706
6e883610
DL
97072000-04-13 Dave Love <fx@gnu.org>
9708
9709 * emacs-lisp/trace.el: Change maintainer. Use new backquote
9710 syntax.
9711
9712 * emacs-lisp/cl-specs.el: Remove when, unless.
9713
9714 * emacs-lisp/cl-extra.el: Don't quote keywords.
9715 (cl-old-mapc): New variable.
9716 (mapc): Use it.
9717 (cl-map-intervals): Use with-current-buffer. Don't check for
9718 next-property-change.
9719 (cl-map-overlays): Use with-current-buffer.
9720 (cl-expt): Remove.
9721 (copy-tree, remprop): Define unconditionally.
9722
9723 * emacs-lisp/cl-compat.el (keywordp): Remove.
9724
9725 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
9726 to use keywordp.
9727 (edebug-spec): Enable keywordp.
9728
9729 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
9730 string-lessp.
9731
9732 * cus-start.el: Use keywordp.
9733
198e3c7a
GM
97342000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
9735
9736 * diary-lib.el (include-other-diary-files): Fix the fix of
9737 2000-02-18 by doing a save-excursion.
9738
97392000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9740
9741 * ps-print.el: Customization fix, doc fix.
9742 (ps-print-version): New version number (5.1.4).
9743 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
9744 (ps-print-preprint): Adjust code.
9745 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
9746 (ps-print-prologue-header, ps-print-control-characters)
9747 (ps-spool-config): Customization fix.
fa78f71b 9748
8eba343c
EZ
97492000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
9750
9751 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
9752 converted to the new menu-item format, names silightly changed,
9753 help strings added.
9754
9755 Support for spelling without async subprocesses:
9756
9757 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
9758 (ispell-session-buffer): New variables.
9759 (ispell-start-process, ispell-process-status,
9760 ispell-accept-output, ispell-send-string): New functions, for
9761 Ispell invocation when async subprocesses aren't supported.
9762 (ispell-word, ispell-pdict-save, ispell-command-loop,
9763 ispell-process-line, ispell-buffer-local-parsing): Replace calls
9764 to process-send-string with calls to ispell-send-string, and
9765 accept-process-output with ispell-accept-output.
9766 (ispell-init-process): Call ispell-process-status instead of
9767 process-status with.
9768 (ispell-init-process): Call ispell-start-process. Call
9769 ispell-accept-output and ispell-send-string. Don't call
9770 process-kill-without-query and kill-process if they are unbound.
9771 (ispell-async-processp): New function.
9772
3d30065d
DL
97732000-04-12 Dave Love <fx@gnu.org>
9774
9775 * info.el: Add debug-ignored-errors.
9776 (Info-mode-menu): Add some items.
9777 (Info-directory): Add autoload cookie.
9778
9779 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
9780 Modify `truncate-lines'. Make `describe-language-environment'
9781 always visible and add help. Modify `describe-key' help. Invoke
9782 Info-directory from `info'. New entry `emacs-manual'.
9783
1a1b1895
GM
97842000-04-10 Gerd Moellmann <gerd@gnu.org>
9785
8b2affc5
GM
9786 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
9787 propertized-buffer-identification.
9788 (ebrowse-update-member-buffer-mode-line): Likewise.
9789 (ebrowse--mode-strings): Removed.
9790 (ebrowse--mode-line-props): Removed.
9791
1a1b1895
GM
9792 * files.el (auto-mode-alist): Add `EBROWSE'.
9793
9794 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
9795 space before testing for end of buffer.
9796 (ebrowse-load): Removed.
9797 (ebrowse-revert-tree-buffer-from-file): Rewritten.
9798 (ebrowse-create-tree-buffer): Rewritten.
9799 (ebrowse-tree-mode): Read tree from buffer.
9800
9801 * progmodes/ebrowse-ffh.el: Removed.
9802
223f3c91
KH
98032000-04-10 Kenichi Handa <handa@etl.go.jp>
9804
9805 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
9806
25fbf2c4
GM
98072000-04-10 Gerd Moellmann <gerd@gnu.org>
9808
9809 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
9810 at the wrong place.
9811
92c13173
DL
98122000-04-09 Dave Love <fx@gnu.org>
9813
9814 * files.el (backup-enable-predicate): Use
9815 temporary-file-directory, small-temporary-file-directory.
9816 (make-backup-file-name-function, backup-directory-alist): New
9817 variables.
9818 (make-backup-file-name-1): New function.
9819 (make-backup-file-name): Use it.
9820 (find-backup-file-name): Likewise. Use format for clarity, not
9821 concat.
9822 (file-newest-backup): Use make-backup-file-name.
9823
be0dbdab
GM
98242000-04-09 Gerd Moellmann <gerd@gnu.org>
9825
c45be9ac 9826 * progmodes/ebrowse-ffh.el: New file.
fa78f71b 9827
c45be9ac
GM
9828 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
9829 to ebrowse-ffh.el.
9830 (ebrowse-load): Add autoload.
9831
9832 * finder.el (finder-commentary): Add autoload cookie.
9833
be0dbdab
GM
9834 * mail/rfc2368.el: Correct author's email address.
9835
9836 * progmodes/ebrowse.el: New file.
9837
9838 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
9839 item help string.
9840 (easy-menu-do-add-item): Ditto.
9841 (easy-menu-define): Extend doc string.
9842
9843 * jit-lock.el (with-buffer-unmodified): Use
9844 restore-buffer-modified-p.
9845 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
9846 (jit-lock-function, jit-lock-stealth-fontify): Don't use
9847 with-buffer-unmodified.
9848
3f923efe
DL
98492000-04-08 Dave Love <fx@gnu.org>
9850
9851 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
9852 unless, when.
9853
d35bee0e
MK
98542000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
9855
9856 * viper-util.el (viper-put-on-search-overlay): New subroutine.
9857 (viper-flash-search-pattern): No operation when using Emacs
fa78f71b 9858 doesn't support face.
d35bee0e 9859 Use `viper-put-on-search-overlay'.
fa78f71b 9860
c407c570
GM
98612000-04-04 Gerd Moellmann <gerd@gnu.org>
9862
9863 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
9864 like C-r.
9865
9866 * progmodes/make-mode.el: Some doc fixes.
9867 (makefile-mode-abbrev-table): New variable.
9868 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
9869 (makefile-font-lock-keywords): Fontify includes and conditionals.
9870 (toplevel): Require `dabbrev' and `add-log' when compiling.
9871
9872 * replace.el (perform-replace): Don't move forward one char
9873 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
9874 to do that because it leaves point 1 position after the last
9875 replacement, after everything has been replaced.
9876
9877 * jit-lock.el (with-buffer-unmodified): New macro.
9878 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
9879 modified state.
9880 (jit-lock-function-1): Extracted from jit-lock-function; not
9881 preserving buffer's modified state.
9882 (jit-lock-function, jit-lock-stealth-fontify): Call
9883 jit-lock-function-1.
9884
9885 * mail/rfc2368.el: Remove supernumerary copyright line.
9886
685e5ed2
GM
98872000-04-04 Milan Zamazal <pdm@freesoft.cz>
9888
9889 * glasses.el: Provide facilities for inserting space before left
9890 parentheses and uncapitalization of identifiers.
9891 (glasses-mode): Try to remove old overlays in all cases.
9892
0166aed1
GM
98932000-04-03 Gerd Moellmann <gerd@gnu.org>
9894
62f20204
GM
9895 * progmodes/compile.el (compile-internal): Display the compilation
9896 buffer in a different frame, if it's already displayed there.
9897
6460c400
GM
9898 * mail/rfc2368.el: New file.
9899
c0510d27
GM
9900 * simple.el (sendmail-user-agent-compose): Recognize a `body'
9901 header and insert its value as mail body.
9902
9903 * subr.el (member-ignore-case): New function.
9904
9905 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
9906 (dabbrev--find-expansion): Ignore buffers matching a regexp
9907 from dabbrev-ignored-regexps.
9908
0166aed1
GM
9909 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
9910 to extensions handled by gzip.
9911
c0510d27
GM
99122000-04-03 Richard M. Stallman <rms@gnu.org>
9913
9914 * files.el (insert-directory): List the total free space
9915 along with the used space.
fa78f71b 9916
c0510d27
GM
9917 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
9918 line is followed by one that matches CITATION-REGEXP, end the
9919 paragraph.
9920
99212000-04-03 Markus Rost <rost@delysid.gnu.org>
9922
9923 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
9924 (rmail-make-basic-summary-line): Use that option.
fa78f71b 9925
14c04384
KH
99262000-04-03 Kenichi Handa <handa@etl.go.jp>
9927
9928 * international/mule-cmds.el (encoded-string-description):
9929 Rewritten. Try pretty description for ISO 2022 escape sequences
3a100fd6
KH
9930 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
9931 for hexadecimal format.
14c04384 9932
ccf5869a
DL
99332000-04-01 Dave Love <fx@gnu.org>
9934
9935 * cpp.el: Change customization group to `c' from `C'.
9936
9937 * vcursor.el (vcursor-move): Use display-color-p.
9938
9939 * international/mule-util.el: Provide mule-utils.
9940 (string-to-sequence): Simplify and speed up.
9941
9942 * international/mule.el (make-coding-system): Purecopy doc-string.
9943
9944 * international/mule-cmds.el: Various menu changes.
9945 (describe-specified-language-support): Handle `Default'.
9946 (set-language-info): Purecopy `info'.
9947
610d841e
GM
99482000-03-31 Andrew Innes <andrewi@gnu.org>
9949
9950 * vc.el (vc-backend-diff): Return the correct status if we had to
9951 retry the rcsdiff command without the --brief option.
fa78f71b 9952
7f9de034
DL
99532000-03-31 Dave Love <fx@gnu.org>
9954
2de47765
DL
9955 * help.el (help-manyarg-func-alist): Correct several omissions.
9956
72838819
DL
9957 * add-log.el: Don't require cl, fortran.
9958 (add-log-current-defun-function): Doc fix.
9959 (change-log-version-number-regexp-list): Remove SCCS part. Doc
9960 fix.
9961 (change-log-version-rcs): Function deleted.
9962 (change-log-version-number-search): Doc fix. Use
9963 vc-workfile-version. Avoid CL dolist.
9964 (add-change-log-entry): Just call add-log-current-defun to get
9965 defun. Simplify somewhat.
9966 (change-log-get-method-definition-1): Likewise.
9967 (add-log-current-defun): Return nil if calling
9968 add-log-current-defun-function does so. Move Fortran stuff to
9969 fortran.el. Return string without properties.
9970
7f9de034
DL
9971 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
9972 and :alpha: char classes.
9973
9974 * mail/supercite.el: Defvar curline when compiling.
9975 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
9976 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
9977 rather than a-zA-Z0-9 to allow non-ASCII characters.
9978
aa110c0c
GM
99792000-03-31 Gerd Moellmann <gerd@gnu.org>
9980
9981 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
9982
9983 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
9984 Re-enable new code.
9985
9986 * lpr.el (print-region-1): Use -d to specify printer name for
9987 systems `usg-unix-v*, `dgux', `hpux', `irix'.
9988
99892000-03-31 Dave Love <fx@gnu.org>
fa78f71b 9990
aa110c0c
GM
9991 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
9992 for function definition in symbol's function value slot first
9993 instead of first consulting byte-compile-function-environment.
fa78f71b 9994
6733d074
KH
99952000-03-31 Kenichi Handa <handa@etl.go.jp>
9996
9997 * language/european.el ("Polish"): New language environment.
9998 (setup-polish-environment): New function.
9999
63fcfa04
GM
100002000-03-30 Gerd Moellmann <gerd@gnu.org>
10001
10002 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
10003 Disable new code.
10004
10005 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
10006 trying to `load' the symbol of an autoload instead of the file
10007 recorded in the autoload. Fix error messages.
10008
7438c86b
GM
100092000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10010
10011 * ps-print.el: PostScript programming fix for ghostview, doc fix.
10012 (ps-print-version): New version number (5.1.3).
10013 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
10014 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
10015 (ps-generate-postscript-with-faces): Code fix.
10016 (ps-color-values): XEmacs compatibility.
10017 (ps-print-background-image, ps-print-background-text, ps-printer-name)
10018 (ps-default-fg, ps-default-bg): Adjust customization.
10019 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
10020 (ps-color-scale): Renaming old ps-color-value fun.
10021 (ps-print-headers): Replace ps-print-header group to avoid conflict
10022 with ps-print-header variable.
10023 (ps-print-miscellany): New group.
10024 (ps-format-color, ps-rgb-color): New funs.
10025 (ps-default-foreground): New var.
10026 (ps-printer-name-option): New const.
fa78f71b 10027
326855a0
PB
100282000-03-30 Peter Breton <pbreton@ne.mediaone.net>
10029
1f56ba73
PB
10030 * net/net-utils.el:
10031 (network-connection-host, network-connection-service): New variables
10032 (network-connection-mode): New mode, derived from comint-mode
10033 (network-connection-mode-setup): New function, saves host and
fa78f71b 10034 service information in local variables.
1f56ba73 10035
326855a0
PB
10036 * lisp/locate.el:
10037 (locate-word-at-point): Added this function
10038 (locate): Default to using locate-word-at-point as input
10039 Run dired-mode-hook
10040
141384bd
DL
100412000-03-29 Dave Love <fx@gnu.org>
10042
10043 * calendar/appt.el: Doc fixes.
10044 (appt-check): Convert min-to-app to a string before passing to
10045 appt-disp-window-function or concat.
10046 (appt-delete-window): Remove test for frame-root-window.
10047 (appt-select-lowest-window, appt-convert-time): Simplify.
10048
10049 * emacs-lisp/bytecomp.el: Doc fixes.
10050 (byte-compile-file-form-autoload): Update
10051 byte-compile-function-environment.
10052
c5aa0fc2
AS
100532000-03-29 Andreas Schwab <schwab@suse.de>
10054
10055 * emacs-lisp/autoload.el: Also print defsubst doc string
10056 specially.
10057
10058 * dired.el (dired-insert-directory): If dired-free-space-program
10059 failed just delete its output.
10060
f1d6fe69
DL
100612000-03-29 Dave Love <fx@gnu.org>
10062
10063 * international/iso-cvt.el: Move provide to end. Doc fixes.
10064 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
10065 (iso-iso2sgml, iso-sgml2iso): New functions.
10066 (iso-cvt-define-menu): Fix some entries and use backquote for
10067 clarity.
10068
10069 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
10070
b61f1215
GM
100712000-03-28 Gerd Moellmann <gerd@gnu.org>
10072
10073 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
10074 ISO-DATE. If non-nil, return date in ISO 8601 format.
10075
ea4b0ca3
SM
100762000-03-26 Stefan Monnier <monnier@cs.yale.edu>
10077
3831af62
SM
10078 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
10079 if it ever becomes used.
10080 (log-edit-mode-hook): Default to vc-log-mode-hook.
10081 (log-edit-mode): Fix the docstring.
10082
ea4b0ca3
SM
10083 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
10084 the code.
10085
08f8b1cc
DL
100862000-03-26 Dave Love <fx@gnu.org>
10087
082527fe
DL
10088 * net/browse-url.el (browse-url): Re-fix case of
10089 browse-url-browser-function being an alist.
10090 (browse-url): Add :link to defgroup.
10091
08f8b1cc
DL
10092 * files.el: Doc fixes.
10093 (file-truename): Include `[' in wildcard characters.
10094 (automount-dir-prefix): Customize.
10095 (find-file-wildcards): Add :version.
10096 (find-file-noselect): Simplify a mapcar call.
10097
10098 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
10099 compatible with inf-lisp version.
10100 (eval-defun-1): Fix custom-declare-variable case.
10101
ea4b0ca3
SM
101022000-03-25 Stefan Monnier <monnier@cs.yale.edu>
10103
10104 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
10105
9a0dd3dc
GM
101062000-03-24 Gerd Moellmann <gerd@gnu.org>
10107
b68c375f
GM
10108 * Makefile (COMPILE_FIRST): New macro.
10109 (compile-files): Compile files from COMPILE_FIRST first.
10110
10111 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
10112 code.
10113
9a0dd3dc
GM
10114 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
10115 matching open parenthesis in column 0 to defun-prompt-regexp
10116 only if open-paren-in-column-0-is-defun-start is set.
10117
10118 * sun-curs.el: Require CL at compile-time only.
10119
10120 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
10121 instead of copy-list which is a function from CL.
10122 (msb--choose-menu, msb--mode-menu-cond)
10123 (msb--create-buffer-menu-2): Use dolist instead of mapc.
10124 (msb--init-file-alist): Use mapcar instead of mapcan.
10125 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
10126 `(' in column 0 in doc string.
10127 (msb--add-separators): Use mapcar instead of mapcan.
10128
10129 * cus-dep.el: Require CL at compile-time only.
10130
c7dcadb5
SM
101312000-03-24 Stefan Monnier <monnier@cs.yale.edu>
10132
10133 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
10134 (byte-compile-warnings): New warning `noruntime'.
10135 (byte-compile-constants, byte-compile-variables): Fix docstring.
10136 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
10137 execute `eval-whenc-compile's body.
10138 (byte-compile-unresolved-functions): Fix docstring.
10139 (byte-compile-eval): New function.
10140 (byte-compile-callargs-warn): Check if the function will be available
10141 at runtime (via property `byte-compile-noruntime').
10142 (byte-compile-print-syms): New function.
10143 (byte-compile-warn-about-unresolved-functions): Also warn about
10144 `noruntime' functions (and use `byte-compile-print-syms').
10145 (byte-compile-file): Capitalize the message.
10146
3b55acc9
GM
101472000-03-24 Gerd Moellmann <gerd@gnu.org>
10148
10149 * mail/rmail.el (rmail-confirm-expunge): New user-option.
10150 (rmail-expunge): Ask for confirmation depending on the setting
10151 of rmail-confirm-expunge.
10152
101532000-03-23 Gerd Moellmann <gerd@gnu.org>
10154
10155 * Makefile (bootstrap-clean): If $(emacs) exists, build
10156 loaddefs.el first. A loaddefs.el that's not up-to-date might
10157 cause a bootstrap failure because things don't autoload as
10158 expected.
10159
02c76af4
DL
101602000-03-23 Dave Love <fx@gnu.org>
10161
10162 * net/browse-url.el: Restore previous use of
10163 browse-url-maybe-new-window.
10164
1a3199d9
GM
101652000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10166
10167 * ps-print.el: Skip banner page fix.
10168 (ps-print-version): New version number (5.1.2).
10169 (ps-begin-file, ps-end-file, ps-generate): Code fix.
fa78f71b 10170
1a3199d9
GM
101712000-03-23 Dave Pearson <davep@davep.org>
10172
10173 * net/quickurl.el Changed the type of parameter passed to the
10174 function defined by `quickurl-format-function'. Before only the
10175 text of the URL was passed. Now the whole URL structure is passed
10176 and the function is responsible for extracting the parts it
10177 requires. Changed the default of `quickurl-format-function'
10178 accordingly.
10179 (quickurl-insert): Changed the `funcall' of
10180 `quickurl-format-function' to match the above change.
10181 (quickurl-list-insert): Changed the `url' case so that it makes
10182 use of `quickurl-format-function', previous to this the format was
10183 hard wired.
fa78f71b 10184
72db3ab5
GM
101852000-03-22 Gerd Moellmann <gerd@gnu.org>
10186
10187 * startup.el: Change some spellings for the X Window System.
10188
68049bfa
SM
101892000-03-22 Stefan Monnier <monnier@cs.yale.edu>
10190
10191 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
10192 up the code and the regexp and make sure the cursor is temporarily
10193 moved to the suspicious line while querying the user.
10194
ff4df011
JR
101952000-03-22 Jason Rumney <jasonr@gnu.org>
10196
10197 * w32-fns.el (w32-charset-info-alist): Initialize.
10198
ee1c5b21
GM
101992000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10200
10201 * ps-print.el: N-up last page fix.
10202 (ps-print-version): New version number (5.1.1).
10203 (ps-end-file, ps-end-job, ps-generate): Code fix.
fa78f71b 10204
d2cbfba0
SM
102052000-03-21 Stefan Monnier <monnier@cs.yale.edu>
10206
bfb857d8
SM
10207 * files.el (find-file-run-dired): Update docstring.
10208 (find-directory-functions): New hook.
10209 (find-file-noselect): Run find-directory-functions rather than
10210 calling dired directly.
10211
10212 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
10213
cb3430a1
SM
10214 * pcvs.el: Add a minimal leading commentary.
10215 (cvs-make-cvs-buffer): Change the header part by removing the startup
10216 message and adding a `Module' entry. Also replace the FOOTER and
10217 HEADER special fileinfos with the new support in ewoc for updating
10218 its own footer and header.
10219 (cvs-update-header): Update to use the header/footer of the ewoc.
10220 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
10221 (cvs-is-within-p): New function.
10222 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
10223 to only examine some subset of the buffers.
10224
10225 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
10226 `format' instead of our own ad-hoc functions.
10227 Remove HEADER and FOOTER cases, now handled in the EWOC.
10228 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
10229
10230 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
10231 output to avoid scaring the user.
10232 (cvs-parse-table): Catch message for non-up-to-date commits.
10233
10234 * pcvs-defs.el (cvs-startup-message): Remove.
10235 (cvs-global-menu): New autoloaded menu.
10236
10237 * pcvs-util.el (cvs-string-fill): Remove.
10238
10239 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
10240 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
10241 PP part of it and also make it work for footers and headers.
10242 (ewoc-create): Drop POS and BUFFER arguments.
10243 Use the DLL's dummy node to store the end-of-footer position.
10244 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
10245 (ewoc-refresh): Remove unused `header' variable.
10246 (ewoc-(get|set)-hf): New functions.
10247
d2cbfba0
SM
10248 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
10249 log-view-*-(message|file) and use easy-mmode-define-navigation.
10250 (log-view-message-re): Match SCCS format as well.
10251 And match the revision line rather than the dashed separator line.
10252 (log-view-mode): Use the new define-derived-mode.
10253 (log-view-current-tag): Fill in with an actual implementation.
10254
10255 * cvs-status.el (cvs-status-(prev|next)): Rename from
10256 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
10257 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
10258 to let the output "breathe" a little more (more readable).
10259 (cvs-status-mode): Use the new define-derived-mode.
10260
10261 * smerge-mode.el (smerge-auto-leave): New function and variable.
10262 (smerge-basic-map): Rename from smerge-basic-keymap.
10263 Change the bindings for smerge-diff-*.
10264 (smerge-*-map): Use easy-mmode-defmap.
10265 (smerge-(next|prev)): Use easy-mmode-define-navigation.
10266 (smerge-keep-*): Use smerge-auto-leave.
10267
51663132
JR
102682000-03-21 Jason Rumney <jasonr@gnu.org>
10269
10270 * cus-edit.el (custom-button-face): Use 3D look for w32.
10271 (custom-button-pressed-face): Likewise.
10272
3f6e4b8b
GM
102732000-03-21 Gerd Moellmann <gerd@gnu.org>
10274
10275 * progmodes/etags.el (tags-case-fold-search): New user-option.
10276 (tags-loop-eval): New function. Bind case-fold-search around eval
10277 depending on the value of tags-case-fold-search.
10278 (tags-loop-continue): Use tags-loop-eval.
10279 (find-tag-in-order): Bind case-fold-search depending on the value
10280 of tags-case-fold-search.
10281
c7ea3acc
SM
102822000-03-21 Stefan Monnier <monnier@cs.yale.edu>
10283
0ae39f53
SM
10284 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
10285 (diff-end-of-hunk): Return the end position for use in
10286 `easy-mmode-define-navigation'.
10287 (diff-recenter): Remove.
10288 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
10289 of `easy-mmode-define-navigation'.
10290 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
10291 previous renaming) and fix to use new names.
10292 (diff-merge-strings): Use \n as separator: simpler, faster.
10293 (diff-mode): Use `define-derived-mode'.
10294
c7ea3acc
SM
10295 * derived.el (define-derived-mode): Don't autoload anymore.
10296 Prefer the macro-only version provided by easy-mmode.el.
10297
10298 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
10299 `easy-mmode-define-derived-mode'.
10300 Use `combine-run-hooks'.
10301 (easy-mmode-define-navigation): New macro.
10302
10303 * subr.el (combine-run-hooks): New function.
10304
6c4bfdc0
KH
103052000-03-21 Kenichi HANDA <handa@etl.go.jp>
10306
10307 * term/x-win.el: Fontsets related initialization is simplified.
10308
10309 * international/mule-diag.el (describe-font): Don't refer to
10310 global-fontset-alist, instead call font-list.
10311 (describe-fontset, list-fontsets, mule-diag): Likewise.
10312 (print-fontset): Adjusted for the change of fontset
10313 implementation.
10314
10315 * international/fontset.el (x-charset-registries): Variable
10316 removed, instead the corresponding data is stored in the default
10317 fontset.
10318 (register-alternate-fontnames): Function removed.
10319 (resolved-ascii-font): Variable removed.
10320 (x-compose-font-name): Ignore the second argument REDOCE.
10321 (x-complement-fontset-spec): Complement only an ASCII font and
10322 element for those charsets than can use that ASCII font.
10323 (generate-fontset-menu): Don't refer to global-fontset-alist,
10324 instead call fontset-list.
10325 (uninstantiated-fontset-alist): Variable removed.
10326 (x-style-funcs-alist): Likewise.
10327 (fontset-default-styles): Likewise.
10328 (x-modify-font-name): Function removed.
10329 (create-fontset-from-fontset-spec): Ignore the argument
10330 STYLE-VARIANT.
10331 (create-fontset-from-ascii-font): Docsting adjusted for the above
10332 change.
10333 (instantiate-fontset, resolve-fontset-name): Functions removed.
10334 (fontset-list): Now implemented by C code.
fa78f71b 10335
6c4bfdc0
KH
10336 * faces.el (read-face-font): Fix TABLE arg to completing-read.
10337 (describe-face): Include `font' attribute in the description.
10338
9111d4b5
KH
103392000-03-21 Kenichi Handa <handa@etl.go.jp>
10340
10341 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
10342
b33dd3b0
GM
103432000-03-20 Gerd Moellmann <gerd@gnu.org>
10344
a25bbe00
GM
10345 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
10346 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
10347 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
fa78f71b 10348
b33dd3b0
GM
10349 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
10350 about behavior of set-buffer-modified-p wrt redisplay.
10351
8b7bc628 103522000-03-19 Richard M. Stallman <rms@gnu.org>
e53ae11c
RS
10353
10354 * view.el (view-mode-disable): Kill local binding of view-read-only.
10355
d7b511c4
GM
103562000-03-18 Gerd Moellmann <gerd@gnu.org>
10357
10358 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
10359 is a string, convert it to a syntax cell using string-to-syntax.
10360
10361 * simple.el (syntax-code-table, syntax-flag-table): New variables.
10362 (string-to-syntax): New function.
10363
10364 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
10365 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
b33dd3b0 10366 try to use passive ftp mode.
d7b511c4 10367
998ecc60
GM
103682000-03-17 Gerd Moellmann <gerd@gnu.org>
10369
b33dd3b0 10370 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
998ecc60
GM
10371
10372 * simple.el (append-to-buffer): Update point of windows after
10373 insertion.
10374
10375 * abbrev.el (inverse-add-abbrev): Identify word by first moving
10376 forward then moving backward. Reindent.
10377
10378 * frame.el (other-frame): Call x-focus-frame only if
10379 focus-follows-mouse is off.
10380
235d6821
DL
103812000-03-17 Dave Love <fx@gnu.org>
10382
10383 * pcvs-util.el (cvs-strings->string): Rename
10384 replace-regexps-in-string.
10385
a29a2cd1
SM
103862000-03-17 Stefan Monnier <monnier@cs.yale.edu>
10387
af595444
SM
10388 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
10389 regexp for labels cannot span several lines.
10390
10391 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
998ecc60 10392 `(setq :<key> ':<key>)' to the macro expansion.
a29a2cd1 10393
a9be2843
DL
103942000-03-16 Dave Love <fx@gnu.org>
10395
10396 * progmodes/f90.el (f90): Put custom group under `languages', not
10397 `fortran'.
10398 (f90-mode-hook): Customize.
10399 (f90-mode): Set add-log-current-defun-function.
10400 (f90-current-defun): New function.
10401
d0ab3e9d
GM
104022000-03-16 Gerd Moellmann <gerd@gnu.org>
10403
16b20ed9
GM
10404 * cus-edit.el (custom-variable-tag-face): Handle case that
10405 default face's height is not a number.
10406 (custom-face-tag-face, custom-group-tag-face-1)
10407 (custom-group-tag-face): Ditto.
10408 (custom-group-tag-face-1): Add :group.
fa78f71b 10409
d0ab3e9d
GM
10410 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
10411
ae8ab422
GM
104122000-03-15 Gerd Moellmann <gerd@gnu.org>
10413
10414 * pcvs-defs.el (toplevel): Remove autoload cookie for form
10415 requiring easymenu.
10416
81c7ca69
GM
104172000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10418
10419 * ps-print.el: PostScript user-defined prologue, PostScript error
10420 handler, doc fix.
10421 (ps-print-version): New version number (5.1).
10422 (ps-user-defined-prologue, ps-error-handler-message)
10423 (ps-print-prologue-0, ps-error-handler-alist): New vars.
10424 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
10425 (ps-insert-string): New function.
fa78f71b 10426
dcf1003d
KH
104272000-03-15 Kenichi Handa <handa@etl.go.jp>
10428
10429 * international/ccl.el (ccl-compile-expression): Don't generate
10430 invalid self-assignment code.
10431
73825616
DL
104322000-03-14 Dave Love <fx@gnu.org>
10433
10434 * subr.el (replace-regexp-in-string): Renamed from
10435 replace-regexps-in-string. Doc fix.
10436
031020ac
DL
104372000-03-12 Dave Love <fx@gnu.org>
10438
10439 * cus-edit.el: Doc fixes.
10440 (customize-set-variable, customize-save-variable): Rename args for
10441 doc.
10442 (custom-variable-tag-face, custom-face-tag-face)
10443 (custom-group-tag-face-1, custom-group-tag-face): Modify from
10444 style which user identify as hyperlink.
10445 (hook): Don't add undefined functions to the hook.
10446 (debug-ignored-errors): Transfer message from bindings.el.
10447
9b2f3c38
GM
104482000-03-12 Gerd Moellmann <gerd@gnu.org>
10449
10450 * recentf.el (recentf-keep-non-readable-files-p): Remove
10451 double/nested definition.
10452
0d6e23cf
DL
104532000-03-12 Dave Love <fx@gnu.org>
10454
10455 * facemenu.el (facemenu-get-face): Use display-color-p.
10456 * enriched.el (enriched-decode-foreground): Likewise.
10457 (enriched-decode-background): Likewise.
10458 * isearch.el (isearch-highlight): Likewise.
10459 * info-look.el (info-lookup): Likewise.
10460 * simple.el (completion-setup-function): Likewise.
10461
10462 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
10463 :options.
10464
10465 * bindings.el (mode-line-format): Fix line-number and
10466 column-number items. Add help-echo for the background.
10467 (mode-line-mule-info): Modify help-echo.
10468
10469 * avoid.el (mouse-avoidance-mode): Add autoload cookie to
10470 defcustom.
10471
10472 * files.el (load-file): Allow completion to .elc.
10473
10474 * man.el: Doc fixes.
10475 (Man-init-defvars): Use display-color-p to set fontification.
10476
10477 * play/hanoi.el (hanoi-internal): Don't use oddp.
10478
e1cff360
GM
104792000-03-12 Gerd Moellmann <gerd@gnu.org>
10480
10481 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
10482
10483 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
10484
5e5dff44
GM
104852000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
10486
10487 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
10488 Fix comment.
10489
5b467bf4
SM
104902000-03-10 Stefan Monnier <monnier@cs.yale.edu>
10491
83fef604
SM
10492 * font-lock.el (font-lock-keywords): Fix the doc now that
10493 regexp-opt-depth is unnecessary.
10494 (save-buffer-state): Set an edebug spec.
10495 (font-lock-fontify-anchored-keywords): Properly handle the case when
10496 the matcher goes past the limit.
10497
5b467bf4
SM
10498 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
10499 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
10500
83fef604
SM
10501 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
10502 dll.el and cookie.el (from Elib) with heavy renaming and other
10503 massaging.
5b467bf4
SM
10504
10505 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
10506 Autoload the functions used.
10507 (easy-mmode-define-syntax): Fix CL typo.
10508 (easy-mmode-define-derived-mode): Improve the docstring generation.
10509
d407456c
GM
105102000-03-10 Gerd Moellmann <gerd@gnu.org>
10511
10512 * textmodes/texinfo.el (texinfo-version): Variable and function
10513 removed.
10514
5a7a545c
SM
105152000-03-09 Stefan Monnier <monnier@cs.yale.edu>
10516
0d6e23cf
DL
10517 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
10518 allow more flexibility.
10519 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
10520 fns.
10521 (easy-mmode-defmap, easy-mmode-defsyntax)
10522 (easy-mmode-define-derived-mode): New macros.
5a7a545c 10523
d407456c 105242000-03-09 Didier Verna <didier@xemacs.org>
445b0666
DL
10525
10526 * rect.el (replace-rectangle): New function.
10527
105282000-03-09 Dave Love <fx@gnu.org>
10529
10530 * progmodes/fortran.el (fortran-comment-line-start): Define as
10531 "C".
10532 (fortran-comment-line-start-skip): Don't match cpp stuff.
10533 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
10534 (fortran-mode-map): Remove over-eager custom-menu-create for now.
10535 (fortran-mode): Don't set fortran-comment-line-start-skip,
10536 fortran-comment-line-start here. Set comment-start,
10537 add-log-current-defun.
10538 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
10539 (fortran-current-defun): New function.
10540
80460654
GM
105412000-03-09 Gerd Moellmann <gerd@gnu.org>
10542
d1221ea9
GM
10543 * emacs-lisp/re-builder.el: New file.
10544
1853aa6b
GM
10545 * mouse.el (mouse-drag-region): Don't run up-event handler
10546 if hscroll has changed.
10547
80460654
GM
10548 * octave-mod.el (octave-font-lock-keywords): To font-lock the
10549 builtin operators, use `font-lock-builtin-face' for Emacs and
10550 `font-lock-preprocessor-face' otherwise.
fa78f71b
SS
10551
10552 * font-lock.el (lisp-font-lock-keywords-1): Highlight
80460654
GM
10553 `(defun (setf foo)' differently.
10554
c0056275
SM
105552000-03-08 Stefan Monnier <monnier@cs.yale.edu>
10556
10557 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
80460654
GM
10558 (regexp-opt): Update comment and adapt the code the new meaning of
10559 the `paren' argument of regex-opt-group for shy-groups.
10560 (regexp-opt-depth): Handle shy groups as well as backslashed
10561 backslashes.
c0056275
SM
10562 (regexp-opt-group): Turn the leading comment into a docstring.
10563 Allow `paren' to be a string (the string to use to open a group).
80460654
GM
10564 Remove open-presuf and close-presuf. Instead of checking for `all
10565 one-char' and then later on check for `several one-char', handle
10566 both cases close together. Also apply a more generic algorithm
10567 for suffixes (the mirror image of the algorithm used for
10568 prefixes). Use shy-groups. Use nreverse rather than reverse.
c0056275
SM
10569 (regexp-opt-try-suffix): Removed.
10570
10571 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
80460654
GM
10572 from comint-mode-map, so we can just inherit from it. Also, move
10573 the initialization into the `defvar' since there's no docstring
10574 anyway and it's fairly short.
10575 (inferior-scheme-mode): Define it as derived-mode: the code is
10576 shorter and this way we inherit from comint-mode-map rather than
10577 copying it.
c0056275 10578
80460654
GM
10579 * subr.el (replace-regexps-in-string): Properly handle the case
10580 where we match an empty string.
c0056275 10581
80460654
GM
10582 * comint.el (comint-exec-1): Add the current-dir to the exec-path
10583 when the command has a directory component (such as "./testml").
c0056275
SM
10584 Also fix a typo in the comment.
10585
5e91ff9e
GM
105862000-03-08 Gerd Moellmann <gerd@gnu.org>
10587
feab4fba
GM
10588 * Makefile (compile-files): Compile files one by one because
10589 that's the only way to ensure a clean compilation environment for
10590 each individual file.
10591
5e91ff9e
GM
10592 * frame.el (other-frame): Call x-focus-frame.
10593
76162e12
DL
105942000-03-07 Dave Love <fx@gnu.org>
10595
f64ce788
DL
10596 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
10597 :require to defcustom.
10598
76162e12
DL
10599 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
10600 lists.
10601
10602 * files.el (auto-mode-alist): Add configure.in.
10603
10604 * progmodes/autoconf.el: New file.
10605
f7daf1e1
GM
106062000-03-07 Gerd Moellmann <gerd@gnu.org>
10607
10608 * mail/mh-e.el: Change maintainer to `none'.
10609
10610 * recentf.el (recentf-keep-non-readable-files-p): Quote args
10611 to remove-hook and add-hook.
10612
106132000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
10614
10615 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
10616 it as the default.
10617 (mail-send): Test mail-send-nonascii also for the new `mime' value.
10618 (sendmail-send-it): Conditionally add MIME headers specifying the
10619 used character set.
fa78f71b 10620
63f6b2c4
DL
106212000-03-07 Dave Love <fx@gnu.org>
10622
10623 * winner.el: Fix keywords, autoload cookies. Split
10624 eval-when-compile form to avoid compilation failure.
10625
8330e2f9
KH
106262000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
10627
10628 * international/mule.el: Modify comment about coding system
10629 property `coding-category'.
10630 (make-coding-system): New argument EOL-TYPE. Pay attention to
10631 coding-category property of PROPERTIES.
10632
10633 * international/mule-conf.el (coding-category-utf-8,
10634 coding-category-utf-16-be, coding-category-utf-16-le): New coding
10635 categories. Include them in the argument for set-coding-priority.
10636
10637 * international/mule-cmds.el (reset-language-environment): Include
10638 coding-category-utf-8, coding-category-utf-16-be, and
10639 coding-category-utf-16-le in the argument for set-coding-priority.
10640 (reset-language-environment): Initialize coding-category-utf-8,
10641 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
10642
18bb0684
GM
106432000-03-06 Karl Fogel <kfogel@red-bean.com>
10644
10645 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
10646 code abstracted out of `bookmark-jump-noselect'. Now tries info
10647 extensions as well as compression extensions.
10648 (bookmark-jump-noselect): Use above new func.
fa78f71b 10649
71a6ba55
GM
106502000-03-03 Gerd Moellmann <gerd@gnu.org>
10651
10652 * strokes.el: Change maintainer's mail address.
10653
0d56cdff
KH
106542000-03-03 Kenichi Handa <handa@etl.go.jp>
10655
10656 * international/mule-diag.el (list-character-sets): Make help-echo
10657 string by substitute-command-keys.
10658 (list-character-sets): Likewise.
10659 (sort-listed-character-sets): Call help-setup-xref.
10660
900fa1f1
GM
106612000-03-02 Gerd Moellmann <gerd@gnu.org>
10662
10663 * time.el (display-time-mail-file): Add `none' to the list of
10664 choices.
10665
54d04320
DL
106662000-03-01 Dave Love <fx@gnu.org>
10667
43f3fa09
DL
10668 * help.el (help-xref-go-back): Don't try to set position.
10669
54d04320
DL
10670 * international/mule-diag.el (list-character-sets): Call
10671 help-setup-xref. Add help-echo to xrefs.
10672 (list-character-sets-1): Add help-echo to xrefs.
10673
d054101f
GM
106742000-03-02 Gerd Moellmann <gerd@gnu.org>
10675
10676 * frame.el (blink-cursor-mode): Switch cursor on when turning
10677 the mode off.
10678
10679 * add-log.el (add-log-current-defun): Add support for
10680 Autoconf mode.
10681
10682 * mail/rmail.el (rmail-quit-hook): New variable.
10683
d77dae5c
DL
106842000-03-01 Dave Love <fx@gnu.org>
10685
e5f597f0
DL
10686 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
10687
d77dae5c
DL
10688 * help.el (help-xref-button): Add help-echo arg.
10689 (describe-function-1, describe-variable, help-make-xrefs): Use it.
10690
10691 * faces.el (list-faces-display): Supply help-echo with
10692 help-make-xrefs.
10693
10694 * facemenu.el (list-text-properties-at): Set help-xref-stack to
10695 nil.
10696
72d19d75
GM
106972000-03-01 Gerd Moellmann <gerd@gnu.org>
10698
2df636f4
GM
10699 * image.el (defimage): Look for image files in load-path.
10700
fa78f71b 10701 * frame.el (busy-cursor-delay-seconds): Change type to
72d19d75
GM
10702 `number'.
10703
2df636f4
GM
107042000-03-01 David Ponce <david.ponce@wanadoo.fr>
10705
10706 * recentf.el (recentf): Added version tag to the defgroup of
10707 recentf.
10708
107092000-03-01 David Ponce <david.ponce@wanadoo.fr>
10710
10711 * recentf.el (recentf-cleanup): Changed to remove excluded file
10712 too.
10713 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
10714 action to select/unselect a file.
10715 (recentf-edit-list): Code cleanup and improvement.
10716 (recentf-open-more-files-action): `recentf-open-more-files' button
10717 widget action to open a file.
10718 (recentf-open-more-files): No more use standard completion but
10719 widgets.
10720 (recentf-more-collection): Deleted.
10721 (recentf-more-history): Deleted.
10722 (recentf-setup-more-completion): Deleted.
10723
107242000-03-01 David Ponce <david.ponce@wanadoo.fr>
10725
10726 * recentf.el (recentf-mode): No more needs that Emacs is running
10727 under a window-system.
10728
107291999-03-01 David Ponce <david.ponce@wanadoo.fr>
10730
10731 * recentf.el (recentf-edit-list): New command to edit the recent
10732 list which allow the user to remove files.
10733 (recentf-edit-selected-items): New global variable, used by
10734 `recentf-edit-list' to hold the list of files to be removed from
10735 the recent list.
10736 (recentf-make-menu-items): Updated to display a "Edit list..."
10737 menu item. Minor code cleanup.
10738
107391999-03-01 David Ponce <david.ponce@wanadoo.fr>
10740
10741 * recentf.el (recentf-open-more-files): New command to open files
10742 that are not displayed in the menu.
10743 (recentf-more-collection): New global variable holding the set of
10744 permissible completions used by `recentf-open-more-files'.
10745 (recentf-more-history): New global variable holding the history list
10746 used by `recentf-open-more-files' completion.
10747 (recentf-setup-more-completion): New function to setup completion for
10748 `recentf-open-more-files'.
10749 (recentf-make-menu-items): Updated to display a "More..." menu item.
10750
107511999-03-01 David Ponce <david.ponce@wanadoo.fr>
10752
10753 * recentf.el (recentf-menu-action): Doc fixed.
10754
107551999-03-01 David Ponce <david.ponce@wanadoo.fr>
10756
10757 * recentf.el (recentf-menu-filter): Doc updated.
10758 (recentf-update-menu-hook): Allow menu filters to force menu update.
10759 (recentf-make-menu-items): New menu filter handling.
10760 (recentf-make-menu-item): New helper function.
10761 (recentf-menu-elements): New menu handling function.
10762 (recentf-sort-ascending): Updated to new menu filter handling.
10763 (recentf-sort-descending): Updated to new menu filter handling.
10764 (recentf-sort-basenames-ascending): New menu filter function.
10765 (recentf-sort-basenames-descending): New menu filter function.
10766 (recentf-show-basenames): New menu filter function.
10767 (recentf-show-basenames-ascending): New menu filter function.
10768 (recentf-show-basenames-descending): New menu filter function.
10769
72d19d75
GM
107702000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10771
10772 * diary-lib.el (list-diary-entries): Don't try to go forward at
10773 the end of the buffer.
10774
1ac1c836
KH
107752000-02-29 Kenichi Handa <handa@etl.go.jp>
10776
10777 * international/mule-diag.el (list-character-sets): Completely
10778 rewritten.
10779 (sort-listed-character-sets): New function.
10780 (list-character-sets-1): Completely rewritten.
10781 (list-character-sets-2): New function.
10782 (non-iso-charset-alist): New variable.
10783 (decode-codepage-char): New function.
10784 (charset-history): New variable.
10785 (read-charset) (list-block-of-chars)
10786 (list-iso-charset-chars)
10787 (list-non-iso-charset-chars)
10788 (list-charset-chars): New functions.
10789 (mule-diag): Call list-character-sets-2, not
10790 list-character-sets-2.
10791 (dump-charsets): Likewise.
10792
ed4d0512
GM
107932000-02-29 Gerd Moellmann <gerd@gnu.org>
10794
72d19d75
GM
10795 * dired-x.el (dired-filename-at-point): Add `@' to valid
10796 file name characters.
10797 (dired-filename-at-point): Handle ange-ftp file names.
10798
ed4d0512
GM
10799 * frame.el (frame-notice-user-settings): Use assq-delete-all
10800 instead of assoc-delete-all.
10801 (frame-notice-user-settings): Ditto.
10802
10803 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
10804 Don't copy alist.
10805
32038c7a
GM
108062000-02-28 Eli Barzilay <eli@cs.cornell.edu>
10807
10808 * calculator.el (calculator-use-menu): New option.
10809 (calculator-initial-bindings): Changed some bindings to work as
10810 macros.
10811 (calculator-forced-input): Removed.
10812 (calculator-restart-other-mode): New variable.
10813 (calculator-mode-map): Set up menu.
fa78f71b 10814
32038c7a
GM
108152000-02-28 Jari Aalto <jari.aalto@poboxes.com>
10816
10817 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
10818 tags.
fa78f71b 10819
55d7ff38 108202000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
fa78f71b 10821
55d7ff38
MK
10822 * viper-cmd.el (viper-envelop-ESC-key): added the option to
10823 translate all ESC key sequences.
10824 (viper-goto-mark-subr): restore markers for files for which
10825 they were saved.
10826 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
10827 * viper-util.el (viper-set-replace-overlay-glyphs,
10828 viper-set-replace-overlay): always check if the replacement
10829 overlay is live.
10830 * viper.el (viper-vi-state-mode-list): added major modes.
10831 * ediff-wind.el: minor comment changes.
10832 * ediff.el: copyright notice date fix.
fa78f71b 10833
387023ee
JR
108342000-02-27 Jason Rumney <jasonr@gnu.org>
10835
10836 * faces.el (face-font-family-alternatives): Add arial to helv.
10837 (mode-line, header-line, tool-bar): Same default as x for w32.
10838 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
10839 face-font-family-alternatives from working.
10840 * term/w32-win.el (mouse-set-font): Do not build fontset from
10841 chosen font.
10842
f43d79c1
GM
108432000-02-25 Sam Steingold <sds@goems.com>
10844
5d80cc9c 10845 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
f43d79c1 10846 properly.
fa78f71b 10847
8b7bc628 108482000-02-25 Richard M. Stallman <rms@gnu.org>
f43d79c1
GM
10849
10850 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
10851
4eb8436f
GM
108522000-02-25 Gerd Moellmann <gerd@gnu.org>
10853
10854 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
10855 writable.
10856
449c3c52 10857 * frame.el (busy-cursor-delay-seconds): New option.
f5b58615 10858
42088c12
GM
108592000-02-24 Gerd Moellmann <gerd@gnu.org>
10860
10861 * frame.el (show-cursor-in-non-selected-windows): New option.
10862
c60ea02e
GM
108632000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10864
10865 * diary-lib.el (include-other-diary-files): Undo the selective
10866 display in any included file and don't kill it.
10867
d066de8e
EZ
108682000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
10869
10870 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
10871 bar. Menu items converted to (menu-item format, help strings
10872 added.
10873 [downcase, upcase]: Don't enable on MS-DOS.
10874 [symlink, symlinks]: Don't show if make-symbolic-link is not
10875 bound.
10876 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
10877
b6906b38
DL
108782000-02-23 Dave Love <fx@gnu.org>
10879
275cf1b2
DL
10880 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
10881 (backward-kill-word): Revert addition of * to interactive spec --
10882 it's a feature.
10883
10884 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
10885 (backward-kill-sentence, kill-sentence): Likewise.
10886
99d48056
DL
10887 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
10888 scratch buffer name.
10889 (gud-format-command): Use int-to-string in ?l case. Simplify
10890 slightly.
10891
10892 * term/w32-win.el (internal-face-interactive): Update prompt for
10893 new read-face-name.
10894
10895 * mail/footnote.el (footnote): Add :version to defgroup.
10896 (footnote-section-tag-regexp): Customize.
10897 (footnote-start-tag, footnote-end-tag): New option.
10898 (footnote-latin-regexp): New variable.
10899 (Footnote-latin): New function.
10900 (footnote-style-alist): Add element for latin style.
10901 (footnote-style): Moved.
10902 (Footnote-goto-footnote): Use eq to test arg.
10903
10904 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
10905
b6906b38
DL
10906 * emacs-lisp/byte-opt.el: Change old backquote syntax.
10907 (byte-compile-trueconstp): Include keywords.
10908 (byte-optimize-quote, byte-optimize-lapcode): Use
10909 byte-compile-const-symbol-p.
10910 (byte-optimize-char-before): New optimization.
10911
10912 * emacs-lisp/bytecomp.el: Change old backquote syntax.
10913 (byte-compile-const-symbol-p): New function.
10914 (byte-compile-constp, byte-compile-out-toplevel)
10915 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
10916 Use it.
10917
10918 * subr.el (define-key-after): Default AFTER to t. Doc fix.
10919
214f877f
KH
109202000-02-23 Kenichi Handa <handa@etl.go.jp>
10921
c709bcf1
KH
10922 * international/encoded-kb.el: Be sure to update minor-mode-alist
10923 and minor-mode-map-alist.
10924 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
10925 codes SS2 and SS3 correctly.
10926 (encoded-kbd-self-insert-ccl): New function.
10927 (encoded-kbd-setup-keymap): New function.
10928 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
10929 by calling encoded-kbd-setup-keymap.
10930
214f877f
KH
10931 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
10932 characters.
10933 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
10934 locally.
10935
b021ef18
DL
109362000-02-22 Dave Love <fx@gnu.org>
10937
10938 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
10939 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
10940 defvar.
10941 (lisp-mode-syntax-table): Set up for #|...|# comments.
10942 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
10943 classes. Match `defface'.
10944 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
10945 (eval-defun-1): Fix for defcustom.
10946 (lisp-indent-region): Doc fix.
10947
10948 * subr.el (when, unless, split-string): Doc fix.
10949 (read-passwd): Move call of clear-this-command-keys to the right
10950 place.
10951 (replace-regexps-in-string): New function.
10952
14cc00ad
GM
109532000-02-22 Gerd Moellmann <gerd@gnu.org>
10954
10955 * help.el (describe-variable): Set syntax table to
10956 emacs-lisp-mode-syntax-table when moving forward over the
10957 symbol's name.
10958
47da5efa
DL
109592000-02-22 Dave Love <fx@gnu.org>
10960
10961 * xt-mouse.el: Doc fixes.
10962 (xterm-mouse-position-function): New function, replacing advice of
10963 mouse-position.
10964 (xterm-mouse-mode): Use it. Don't turn on under a window system.
10965
10966 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
10967
f0a6c717
GM
109682000-02-21 Gerd Moellmann <gerd@gnu.org>
10969
10970 * format.el (format-annotate-single-property-change): Handle
10971 properties.with dotted-list values.
10972 (format-proper-list-p): New function.
10973
10974 * enriched.el (enriched-face-ans): Handle '(foreground-color
10975 . COLOR) and (background-color . COLOR).
10976
2be80b63
DL
109772000-02-20 Dave Love <fx@gnu.org>
10978
10979 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
10980 and assignments to it.
10981 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
10982 current local map.
10983 (make-flyspell-overlay): Use it.
10984 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
10985
10986 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
10987 (lm-get-header-re): Defun, not defsubst.
10988 (lm-get-package-name): Defun, not defsubst. Simplify.
10989 (lm-version): Doc fix. Simplify.
10990 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
10991 (lm-crack-address, lm-last-modified-date, lm-commentary)
10992 (lm-verify, lm-synopsis): Simplify.
10993 (lm-report-bug): Require emacsbug. Use compose-mail.
10994
329eed9f
GM
109952000-02-20 Gerd Moellmann <gerd@gnu.org>
10996
10997 * dired.el (dired-mode): Call propertized-buffer-identification
10998 to set mode-line-buffer-identification to something having
10999 the right text properties.
11000
11001 * bindings.el (propertized-buffer-identification): New function.
11002
be5bb146
DL
110032000-02-20 Dave Love <fx@gnu.org>
11004
11005 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
11006 check for t-mouse too.
11007
11008 * cus-start.el: Make echo-keystrokes `number'.
11009
1d4311c3
EZ
110102000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
11011
11012 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
11013 Don't call ring-empty-p unless tags-location-ring is bound.
11014 From Noah Friedman <friedman@splode.com>.
11015
a23c5037
TTN
110162000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
11017
11018 * progmodes/hideshow.el (hs-flag-region): No longer use
11019 `intangible' overlay property.
11020
11021 (hs-toggle-hiding): New command.
11022 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
11023
11024 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
11025 Fix omission bug: Run `hs-minor-mode-hook' for both activation
11026 and deactivation.
11027
b6a22bf8
GM
110282000-02-18 Gerd Moellmann <gerd@gnu.org>
11029
11030 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
11031
d621caf7
GM
110322000-02-17 Gerd Moellmann <gerd@gnu.org>
11033
3c0ed7ce
GM
11034 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
11035
d621caf7
GM
11036 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
11037 of `*' to handle `(* ... *)' comments.
11038
538d88fb
EZ
110392000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
11040
53c80cf6 11041 * faces.el (list-faces-display): Use display-mouse-p instead of
f24fef2f 11042 window-system.
53c80cf6 11043
538d88fb
EZ
11044 * menu-bar.el (global-map): Menu-bar items converted to the new
11045 format (menu-item..., rearranged for better CUA compliance, and
11046 their names changed for better clarity. Help strings added.
11047
11048 * international/mule-cmds.el (mule-menu-keymap)
11049 (describe-language-environment-map, set-coding-system-map)
11050 (setup-language-environment-map): Convert to new (menu-item...
11051 form, add help strings. Change names of menu items for better
11052 clarity. "Mule" menu-bar item removed (it's now in the "Options"
11053 submenu).
11054
8389e1e2 110552000-02-17 Gerd Moellmann <gerd@gnu.org>
84fe35f0 11056
a23c5037 11057 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
8389e1e2 11058 within the code.
a23c5037 11059
8389e1e2 110602000-02-16 Dave Love <fx@gnu.org>
a23c5037 11061
84fe35f0
DL
11062 * faces.el: Don't require custom. Add more specific :groups to
11063 various deffaces.
11064 (set-face-attribute): Purecopy args.
11065 (read-face-name): Default to name at point and use it in prompt.
11066 Remove colon from arg in all callers.
11067 (list-faces-display): Hyperlink to face descriptions and customize
11068 buffers.
11069
b2aeee30
DL
110702000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
11071
11072 * wid-edit.el (widget-match-inline): An atom never matches a
11073 list.
11074
99e95407
GM
110752000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11076
82d2c7c5
DL
11077 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
11078 at ':' characters by call to split-string.
99e95407
GM
11079
110802000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11081
82d2c7c5 11082 * textmodes/bibtex.el: Added RCS version identification.
99e95407
GM
11083
110842000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11085
82d2c7c5
DL
11086 * textmodes/bibtex.el: Some temporary comments removed.
11087 (bibtex-field-name, bibtex-entry-type): Made the relationship
11088 explicit.
11089 (bibtex-field-const): Allow capital letters.
11090 (bibtex-start-of-string): Deleted because unused.
11091
11092 * textmodes/bibtex.el: Unified some nomenclature. We no longer
11093 use the term 'reference' to describe a bibtex entry as a whole.
11094 Further, reference keys are no longer called 'labels'.
11095 (bibtex-keys): Renamed to bibtex-reference-keys.
11096 (bibtex-reformat-previous-labels): Renamed to
11097 bibtex-reformat-previous-reference-keys.
11098 (bibtex-reference-type): Renamed to bibtex-entry-type.
11099 (bibtex-reference-head): Renamed to bibtex-entry-head.
11100 (bibtex-reference-maybe-empty-head): Renamed to
11101 bibtex-entry-maybe-empty-head.
11102 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
11103 (bibtex-search-reference): Renamed to bibtex-search-entry.
11104 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
11105 bibtex-enclosing-entry-maybe-empty-head.
11106 (bibtex-entry-field-alist, bibtex-entry-head,
11107 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
11108 bibtex-map-entries, bibtex-search-entry,
11109 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
11110 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
11111 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
11112 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
11113 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
11114 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
11115 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
99e95407
GM
11116
111172000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11118
82d2c7c5
DL
11119 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
11120 comment.
11121 (bibtex-format-field-delimiters): New function, functionality
11122 extracted from bibtex-format-entry.
11123 (bibtex-autokey-get-yearfield-digits): New function, functionality
11124 extracted from bibtex-autokey-get-yearfield.
11125
11126 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
11127 entries in order to avoid stack overflow in the regexp matcher if
11128 field contents become large.
11129 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
11130 bibtex-field-string-part-not-braced,
11131 bibtex-field-string-part-no-inner-braces,
11132 bibtex-field-string-part-1-inner-brace,
11133 bibtex-field-string-part-2-inner-braces,
11134 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
11135 bibtex-field-string-quoted, bibtex-field-string,
11136 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
11137 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
11138 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
11139 as parsing is now performed by the following functions.
11140 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
11141 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
11142 bibtex-parse-field-string, bibtex-search-forward-field-string,
11143 bibtex-parse-association, bibtex-field-name-for-parsing,
11144 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
11145 bibtex-search-forward-field, bibtex-search-backward-field,
11146 bibtex-start-of-field, bibtex-end-of-field,
11147 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
11148 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
11149 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
11150 bibtex-parse-string, bibtex-search-forward-string,
11151 bibtex-search-backward-string, bibtex-start-of-string,
11152 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
11153 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
11154 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
11155 entries. Instead of reporting the results of the parsing by
11156 match-beginning or match-end, these functions return data structures
11157 that hold the corresponding positions.
11158 (bibtex-enclosing-field): Changed to also report field boundaries by
11159 return values rather than by match-beginning or match-end. The
11160 following functions have been adapted to use the new parsing
11161 functions.
11162 (bibtex-skip-to-valid-entry, bibtex-search-reference,
11163 bibtex-enclosing-field, bibtex-format-entry,
11164 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
11165 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
11166 bibtex-print-help-message, bibtex-end-of-entry,
11167 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
11168 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
11169 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
11170 method for parsing.
11171 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
11172 bibtex-map-entries, bibtex-flash-head,
11173 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
11174 bibtex-autokey-change, bibtex-autokey-get-namefield,
11175 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
11176 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
11177 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
11178 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
11179 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
11180 order to make the new binding of case-fold-search immediately
11181 visible.
99e95407
GM
11182
111832000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11184
82d2c7c5
DL
11185 * textmodes/bibtex.el: Copyright notice is up to date.
11186 Added constant 'bibtex-maintainer-salutation.
99e95407 11187
82d2c7c5
DL
11188 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
11189 than make-temp-name, use match-string-no-properties and eliminate
11190 a quadratic behavior when building bibtex-strings.
99e95407 11191
82d2c7c5
DL
11192 * bibtex.el (bibtex-reference-key): Accept string entries whose
11193 reference key contains upper case letters.
99e95407
GM
11194
111952000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11196
82d2c7c5
DL
11197 * bibtex.el (bibtex-reference-head): Allow entries to start with
11198 a new line.
99e95407
GM
11199
112002000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11201
82d2c7c5
DL
11202 * bibtex.el: Hiding of entry bodies is not longer provided by
11203 bibtex.el directly. Instead the hideshow package can be used.
11204 Added a special bibtex entry to hs-special-modes-alist.
11205 (bibtex-hs-forward-sexp): Added for hideshow.el.
8389e1e2
GM
11206
112072000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11208
f24fef2f
SM
11209 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
11210 at ':' characters by call to split-string.
8389e1e2
GM
11211
112122000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11213
f24fef2f 11214 * textmodes/bibtex.el: Added RCS version identification.
8389e1e2
GM
11215
112162000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11217
f24fef2f
SM
11218 * textmodes/bibtex.el: Some temporary comments removed.
11219 (bibtex-field-name, bibtex-entry-type): Made the relationship
11220 explicit.
11221 (bibtex-field-const): Allow capital letters.
11222 (bibtex-start-of-string): Deleted because unused.
fa78f71b 11223
f24fef2f
SM
11224 * textmodes/bibtex.el: Unified some nomenclature. We no longer
11225 use the term 'reference' to describe a bibtex entry as a whole.
11226 Further, reference keys are no longer called 'labels'.
11227 (bibtex-keys): Renamed to bibtex-reference-keys.
11228 (bibtex-reformat-previous-labels): Renamed to
11229 bibtex-reformat-previous-reference-keys.
11230 (bibtex-reference-type): Renamed to bibtex-entry-type.
11231 (bibtex-reference-head): Renamed to bibtex-entry-head.
11232 (bibtex-reference-maybe-empty-head): Renamed to
11233 bibtex-entry-maybe-empty-head.
11234 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
11235 (bibtex-search-reference): Renamed to bibtex-search-entry.
11236 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
11237 bibtex-enclosing-entry-maybe-empty-head.
11238 (bibtex-entry-field-alist, bibtex-entry-head,
11239 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
11240 bibtex-map-entries, bibtex-search-entry,
11241 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
11242 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
11243 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
11244 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
11245 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
11246 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
11247 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
8389e1e2
GM
11248
112492000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11250
f24fef2f
SM
11251 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
11252 comment.
11253 (bibtex-format-field-delimiters): New function, functionality
11254 extracted from bibtex-format-entry.
11255 (bibtex-autokey-get-yearfield-digits): New function, functionality
11256 extracted from bibtex-autokey-get-yearfield.
fa78f71b 11257
f24fef2f
SM
11258 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
11259 entries in order to avoid stack overflow in the regexp matcher if
11260 field contents become large.
11261 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
11262 bibtex-field-string-part-not-braced,
11263 bibtex-field-string-part-no-inner-braces,
11264 bibtex-field-string-part-1-inner-brace,
11265 bibtex-field-string-part-2-inner-braces,
11266 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
11267 bibtex-field-string-quoted, bibtex-field-string,
11268 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
11269 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
11270 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
11271 as parsing is now performed by the following functions.
11272 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
11273 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
11274 bibtex-parse-field-string, bibtex-search-forward-field-string,
11275 bibtex-parse-association, bibtex-field-name-for-parsing,
11276 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
11277 bibtex-search-forward-field, bibtex-search-backward-field,
11278 bibtex-start-of-field, bibtex-end-of-field,
11279 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
11280 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
11281 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
11282 bibtex-parse-string, bibtex-search-forward-string,
11283 bibtex-search-backward-string, bibtex-start-of-string,
11284 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
11285 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
11286 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
11287 entries. Instead of reporting the results of the parsing by
11288 match-beginning or match-end, these functions return data structures
11289 that hold the corresponding positions.
11290 (bibtex-enclosing-field): Changed to also report field boundaries by
11291 return values rather than by match-beginning or match-end. The
11292 following functions have been adapted to use the new parsing
11293 functions.
11294 (bibtex-skip-to-valid-entry, bibtex-search-reference,
11295 bibtex-enclosing-field, bibtex-format-entry,
11296 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
11297 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
11298 bibtex-print-help-message, bibtex-end-of-entry,
11299 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
11300 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
11301 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
11302 method for parsing.
11303 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
11304 bibtex-map-entries, bibtex-flash-head,
11305 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
11306 bibtex-autokey-change, bibtex-autokey-get-namefield,
11307 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
11308 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
11309 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
11310 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
11311 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
11312 order to make the new binding of case-fold-search immediately
11313 visible.
8389e1e2
GM
11314
113152000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11316
f24fef2f
SM
11317 * textmodes/bibtex.el: Copyright notice is up to date.
11318 Added constant 'bibtex-maintainer-salutation.
fa78f71b 11319
f24fef2f
SM
11320 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
11321 than make-temp-name, use match-string-no-properties and eliminate
11322 a quadratic behavior when building bibtex-strings.
fa78f71b 11323
f24fef2f
SM
11324 * bibtex.el (bibtex-reference-key): Accept string entries whose
11325 reference key contains upper case letters.
8389e1e2
GM
11326
113272000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11328
f24fef2f
SM
11329 * bibtex.el (bibtex-reference-head): Allow entries to start with
11330 a new line.
8389e1e2
GM
11331
113322000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11333
f24fef2f
SM
11334 * bibtex.el: Hiding of entry bodies is not longer provided by
11335 bibtex.el directly. Instead the hideshow package can be used.
11336 Added a special bibtex entry to hs-special-modes-alist.
11337 (bibtex-hs-forward-sexp): Added for hideshow.el.
99e95407
GM
11338
113392000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11340
82d2c7c5 11341 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
99e95407
GM
11342 proceedings entry type (for cross referencing). Thanks to Wagner
11343 Toledo Correa for the suggestion.
11344
82d2c7c5 11345 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
99e95407 11346
eae61d8f
KH
113472000-02-14 Kenichi Handa <handa@etl.go.jp>
11348
11349 * international/characters.el: Setup case table for Vietnamese.
11350
fb07a302
GM
113512000-02-12 Gerd Moellmann <gerd@gnu.org>
11352
11353 * uniquify.el (toplevel): Require CL at compile time.
11354 (uniquify-push): Removed.
11355
11356 * shadowfile.el (shadow-when): Removed.
11357
11358 * tempo.el (tempo-dolist, tempo-mapc): Removed.
11359 (tempo-process-and-insert-string): Use dolist instead of
11360 tempo-dolist.
11361
11362 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
11363 regexp for paragraph-start.
11364
11365 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
11366 commas as well.
11367
a0eddf92
DL
113682000-02-10 Dave Love <fx@gnu.org>
11369
11370 * wid-edit.el: (widgets) [defgroup]: Remove url link.
11371 (widget-color-choice-list, widget-color-history, widget-mouse-help):
11372 Deleted.
11373 (widget-specify-field, widget-specify-button): Don't use
11374 widget-mouse-help as help-echo property.
11375 (default): Use #'ignore for :validate and :mouse-down-action.
11376 (checkbox): Add help-echo.
11377 (widget-sexp-validate): Rewritten to clarify error messages.
11378 (character): Use char-valid-p in :match function.
11379 (widget-color-complete): Use facemenu-color-alist.
11380 (widget-color-action): Use facemenu-read-color.
11381
11382 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
11383 set up `caar' &c that we now have.
11384
82d2c7c5
DL
113852000-02-09 Ray Blaak <blaak@gnu.org>
11386
11387 * delphi.el: Make resourcestring a declaration region, like const
11388 and var.
11389
6cbc1482
DL
113902000-02-09 Dave Love <fx@gnu.org>
11391
11392 * bindings.el (mode-line-input-method-map): New variable.
11393 (mode-line-mule-info): Use it; fix last change.
11394 (mode-line-mode-menu): Move definition.
11395 (mode-line-mouse-sensitive-p): Deleted.
11396 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
11397 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
11398 level.
11399
11400 * startup.el (command-line-1): Don't call
11401 make-mode-line-mouse-sensitive.
11402
f7136ee8
GM
114032000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
11404
11405 * mail/rmail.el (rmail-retry-failure): Use
11406 rmail-beginning-of-message before rmail-toggle-header, because the
11407 former toggles headers.
11408
6e1d0d15
SM
114092000-02-06 Stefan Monnier <monnier@cs.yale.edu>
11410
fef8c55b
SM
11411 * diff-mode.el (diff-kill-junk): New interactive function.
11412 (diff-reverse-direction): Use delete-and-extract-region.
11413 (diff-post-command-hook): Restrict the area so that the hook also works
11414 outside of any diff hunk. This is necessary for the minor-mode.
11415 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
11416 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
11417
6e1d0d15
SM
11418 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
11419 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
11420 so that it can be used more easily in <foo>-mode-hook. Also make sure
11421 to avoid duplicate entries.
11422 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
11423 (font-lock-remove-keywords): Just as was done for `add', allow it to
11424 work even if font-lock-mode is nil. Also make sure we don't modify
11425 any pre-existing list by forcing a copy-sequence. Finally rename
11426 `major-mode' to `mode'.
11427 (font-lock-fontify-syntactic-anchored-keywords)
11428 (font-lock-fontify-anchored-keywords)
11429 (font-lock-fontify-keywords-region): Use line-end-position.
11430 Don't make `font-lock-multiline' local (it's now done in
11431 font-lock-set-defaults).
11432 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
11433 move the `font-lock-fontified' creation to inside the `unless'.
11434
a75dfea0
AI
114352000-02-06 Andrew Innes <andrewi@gnu.org>
11436
11437 * term/w32-win.el (x-handle-args): Comment out call to message,
11438 which occurs before window system is initialized.
11439
11440 * makefile.nt: Add support for recompiling lisp code.
11441
b85e9462
DL
114422000-02-04 Dave Love <fx@gnu.org>
11443
9ff33afb
DL
11444 * bindings.el (mode-line-mule-info): Fix/extend last change.
11445
b85e9462
DL
11446 * completion.el: Replace completion-dolist with dolist.
11447
11448 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
11449 dotimes.
11450
44dff075
CD
114512000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
11452
11453 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
11454 environment names before they go into the section regexp.
11455
11456 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
11457 char class in regexp.
11458
11459 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
11460 `case-fold-search' to nil.
11461
11462 * progmodes/idlwave.el (idlwave-template): Respect
11463 `idlwave-abbrev-change-case'.
11464 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
11465 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
11466 idlwave-while): respect `idlwave-reserved-word-upcase'.
11467 (idlwave-rw-case): New function.
11468 (idlwave-statement-match): Fixed problem with assignment regexp.
11469 (idlwave-font-lock-keywords): Improved regexp for keyword
11470 parameters.
a23c5037 11471 (idlwave-surround): New argument LENGTH to support padding of
44dff075
CD
11472 operators longer than 1 char.
11473
11474 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
11475 idlwave-shell-expression-overlay. Implemented printing of
11476 expressions on higher levels of the calling stack.
11477 (idlwave-shell-display-level-in-calling-stack): Restore stack
11478 level.
11479 (idlwave-retrieve-expression-from-level): New function.
11480 (idlwave-shell-last-calling-stack): Variable removed.
11481 (idlwave-shell-reset): Argument action reversed (`visible' to
11482 `hidden'). Also remove stop-line overlay.
11483 (idlwave-shell-calling-stack-routine): New variable.
11484 (idlwave-shell-parse-stack-and-display): Messages now display
11485 negative level numbers.
11486 (idlwave-shell-mode): Set `modeline-format'.
11487 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
11488 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
11489 21.
11490 (idlwave-shell-print-expression-function): New option.
a23c5037 11491
44dff075
CD
11492 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
11493 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
11494 `tool-bar' instead of `toolbar'.
11495
f26c34fd
DL
114962000-02-02 Dave Love <fx@gnu.org>
11497
11498 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
11499 emacs-lisp-mode-hook. Don't check for defalias being defined.
11500
11501 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
11502 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
11503 the new builtins directly.
11504
11505 * whitespace.el (whitespace): Add :version to defgroup.
11506
11507 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
11508 Doc fix.
11509
11510 * thingatpt.el (sexp-at-point, symbol-at-point)
11511 (number-at-point, list-at-point): Add autoload cookie.
11512
11513 * recentf.el (recentf): Add :version to defgroup.
11514
11515 * quickurl.el (quickurl): Add :version to defgroup.
11516
11517 * elide-head.el (elide-head): Use point-marker more.
11518
11519 * bs.el (bs): Add :version to defgroup.
11520
11521 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
11522
11523 * progmodes/delphi.el (delphi): Add :version to defgroup.
11524
d240a249
GM
115252000-02-02 Gerd Moellmann <gerd@gnu.org>
11526
11527 * ange-ftp.el (ange-ftp-write-region): Handle case that
11528 succeeding process operation sets a different coding system.
11529
11530 * calculator.el: New file.
11531
d5179a01
EZ
115322000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
11533
11534 * frame.el (frames-on-display-list, framep-on-display): New
11535 functions.
11536 (display-mouse-p, display-popup-menus-p, display-graphic-p)
11537 (display-selections-p, display-screens, display-pixel-width)
11538 (display-pixel-height, display-mm-width, display-mm-height)
11539 (display-backing-store, display-save-under, display-planes)
11540 (display-color-cells, display-visual-class): New functions.
11541
11542 * term/tty-colors.el (tty-color-gray-shades): New function.
11543
11544 * faces.el (display-color-p): Use framep-on-display.
11545 (display-grayscale-p): New function.
11546
968e00f0
DL
115472000-01-31 Dave Love <fx@gnu.org>
11548
11549 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
11550 (create-fontset-from-x-resource): Don't concat integers.
11551
2cb750ba
GM
115522000-01-31 Inge Frick <inge@nada.kth.se>
11553
11554 * view.el: Some changes in documentation. Removed some trailing
11555 whitespace. Changed some parameter names to agree with
11556 documentation.
11557 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
11558 window is not deleted. Modifies change 1998-04-26.
a23c5037 11559
74e9213b
GM
115602000-01-31 Gerd Moellmann <gerd@gnu.org>
11561
47569935
GM
11562 * windmove.el: New file.
11563
74e9213b
GM
11564 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
11565 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
2cb750ba 11566 progmodes/ebnf-yac.el: Update copyright and license info.
a23c5037 11567
74e9213b
GM
11568 * jit-lock.el (jit-lock-function): Widen before calculating end
11569 position.
11570 (jit-lock-stealth-chunk-start): Rewritten.
11571
11572 * info.el (Info-title-face-alist): Removed.
11573 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
11574 faces.
11575 (Info-fontify-node): Use these faces.
11576
994c5afe
GM
115772000-01-30 Gerd Moellmann <gerd@gnu.org>
11578
11579 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
11580 (cl-macro-list1): Recognize `&allow-other-keys' instead of
11581 `&allow-other-keywords'.
11582
11583 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
11584 the list of directories scanned heuristically.
11585
11586 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
11587 exist.
11588
f00276e3
JR
115892000-01-30 Jason Rumney <jasonr@gnu.org>
11590
11591 * w32-fns.el: Define w32-tty-standard-colors.
11592
11593 * startup.el (command-line): Use w32-tty-standard-colors when in
11594 w32 console mode.
11595
cc4dfff0
DL
115962000-01-30 Dave Love <fx@gnu.org>
11597
e645e77b
DL
11598 * jka-compr.el (jka-compr-load): Fix up load-history.
11599
cc4dfff0
DL
11600 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
11601
11602 * emacs-lisp/cl-macs.el: Revert previous change.
11603
16215eb0
DL
116042000-01-29 Dave Love <fx@gnu.org>
11605
11606 * facemenu.el: Purecopy various strings.
11607
11608 * timezone.el (timezone-fix-time): Window against 69 for two-digit
11609 years. Deal with three-digit years.
11610
11611 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
11612 defconst, purecopy.
11613 (help-back-label): Purecopy it.
11614
bbd9b566
GM
116152000-01-18 Gerd Moellmann <gerd@gnu.org>
11616
11617 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
11618 variable. If non-nil, order the buffer list according to the
11619 currently selected frame.
11620 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
11621 non-nil, pass the selected frame to function buffer-list.
a23c5037 11622
887448e1
GM
116232000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11624
11625 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
11626
7df85084
DL
116272000-01-28 Dave Love <fx@gnu.org>
11628
142e109c
DL
11629 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
11630
7df85084
DL
11631 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
11632 Don't use lisp-indent-hook property.
11633 (cl-abs): Remove.
11634
11635 * subr.el: Move out indent and edebug specs for when and unless.
11636
11637 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
11638 when, unless.
11639
11640 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
11641 unless, when.
11642
3b43c01c
GM
116432000-01-28 Gerd Moellmann <gerd@gnu.org>
11644
d060bc9f
GM
11645 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
11646 `collecting' as synonym for `collect'.
11647
11648 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
11649 for the case it contains spaces.
11650
11651 * simple.el (what-cursor-position): Change formatting of
11652 messages.
11653
b02786f9
GM
11654 * frame.el (delete-other-frames): New function.
11655 (toplevel): Bind it to C-x 5 1.
11656
efd68b8a
GM
11657 * sort.el (sort-numeric-base): New option.
11658 (sort-numeric-fields): If number starts with `0' or `0[xX[',
11659 interpret it as octal or hexadecimal. Use sort-numeric-base
11660 as default base.
11661
3b43c01c
GM
11662 * progmodes/glasses.el: New file.
11663
984ae001
GM
116642000-01-27 Gerd Moellmann <gerd@gnu.org>
11665
a0b796e3
GM
11666 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
11667 userids differently.
11668
984ae001
GM
11669 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
11670 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
11671 progmodes/ebnf-yac.el: New files.
11672
6c67ddee
DL
116732000-01-26 Dave Love <fx@gnu.org>
11674
11675 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
11676 on a function with an empty body. [From Eric Ludlam.]
11677
4e6473c8
GM
116782000-01-25 Andre Spiegel <spiegel@gnu.org>
11679
11680 * vc.el (vc-version-diff): Make sure file name is expanded.
11681
e12489f9
GM
116822000-01-25 Gerd Moellmann <gerd@gnu.org>
11683
11684 * scroll-bar.el (scroll-bar-timer): Variable removed.
11685 (scroll-bar-toolkit-scroll): Don't use a timer.
11686
8dbe2b07
KH
116872000-01-25 Kenichi Handa <handa@etl.go.jp>
11688
11689 * language/thai-util.el (thai-composition-function): Delete
11690 superfluous `a'.
11691
26ef1c87
DL
116922000-01-24 Dave Love <fx@gnu.org>
11693
11694 * fortran.el (fortran-mode): Use beginning-of-defun-function,
11695 end-of-defun-function.
11696
11697 * font-lock.el (turn-on-font-lock): Don't depend on window-system
11698 &c.
11699
7ed4e9a7
JR
117002000-01-22 Jason Rumney <jasonr@gnu.org>
11701
11702 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
11703 conflicts with new face support.
11704
8b7bc628 117052000-01-22 Richard M. Stallman <rms@gnu.org>
d2ce3151
RS
11706
11707 * replace.el (query-replace): Rename last arg to DELIMITED.
11708 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
11709 (query-replace-regexp): Likewise.
11710
8b7bc628 117112000-01-20 Richard M. Stallman <rms@gnu.org>
2d5e9b54 11712
02b14400
RS
11713 * subr.el (with-syntax-table): Use make-symbol, not gensym.
11714
5bb6f079
RS
11715 * emacs-lisp/lisp.el (beginning-of-defun-function):
11716 Variable renamed from beginning-of-defun.
11717 Do not call make-variable-buffer-local.
11718 (beginning-of-defun-raw): Use new variable name; doc fix.
11719 (beginning-of-defun): Doc fix.
11720 (end-of-defun-function): Variable renamed from end-of-defun.
11721 Do not call make-variable-buffer-local.
11722 (end-of-defun): Use new variable name; doc fix.
11723
02b14400
RS
11724 * subr.el (dolist, dotimes): Copied from cl-macs.el
11725 and made to work.
2d5e9b54 11726
a23c5037 11727 * mail/undigest.el (rmail-digest-end-regexps):
2d5e9b54
RS
11728 Variable replaces rmail-digest-end-regexp.
11729 Allows multiple regexps for detecting the end line.
11730 (undigestify-rmail-message): Corresponding changes.
11731
60af03f1
DL
117322000-01-19 Dave Love <fx@gnu.org>
11733
fe5d99e1
DL
11734 * files.el (user-init-file): Don't declare here -- is primitive.
11735
60af03f1
DL
11736 * startup.el (command-line): Check for compiled user-init-file and
11737 set to uncompiled version if necessary.
11738
72dbbc7d
GM
117392000-01-18 Gerd Moellmann <gerd@gnu.org>
11740
6a1950ec
GM
11741 * mail/undigest.el (rmail-digest-end-regexp): New user option.
11742 (undigestify-rmail-message): Use it.
11743
72dbbc7d
GM
11744 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
11745
fbe91bbd
GM
117462000-01-17 Gerd Moellmann <gerd@gnu.org>
11747
11748 * tmm.el (tmm-goto-completions): Adapt to prompt being part
11749 of mini-buffer.
11750
33a6685b
GM
117512000-01-14 Gerd Moellmann <gerd@gnu.org>
11752
b3303df7
GM
11753 * emacs-lisp/copyright.el (copyright-update): Removed the
11754 requirement for a trailing space from `copyright-regexp', to
11755 support copyrights with owner specified on a separate line..
a23c5037 11756
3c4c8064
GM
11757 * align.el: New file.
11758
33a6685b
GM
11759 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
11760
11761 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
11762
044a4975
DL
117632000-01-13 Dave Love <fx@gnu.org>
11764
11765 * ph.el: Removed. (Obsoleted by EUDC.)
11766
0a352cd7
GM
117672000-01-13 Gerd Moellmann <gerd@gnu.org>
11768
11769 * net/eudc.el (toplevel): Remove autoloaded code installing
11770 menu with easymenu, because that causes build problems.
11771
11772 * frame.el (frame-notice-user-settings): New variable.
11773 (frame-notice-user-settings): Don't modify frame parameters
11774 if called a second time.
11775
8b7bc628 117762000-01-13 Richard M. Stallman <rms@gnu.org>
0a352cd7
GM
11777
11778 * frame.el (frame-notice-user-settings):
11779 Notice default-frame-parameters even for non-window frames.
11780
feb450e0
GM
117812000-01-13 Gerd Moellmann <gerd@gnu.org>
11782
11783 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
11784 for Emacs.
11785 (eudc-bob-can-display-inline-images): Extend for Emacs.
11786 (eudc-bob-toggle-inline-display): Ditto.
11787 (eudc-bob-display-jpeg): Ditto.
11788
99c6d63b
GM
117892000-01-12 Gerd Moellmann <gerd@gnu.org>
11790
7970b229
GM
11791 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
11792 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
11793 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
a23c5037 11794
e4936aa9
GM
11795 * add-log.el (add-change-log-entry): Fix error trying an `(insert
11796 nil)'.
11797
11798 * subdirs.el: Add `net' directory.
11799
133c9e59
GM
11800 * net: New directory.
11801
99c6d63b
GM
11802 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
11803 eval-last-sexp. Don't bind debug-on-error here.
11804 (eval-last-sexp): New function. Bind debug-on-error if
11805 eval-expression-debug-on-error is non-nil.
11806 (eval-defun-2, eval-defun): Likewise.
11807
11808 * simple.el (eval-expression): Don't bind debug-on-error if
11809 eval-expression-debug-on-error is nil. Detect changed
11810 debug-on-error, and propagate new value to global binding, if
11811 eval-expression-debug-on-error is non-nil,
11812 (eval-expression-debug-on-error): Change doc string.
a23c5037 11813
8b7bc628 118142000-01-11 Richard M. Stallman <rms@gnu.org>
83c8f461
RS
11815
11816 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
11817
11818 * emacs-lisp/lisp-mode.el (with-syntax-table):
11819 Set up lisp-indent-function property.
11820
11821 * subr.el (with-syntax-table): Moved from simple.el.
11822
11823 * simple.el (with-syntax-table): Moved to subr.el.
11824
7e3c74fa
GM
118252000-01-11 Gerd Moellmann <gerd@gnu.org>
11826
1fab1775
GM
11827 * tmm.el (tmm-shortcut): Delete region after prompt instead
11828 of erasing buffer.
11829
7e3c74fa 11830 * textmodes/fill.el (fill-common-string-prefix): New function.
133c9e59
GM
11831 (fill-context-prefix): Use the longest common prefix of first
11832 and second line fill prefix, if there is one.
7e3c74fa 11833
8b7bc628 118342000-01-11 Richard M. Stallman <rms@gnu.org>
782bd3ec
RS
11835
11836 * array.el (array-mode): Don't use make-variable-buffer-local.
11837 Use make-local-variable for `truncate-lines'.
11838
aa705642 118392000-01-11 Jari Aalto <jari.aalto@poboxes.com>
57df2446 11840
aa705642
GM
11841 * add-log.el (add-log-current-defun): Handle user-defined
11842 add-log-current-function returning nil,
a23c5037 11843
57df2446 11844 * add-log.el (add-change-log-entry): Insert version number
aa705642 11845 if having found a current function
c1356086
GM
11846
11847 * add-log.el (add-log-current-defun): Call
11848 `add-log-current-defun-function'. Try matches at level 0 and
11849 level 1. Strip whitespace from defun found.
a23c5037 11850
1d8c59e9
RS
118512000-01-10 John Wiegley <johnw@gnu.org>
11852
11853 * allout.el (isearch-done/outline-provisions): Added `edit'
11854 argument to correspond with the current definition of
11855 `isearch-done'.
11856
8cf87e9b
DL
118572000-01-10 Dave Love <fx@gnu.org>
11858
11859 * elide-head.el (elide-head): Use point-marker, not point.
11860
9050446c
GM
118612000-01-10 Gerd Moellmann <gerd@gnu.org>
11862
8321b22a
GM
11863 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
11864 before and after the year 2000.
a23c5037 11865
9050446c
GM
11866 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
11867 Add ispell- prefix.
11868
118692000-01-10 Ken Stevens <k.stevens@ieee.org>
11870
11871 * ispell.el: Only define dictionaries in menus when they exist.
11872 (version18p): New variable.
11873 (version20p): New variable.
11874 (xemacsp): New variable.
11875 (ispell-choices-win-default-height): Fix for XEmacs visibility.
11876 (ispell-dictionary-alist1): Added Brasileiro dictionary.
11877 (ispell-dictionary-alist6): Russian command lines no longer accept
f24fef2f 11878 run-together words.
9050446c
GM
11879 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
11880 (ispell-dictionary-alist): Add koi8-r to customize definition.
11881 (check-ispell-version): Added documentation string. Returns
f24fef2f 11882 library path when called non-interactively.
9050446c
GM
11883 (ispell-menu-map-needed): Uses new variables.
11884 (ispell-library-path): New variable.
11885 (ispell-decode-string): XEmacs fix for bogus variable bindings.
11886 (ispell-word): Improved documentation string. Test for valid
11887 character mappings. Correctly check typed in word changes that can
11888 result in single words split into multiple words. Returns
11889 replacement word.
11890 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
11891 replace in recursive query replace mode. Help message for
11892 recursive edit mode.
11893 (ispell-show-choices): Protect against bad framepop bindings.
11894 (ispell-help): Fix to work with XEmacs.
11895 (ispell-highlight-spelling-error): Use new variables.
11896 (ispell-overlay-window): Fix to work with XEmacs.
11897 (ispell-parse-output): Passed and returns location information
11898 tracking spelling corrections. Doesn't recheck same word on
11899 current line.
11900 (ispell-init-process): Protect against bogus XEmacs variable binding.
11901 Fix call to single argument in sleep-for. Use new variables.
11902 (ispell-region): Passed and returns location information tracking
11903 spelling corrections. Doesn't check same word on current line.
11904 Improved documentation string. Doesn't resend a line already
11905 checked to the ispell process - fixes bug in LaTeX parsing.
11906 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
11907 (ispell-skip-region): No longer skips <TT> in SGML.
11908 (ispell-process-line): Tracks location information with spelling
11909 corrections. Added documentation string. Accounts for words
11910 already accepted on this line. Don't allow query-replace on line
11911 starting with math characters. Doesn't resend a line already sent
11912 to ispell process. Fixes alignment error bug.
a23c5037 11913
8b7bc628 119142000-01-10 Richard M. Stallman <rms@gnu.org>
6d0c28f4 11915
a23c5037 11916 * dired-x.el (dired-guess-shell-alist-default):
8f3efb4e
RS
11917 Suggest xloadimage, which is free, not xv, which isn't.
11918
a23c5037 11919 * ange-ftp.el (ange-ftp-file-name-nondirectory):
6d0c28f4
RS
11920 Don't ever include the host name or user name in the value.
11921
9ed79f5d
GM
119222000-01-09 Gerd Moellmann <gerd@gnu.org>
11923
11924 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
11925 of a real newline.
11926
b950abb1
GM
119272000-01-09 Stephen Eglen <stephen@gnu.org>
11928
a23c5037 11929 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
b950abb1
GM
11930 for .png files.
11931
3c708e98
GM
119322000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
11933
11934 * cus-edit.el (custom-hook-convert-widget): Fix comment.
11935
bf61662d
GM
119362000-01-09 Gerd Moellmann <gerd@gnu.org>
11937
f1d851ae
GM
11938 * progmodes/cperl-mode.el: Replace ^F with ^L.
11939
bf61662d 11940 * sendmail.el (toplevel): Provide `sendmail' when compiling
a23c5037 11941 before `require'ing rmail and mailalias to prevent infinite
bf61662d
GM
11942 recursion.
11943
c65d14ee
DL
119442000-01-08 Dave Love <fx@gnu.org>
11945
8cf87e9b
DL
11946 * emacs-lisp/backquote.el: Remove inappropriate customization
11947 (allowing custom.el to use backquote).
c65d14ee 11948
83de2ebc
DL
119492000-01-07 Dave Love <fx@gnu.org>
11950
11951 * add-log.el (add-log-debugging): Deleted.
11952 (add-change-log-entry): Treat a backup FILE-NAME as its parent
11953 file. Remove debugging code.
11954 (change-log-get-method-definition, change-log-name): Add doc.
11955 (change-log-sortable-date-at): New function.
11956 (change-log-merge): New command.
11957
11958 * time.el (display-time-string-forms): Make the Mail string active.
11959 (display-time-update): Provide help-echo for load average.
11960
11961 * bindings.el (make-mode-line-mouse2-map): New function.
11962 (mode-line-modified): Use it and simplify.
11963 (mode-line-mule-info): Provide help-echo info.
11964 (minor-mode-alist): Activate the strings.
11965 (make-mode-line-mouse-sensitive): Simplify for
11966 mode-line-buffer-identification.
11967
c1475eae
GM
119682000-01-07 Gerd Moellmann <gerd@gnu.org>
11969
11970 * play/pong.el: New file.
11971
83de2ebc
DL
119722000-01-06 Dave Love <fx@gnu.org>
11973
11974 * array.el: Assorted cleanups for compiler warnings, doc strings,
11975 `array-' prefix for symbols.
11976
119772000-01-05 Dave Love <fx@gnu.org>
11978
11979 * textmodes/outline.el (outline-mode-menu-bar-map): Add
11980 outline-headers-as-kill.
11981 (outline-mode): Define imenu-generic-expression.
11982 (outline-headers-as-kill): New command.
11983
11984 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
11985 from paragraph-start.
11986 (paragraph-indent-minor-mode): New command.
11987
11988 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
11989 M-C-e, M-C-h, C-j, C-xnd, TAB.
11990 (fortran-mode): Set beginning-of-defun, end-of-defun.
11991 (fortran-column-ruler): Simplify.
11992 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
11993 (fortran-with-subprogram-narrowing): Likewise.
11994 (fortran-indent-subprogram): Call mark-defun.
11995 (fortran-check-for-matching-do): Change narrowing.
11996
11997 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
11998 (cl-lucid-hash-tag): Delete.
11999 (cl-hash-table-p): Correct test for native table.
12000 (cl-hash-table-count): Use hash-table-count.
12001
12002 * browse-url.el (browse-url): Fix case of
12003 browse-url-browser-function being an alist.
12004
676ac023
CD
120052000-01-05 Carsten Dominik <cd@gnu.org>
12006
c1475eae
GM
12007 * textmodes/reftex-vars.el (reftex-parse-file-extension)
12008 (reftex-index-phrase-file-extension): New options.
676ac023
CD
12009
12010 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
c1475eae 12011 Use new option `reftex-index-phrase-file-extension'.
676ac023
CD
12012
12013 * textmodes/reftex.el (reftex-access-parse-file): Use new option
c1475eae 12014 `reftex-parse-file-extension'.
eb483e17 12015
88807984
DL
120162000-01-05 Dave Love <fx@gnu.org>
12017
83de2ebc 12018 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
88807984
DL
12019 (beginning-of-defun-raw): Use it.
12020 (end-of-defun): New variable.
12021 (end-of-defun): Use it.
12022 (check-parens): New command.
12023
1362aeb4
TTN
120242000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
12025
c1475eae
GM
12026 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
12027 (hs-show-block): Don't use `mapcar' when not accumulating.
1362aeb4 12028
7ddafb95
TTN
12029 Fix buglet in local variables initialization.
12030
7334aa99
AS
120312000-01-05 Andreas Schwab <schwab@suse.de>
12032
12033 * hscroll.el (hscroll): Doc fix.
12034
b12e24cd
CD
120352000-01-05 Carsten Dominik <cd@gnu.org>
12036
12037 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
12038 idlw-toolbar.
12039
12040 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
12041 file idlw-rinfo.el.
1362aeb4
TTN
12042 (idlwave-customize): load must read file idlw-shell.el.
12043 (idlwave-create-customize-menu): load must read file idlw-shell.el.
b12e24cd 12044
d6226972
CD
120452000-01-05 Carsten Dominik <dominik@astro.uva.nl>
12046
12047 * progmodes/idlw-shell.el: Also provide idlwave-shell
12048 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
12049 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
12050
12051 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
12052 both reftex-dcr and reftex-vcr.
1362aeb4 12053
d6226972
CD
12054 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
12055
6ddb893f 120562000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
894ee0a2
KH
12057
12058 * ps-print.el: PostScript code now is in separate files, doc fix.
12059 (ps-print-version): New version number (5.0.3).
12060 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
12061 local.
12062 (ps-spool-config): Initialization fix.
c1475eae
GM
12063 (ps-print-prologue-1, ps-print-prologue-2)
12064 (ps-print-duplex-feature): PostScript code moved to separated file.
894ee0a2
KH
12065 (ps-background-image): Little code reformating.
12066 (ps-begin-file, ps-begin-job): Fix code.
88807984 12067 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
894ee0a2
KH
12068 (ps-prologue-file): New fun.
12069
ae833aae
KH
120702000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12071
c1475eae 12072 * ps-vars.el: Eliminated.
ae833aae
KH
12073
12074 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
12075 `;;;###autoload'.
12076
12077 * ps-print.el: ps-vars eliminated, doc fix.
12078 (ps-print-version): New version number (5.0.2).
12079 (ps-spool-config): Initialization fix.
12080 (ps-print-customize): New fun.
12081
560a7bd2
GM
120822000-01-04 Gerd Moellmann <gerd@gnu.org>
12083
12084 * autorevert.el (auto-revert-mode): Return value of
12085 auto-revert-mode.
12086
f45dd0f4
DL
120872000-01-04 Dave Love <fx@gnu.org>
12088
fae2ac05
DL
12089 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
12090 menu items.
f45dd0f4 12091
61255981
DL
120922000-01-03 Dave Love <fx@gnu.org>
12093
88807984 12094 * elide-head.el (elide-head) [defgroup]: Add :version.
c282ca4d 12095
83de2ebc 12096 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
61255981
DL
12097 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
12098 `cl-hash-table-p', not `hash-table-p'.
12099 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
12100
c182a70f
EZ
121012000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
12102
12103 * faces.el (face-read-integer, read-face-attribute)
12104 (color-defined-p, color-values): unspecified-{f,b}g are now
12105 strings.
12106
047f434a
GM
121072000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
12108
12109 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
12110 at comment end, and re-insert them after filling.
12111
bab531e2
EZ
121122000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
12113
12114 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
f7002084
EZ
12115 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
12116 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
bab531e2 12117
d684c676
EZ
121182000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
12119
12120 * term/x-win.el (xw-defined-colors): Call color-supported-p,
12121 the new name of face-color-supported-p.
12122
12123 * term/w32-win.el (xw-defined-colors): Likewise.
12124
0aad4805
EZ
121252000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
12126
12127 * simple.el (completion-setup-function): Count completion-size
12128 from minibuffer-prompt-end, not from point-min.
12129
5fe1d139
EZ
121302000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
12131
12132 * faces.el (read-face-attribute, defined-colors, color-defined-p):
12133 Pass the frame to tty-color-* functions.
12134 (display-color-p, frame-set-background-mode): Pass the frame to
12135 tty-display-color-p.
12136
12137 * term/tty-colors.el (tty-defined-color-alist): Renamed from
12138 tty-color-alist.
12139 (tty-color-alist, tty-modify-color-alist): New functions.
12140 (tty-color-define, tty-color-clear, tty-color-approximate)
12141 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
12142 an optional parameter FRAME.
12143
162dec01
GM
121442000-01-01 Gerd Moellmann <gerd@gnu.org>
12145
27189709
GM
12146 * image.el (create-image, defimage): Don't assume image data is a
12147 string.
12148
162dec01
GM
12149 * image.el (defimage): Handle specifications containing :data
12150 instead of :file.
12151 (image-type-from-data): New function.
12152 (image-type-from-file-header): Use it.
12153 (create-image): Add parameter DATA-P.
1362aeb4 12154
bea56df7 12155See ChangeLog.8 for earlier changes.
25a6fab1
KH
12156
12157;; Local Variables:
e64c3a75 12158;; coding: iso-2022-7bit
25a6fab1 12159;; End: