(ange-ftp-file-writable-p)
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
0e14fe9f
GM
12000-11-16 Gerd Moellmann <gerd@gnu.org>
2
3 * net/ange-ftp.el (ange-ftp-file-writable-p)
4 (ange-ftp-file-readable-p, ange-ftp-file-executable-p): Bind
5 ange-ftp-process-verbose to nil.
6
da645c53
DL
72000-11-15 Dave Love <fx@gnu.org>
8
233d5cde
DL
9 * wid-edit.el (widget-specify-field, widget-specify-button): If
10 :help-echo is a function, set help-echo of overlay to
11 widget-mouse-help.
12 (widget-mouse-help): New function.
13 (widget-echo-help): Rewritten for :help-echo functions only taking
14 a widget arg.
15
b12057b9
DL
16 * net/eudc-bob.el (eudc-bob-can-display-inline-images): Use
17 display-graphic-p.
18 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
19 and that JPEG is available.
20 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
21
da645c53
DL
22 * international/mule-cmds.el (locale-charset-language-names):
23 Match @euro.
24
6d133d1f
GM
252000-11-15 Gerd Moellmann <gerd@gnu.org>
26
27 * faces.el (face-set-after-frame-default): If
0e14fe9f 28 `inhibit-default-face-x-resources' is bound, don't intialize the
6d133d1f
GM
29 default face from X resources.
30
49ac2ac5
EZ
312000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
32
33 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
34 Don't set EMACSLOADPATH.
35
4fb0a34c
EZ
362000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
37
38 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
39 texinfo-insert-@url.
40 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
41 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
42
bb304a7a
SM
432000-11-14 Stefan Monnier <monnier@cs.yale.edu>
44
82bc80bf
SM
45 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
46 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
47 (checkdoc-minor-keymap): Backward compatibility.
48 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
49 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
50 (checkdoc-this-string-valid-engine): Be a bit more strict
51 to avoid matching substrings of `...' quoted vars/funs.
52 (checkdoc-defun-info): Only look for `interactive' if alone.
53 (debug-ignored-errors): Add "arg doesn't appear in docstring".
54
e8c87124
SM
55 * progmodes/compile.el (grep): `tag-default' can be nil.
56
bb304a7a
SM
57 * newcomment.el (comment-indent): Paren typo.
58
8628686a
DL
592000-11-14 Dave Love <fx@gnu.org>
60
25c269ef
DL
61 * calculator.el: New maintainer version.
62
63 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff
64 pattern.
65
8628686a
DL
66 * cmuscheme.el: Doc fixes.
67 (cmuscheme) <defgroup>: Use `scheme' as parent.
68 (cmuscheme-program-name): Remove. Change uses to
69 scheme-program-name.
70
71 * xscheme.el (scheme-program-name): Don't define here.
72
73 * progmodes/scheme.el (scheme-program-name): New variable
74 (originally in cmuscheme).
75
88f0a1eb
MB
762000-11-14 Miles Bader <miles@gnu.org>
77
78 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
79 Handle header-lines. Don't loop forever if we can't enlarge the
80 window anymore. Simplify a bit.
81
cd9a000c
KH
822000-11-14 Kenichi Handa <handa@etl.go.jp>
83
84 * window.el (fit-window-to-buffer): Don't check
85 window-text-height. Assure that the last line is fully visible.
86
87 * international/quail.el (quail-show-guidance-buf): Call
88 fit-window-to-buffer to assure the enough height of the guidance
89 buffer.
90 (quail-update-guidance): Avoid making the guidance buffer shorter.
91
d3fcda22
SM
922000-11-14 Stefan Monnier <monnier@cs.yale.edu>
93
bdbd9606
SM
94 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
95 rather than `prepend' and add an interesting comment.
96 (tex-math-face, tex-font-lock-syntactic-face-function):
97 New face and function to use it.
98 (tex-define-common-keys, tex-mode-map): Use menu-item rather
99 than `menu-enable' symbol property.
100 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
101 (tex-mode): Add some latex-mode commands for auto-selection.
102 Use tex-font-lock-syntactic-face-function.
103 (tex-insert-quote): Simplify.
104 (tex-shell): New mode.
105 (tex-start-shell): Use it.
106 (tex-shell-proc, tex-shell-buf): New functions.
107 (tex-send-command): Use it.
108 (tex-main-file): Fix the meaning of the new arg REALFILE.
109 (tex-send-tex-command): New function split from `tex-start-tex'.
110 Set compilation-last-buffer and compilation-parsing-end.
111
d3fcda22
SM
112 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
113 when it follows non-comment text on the line.
114
115 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
116 Set font-lock-defaults.
117 (lisp-mode-shared-map): Init inside the defvar.
118 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
119 Use define-derived-mode.
120
bdab1d43
MB
1212000-11-14 Miles Bader <miles@lsi.nec.co.jp>
122
123 * faces.el (header-line): Use `:box nil' for color/gs displays too.
124
936ae731
GM
1252000-11-14 Gerd Moellmann <gerd@gnu.org>
126
127 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda): Don't
128 recursively optimize body because that can lead to infinite
129 recursion; see comment there.
130
1695ca2b
EZ
1312000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
132
133 * faces.el (face-spec-set-match-display): Revert the change from
134 2000-10-24. Add a FIXME for after v21.1.
135
9d348294
MB
1362000-11-13 Miles Bader <miles@gnu.org>
137
138 * textmodes/fill.el (skip-line-prefix): New function.
139 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
140 (fill-paragraph): Don't leave point inside the fill-prefix.
88f0a1eb
MB
141 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
142 point inside the fill-prefix.
9d348294 143
b85fa13c
MB
1442000-11-13 Miles Bader <miles@lsi.nec.co.jp>
145
146 * calendar/calendar.el (generate-calendar-window): Use
147 `fit-window-to-buffer'.
148
a0b47716
SM
1492000-11-12 Stefan Monnier <monnier@cs.yale.edu>
150
151 * gud.el (gud-minor-mode): New var.
152 (gud-symbol, gud-val): New functions.
153 (gud-find-file): Copy gud-minor-mode to the new buffer.
154 (gud-menu-map): Include entries for commands that are not always
155 available, using :enable to (de)activate them.
156 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
157 (gud-mode-map): New map.
158 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
159 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
160 Don't set up gud's menu (it's done by the minor-mode).
161 (gud-minibuffer-local-map): New.
162 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
163 (gud-query-cmdline): New function.
164 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
165 (gud-mode): Use define-derived-mode.
166 Don't set up gud's menu (it's done by the minor-mode).
167 (gud-chop-words): Remove.
168 (gud-common-init): Use split-string instead.
169 (gud-new-keymap, gud-make-debug-menu): Eradicate.
170
171 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
172 Add keyword arg :name.
173
174 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
175 (diff-count-matches, diff-split-hunk): New functions.
176 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
177
178 * pcvs-info.el (cvs-fi-conflict-face): New var.
179
180 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
181 Make it into a simple syntax-table, shared among all submodes.
182 (sh-heredoc-face): Re-introduce.
183 (sh-font-lock-syntactic-face-function): New function.
184 (sh-mode): Use it. Also use define-derived-mode.
185 Remove old bogus setting of indent-region-function.
186 (sh-set-shell): Don't set the syntax-table any more.
187 (sh-mode-syntax-table) <defun>: Remove.
188
f5ed37df
MB
1892000-11-12 Miles Bader <miles@gnu.org>
190
191 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
192 message if interactive.
193
0b074c2f
DL
1942000-11-12 Dave Love <fx@gnu.org>
195
196 * mail/feedmail.el: Fix header,
197 (feedmail) <defgroup>: Add :link.
198
199 * view.el: Use local-map property, not keymap on mode-line string.
200
201 * scroll-all.el (scroll-all-mode): Customize variable. Add
202 autoload cookie to function.
203
204 * lazy-lock.el: Remove compatibility code.
205
206 * finder.el (finder-known-keywords): Add `files', remove `vms'.
207 (finder-help-echo): New variable.
208 (finder-mouse-face-on-line): Add help-echo stuff.
209 (finder-list-keywords, finder-list-matches): Use mapc.
210
211 * faces.el (face-font-registry-alternatives): Add :version.
212
213 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
214 tags-table-list.
215
a0b47716 216 * net/browse-url.el (browse-url-browser-function): Update :version.
0b074c2f 217
a0b47716 218 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
0b074c2f
DL
219 (mail-mode): Use [:alnum:] in some regexps.
220
6d502396
DL
2212000-11-10 Dave Love <fx@gnu.org>
222
223 * ediff.el (ediff-regions-internal, ediff-documentation):
224 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
225 fundamental mode.
226
227 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
228 buffer into fundamental mode.
229 (ediff-set-difference): Use copy-sequence if available.
230
231 * ediff-ptch.el (ediff-dispatch-file-patching-job): Check
232 ediff-patch-map non-nil.
233 (ediff-fixup-patch-map, ediff-fixup-patch-map)
234 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
235 buffer into fundamental mode.
236
237 * ediff-merg.el (state-or-merge): Defvar when compiling.
238
a82fe213
JR
2392000-11-10 Jason Rumney <jasonr@gnu.org>
240
241 * w32-fns.el (w32-add-charset-info): New function.
242 (w32-charset-info-alist): Use it.
243
52d89894
GM
2442000-11-10 Gerd Moellmann <gerd@gnu.org>
245
246 * faces.el (face-font-registry-alternatives): New user-option.
247
178932de
SM
2482000-11-10 Stefan Monnier <monnier@cs.yale.edu>
249
d7fa3319
SM
250 * textmodes/texinfo.el (texinfo-block-default): New var.
251 (texinfo-insert-block): Use it. Insert a newline if needed.
252
178932de
SM
253 * textmodes/fill.el (fill-indent-according-to-mode): New var.
254 (fill-region-as-paragraph): Use it.
255
256 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
257 (latex-mode): Tweak tex-*-(head|trail)er regexps.
258 Tweak paragraph regexps to allow a leading [ \t]*.
259 (tex-latex-block): Insert a newline if necessary.
260 (latex-insert-item): Only insert a newline if necessary.
261 (tex-guess-main-file): New function.
262 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
263 Set tex-main-file if TeX-master is provided.
264 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
265
bd02b8e0
GM
2662000-11-10 Gerd Moellmann <gerd@gnu.org>
267
268 * startup.el (command-line): Set the default tooltip-mode
269 to t for graphical displays which implement x-show-tip.
270
271 * tooltip.el (tooltip-mode): Add a comment about startup.el
272 setting the default value of this user-option.
273
b29b03eb
SM
2742000-11-09 Stefan Monnier <monnier@cs.yale.edu>
275
276 * font-lock.el (font-lock-*-face) <defvar>: Move.
277 (font-lock-defaults-alist): Mark obsolete.
278 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
279 (font-lock-mode): Use define-minor-mode.
280 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
281 (font-lock-turn-off-thing-lock): Be more explicit.
282 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
283 (font-lock-syntactic-face-function): New var.
284 (font-lock-fontify-syntactically-region): Use it.
285 (font-lock-doc-face): New.
286
287 * pcvs.el (cvs-enabledp): Ignore errors.
288 (cvs-commit-filelist): Never query.
289 (cvs-mode-insert): Always add a terminating / in the initial prompt.
290 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
291 (cvs-do-removal): Use cvs-partition rather than delete-if.
292 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
293 cvs-bury-buffer.
294
295 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
296 Allow `next' to jump to after the end of the last match.
297
778fbc46
GM
2982000-11-09 Gerd Moellmann <gerd@gnu.org>
299
730c746c
GM
300 * simple.el (byte-compiling-files-p): New function.
301
302 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
303 if it is there.
304
305 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
306 nil again.
307
778fbc46
GM
308 * textmodes/ispell.el (ispell-library-path): Don't call
309 check-ispell-version when byte-compiling because that starts
310 an ispell process, and ispell might not be installed.
311 (toplevel): Don't set up a menu when byte-compiling.
312
313 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
314 it, so that a boundp test can be used to determine if we're
315 currently byte-compiling.
316
5912c5bb
DL
3172000-11-09 Dave Love <fx@gnu.org>
318
319 * pcvs.el (uniquify-buffer-file-name): Wrap advice in
320 eval-after-load.
321
7bb054a5
GM
3222000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
323
324 * ps-print.el: Patch for variable initialization when spooling. Doc
325 fix.
326 (ps-output-list): Fun eliminated.
327 (ps-begin-file, ps-begin-job): Code fix.
328
9db2706e
DL
3292000-11-08 Dave Love <fx@gnu.org>
330
331 * ediff-wind.el (ediff-control-frame-parameters): Zero
332 tool-bar-lines.
333
f7eb32aa
GM
3342000-11-08 Gerd Moellmann <gerd@gnu.org>
335
336 * simple.el (shell-command, display-message-or-buffer)
337 (shell-command-on-region): Mention resize-mini-windows in the doc
338 string.
339 (display-message-or-buffer): Take the value of resize-mini-windows
340 into account.
341
7b01b08c
GM
3422000-11-07 Gerd Moellmann <gerd@gnu.org>
343
acad3c0b
GM
344 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
345
7b01b08c
GM
346 * dired.el (dired-between-files): Add `^. find' as an alternative
347 to the regular expression, for find-dired.
348
6f602bd0
SM
3492000-11-06 Stefan Monnier <monnier@cs.yale.edu>
350
351 * textmodes/texnfo-upd.el: Require texinfo.
352 (defmacro, defgroup): Remove.
353 (texinfo-section-to-generic-alist): Remove.
354 Use texinfo-section-list instead (i.e. level is changed string->int).
355 (texinfo-filter): New function.
356 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
357 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
358 Use it. And use regexp-opt.
359 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
360 (texinfo-update-menu-region-beginning)
361 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
362 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
363 (texinfo-update-menu-same-level-regexps): Update.
364 (texinfo-update-node, texinfo-every-node-update)
365 (texinfo-sequential-node-update): Remove autoload cookie.
366
367 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
368 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
369 (texinfo-chapter-level-regexp): Remove.
370 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
371
bb216218
DL
3722000-11-06 Dave Love <fx@gnu.org>
373
6f602bd0 374 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
b04f7626 375
6f602bd0
SM
376 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
377 Match defun*.
bb216218 378
ff8dd5d5
KH
3792000-11-06 Kenichi Handa <handa@etl.go.jp>
380
381 * composite.el (composition-function-table): Variable declaration
382 moved to src/composite.c.
383 (compose-chars-after): New optional arg object.
384
e9da51a1
GM
3852000-11-06 Gerd Moellmann <gerd@gnu.org>
386
e0c12c68
GM
387 * bindings.el (mode-line-toggle-read-only)
388 (mode-line-toggle-modified, mode-line-widen)
389 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
390 (make-mode-line-mouse2-map): Rewritten.
391 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
392 functions so that C-h k can show something with a doc string.
393
e9da51a1
GM
394 * startup.el (fancy-splash-delay): Set to 10 seconds.
395 (fancy-splash-max-time): New user-option.
396 (fancy-splash-stop-time): New variable.
397 (fancy-splash-screens): Set it. Catch `stop-splashing'.
398 (fancy-splash-screens-1): Throw `stop-splashing' when current
399 time is greater than fancy-splash-stop-time.
400
611dbdf0
SM
4012000-11-06 Stefan Monnier <monnier@cs.yale.edu>
402
4d2806e2
SM
403 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
404
611dbdf0
SM
405 * pcvs.el (cvs-mode-marked): New arg `noquery'.
406 Prompt user for a file rather than raising an error.
407 (cvs-enabledp): Fix call to cvs-mode-marked.
408 (cvs-insert-file): New function (extracted from cvs-mode-insert).
409 (cvs-mode-insert): Use it. Change the init prompt' value.
410 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
411
412 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
413 Don't pass default arg to ewoc-locate.
414 (ewoc-collect): Return result in the right order.
415
416 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
417
418 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
419 (cvs-status-get-tags): Fix regexp.
420 (cvs-status-trees, cvs-status-cvstrees):
421 Combine after change hooks and don't sit-for.
4d2806e2
SM
422 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
423 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
611dbdf0
SM
424 Use make-char rather than hard-coded cryptic data.
425 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
426
427 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
428
429 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
430 (cvs-insert-strings): New function.
431
937b2877
MB
4322000-11-06 Miles Bader <miles@lsi.nec.co.jp>
433
434 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
435 `mwheel-scroll-amount'.
436 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
437 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
438 string-matching against the version string.
439
c6c97763
KH
4402000-11-06 Kenichi Handa <handa@etl.go.jp>
441
6eaec747
KH
442 * language/thai.el ("Thai"): Set a lisp form that produces
443 composed string in `sample-text' language info.
444
445 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
446 composed string in `sample-text' language info.
447
448 * international/mule-cmds.el (describe-language-environment): Eval
449 `sample-text' data and insert the result.
450
c6c97763
KH
451 * international/mule-conf.el (compound-text): Define this coding
452 system here. Make x-ctext and ctext aliases of it.
453
454 * language/european.el (compound-text, ctext): Moved to
455 international/mule-conf.el.
456
d1145f85
AI
4572000-11-05 Andrew Innes <andrewi@gnu.org>
458
459 * w32-fns.el (w32-version): New function.
460
178a6a45
SM
4612000-11-05 Stefan Monnier <monnier@cs.yale.edu>
462
463 * progmodes/awk-mode.el: Update copyright.
464 (awk-mode-abbrev-table): Remove.
465 (awk-font-lock-keywords): Use regexp-opt.
466 (awk-mode): Use define-derived-mode.
467
468 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
469 when extracting a suffix.
470
1ba90166
AS
4712000-11-04 Andre Spiegel <spiegel@gnu.org>
472
473 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
474 auto-save-mode.
475
546790cb
JR
4762000-11-04 Jason Rumney <jasonr@gnu.org>
477
478 * language/european.el (decode-mac-roman): Test against r1 not r0.
479
d247e32d
SM
4802000-11-03 Stefan Monnier <monnier@cs.yale.edu>
481
fbf44f44
SM
482 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
483 (icon-mode): Define indent-line-function.
484 (icon-comment-indent): Simplify.
485 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
486
487 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
488
489 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
490 Bind change-log-default-mode to defeat the caching done on it.
491 Don't bother saving excursion any more.
492
493 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
494
495 * frame.el (after-setting-font-hook): Rename hooks -> hook.
496 (set-frame-font): Use the new name (and the old for compatibility).
497
498 * toolbar/tool-bar.el (tool-bar-mode):
499 * time.el (display-time-mode):
500 * recentf.el (recentf-mode):
501 * paren.el (show-paren-mode):
502 * mwheel.el (mouse-wheel-mode):
503 * msb.el (msb-mode):
504 * jka-compr.el (auto-compression-mode):
505 * image-file.el (auto-image-file-mode):
506 * hl-line.el (hl-line-mode):
507 * delsel.el (delete-selection-mode):
508 * autoinsert.el (auto-insert-mode):
509 * complete.el (partial-completion-mode): Drop unneeded positional args.
510
511 * info.el (Info-mode):
512 * comint.el (comint-mode): Don't both with make-local-hook.
513
d247e32d
SM
514 * log-edit.el (log-edit-menu): New menu.
515
4921558e
MB
5162000-11-03 Miles Bader <miles@gnu.org>
517
518 * wid-edit.el (widget-end-of-line): Reinstate, with a new
519 definition, so that trailing spaces are handled properly.
520 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
521
1fc02b3c
GM
5222000-11-03 Gerd Moellmann <gerd@gnu.org>
523
524 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
525 tab character.
526 (fancy-splash-screens): Set tab-width to 20.
527
51d001f7
DL
5282000-11-03 Dave Love <fx@gnu.org>
529
530 * comint.el (comint-completion-addsuffix): Fix custom type.
531
ba22aeff
SM
5322000-11-02 Stefan Monnier <monnier@cs.yale.edu>
533
534 * font-lock.el (font-lock-buffers): Remove.
535 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
536 (font-lock-change-major-mode): Remove.
537 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
538 (font-lock-default-fontify-region): Extend the multiline
539 fontification to whole lines.
540 (font-lock-fontify-anchored-keywords)
541 (font-lock-fontify-keywords-region): If matching just one
542 line (with \n) only mark the \n as multiline.
543
544 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
545 Correctly handle the case where several :group args are supplied.
546 Allow :extra-args.
547 (easy-mmode-define-global-mode): Allow :extra-args.
548 Correctly handle the case where several :group args are supplied.
549
9c887ada
MB
5502000-11-02 Miles Bader <miles@gnu.org>
551
552 * calendar/calendar.el (diary-face, calendar-today-face)
553 (holiday-face): Remove dependency on `window-system'.
554
7f25090d
KR
5552000-11-02 Ken Raeburn <raeburn@gnu.org>
556
557 * Makefile.in (emacs): Set EMACSLOADPATH always.
558 (update-authors, .el.elc, compile-files): Don't do it explicitly
559 here.
9b911107 560 (compile-files): Bomb out if compilation of a file fails.
7f25090d 561
7dd6009c
DL
5622000-11-02 Dave Love <fx@gnu.org>
563
564 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
565
94821e4f
EZ
5662000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
567
568 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
569 punctuation in the warning inserted into the *mail* buffer.
570
1ac3fc42
GM
5712000-11-02 Gerd Moellmann <gerd@gnu.org>
572
57731876
GM
573 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
574 (authors-public-domain-p): New function.
575 (authors-print): Use it.
576
975f82c9
GM
577 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
578
1ac3fc42
GM
579 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
580
4b3eb10f
GM
5812000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
582
975f82c9 583 * ps-print.el: Extension for even/odd printing. Doc fix.
4b3eb10f
GM
584 (ps-print-version): New version number (6.3.1).
585 (ps-even-or-odd-pages): Customization fix.
586 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
587 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
588 (ps-page-count): Var replaced by `ps-page-column'.
589 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
590 (ps-print-sheet-p): New fun.
591
7da794df
MB
5922000-11-02 Miles Bader <miles@lsi.nec.co.jp>
593
594 * tooltip.el (tooltip-gud-tips-setup): New function.
595 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
596 (tooltip-mode): Call tooltip-gud-tips-setup.
597 (tooltip-gud-tips): Use `gud-basic-call' instead of
598 process-send-string, so the prompt gets frobbed appropriately.
599 Handle nil return value from `tooltip-gud-print-command'.
600
0e40b809
EL
6012000-11-01 Eric M. Ludlam <zappo@ultranet.com>
602
603 * comint.el (comint-add-to-input-history): New function.
604 (comint-send-input): Use `comint-add-to-input-history'.
605
50ada0db
MB
6062000-11-02 Miles Bader <miles@lsi.nec.co.jp>
607
973a3104
MB
608 * info.el (info-menu-header): New face.
609 (Info-fontify-menu-headers): New function.
610 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
611
50ada0db
MB
612 * info.el (Info-insert-dir): Don't include blank lines at
613 beginning of additional dir files (one is added automatically).
614
bff53411
SM
6152000-11-01 Stefan Monnier <monnier@cs.yale.edu>
616
617 * emacs-lisp/easy-mmode.el (define-minor-mode):
618 Revert the latest changes.
619 Allow the three positional arguments to be skipped and replaced
620 by keyword arguments.
621 Add a :toggle argument to determine whether a nil arg means toggle
622 or means turn-on. The default is unchanged.
623 Add a call to force-mode-line-update.
624
6b8a0b2d
DL
6252000-11-01 Dave Love <fx@gnu.org>
626
627 * emacs-lisp/elp.el (elp-restore-function): Remove autoload
628 cookie.
629
5bf99100
MB
6302000-11-01 Miles Bader <miles@lsi.nec.co.jp>
631
632 * calendar/calendar.el (diary-face, holiday-face): Add
633 dark-background variants.
634
a4032611
SS
6352000-10-31 Sam Steingold <sds@gnu.org>
636
637 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
638 `tex-main-file' does not have directory in it.
639
c286608e
SM
6402000-10-31 Stefan Monnier <monnier@cs.yale.edu>
641
642 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
643
4836835a
TTN
6442000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
645
646 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
647 functional change.
648
26dcb81b
GM
6492000-10-31 Gerd Moellmann <gerd@gnu.org>
650
651 * files.el (find-file-noselect): When we expand a wildcard, return
652 a list of buffers, as we should do according to the doc string.
653
49fc4500
KR
6542000-10-31 Ken Raeburn <raeburn@gnu.org>
655
656 * loadup.el (top level): Adjust load path if program name is
657 "../src/bootstrap-emacs", in case it's not dumped and thus the
658 load path adjustment hasn't already been done.
659
ea0c615d
GM
6602000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
661
662 * ps-print.el: Fix bug on selected pages for printing. Use
663 `color-values' for Emacs 21. Ensure fontification when jit-lock
664 is on. Try to avoid warning messages when compiling. Doc Fix.
665 (ps-print-version): New version number (6.3).
666 (ps-color-device): Use `color-values' to determine if device
667 supports color.
668 (ps-color-values): Try to use `x-color-values' when using XEmacs.
669 (ps-print-page-p): Changed from defsubst to defun.
670 (ps-page-number): Changed from defmacro to defun.
671 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
672 printing.
c286608e 673 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
ea0c615d
GM
674 (ps-end-file, ps-dummy-page): Funs eliminated.
675 (ps-print-color-scale): Changed default value.
676 (ps-page-n-up, ps-print-page-p): New internal vars.
677 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
678 (ps-plot-region, ps-generate, ps-end-job): Code fix.
679
9e20722f
GM
680 * delim-col.el: Little programming improvement.
681 (delimit-columns-str): New macro.
682 (delimit-columns-region, delimit-columns-rectangle): Code fix.
683
d7a0fd00
KH
6842000-10-31 Kenichi Handa <handa@etl.go.jp>
685
c286608e
SM
686 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
687 Moved to european.el.
d7a0fd00
KH
688 (ccl-encode-mac-roman-font, fontset-mac): Modified for
689 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
c286608e
SM
690 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
691 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
d7a0fd00 692
234be340
DL
6932000-10-30 Dave Love <fx@gnu.org>
694
695 * progmodes/cc-menus.el (imenu-generic-expression)
696 (imenu-progress-message): Only defvar when compiling.
697
4edc4a39
DL
698 * emacs-lisp/elp.el (elp-unload-hook): New function.
699
700 * loadhist.el (unload-feature): Call elp-restore-function,
701 checking for symbols; don't use elp-restore-all.
702 (loadhist-hook-functions): Doc fix.
703
70c825df
SM
7042000-10-30 Stefan Monnier <monnier@cs.yale.edu>
705
706 * log-edit.el (log-edit-confirm): Fix the default.
707
1d3baf74
GM
7082000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
709
710 * delim-col.el: Little fix: replace delimit-columns-align-columns by
711 delimit-columns-format.
712 (delimit-columns-region, delimit-columns-rectangle): Code fix.
4836835a 713
1ec321a7
MB
7142000-10-30 Miles Bader <miles@lsi.nec.co.jp>
715
716 * comint.el (comint-replace-by-expanded-history): Don't use
717 comint-get-old-input (we're not looking at *old* input).
718 (comint-get-old-input-default): If using fields, signal an error
719 when the point is not in an input field.
720
70737ea9
KH
7212000-10-30 Kenichi Handa <handa@etl.go.jp>
722
723 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
724 and mule-unicode-e000-ffff.
725
fa0cb51d 726 * international/mule.el (decode-char, encode-char): New functions.
70737ea9
KH
727 (make-coding-system): Accept a symbol of translation table as a
728 value of property `safe-chars'.
729
730 * international/mule-cmds.el (encode-coding-char): Check property
731 safe-chars instead of safe-charsets.
732
733 * international/fontset.el (fontset-default): Modified for
734 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
735 (x-font-name-charset-alist): Likewise.
736 (ccl-encode-unicode-font): New CCL program. Record it in
737 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
738
70c825df
SM
739 * language/european.el (mac-roman-decoder, mac-roman-encoder):
740 New translation tables.
70737ea9
KH
741 (decode-mac-roman, encode-mac-roman): Definition of these CCL
742 programs are modified and moved from mac-win.el.
743 (mac-roman): Definition of this coding system is modified and
744 moved from mac-win.el.
4836835a 745
fda2ce24 7462000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 747
1d3baf74 748 * ediff-wind.el (ediff-setup-control-frame): Enclose
fda2ce24 749 face-attribute in condition-case to avoid errors in older emacsen.
70737ea9 750
dd4d3cb6
MB
7512000-10-29 Miles Bader <miles@gnu.org>
752
753 * custom.el (custom-add-to-group): Allow multiple entries for a
754 given value OPTION, as long as their widget types are different.
755 * cus-edit.el (custom-face-value-create): If face name doesn't end
756 with "face", add such here (similar to custom group widgets).
757
758 * comint.el (comint-highlight-prompt): Add :type.
759
dace60cf
JW
7602000-10-28 John Wiegley <johnw@gnu.org>
761
762 * textmodes/flyspell.el (flyspell-maybe-correct-transposition):
763 Changed this function to operate on a temporary buffer instead of
764 the main buffer. This not only keeps flyspell from marking a
765 buffer as changed that wasn't, but it solves the jumpy cursor
766 problem when attempts are made to edit incorrect words.
767 (flyspell-maybe-correct-doubling): Same change as for
768 `flyspell-maybe-correct-transposition'.
769
770 * calendar/timeclock.el (timeclock-log): Doc fix.
771 (timeclock-last-event): Doc fix.
772 (timeclock-log): Kill the timelog buffer after appending a new
773 event.
774 (timeclock-find-discrep): Use a temp buffer to read in the
775 timelog, instead of visiting the file.
776 (timeclock-log-data): A new function, along with a host of helper
777 functions, for the purpose of making timelog data accessible to
778 programmers.
779
780 * eshell/esh-mode.el (window-height test): Make certain that
781 `eshell-stringify-t' is non-nil.
782 (eshell-password-prompt-regexp): Changed to a much simpler
783 password regexp.
784 (eshell-send-input): If `eshell-invoke-directly' returns t,
785 directly invoke the parsed command using `eval'. This improves
786 turn-around time on simple commands by a factor of three or
787 greater, such as cd, ls, pwd, etc. -- which get used very often.
788 It also conserves thousands of cons cells per call (since
789 `eshell-do-eval' consumes memory like a Cookie Monster set loose
790 in the Pacific Cookie Company).
791
792 * eshell/esh-test.el (eshell-test): Whitespace fix.
793
794 * eshell/em-ls.el (eshell-ls-insert-directory): Make
795 `eshell-ls-initial-args' nil when inserting directory contents.
796
797 * eshell/em-script.el (eshell-script-initialize): Add names to
798 `eshell-complex-commands, since `source' and `.' are complex.
799
0467b076
EZ
800 * eshell/esh-cmd.el (eshell-rewrite-for-command)
801 (eshell-rewrite-while-command): Use `eshell-protect' instead of
dace60cf
JW
802 `eshell-copy-handles'.
803 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
804 bodies.
805 (eshell-separate-commands): Whitespace fix.
806 (eshell-complex-commands): Added a new list of names, for
807 determining whether a given command is as simple as it looks.
808 (eshell-invoke-directly): New function. Returns t if a command
809 should be invoked directly (using `eval'), rather than indirectly
810 using `eshell-do-eval'.
811 (eshell-do-eval): Whitespace fix.
812
813 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
814 which provides an emulation of the DOS shell behavior of assuming
815 that cp/mv/ln should copy/move/link to the current directory.
816 (eshell-remove-entries): Added a doc string.
817 (eshell-shuffle-files): Removed the check for `target' being null.
818 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
819 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
820 it to do a smarter check of whether a destination was provided.
821 (eshell/mv, eshell/cp): Enable `:preserve-args'.
822 (eshell/ln): Enable `:preserve-args', and use
823 `eshell-mvcpln-template' to implement the body of the function.
0467b076
EZ
824 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
825 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
dace60cf
JW
826 list after flattening it. This makes it possible to cat files
827 with numerical names.
828 (eshell-unix-initialize): Added several names to
829 `eshell-complex-commands.
830 (eshell-unix-command-complex-p): Return t if a given command name
831 may result in external processes being invoked.
832
833 * eshell/em-glob.el (eshell-glob-show-progress): Make this
834 variable nil by default, since it slows down glob processing by a
835 factor of two or more, and increases memory consumption.
836
837 * eshell/em-smart.el: Added a note about how memory consumptive
838 smart display mode can be (at least this is true in Emacs 21).
839 (eshell-smart-initialize): Whitespace fix.
840 (eshell-refresh-windows): Use `if' instead of `when'.
841 (eshell-smart-scroll-window): Calling `save-current-buffer' was
842 not necessary.
843 (eshell-currently-handling-window): Added a missing global
844 variable.
845
846 * eshell/em-ls.el (eshell-do-ls): Code simplification.
847 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
848 Whitespace fix.
849 (eshell-ls-exclude-hidden): Added this variable in addition to
850 `eshell-ls-exclude-regexp'. This one prevents files beginning
851 with . from even being read, which can improve memory consumption
852 quite a bit.
853 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
854 read file entries beginning with a dot. In home directories with
855 lots of hidden files, fully two-thirds of the time spent in ls is
856 used to read directory entries that are immediately thrown away.
857 (eshell-ls-initial-args): Added back this configuration variable,
858 for specifying default initial arguments to every call to ls.
859 Much faster than using an alias to do the same thing.
860 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
861 (eshell-ls-dir): Whitespace change.
862
863 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
864
865 * eshell/esh-util.el: Don't require `ange-ftp' if it's not
866 available.
867 (eshell-stringify-t): Added a customization variable, to indicate
868 whether `t' should be rendered as a string at all. If not, one
869 can still determine if the result of an expression is true using
870 "file-exists-p FILE && echo true".
871 (eshell-stringify): If `eshell-stringify-t' is nil, don't
872 stringify t!
873
874 * eshell/esh-module.el: Whitespace fix.
875
876 * eshell/em-alias.el (eshell-alias-initialize): Added
877 `eshell-command-aliased-p' to `eshell-complex-commands'.
878 (eshell-command-aliased-p): New function that returns t if a
879 command name names an aliased.
880
657f9cb8 8812000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 882
0467b076 883 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
70c825df 884 redrawing the screen when changing cursor color.
0467b076
EZ
885 (viper-insert-state-pre-command-sentinel)
886 (viper-replace-state-pre-command-sentinel)
70c825df
SM
887 (viper-replace-state-post-command-sentinel):
888 Use viper-preserve-cursor-color.
657f9cb8
MK
889 Many functions changed to use viper= instead of = when comparing
890 characters.
0467b076 891 * viper-util.el (viper-memq-char,viper=): New functions for
657f9cb8 892 working with characters.
0467b076 893 (viper-change-cursor-color): Fixed buglet.
657f9cb8
MK
894 Many functions changed to use viper= instead of = when comparing
895 characters.
0467b076 896 * viper.el (viper-insert-state-mode-list): Added eshell.
4836835a 897
0467b076 898 * ediff-init.el (ediff-before-setup-hook): New hook.
657f9cb8 899 Several typos fixed in various docstrings.
0467b076
EZ
900 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
901 * ediff-nult.el (ediff-before-session-group-setup-hooks): New
657f9cb8 902 hook.
0467b076
EZ
903 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
904 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
905 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
906 (ediff-get-selected-buffers): New function.
907 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
908 (ediff-vc-merge-internal,ediff-rcs-merge-internal): Use
657f9cb8 909 save-window-excursion.
0467b076 910 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
657f9cb8 911 termination check in while loop.
0467b076 912 * ediff.el (ediff-get-default-file-name): Better defaults when in
657f9cb8 913 dired buffer.
0467b076
EZ
914 (ediff-files,ediff-merge-files,ediff-files3)
915 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
4836835a 916
4f490d99
DL
9172000-10-28 Dave Love <fx@gnu.org>
918
919 * info.el (Info-fontify-node): Add help-echo for menu items.
920
45b84006
EZ
9212000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
922
5ebc02b3
EZ
923 * startup.el (normal-top-level): If the value of $TERM indicates
924 we are running from xterm or one of its work-alikes, default to a
925 light background mode.
926
45b84006
EZ
927 Support for -fg, -bg, and -rv command-line arguments for TTYs:
928 * faces.el (tty-handle-reverse-video): New function.
929 (tty-create-frame-with-faces): Call it.
930
931 * frame.el (frame-notice-user-settings): Don't apply
932 default-frame-alist and initial-frame-alist to MS-DOS frames.
933 Call tty-handle-reverse-video, frame-set-background-mode, and
934 face-set-after-frame-default for non-MS-DOS frames.
935
936 * startup.el (tty-long-option-alist): New variable.
937 (tty-handle-args): New function.
938 (command-line): Call tty-handle-args.
939
940 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
941 startup.el now does that for all character-terminal frames.
942
eab6e8b9
MB
9432000-10-28 Miles Bader <miles@gnu.org>
944
945 * emacs-lisp/easy-mmode.el (define-minor-mode): Generate
946 `turn-on-MODE' and `turn-off-MODE' functions unless the mode is
947 global. If :global is followed by a non-nil but non-t value,
948 make the mode buffer-local, but also generate a `global-MODE'
949 version using `easy-mmode-define-global-mode'. Add
950 :conditional-turn-on keyword argument.
951
51a29efc
DL
9522000-10-28 Dave Love <fx@gnu.org>
953
954 * international/latin1-disp.el (latin1-char-displayable-p): Don't
955 use window-system.
956
d71d7114
EZ
9572000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
958
959 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
960 Don't call find-buffer-file-type-coding-system. Instead, just
961 set eol-type to -unix if inhibit-eol-conversion is in effect, or
962 if the file is on an untranslated filesystem.
963 (add-untranslated-filesystem): Use "D" instead of "f" inside
964 interactive.
965
1f9cab4b
DL
9662000-10-27 Dave Love <fx@gnu.org>
967
70c825df 968 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
1f9cab4b
DL
969 (refill-mode): Use it.
970
70c825df
SM
9712000-10-27 Stefan Monnier <monnier@cs.yale.edu>
972
973 * international/quail.el (quail-activate): Don't make-local-hook.
974
7432cf10
AS
9752000-10-27 Andre Spiegel <spiegel@gnu.org>
976
4836835a 977 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
7432cf10 978 manual backups and file.~<rev>.~ for automatic ones.
08a1fcb7
AS
979 (vc-make-version-backup): Don't do it on MS-DOS without long file
980 names.
4836835a 981
7432cf10
AS
982 * vc.el (vc-version-other-window): If an automatic backup of the
983 desired version exists, rename it instead of copying it.
984
4836835a
TTN
985 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
986 after command. If there's an unexpected error, signal it instead
7432cf10 987 of being silent.
e1483c38 988 (vc-cvs-merge-news): Be prepared for no news at all.
4836835a 989
05ea7ef2
MB
9902000-10-27 Miles Bader <miles@lsi.nec.co.jp>
991
fd1035aa
MB
992 * shell.el (shell): Add BUFFER argument.
993 * comint.el (make-comint-in-buffer): New function.
994 (make-comint): Use it.
995
05ea7ef2
MB
996 * faces.el (face-spec-choose): Change syntax so that the list of
997 attribute-value pairs is now the cdr of each clause, not the cadr.
998 Detect old-style entries, and handle them. Use pop.
999
835a55fe
SM
10002000-10-26 Stefan Monnier <monnier@cs.yale.edu>
1001
f5ab1cdd
SM
1002 * cus-edit.el (custom-mode-map): Use a sparse map.
1003 (custom-mode): Don't bother with make-local-hook.
1004
1005 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
1006
835a55fe
SM
1007 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
1008
c13b0ec8
GM
10092000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1010
1011 * ps-print.el: Avoid compilation gripes.
1012 (ps-print-version): New version number (6.2.1).
4836835a 1013
e9f63196
DL
10142000-10-26 Dave Love <fx@gnu.org>
1015
0b95284b
DL
1016 * menu-bar.el: Modify some menu item help strings.
1017 (menu-bar-help-menu): Add link to MORE.STUFF.
1018
e9f63196
DL
1019 * cus-edit.el (custom-mode): Add `special' mode-class property.
1020
1021 * wid-browse.el (widget-browse-mode): Likewise.
1022
1023 * wid-edit.el (widget-specify-field): Revert to using local-map
1024 property, not keymap.
1025
e276a14a
MB
10262000-10-26 Miles Bader <miles@lsi.nec.co.jp>
1027
c1545d88
MB
1028 * wid-edit.el (widget-field-end): When checking for a `boundary'
1029 field, do so in the correct buffer.
1030
3c1b77ca
MB
1031 * simple.el (undo): Correctly distinguish between numeric and
1032 non-numeric prefix args in non-transient-mark-mode, as per the doc
1033 string. When in transient-mark-mode, treat all prefix-args as
1034 numeric.
1035
f5ab1cdd
SM
1036 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
1037 Position point on match. Handle N == 0 correctly.
22626d9d
MB
1038
1039 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
1040 (comint-mode-map): Reverse order of `comint-write-output' and
1041 `comint-append-output-to-file'.
1042 (comint-append-output-to-file): Reinstate this function, for the
1043 benefit of the menu.
1044
d97151cb
SM
10452000-10-25 Stefan Monnier <monnier@cs.yale.edu>
1046
1047 * vc.el (vc-version-other-window): Bind `file'.
1048
ea7d6f5b
GM
10492000-10-25 Gerd Moellmann <gerd@gnu.org>
1050
f5ab1cdd 1051 * Makefile.in (update-authors): New target for maintenance purposes.
ea7d6f5b
GM
1052
1053 * emacs-lisp/authors.el (batch-update-authors): New function.
1054 (authors-fixed-entries): New defconst.
1055 (authors-add-fixed-entries): New function.
1056 (authors): Call it.: Don't process lispref/.
1057
17c25cea
JR
10582000-10-25 Jason Rumney <jasonr@gnu.org>
1059
1060 * cus-edit.el (custom-button-face, custom-button-pressed-face):
1061 Merge x w32 and mac definitions.
1062
4ecda532
GM
10632000-10-25 Gerd Moellmann <gerd@gnu.org>
1064
1065 * menu-bar.el (menu-bar-options-menu): Add a help string for
1066 `uniquify'.
1067
b6735035
GM
10682000-10-25 Stephen Gildea <gildea@alum.mit.edu>
1069
f5ab1cdd
SM
1070 * time-stamp.el (time-stamp-string-preprocess):
1071 Fix a wrong type argument error.
b6735035 1072
f4cbc7a0
MB
10732000-10-25 Miles Bader <miles@gnu.org>
1074
1075 * recentf.el (recentf-mode): Variable removed.
1076 (recentf-mode): Use `define-minor-mode'.
1077
1078 * mwheel.el (mouse-wheel-mode): New global minor mode.
1079 (mwheel-install): Use `mouse-wheel-mode'.
1080
f4b020f6
DL
10812000-10-25 Dave Love <fx@gnu.org>
1082
f5ab1cdd
SM
1083 * progmodes/cperl-mode.el (cperl-mode):
1084 Set normal-auto-fill-function correctly.
072cb6f9 1085
f4b020f6
DL
1086 * wid-edit.el (widget-field-keymap, widget-text-keymap): Don't
1087 inherit from global-map and don't nullify menu-bar and tool-bar
0b95284b 1088 bindings.
f4b020f6 1089
ebe2a441
MB
10902000-10-25 Miles Bader <miles@lsi.nec.co.jp>
1091
ff4dcd4b
MB
1092 * wid-edit.el (widget-field-at): New function.
1093 (widget-at, widget-field-activate): Use it.
1094 (widget-tabable-at): Use `widget-at'.
1095 (widget-specify-field): If the terminating character of the widget
1096 field (which is read-only) is a newline, put it into a special
1097 `boundary' field so that C-n/C-p act more naturally.
1098 (widget-field-end): Also don't subtract one if a special
1099 `boundary' field has been added after the widget field.
1100
ebe2a441
MB
1101 * comint.el (comint-output-filter, comint-send-input): Don't
1102 bother adding stickiness fields to overlays to fool the field
1103 code, since it should notice the overlay insertion-types now.
ff4dcd4b 1104
ebe2a441
MB
1105 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
1106 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
1107 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
1108
fe50b6ab
GM
11092000-10-24 Gerd Moellmann <gerd@gnu.org>
1110
53df4dda
GM
1111 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
1112 (authors): Set file coding system to iso-2022-7bit. Add
1113 file-local variables to output buffer.
1114
4836835a 1115 * files.el (after-find-file): Don't print any warnings if
fe50b6ab
GM
1116 WARN is nil.
1117
53df4dda
GM
11182000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1119
1120 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
1121
1122 * delim-col.el: Now there is a column formatting mechanism.
1123 Modified to customization mechanisms convention. Doc fix.
1124 (columns): New group for delim-col.
1125 (delimit-columns-before, delimit-columns-after)
1126 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
1127 (delimit-columns-end): New vars.
1128 (delimit-columns-customize, delimit-columns-format): New funs.
1129 (delimit-columns-region, delimit-columns-rectangle)
1130 (delimit-columns-rectangle-line): Modified to support column
1131 formatting.
4836835a 1132
a9839779
DL
11332000-10-24 Dave Love <fx@gnu.org>
1134
1135 * log-edit.el (log-edit): Add :version and a :group for vc.
1136
df0267b8
GM
11372000-10-24 Gerd Moellmann <gerd@gnu.org>
1138
9acc3873
GM
1139 * files.el (after-find-file): Don't print a message ``New file''
1140 if WARN is nil.
1141
63e1b552
GM
1142 * wid-edit.el (widget-field-keymap, widget-text-keymap): Define
1143 the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
1144 get duplicate tool-bar entries because we'll see the global ones
1145 on more than one path through keymaps.
1146
1946f901
GM
1147 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
1148
df0267b8
GM
1149 * progmodes/cmacexp.el: Change Francesco's email address.
1150
ae3b264b
KH
11512000-10-24 Kenichi Handa <handa@etl.go.jp>
1152
1153 * window.el (fit-window-to-buffer): Adjust point of the window
1154 buffer, not that of the current buffer.
1155
23afac01
EZ
11562000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
1157
1158 * progmodes/cmacexp.el: Update the euthor's email address.
1159
22d1a4ed
MB
11602000-10-24 Miles Bader <miles@lsi.nec.co.jp>
1161
1162 * faces.el (face-spec-set-match-display): Add `graphic' display
1163 type (the inverse of `tty'). Use `display-graphic-p' instead of
1164 the window-system variable.
1165
f408aa48
KH
11662000-10-24 Kenichi Handa <handa@etl.go.jp>
1167
1168 * international/isearch-x.el (isearch-with-input-method): Call
1169 input-method-function with the first event in
1170 unread-command-events.
1171
94fe8a31
MB
11722000-10-24 Miles Bader <miles@lsi.nec.co.jp>
1173
1174 * faces.el (face-default-spec, face-user-default-spec): Make
1175 defsubsts.
1176
8f47302e
AC
11772000-10-24 Andrew Choi <akochoi@i-cable.com>
1178
1179 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
1180 New charsets.
1181
1182 * term/mac-win.el: Remove definitions of mac-roman-lower and
1183 mac-roman-upper, require dired, and define instead of set
1184 mac-ready-for-drag-n-drop to avoid compilation error.
1185
446c097e
AI
11862000-10-23 Andrew Innes <andrewi@gnu.org>
1187
1188 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]: Remove
1189 superfluous calls to subst-char-in-string; instead apply
1190 expand-file-name after convert-standard-filename to ensure
1191 expected directory separators are used.
1192
379b70e7
EZ
11932000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
1194
1195 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
1196
85c766e9
DL
11972000-10-23 Dave Love <fx@gnu.org>
1198
b7e03a67
DL
1199 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
1200 (tool-bar-add-item): Set foreground and background for XBM icons.
1201
1202 * international/latin1-disp.el (latin1-char-displayable-p): New
1203 function (from Handa).
1204 (latin1-display-check-font): Use it.
1205
0dcf8835
DL
1206 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
1207 using :key-sequence, making it much more usable. Use nconc, not
1208 append.
1209 (imenu--create-keymap-1): Avoid append.
1210
85c766e9 1211 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
4836835a 1212
cb3069bb
MB
12132000-10-23 Miles Bader <miles@lsi.nec.co.jp>
1214
1215 [the following changes fix a bug where `define-minor-mode' didn't
1216 correctly generate :require clauses for defcustoms in compiled files]
1217 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
1218 (byte-compile-log-file, byte-compile-log-1): Don't set
1219 `byte-compile-current-file' to nil. Instead set
1220 `byte-compile-last-logged-file' to it. Test whether
1221 byte-compile-current-file equals byte-compile-last-logged-file
1222 instead of whether its nil.
3b6542ba 1223 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
cb3069bb 1224
6db6243b
SM
12252000-10-23 Stefan Monnier <monnier@cs.yale.edu>
1226
1227 * textmodes/refill.el: Fix var names in doc.
1228 (refill-mode): Don't bother with make-local-hook anymore.
1229
98490598
MB
12302000-10-23 Miles Bader <miles@lsi.nec.co.jp>
1231
e01cd227
MB
1232 * faces.el (face-user-default-spec, face-default-spec): New functions.
1233 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
4836835a 1234 (frame-set-background-mode, face-set-after-frame-default):
e01cd227
MB
1235 Use `face-user-default-spec'. Simplify code slightly.
1236
4836835a 1237 * woman.el (woman-italic-face, woman-bold-face)
e01cd227
MB
1238 (woman-unknown-face): Add dark-background variants.
1239 (woman-default-faces): Renamed from `woman-colour-faces'.
1240 Set using the stored defaults, rather than using hard-wired colors.
1241 (woman-monochrome-faces): Renamed from `woman-black-faces'.
1242 Just make the foreground `unspecified' rather than "black".
1243 (woman-menu): Rename menu entries accordingly.
1244
98490598
MB
1245 * faces.el (header-line): Make more reasonable on mono/grayscale
1246 displays.
1247
1a578e9b
AC
12482000-10-23 Andrew Choi <akochoi@i-cable.com>
1249
1250 * cus-edit.el (custom-button-face): Use 3D look for mac.
1251 (custom-button-pressed-face): Likewise.
1252
1253 * faces.el (set-face-attributes-from-resources): Handle mac frames
1254 in the same way as x and w32 frames.
1255 (face-valid-attribute-values): Likewise.
1256 (read-face-attribute): Likewise.
1257 (defined-colors): Likewise.
1258 (color-defined-p): Likewise.
1259 (color-values): Likewise.
1260 (display-grayscale-p): Likewise.
1261 (face-set-after-frame-default): Likewise.
1262 (mode-line): Same default face as for x and w32.
1263 (tool-bar): Likewise.
1264
1265 * frame.el: Remove call to frame-notice-user-settings at end of
1266 the file.
1267
1268 * info.el (Info-fontify-node): make underlines invisible for mac
1269 as for x, pc, and w32 frame types.
1270
1271 * term/mac-win.el: New file.
1272
aaaf7be7
DL
12732000-10-22 Dave Love <fx@gnu.org>
1274
1275 * textmodes/refill.el: New file.
1276
5392d654
AS
12772000-10-22 Andre Spiegel <spiegel@gnu.org>
1278
4836835a 1279 * vc-hooks.el (vc-version-backup-file-name): New optional args
5392d654 1280 MANUAL and REGEXP.
4836835a 1281 (vc-delete-automatic-version-backups, vc-make-version-backup):
5392d654
AS
1282 New functions.
1283 (vc-before-save): Use the latter.
1284 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
1285 confusion.
1286
4836835a 1287 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
5392d654
AS
1288 expected by vc[-hooks].el.
1289
1290 * vc.el (vc-checkout): Added `-p' suffix in call to
1291 vc-make-version-backups-p; use vc-make-version-backup to actually
1292 make the backup.
1293 (vc-version-other-window, vc-version-backup-file): Handle both
1294 automatic and manual backups.
1295 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
1296 of all of them.
1297
1e221c16
MB
12982000-10-22 Miles Bader <miles@gnu.org>
1299
7ff4fda5
MB
1300 * comint.el (comint-highlight-input, comint-highlight-prompt):
1301 Renamed, `-face' at end removed.
1302 (comint-send-input, comint-output-filter): Use renamed faces.
1303
3511cde8
MB
1304 * window.el (fit-window-to-buffer): Change defaulting of
1305 MAX-HEIGHT slightly.
1306
1e221c16
MB
1307 * faces.el (color-values, color-defined-p): Use `member', not
1308 `memq', because it works correctly for strings.
1309 (frame-set-background-mode): Actually, "unspecified-fg" and
1310 "unspecified-bg" *are* strings. Use `member', not `memq', and
1311 `equal', not `eq', when a string value is possible.
1312
b6ef4898
EZ
13132000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
1314
1315 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
1316
34939e2c
SM
13172000-10-21 Stefan Monnier <monnier@cs.yale.edu>
1318
1319 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
1320 sh-electric-rparen, sh-electric-less and sh-electric-hash.
1321 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
1322 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
1323 (sh-font-lock-syntactic-keywords): Use them.
1324 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
1325 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
1326 (sh-mode): Don't override font-lock-unfontify-region-function.
1327 Use a copy of sh-font-lock-syntactic-keywords.
1328 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
1329 Don't call sh-scan-buffer since font-lock does it on the fly.
1330 (sh-get-indent-info): Use `face' rather than `syntax-table'
1331 text-property to detect here-documents.
1332 Replace sh-special-syntax with sh-st-punc.
1333 (sh-prev-line): Use `face' rather than `syntax-table'
1334 text-property to skip over here-documents.
1335 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
1336 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
1337 (sh-electric-less, sh-set-here-doc-region)
4836835a 1338 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
34939e2c
SM
1339 (sh-scan-buffer, sh-rescan-buffer): Remove.
1340
f3d3c491
AI
13412000-10-21 Andrew Innes <andrewi@gnu.org>
1342
1343 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
1344 remote (ange-ftp) file names.
1345
b86c791c
MB
13462000-10-21 Miles Bader <miles@gnu.org>
1347
d9c30bdf
MB
1348 * window.el (fit-window-to-buffer): New function.
1349 (shrink-window-if-larger-than-buffer): Use it.
1e221c16
MB
1350 (window-text-height): Don't expect minibuffers to have mode-lines.
1351
d9c30bdf 1352 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
feb5013d
MB
1353 * international/quail.el (quail-update-guidance): Use
1354 `fit-window-to-buffer' instead of `set-window-text-height'.
d9c30bdf 1355
617fee5a
MB
1356 * international/quail.el (quail-show-guidance-buf): Make sure
1357 guidance window really has enough room.
1358 (quail-update-guidance): If quail-guidance-win is already shown,
1359 make sure its height is OK.
1360
b86c791c
MB
1361 * window.el (window-text-height, set-window-text-height):
1362 New functions.
1363 (shrink-window-if-larger-than-buffer): Use `window-text-height'
1364 instead of `window-height' & `mode-line-window-height-fudge'.
1365 (mode-line-window-height-fudge): Add FACE parameter.
1366 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
1367 instead of `enlarge-window' & `mode-line-window-height-fudge'.
1368
e34850d1
MB
13692000-10-20 Miles Bader <miles@gnu.org>
1370
1371 * window.el (height-affecting-face-attributes): Use `defconst'.
1372
1373 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
1374 New function, conditionally aliased to `mode-line-window-height-fudge'.
1375 (ispell-help): Use it.
1376 (ispell-choices-win-default-height): Don't include mode-line fudge.
1377 (ispell-choices-win-default-height): New function.
1378 (ispell-show-choices, ispell-command-loop): Use function
1379 `ispell-choices-win-default-height' instead of variable.
1380
a8b883c2
MB
13812000-10-20 Miles Bader <miles@lsi.nec.co.jp>
1382
8c6e4a58
MB
1383 * window.el (mode-line-window-height-fudge): New variable.
1384 (height-affecting-face-attributes): New variable.
1385 (mode-line-window-height-fudge): New function.
1386 (shrink-window-if-larger-than-buffer): Use it.
1387 * help.el (resize-temp-buffer-window): Likewise.
1388
a8b883c2
MB
1389 * info.el (Info-fontify-node): Add support for @subsubsection
1390 titles, which use `Info-title-4-face'.
1391 (Info-title-4-face): New face.
1392 (Info-title-3-face): Inherit from Info-title-4-face instead of
1393 variable-pitch.
1394
e64c3a75
JR
13952000-10-19 Jason Rumney <jasonr@gnu.org>
1396
1397 * dired.el (dired-insert-directory): Do not let errors signalled by
1398 attempt to run dired-free-space-program prevent dired from working.
1399
c70fe852
SM
14002000-10-19 Stefan Monnier <monnier@cs.yale.edu>
1401
1402 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
1403
877cf6b4
GM
14042000-10-19 Gerd Moellmann <gerd@gnu.org>
1405
5de037e0
GM
1406 * dirtrack.el (dirtrack): Fix call to run-hooks.
1407
6deb9af9
GM
1408 * cmuscheme.el (cmuscheme-program-name): Renamed from
1409 scheme-program-name because xscheme.el contains a defcustom with
1410 the same name. As a consequence, customizing group `cmuscheme'
1411 loaded `xscheme' which redefined run-scheme.
1412 (run-scheme): Use cmuscheme-program-name.
1413
877cf6b4
GM
1414 * ps-print.el (ps-print-emacs-type): Move into the
1415 eval-and-compile.
1416
e597d8fb 1417 * play/doctor.el (doctor-death): Update the Samaritans'
c70fe852 1418 anonymous address, and add a website for Befrienders International.
4836835a 1419
3e9cb08f
GM
14202000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1421
c70fe852
SM
1422 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
1423 Avoid compilation gripes. Doc fix.
3e9cb08f
GM
1424 (ps-print-version): New version number (6.2).
1425 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
1426 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
1427 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
1428 (ps-x-extent-priority, ps-x-extent-start-position)
1429 (ps-x-face-font-instance, ps-x-find-coding-system)
1430 (ps-x-font-instance-properties, ps-x-make-color-instance)
1431 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
1432 avoid compilation gripes without defining functions.
1433 (ps-e-find-composition): Alias for function find-composition, to have a
1434 suitable function depending on Emacs version.
1435 (ps-color-device, ps-color-values, ps-face-foreground-name)
1436 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
1437 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
1438 (ps-print-ensure-fontified): Function definitions surrounded by
1439 `eval-and-compile' to avoid compilation gripes.
1440 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
1441 by symbol-value to avoid compilation gripes.
1442 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
1443 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
1444
d8abcd91
MB
14452000-10-19 Miles Bader <miles@lsi.nec.co.jp>
1446
13ab33c4
MB
1447 * startup.el (normal-top-level): Call `frame-set-background-mode'
1448 after `frame-notice-user-settings' because the latter doesn't call
1449 the former on a tty.
1450
d8abcd91
MB
1451 * faces.el (frame-set-background-mode): `unspecified' &c are
1452 symbols, not strings.
1453
e8bce0a9
EZ
14542000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
1455
c70fe852
SM
1456 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
1457 why some "light*" colors are deliberately absent from the alist.
e8bce0a9 1458
c70fe852
SM
1459 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
1460 Change colors for tty's, as suggested by Miles Bader.
e8bce0a9 1461
773272d8
KH
14622000-10-19 Kenichi Handa <handa@etl.go.jp>
1463
c70fe852 1464 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
773272d8
KH
1465 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
1466 for ISO10646-1 fonts.
1467 (x-font-name-charset-alist): Add an entry for "iso10646-1".
1468
772139c0
EZ
14692000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
1470
1471 * faces.el (frame-set-background-mode): If a tty frame defines a
1472 background color, use that to compute the background mode, instead
1473 of always defaulting to "dark".
1474
d134a19f
MB
14752000-10-19 Miles Bader <miles@lsi.nec.co.jp>
1476
8bb84cb2
MB
1477 * comint.el (comint-write-output): New function.
1478 (comint-mode-map): Add it to the menu.
e40a778f 1479 Bind `C-c C-s' to comint-write-output.
d134a19f 1480
dada41e1
GM
14812000-10-18 Gerd Moellmann <gerd@gnu.org>
1482
1483 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
1484 Use fancy-splash-delay.
1485
9b5360aa
GM
14862000-10-18 Alex Schroeder <alex@gnu.org>
1487
1488 * progmodes/sql.el (sql-sybase-options): New option.
1489 (sql-sybase): Use it. Add sql-database to the list of parameters
1490 provided for login. The options -w 2048 -n are not used any more.
1491
9035a35a
GM
1492 * comint.el (comint-read-input-ring): Bugfix such that the first
1493 and the last entry of the input ring file are not lost.
1494
3556c6dd
GM
14952000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1496
1497 * ps-print.el: Internal variable changes to defcustom,
1498 make-local-hook changes to defvar. Doc fix.
1499 (ps-print-version): New version number (6.1).
1500 (ps-setup, ps-do-despool): Code fix.
1501 (ps-printer-name): Customization fix.
1502 (ps-printer-name-option): Now is a defcustom instead of an
1503 internal variable.
1504 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
1505 (ps-print-begin-column-hook): Now are defvar instead of
1506 make-local-hook.
4836835a 1507
4e217e50
MB
15082000-10-18 Miles Bader <miles@gnu.org>
1509
1510 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
1511 (comint-kill-output): Changed into an alias for `comint-delete-output',
1512 and made obsolete.
1513 (comint-mode-map): Rename references to comint-kill-output.
1514
34460354
EZ
15152000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
1516
1517 * diff-mode.el (diff-header-face, diff-file-header-face)
1518 (diff-changed-face): Add bold and italic attributes to tty faces.
1519 (diff-function-face): New face.
1520 (diff-font-lock-keywords): Use it.
1521
17ea3cdb
MB
15222000-10-18 Miles Bader <miles@lsi.nec.co.jp>
1523
1524 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
1525 Remove commented-out call to force-mode-line-update.
1526 (comint-kill-output): Use `forward-line 0' instead of
1527 beginning-of-line to make sure we get past the prompt.
1528
9244f2c7
SM
15292000-10-17 Stefan Monnier <monnier@cs.yale.edu>
1530
1531 * diff-mode.el (diff-header-face, diff-file-header-face):
1532 Add specific setting for dark background.
1533 (diff-context-face): Renamed from diff-comment-face.
1534 Set explicitly rather than inheriting from font-lock-comment-face.
1535
1592c1ef
EZ
15362000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
1537
1538 * startup.el (command-line): Move the code which sets the default
1539 TTY colors to before before-init-hook.
1540
f86292a9
GM
15412000-10-17 Gerd Moellmann <gerd@gnu.org>
1542
1543 * jit-lock.el (jit-lock-stealth-time): Doc fix.
1544
f7f2e883
EZ
15452000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
1546
e854cc22
EZ
1547 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
1548 extensions, for MS-DOS.
1549
f7f2e883
EZ
1550 * diff-mode.el (diff-header-face, diff-file-header-face)
1551 (diff-changed-face): Define tty-specific colors.
1552
c7b4f0f9
GM
15532000-10-17 Gerd Moellmann <gerd@gnu.org>
1554
1555 * startup.el (fancy-splash-text): Realign the text.
1556
12a72271
EZ
15572000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
1558
1559 * font-lock.el (font-lock-comment-face): Define a separate default
1560 for dark-background tty's.
1561
61dfccfd
MB
15622000-10-17 Miles Bader <miles@gnu.org>
1563
1564 * help.el (resize-temp-buffer-window): Add hack to avoid last line
1565 being obscured by whizzy mode-lines on graphics displays.
1566
333cd59e
EZ
15672000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
1568
1569 * info.el (Info-title-1-face, Info-title-2-face)
1570 (Info-title-3-face): Define colors for tty's.
dada41e1 1571 (info-header-node): Remove unneeded tty-specific definition.
333cd59e 1572
dbf1fcc1
EZ
15732000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
1574
1575 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
1576 reverse from the frame parameters, and don't invert foreground and
1577 background colors.
1578
ac629823
MB
15792000-10-16 Miles Bader <miles@gnu.org>
1580
1581 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
1582 string "*Info*". Call propertized-buffer-identification to spruce
1583 up the result.
1584
76eebffc
GM
15852000-10-16 Gerd Moellmann <gerd@gnu.org>
1586
3a6b59d9
GM
1587 * help.el: Provide `help' for the sake of define-minor-mode
1588 which generates defcustoms with requires.
1589
6569c3d3
GM
1590 * jit-lock.el (jit-lock-after-change): If we're in text that
1591 matches a multi-line font-lock pattern, make sure the whole text
1592 will be redisplayed.
1593
c2e0a611
GM
1594 * emacs-lisp/authors.el (authors-add): Don't add an entry if
1595 author's name is unknown.
1596
76eebffc
GM
1597 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
1598 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
1599 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
1600 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
1601 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
1602 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
1603 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
1604 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
1605 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
1606 Add author information.
1607
cf1e7b12
MB
16082000-10-16 Miles Bader <miles@lsi.nec.co.jp>
1609
1610 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
1611 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
1612 full-color version (using the Gimp) to eliminate dithering artifacts.
1613
5586f3eb
SM
16142000-10-15 Stefan Monnier <monnier@cs.yale.edu>
1615
1616 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
1617
1618 * simple.el (syntax-flag-table, string-to-syntax): Remove.
1619
ad64a888
DL
16202000-10-15 Dave Love <fx@gnu.org>
1621
1622 * progmodes/sh-script.el: Require skeleton and comint when
1623 compiling.
1624
1625 * pcomplete.el (pcomplete) <defgroup>: Add :version.
1626
1627 * whitespace.el: Doc fixes.
1628 (top-level): Don't add hooks here.
1629 (whitespace-running-emacs): Deleted.
1630 (timer): Don't require.
1631 (whitespace): Add back :version conditional on xemacs test.
1632 (whitespace-spacetab-regexp, whitespace-indent-regexp)
1633 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
1634 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
1635 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
1636 Avoid specific xemacs test.
1637 (whitespace-global-mode): New option.
1638 (whitespace-global-mode): New command.
1639 (whitespace-unload-hook): New function.
1640
1641 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
4836835a 1642 (Info-fontify-node, Info-goto-node, Info-mode-menu)
ad64a888
DL
1643 (Info-fontify-node): `Goto' goes to `Go to'.
1644 (Info-fontify-node): Add help-echo to xref links.
1645
1ef49fc6
EZ
16462000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
1647
1648 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
1649
8b7707e1
SM
16502000-10-15 Stefan Monnier <monnier@cs.yale.edu>
1651
b3b7f42f
SM
1652 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
1653 Use plist-get and allow :inherit.
1654
1655 * emacs-lisp/cl-macs.el (cl-do-arglist):
1656 Use plist-get and plist-member instead of memq.
1657
3c7fafc7
SM
1658 * emacs-lisp/ewoc.el (ewoc-location): New function.
1659 (ewoc-enter-after, ewoc-enter-before): Document return value.
1660 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
1661 Don't need make-local-hook any more.
1662 (cvs-addto-collection): Return the new tin.
1663 (cvs-mode-insert): Jump to the new line.
1664
8b7707e1
SM
1665 * jit-lock.el (jit-lock-fontify-buffer): Remove.
1666
1667 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
1668
1669 * font-lock.el (font-lock-syntactically-fontified): New var.
1670 (font-lock-fontify-syntactic-keywords-region): Use it.
1671 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
1672
1673 * diff-mode.el (diff-find-file-name): Fix regexp.
1674
1675 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
1676 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
1677
1678 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
1679 (sh-mode-syntax-table): Add punctuation syntax for < and >.
1680 (sh-mode): Don't make all vars local here.
1681 (sh-kw): Reformat.
1682 (sh-set-shell): Use dolist. Don't set indent-region-function.
1683 (sh-mode-syntax-table): Use pop.
1684 (sh-remember-variable): Use push.
1685 (sh-help-string-for-variable): Use memq.
1686 (sh-safe-backward-sexp): Remove.
1687 (sh-safe-forward-sexp): Add ARG.
1688 (sh-get-indent-info, sh-prev-stmt): Use it.
1689 (sh-prev-line): Simplify by using forward-comment.
1690 (sh-this-is-a-continuation): Simplify.
1691 (sh-learn-buffer-indent): Use dolist.
1692 (sh-do-nothing): Remove.
1693 (sh-set-char-syntax, sh-set-here-doc-region):
1694 Use inhibit-modification-hooks.
1695 (sh-name-style): Use mapcar and push.
1696 (sh-load-style): Use dolist.
1697 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
1698 (sh-case, sh-while-getopts): Use propertize directly rather
1699 than sh-electric-rparen.
1700
17012000-10-14 Stefan Monnier <monnier@cs.yale.edu>
1702
1703 * textmodes/tex-mode.el: Require CL when compiling.
1704 (tex-mode-syntax-table): Init immediately.
1705 (tex-mode-map): Bind M-RET to latex-insert-item.
1706 (latex-mode): Set indent-line-function to latex-indent.
1707 (tex-common-initialization): Don't setup the syntax-table any more.
1708 (latex-insert-item): New skeleton.
1709 (tex-next-unmatched-end): Fix copy/paste braino.
4836835a 1710 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
8b7707e1 1711 (latex-indent, latex-find-indent): New functions.
4836835a 1712 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
8b7707e1
SM
1713 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
1714 (tex-compilation-parse-errors): Use with-syntax-table.
1715
86b7fcbb
MB
17162000-10-15 Miles Bader <miles@gnu.org>
1717
1718 * font-lock.el (font-lock-comment-face): Change dark-background,
1719 color, non-tty, default to `chocolate1'.
1720
57a24508
JW
17212000-10-13 John Wiegley <johnw@gnu.org>
1722
1723 * eshell/esh-util.el (require): Added a missing `require' form,
1724 needed when compiling (for an ange-ftp macro definition).
1725
40ad3db4
DL
17262000-10-13 Dave Love <fx@gnu.org>
1727
1728 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
1729
db460189
GM
17302000-10-13 Gerd Moellmann <gerd@gnu.org>
1731
b41c9501
GM
1732 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc
1733 fix.
1734
4836835a 1735 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
db460189
GM
1736 transparent -colors 8).
1737
3b5e21df
GM
17382000-10-13 Stephen Gildea <gildea@alum.mit.edu>
1739
1740 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
1741 that breaks with old list format timestamps.
1742 (time-stamp-warn-inactive, time-stamp-old-format-warn)
1743 (time-stamp-count, time-stamp-conversion-warn): Improved doc
1744 strings.
1745
16908a3f
JW
17462000-10-13 John Wiegley <johnw@gnu.org>
1747
d7103dda
JW
1748 * align.el, pcomplete.el, calendar/timeclock.el,
1749 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
1750
dace60cf 1751 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
16908a3f
JW
1752 faulty math, where holiday hours were being computing as seconds.
1753
b6b70cda
JW
17542000-10-13 John Wiegley <johnw@gnu.org>
1755
1756 * desktop.el (desktop-buffer-modes-to-save): Added a global for
1757 specifying what "other" kinds of buffers should be saved. This
1758 used to be hard-coded.
1759 (desktop-buffer-misc-functions): A global for specifying how
1760 auxiliary data should be determined for special buffer types.
1761 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
1762 instead of hard-coding the special buffer types.
1763 (desktop-save): Run `desktop-buffer-misc-functions' to gather
1764 auxiliary data, instead of hard-coding for Info buffers and dired.
1765 (desktop-buffer-info-misc-data): Aux function for determining Info
1766 buffer auxiliary info.
1767 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
1768 (desktop-buffer-info): Changed this function to use the info
1769 gathered above.
1770 (desktop-create-buffer): Be a little more careful about what
1771 `minor-mode' means before calling it. This is important for some
1772 buffer types.
1773
8c6b1d83
JW
17742000-10-13 John Wiegley <johnw@gnu.org>
1775
1776 * eshell/esh-util.el: Added a global form which declares an
1777 autoload for `parse-time-string', if that function is not already
1778 defined, and if parse-time.el is available on the user's system.
1779
1780 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
1781 to be aware of ange-ftp user info.
1782 (eshell-do-ls): Bind `ange-cache'. Also, use
1783 `eshell-file-attributes'.
1784 (eshell-ls-annotate): Use `eshell-file-attributes'.
1785 (eshell-ls-file): Made the user-id printing code a bit smarter.
1786
1787 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
1788 allow identification of alias user ids in remote directories.
1789 It's manual, but there's no other way to know when the current
1790 user on the local machine, is also the owning user on the remote
1791 machine.
1792 (fboundp): Bind `ange-cache'.
1793 (eshell-directory-files-and-attributes): Re-organized the logic a
1794 bit to use `eshell-file-attributes' instead of `file-attributes'.
1795 The former is more sensitive to directories that are read via FTP,
1796 and knows how to use ange-ftp to determine full attribute
1797 information, instead of just the name and last modtime.
1798 (eshell-current-ange-uids): Return the current user id when in a
1799 remote directory.
1800 (eshell-parse-ange-ls): Parse a full directory listing that has
1801 been returned by ange-ftp.
1802 (eshell-file-attributes): This beefed up version of
1803 `file-attributes' is only special if the user is currently in a
1804 remote directory, in which case it does a lot of work to find out
1805 what the real attributes of a file are, as they appear on the
1806 remote machine. This makes usage of remote directories (i.e.,
1807 ange-ftp pathnames) much more useful. You can now use Eshell as a
1808 full-fledged FTP client, with much more manipulation ability than
1809 most other clients.
1810
1811 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
1812 variable, which means that Eshell's du should always be preferred
1813 in remote directories.
1814 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
1815 just `file-attributes'.
1816 (eshell-mvcp-template): Bind `ange-cache', to improve performance
1817 when reading remote directories. This is an Eshell-specific
1818 variable (not part of ange-ftp).
1819 (eshell/ln): Bind `ange-cache'.
1820 (eshell/du): Added some extra logic for determining when to use
1821 Eshell's du (which is slow), and when to use the external version
1822 (which may or may not exist).
1823
1824 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof): Call
1825 `eshell-interactive-process', rather than using
1826 `get-buffer-process', since backgrounded processes don't count in
1827 the context of this function's logic.
1828
1829 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
1830 `forward-char', so that null strings are parsed correctly.
1831
87730e84 18322000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
1833
1834 * eshell/em-pred.el (eshell-pred-file-type,
1835 eshell-pred-file-links, eshell-pred-file-size): Use
1836 `eshell-file-attributes'. This is more correct over ange-ftp.
1837
1838 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
1839 that remote file globbing is more efficient.
1840
1841 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
1842 gathering the files and attributes within a directory.
1843
1844 * eshell/em-unix.el (eshell/cat): If any of the files passed on
1845 the command line is a special file (not a regular file, directory
1846 or symlink), always attempt to call the external version of cat.
1847
87730e84 18482000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
1849
1850 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
1851 Eshell-friendly version of find-tag.
1852
1c7e37a9
MB
18532000-10-13 Miles Bader <miles@lsi.nec.co.jp>
1854
4836835a 1855 * image-file.el (image-file-name-extensions)
1c7e37a9
MB
1856 (image-file-name-regexps): Add autoload cookies.
1857
11a7f341
KH
18582000-10-13 Kenichi Handa <handa@etl.go.jp>
1859
1860 * international/mule-cmds.el (select-safe-coding-system): If FROM
1861 is string, show it in *Warning* buffer.
1862
8ddddcb0
EZ
18632000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
1864
1865 * startup.el (normal-top-level): Use display-popup-menus-p instead
1866 of window-system.
1867 (command-line): Use display-graphic-p instead of window-system.
1868 (command-line-1): Use display-popup-menus-p and display-mouse-p
1869 instead of window-system.
1870
72200f89
SS
18712000-10-12 Sam Steingold <sds@gnu.org>
1872
1873 * tooltip.el (tooltip-use-echo-area): New user variable.
1874 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
1875
8661c643
DL
18762000-10-12 Dave Love <fx@gnu.org>
1877
d0b40dc1
DL
1878 * recentf.el: Maintainer's checkdoc fixes.
1879
a622451f
DL
1880 * startup.el (normal-top-level-add-subdirs-to-load-path): Use
1881 character class, not ASCII when matching file names.
1882 (fancy-splash-head): Add trailing slash to URL.
1883 (command-line): Don't require XPM support for toolbar.
1884
8661c643
DL
1885 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
1886 (cperl-invalid-face): Revert last change.
1887 (cperl-init-faces): Quote cperl-invalid-face.
1888
ef2ed8ab
KH
18892000-10-12 Kenichi Handa <handa@etl.go.jp>
1890
1891 * startup.el (fancy-splash-text): Remove superfluous quote.
1892
b0da379e
GM
18932000-10-12 Gerd Moellmann <gerd@gnu.org>
1894
dbeb499b
GM
1895 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
1896 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
1897 (command-line-1): Don't use fancy-splash-pending-command.
1898 (fancy-splash-screens-1): Goto point-min after inserting text.
1899
d861718a
GM
1900 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
1901
b0da379e
GM
1902 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
1903 instead of shared-lisp-mode-map.
1904
4fb2ad98
MB
19052000-10-12 Miles Bader <miles@lsi.nec.co.jp>
1906
1cb4393e
MB
1907 * faces.el (header-line): Change tty-variant to use underlining.
1908
4fb2ad98
MB
1909 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
1910 (isearch-highlight): Restore lazy-isearch face properties at old
1911 position, and suppress them at new position.
1912 (isearch-dehighlight): Restore lazy-isearch face properties.
1913 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
1914 over the real isearch overlay, but in that case, don't give it a
1915 face property. Use `push'.
1916
eb991b25
KH
19172000-10-12 Kenichi Handa <handa@etl.go.jp>
1918
1919 * man.el (Man-getpage-in-background): Fix previous change.
1920 Decode the process output only when we are in multibyte mode.
1921
a818c1c0
DL
19222000-10-11 Dave Love <fx@gnu.org>
1923
c990f53a
DL
1924 * info.el (Info-mode-menu): Fix some help.
1925 (info-tool-bar-map): Add entry for Info-last.
1926
a818c1c0
DL
1927 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
1928 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
1929 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
1930 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
1931 * toolbar/search-replace.xpm, toolbar/exit.xpm:
1932 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
1933 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
1934 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
1935 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
1936 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
1937 Reduce colour requirements to 25 overall. (Probably wants
1938 revisiting from the originals to reduce further.)
1939
c1b096cb
EZ
19402000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
1941
1942 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
1943 buffer-file-coding-system, instead of raw-text.
1944 (dehexlify-buffer): Bind coding-system-for-read to
1945 buffer-file-coding-system, instead of raw-text.
1946
5c8b7eaf
SS
19472000-10-11 Sam Steingold <sds@gnu.org>
1948
1949 * progmodes/cperl-mode.el (cperl-invalid-face): double-quote
1950 `underline' - fixes the bug introduced on 2000-09-21.
1951
2cfbdb7a
DL
19522000-10-11 Dave Love <fx@gnu.org>
1953
1954 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode): Avoid
1955 compiler warnings.
1956 (scheme-mode): Doc fix.
1957 (scheme-font-lock-keywords-1): Match `define-syntax'.
1958
19592000-10-11 Miles Bader <miles@lsi.nec.co.jp>
4b33f290
MB
1960
1961 * faces.el (frame-set-background-mode): Pay attention to saved
f161d539
MB
1962 face specs as well as default ones. Only do anything if the
1963 bg-mode or display-type has actually changed. Use `dolist'.
0c846ea2 1964 (region): Make dark-background `region' face less in-your-face.
4b33f290 1965
690ec649
SS
19662000-10-10 Sam Steingold <sds@gnu.org>
1967
1968 * chistory.el, ielm.el, ledit.el:
1969 * progmodes/inf-lisp.el, progmodes/scheme.el:
1970 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
1971
3b95d6bb
SM
19722000-10-10 Stefan Monnier <monnier@cs.yale.edu>
1973
1974 * textmodes/texinfo.el: Update copyright and fix typo.
1975
1976 * desktop.el (desktop-modes-not-to-save): New var.
1977 (desktop-save-buffer-p): Use it.
1978 Also, obey desktop-buffers-not-to-save even for non-file buffers.
1979 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
1980
d646c828
DL
19812000-10-10 Dave Love <fx@gnu.org>
1982
1983 * toolbar/tool-bar.el (tool-bar-add-item)
1984 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono
1985 display.
1986
d646c828
DL
1987 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
1988 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
1989 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
1990 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
1991 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
1992 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
1993 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
1994 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
1995 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
1996 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
1997 the .xpms; probably need retouching.
1998
862a7e28
MB
19992000-10-10 Miles Bader <miles@lsi.nec.co.jp>
2000
2001 * subr.el (add-to-list): Add optional argument APPEND.
2002 * battery.el (display-battery): Use `add-to-list'.
2003
46e33aee
TTN
20042000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
2005
930baf47
TTN
2006 * play/zone.el (zone-timer, zone-wc-tbl): Rework
2007 these vars as symbol properties.
2cfbdb7a
DL
2008 (zone, zone-when-idle, zone-leave-me-alone)
2009 (zone-pgm-whack-chars): Use new symbol properties.
930baf47 2010
5a430f9c
TTN
2011 * battery.el (display-battery): Doc spelling fix.
2012
46e33aee
TTN
2013 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
2014 property.
2015
adf7d3a8
DL
20162000-10-09 Dave Love <fx@gnu.org>
2017
2018 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
2019 has been initialized before calling tool-bar-setup.
c2156508 2020 (tool-bar-add-item-from-menu): Add autoload cookie.
adf7d3a8 2021
06a8c9f8
EZ
20222000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
2023
e4ca8f8c
EZ
2024 * menu-bar.el (send-mail-item-name): New function.
2025 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
2026 of mail-user-agent in the menu. Don't display the "Send Mail"
2027 item if mail-user-agent is nil or its value is ignore.
2028 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
2029 if read-mail-command is nil or its value is ignore.
2030
06a8c9f8
EZ
2031 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
2032
7dbc9c8a
MB
20332000-10-09 Miles Bader <miles@gnu.org>
2034
29e0814b
MB
2035 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
2036 Correct image size.
2037 * toolbar/left_arrow.xpm: Correct image size.
2038
7dbc9c8a
MB
2039 * jka-compr.el: Don't call `jka-compr-install' when loading (it
2040 will be done by the definition of `auto-compression-mode' if
2041 necessary. Move code to uninstall existing file-name handler
2042 before definition of `auto-compression-mode'.
2043
2044 * image-file.el (auto-image-file-mode): Move to the end of the
2045 file, because `define-minor-mode' actually calls the mode-function
2046 if the associated variable is non-nil, which requires that all
2047 needed functions be already defined.
2048
65b61266
MB
2049 * mouse.el (popup-menu): Balance parens.
2050
d6b8c85b
SM
20512000-10-08 Stefan Monnier <monnier@cs.yale.edu>
2052
2053 * mouse.el (popup-menu): Move the command call outside the loop
2054 so that popup-menu returns whatever the command returns.
2055
2056 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
2057 (initialize-new-tags-table): Use run-hook-with-args-until-success.
2058 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
2059 (tags-table-format-functions): Renamed from tags-table-format-hooks.
2060
2061 * vc.el (vc-version-diff): diff-switches can be a list.
2062 Use relative filenames for prettier output.
2063
46e33aee 2064 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
d6b8c85b
SM
2065 (vc-post-command-functions): Remove old-VC compatibility code.
2066
2067 * newcomment.el (comment-indent-default): Autoload.
2068
2069 * font-lock.el (font-lock-defaults): Make buffer-local.
2070 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
2071 (font-lock-choose-keywords):
2072 Ignore LEVEL unless KEYWORDS is a list of syms.
2073 (c-keywords, c++-keywords, objc-keywords, java-keywords):
2074 Don't wrap regexp-opt things in \(...\) unnecessarily.
2075
2076 * jit-lock.el: Don't require font-lock any more.
2077 (jit-lock-functions): Make buffer-local.
2078 (jit-lock-saved-fontify-buffer-function): Remove.
2079 (jit-lock-mode): Remove autoload cookie.
2080 Remove font-lock specific code.
2081 (jit-lock-unregister): Don't bother handling complex hooks any more.
2082 (jit-lock-refontify): New function.
2083 (jit-lock-fontify-buffer): Use it.
2084 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
2085 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
2086 Add optional args START and END.
2087 Never call font-lock-fontify-region directly.
2088 (jit-lock-function, jit-lock-stealth-fontify): Use it.
2089
2090 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
2091
a30ed6ac
DL
20922000-10-08 Dave Love <fx@gnu.org>
2093
4e7c7ca9
DL
2094 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
2095
2096 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
2097
2098 * play/studly.el (studlify-region, studlify-word): Add autoload
2099 cookie.
2100
2101 * play/morse.el (morse-region, unmorse-region): Add autoload
2102 cookie.
2103
2104 * play/spook.el (spook-phrases-file): Use expand-file-name, not
2105 concat.
2106
2107 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
2108 insist on symbols starting with word syntax.
2109 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
2110 (eval-defun-1): Doc fix.
2111 (indent-sexp): Use nconc to build up indent-stack.
2112
2113 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
2114 Gnus with little use.
2115 (mail-setup-hook): Add mail-abbrevs-setup to options.
2116
968f7c4a
DL
2117 * recentf.el: Doc fixes.
2118
2119 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
2120 Clean up remainder.
2121
2122 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
2123 without timezone and (8) with timezone to enforce some whitespace.
2124 Simplify code somewhat.
2125
2126 * options.el (list-options): Doc that you should use customize.
2127
2128 * iswitchb.el (iswitchb-mode): Add :require.
2129
a30ed6ac
DL
2130 * info.el (Info-goto-node, Info-menu): Doc fix.
2131 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
2132 (info-tool-bar-map): New variable.
2133 (Info-mode): Use it.
2134 (Info-edit-map): Define all in defvar.
2135 (speedbar-attached-frame): Avoid compiler warning.
2136
2137 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
2138 (global-map): Bind [tool-bar] to a filtered map.
2139 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
2140 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
2141 Allow PBM icons.
2142 (tool-bar-setup): Adjust calls of tool-bar-add-item.
2143
2144 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
2145 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
2146 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
2147 icons, except up_arrow, which is left-arrow rotated.
2148
2149 * imenu.el (imenu-add-to-menubar): Fix last change.
2150
4e953aff
PB
21512000-10-08 Peter Breton <pbreton@ne.mediaone.net>
2152
2153 * generic-x.el (rul-generic-mode): Remove eval-when-compile
2154 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
2155
739e92a7
EZ
21562000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
2157
d20faceb
EZ
2158 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
2159 typos in doc strings.
2160
a640322e
EZ
2161 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
2162 the doc strings how to customize Font Lock faces.
2163
739e92a7
EZ
2164 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
2165 computing growth when dragging the header line.
2166
8be7408c
EZ
21672000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
2168
2169 * simple.el (kill-line): Doc fix.
2170
6fee86a3
MB
21712000-10-08 Miles Bader <miles@gnu.org>
2172
445a653e
MB
2173 * faces.el (secondary-selection): Make foreground visible on tty.
2174
6fee86a3
MB
2175 * jka-compr.el (auto-compression-mode): Move to the end of the
2176 file, because `define-minor-mode' actually calls the mode-function
2177 if the associated variable is non-nil, which requires that all
2178 needed functions be already defined.
2179 (with-auto-compression-mode): Add autoload cookie.
2180
a115794c
EZ
21812000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
2182
2183 * files.el (find-backup-file-name) [ms-dos]: If support for long
2184 file names is not available, behave as if version-control were set
2185 to never.
2186
b12e6de3
DL
21872000-10-07 Dave Love <fx@gnu.org>
2188
2189 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
2190 (browse-url-gnome-moz): New function.
2191 (browse-url-browser-function): Use it.
2192 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
2193
20b1d079
SM
21942000-10-07 Stefan Monnier <monnier@cs.yale.edu>
2195
2196 * indent.el (tab-always-indent): New var.
2197 (indent-for-tab-command): Use it.
39250ec3 2198
9ee45b2c 2199 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
a115794c 2200 raise an error. This way it can still default to a sane value.
9ee45b2c 2201
8c6b1d83
JW
22022000-10-06 Stefan Monnier <monnier@cs.yale.edu>
2203
39250ec3
SM
2204 * startup.el (fancy-splash-screens): Use local rather than global map.
2205 Don't use `update-menu-bindings' any more.
2206 Get rid of assumptions about keymap representation.
2207
a23ccdf2
DL
22082000-10-06 Dave Love <fx@gnu.org>
2209
814299a7 2210 * textmodes/fill.el (sentence-end-double-space)
742c1822
DL
2211 (sentence-end-without-period): Doc fix.
2212 (adaptive-fill-regexp): Purecopy.
2213 (unjustify-current-line): Use line-end-position.
2214 (fill-individual-paragraphs-prefix): Use line-beginning-position.
2215
2216 * net/eudc-vars.el (eudc): Add :version, :link.
2217
39250ec3 2218 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
742c1822
DL
2219
2220 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
2221 Fix for define-minor-mode.
2222 (function-at-point): Alias to function-called-at-point.
2223
2224 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
2225
2226 * simple.el (backward-word): Doc fix.
2227
a23ccdf2
DL
2228 * image-file.el (image-file-name-regexp): image-file-regexps ->
2229 image-file-name-regexps.
742c1822 2230 (image-file-name-extensions): Add pbm.
a23ccdf2 2231
39250ec3
SM
22322000-10-06 Stefan Monnier <monnier@cs.yale.edu>
2233
2234 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
2235 and add filename to the names so that diff-mode can jump to source.
2236
2237 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
814299a7 2238 (tex-font-lock-keywords, tex-font-lock-keywords-2)
39250ec3
SM
2239 (tex-font-lock-keywords-1): Remove.
2240 (font-lock-turn-on-thing-lock): Use jit-lock-register.
2241 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
9ee45b2c
SM
2242 (font-lock-default-fontify-region):
2243 Expand beg..end correctly when just following a multiline region.
39250ec3
SM
2244 (font-lock-fontify-anchored-keywords):
2245 Include the anchor text as part of the multiline.
2246
8d5dfacd
GM
22472000-10-06 Gerd Moellmann <gerd@gnu.org>
2248
2249 * loadup.el (toplevel): Load `loaddefs' before `help' because the
2250 latter needs the autoloaded define-minor-mode macro during the
2251 bootstrap.
2252
2253 * startup.el (command-line): For now, activate tool-bar-mode only
2254 if XPM images are supported.
2255
2256 * mouse.el (mouse-drag-header-line): Don't allow resizing a
2257 window by dragging a header-line at the top of the frame; that's
4c19fbce 2258 confusing because the header-line doesn't move.
8d5dfacd
GM
2259 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
2260 of treating the event as a list. Some cleanup.
2261
f69aad2b 22622000-10-06 Miles Bader <miles@gnu.org>
8fb051f9 2263
f69aad2b
MB
2264 * simple.el (display-message-or-buffer): New function.
2265 (shell-command-on-region): Use `display-message-or-buffer'.
06933804 2266
09cb7646
MB
2267 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
2268 docstring parts.
2269
814299a7 2270 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
8fb051f9
MB
2271 (smbclient-prompt-regexp): Add usage note to doc string.
2272 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
2273 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
2274 Use add-hook for adding the comint filter function, and only do so
2275 if it's not already in the global hook list.
2276 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
2277 to `make-local-variable'.
2278 (nslookup-font-lock-keywords): Remove prompt entry.
2279 (nslookup): Don't set the process-filter.
2280 (finger): Exit the loop correctly when the regexps list runs out.
2281 (ftp, smbclient, smbclient-list-shares):
2282 Set the real major mode immediately, not after execing.
2283 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
2284
2285 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
2286
4c19fbce
SM
22872000-10-05 Stefan Monnier <monnier@cs.yale.edu>
2288
2289 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
2290
2291 * which-func.el (which-func-format): Remove spurious space.
2292 (which-func-mode): Don't make it permanent-local.
2293 (which-func-ff-hook): Allow which-func-maxout to be nil.
2294 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
2295 (which-func-mode): Simplify.
2296 Use post-command-idle-hook rather than post-command-hook.
2297 Go through all buffers and update their state.
2298 (which-function): Also try add-log-current-defun-function.
2299
2300 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
2301 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
2302 Update call to with-vc-properties accordingly.
2303 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
2304 (vc-revert-buffer): More careful about window selection and deletion.
2305 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
2306
2307 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
2308 (cvs-retrieve-revision): Reuse a pre-existing buffer.
2309 (cvs-dired-action): Change the default to quickdir.
2310
2311 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
2312 if comment-indent-function returns nil.
2313 (comment-indent-default): New function.
2314 (comment-indent-function): Use it and document the new semantics.
2315
2316 * image-file.el: Docstring fixes.
2317
2318 * help.el (help-xref-on-pp): Use match-string.
2319 (describe-variable): New arg BUFFER.
2320 Store the current buffer in the help-xref-stack.
2321 (temp-buffer-resize-mode): Use define-minor-mode.
2322
2323 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
2324 consistently with its docstring.
2325 Set jit-lock-first-unfontify-pos in an idempotent way.
2326 (jit-lock-register): Autoload and add arg CONTEXTUAL.
2327
542c6552
GM
23282000-10-05 Alex Schroeder <alex@gnu.org>
2329
2330 * sql.el (sql-mysql-options): New variable.
2331 (sql-mysql): Use it.
2332
a3489ece
MB
23332000-10-05 Miles Bader <miles@lsi.nec.co.jp>
2334
77f6105c
MB
2335 * image.el (image): New group.
2336
814299a7 2337 * smerge-mode.el (smerge-mine-face, smerge-other-face)
a3489ece
MB
2338 (smerge-base-face, smerge-markers-face): Add dark-background variants.
2339
3478046b
PB
23402000-10-04 Peter Breton <pbreton@ne.mediaone.net>
2341
2342 * net/net-utils.el (nslookup-font-lock-keywords)
814299a7 2343 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
3478046b
PB
2344 Ignore the value of wqindow-system; always define keywords
2345
22aca186
KH
23462000-10-05 Kenichi Handa <handa@etl.go.jp>
2347
2348 * startup.el (fancy-splash-screens): Remove the code for
2349 debugging; `(trace-to-stderr "EXITTT\n")'.
2350
55d5d717
MB
23512000-10-05 Miles Bader <miles@gnu.org>
2352
2353 * diff-mode.el (diff-goto-source): Update call to
2354 `diff-hunk-status-msg' to reflect new REV variable.
2355
41fa7178
SM
23562000-10-04 Stefan Monnier <monnier@cs.yale.edu>
2357
2358 * progmodes/icon.el (icon-mode):
2359 Don't gratuitously override the default for comment-column.
2360
2361 * vc-hooks.el (vc-mode-line): Fix interactive spec.
2362
2363 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
2364 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
2365 (jit-lock-functions): New var.
2366 (jit-lock-function-1): Use it if non-nil.
2367 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
2368 Set the `fontified' property before doing the fontification to avoid
2369 repeatedly going through the same error.
2370 Don't turn errors into messages.
2371 (jit-lock-register, jit-lock-unregister): New functions.
2372
2373 * dired.el (dired-mark-pop-up): Turn comment into docstring.
2374 Use with-current-buffer.
2375
2376 * dired-aux.el (dired-do-create-files, dired-kill-tree):
2377 Turn comment into docstring.
2378
2379 * apropos.el (apropos-mode): Use define-derived-mode.
2380
3dc78168
GM
23812000-10-04 Gerd Moellmann <gerd@gnu.org>
2382
2383 * startup.el (fancy-splash-pending-command): New variable.
2384 (fancy-splash-pre-command): New function.
2385 (fancy-splash-screens): Rewritten.
2386 (command-line-1): If fancy-splash-pending-command is set, call it
2387 interactively.
2388
dae9dc56
DL
23892000-10-04 Dave Love <fx@gnu.org>
2390
2391 * toolbar/tool-bar.el (tool-bar-setup): New function.
2392 (tool-bar-mode): Use it.
2393
2394 * subr.el (substitute-key-definition): Doc fix.
2395 (play-sound-file): New command.
2396
3388f0a5
AS
23972000-10-04 Andre Spiegel <spiegel@gnu.org>
2398
814299a7 2399 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
3388f0a5
AS
2400 vc-version-backup-file-name): New functions.
2401
2402 * files.el (basic-save-buffer): Call vc-before-save before saving.
814299a7
MB
2403
2404 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
3388f0a5
AS
2405 vc-cvs-stay-local-p.
2406
2407 * vc.el (vc-revert-buffer): Handle empty diff properly.
2408 (vc-version-backup-file): New function.
2409 (vc-checkout): Create a version backup if necessary.
2410 (vc-checkin): If a version backup file exists, delete it.
2411 (vc-version-diff): Diff locally using version backups, if available.
2412 (vc-revert-file): If there's a version backup, revert locally.
2413 (vc-transfer-file): Use version backup for base version, if
2414 available. If not, ask for confirmation whether to get it from the
2415 server. Update mode line before check-in.
2416
ebd4825d
DL
24172000-10-04 Dave Love <fx@gnu.org>
2418
2419 * toolbar/tool-bar.el (tool-bar-setup): New function.
2420 (tool-bar-mode): Use it.
2421
1b24f4b7
PB
24222000-10-04 Peter Breton <pbreton@ne.mediaone.net>
2423
3dc78168 2424 * net/net-utils.el (nslookup-font-lock-keywords)
814299a7 2425 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
8b7187d8
PB
2426 Only set if window-system is non-nil
2427 (net-utils-run-program): Returns buffer.
2428 (network-connection-reconnect): Added this function.
2429
814299a7
MB
2430 * generic.el:
2431 Incorporates extensive cleanup and docfixes by
9a7f629d
PB
2432 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
2433 Uses cl compile-time macros.
3dc78168
GM
2434 (generic-mode-name, generic-comment-list)
2435 (generic-keywords-list, generic-font-lock-expressions)
2436 (generic-mode-function-list, generic-mode-syntax-table):
9a7f629d
PB
2437 Removed variables.
2438 (generic-mode-alist): Renamed to generic-mode-list.
2439 (generic-find-file-regexp): Default changed to "^#".
2440 (generic-read-type): Uses completing read on generic-mode-list.
2441 (generic-mode-sanity-check): removed this function.
2442 (generic-add-to-auto-mode): Removed this function
3dc78168 2443 (generic-mode-internal): Bind mode-specific definitions
9a7f629d
PB
2444 into function instead of putting them in alist.
2445 (generic-mode-set-comments): Reworked extensively.
2446 (generic-mode-find-file-hook): Simplified regexp searching
814299a7 2447 (generic-make-keywords-list): Omit extra pair of parens
9a7f629d 2448
814299a7 2449 * find-lisp.el (find-lisp-find-files-internal):
1b24f4b7
PB
2450 Make sure directory name ends with "/".
2451
814299a7 2452 * generic-x.el (apache-conf-generic-mode):
1b24f4b7
PB
2453 Regexp now allows leading whitespace.
2454 (rc-generic-mode): Added eval-when-compile
2455 around generic-make-keywords-list.
2456 Deleted duplicate regexp
2457 (rul-generic-mode): Added eval-when-compile
2458 around generic-make-keywords-list.
2459 (etc-fstab-generic-mode): New generic mode.
2460 (rul-generic-mode): Removed one eval-when-compile
814299a7 2461 which caused a max-specpdl-size exceeded error.
1b24f4b7 2462
a7bf5cf3
MB
24632000-10-04 Miles Bader <miles@gnu.org>
2464
2465 * simple.el (minibuffer-temporary-goal-position): New variable.
2466 (next-history-element): Try to keep the position of point in the
2467 input string constant.
2468
2469 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
2470 (dired-do-create-files): If there's only one file, pass it in as
2471 the DEFAULT arg to dired-mark-read-file-name.
2472
ce1087a9
SM
24732000-10-03 Stefan Monnier <monnier@cs.yale.edu>
2474
2475 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
2476 (diff-goto-source): Be smarter when choosing REVERSE or not.
2477
2478 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
2479 (texinfo-mode-menu): Add an explicit shortcut for update all.
2480
0e41e1d6
AS
24812000-10-03 Andre Spiegel <spiegel@gnu.org>
2482
814299a7 2483 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
858f7cb4
AS
2484 factorize backend-specific code cleanly (this was essentially
2485 conceived by Stefan Monnier).
2486 (vc-unregister): Function removed.
814299a7 2487 (vc-revert-file): New function.
858f7cb4
AS
2488 (vc-revert-buffer): Delegate some of the work to it.
2489
0e41e1d6
AS
2490 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
2491 default branch unconditionally.
2492 (vc-rcs-set-default-branch): New function.
2493 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
2494 (vc-rcs-checkin): If an appropriate default branch has been set,
2495 force creation of that branch.
858f7cb4
AS
2496 (vc-rcs-receive-file): Rewritten to contain only backend-specific
2497 code (as suggested by Stefan Monnier).
0e41e1d6 2498
01c86c56
GM
24992000-10-02 Gerd Moellmann <gerd@gnu.org>
2500
45c477b4
GM
2501 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
2502 highlighting overlay with a different face over the overlay
2503 isearch uses to highlight the current match because that can lead
2504 to bad face combinations.
2505
01c86c56
GM
2506 * loadup.el (toplevel): Load faces before isearch.
2507
2508 * isearch.el (isearch-faces): New custom group.
2509 (isearch): New defface; was already tested for in the code.
2510 (isearch-lazy-highlight-face): Changed to defface from defcustom.
2511 (isearch-highlight): Always use face `isearch'.
2512
944425c0
DL
25132000-10-02 Dave Love <fx@gnu.org>
2514
2515 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
2516 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
2517 comparison of opcode with operand.
2518
2a099bcc
MB
25192000-10-03 Miles Bader <miles@gnu.org>
2520
2521 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
2522 buffer, since the echo area will now grow to accommodate them.
2523
4300ecb8
AS
25242000-10-02 Andre Spiegel <spiegel@gnu.org>
2525
2526 * vc-hooks.el (vc-registered): If FILE used to be registered under
2527 a certain backend, try that one first.
2528
814299a7 2529 * vc.el (vc-responsible-backend): Undo the previous change in the
4300ecb8
AS
2530 argument list. Handle multiple backends correctly.
2531 (vc-find-new-backend): Function removed.
2532 (vc-register): Use vc-responsible-backend, as before.
2533 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
2534
64e6cc18
GM
25352000-10-02 Gerd Moellmann <gerd@gnu.org>
2536
2537 * startup.el (fancy-splash-head): Change message below the
2538 logo.
2539
00df919e
MB
25402000-10-02 Miles Bader <miles@lsi.nec.co.jp>
2541
2542 * diff-mode.el (diff-goto-source): Emit a status message.
2543 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
4eaa6852 2544 (diff-test-hunk): Fix doc string.
00df919e
MB
2545 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
2546 (diff-advance-after-apply-hunk): New variable.
4eaa6852 2547 (diff-apply-hunk): Don't return a value.
00df919e 2548
ceec5a0c
SM
25492000-10-01 Stefan Monnier <monnier@cs.yale.edu>
2550
2551 * vc.el (vc-editable-p): Minor optimization.
2552 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
2553 (vc-find-new-backend): New function split from vc-responsible-backend.
2554 (vc-register): Use it.
2555 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
2556 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
2557 (vc-default-unregister, vc-revert-buffer): Docstring fix.
2558 (vc-clear-headers): Don't use find-file.
2559 (vc-revert-buffer): Use `and' again (must have been a braino).
2560 (vc-switch-backend): Only prompt if requested.
2561 Short circuit if nothing is to be done.
2562 Don't use vc-resynch-buffer which could lose unsaved editing.
2563 (vc-default-receive-file): Update call to vc-unregister.
2564 (with-vc-file, vc-next-action-on-file):
2565 Use vc-backend rather than vc-registered.
2566 (vc-next-action-on-file): Use intern-soft.
2567 Deal with read-only *vc-diff* buffer.
2568 (vc-transfer-file): Docstring fix.
2569
2570 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
2571 (vc-rcs-receive-file): Avoid with-vc-properties.
2572 Update call to vc-unregister.
2573 Use constant `RCS' rather than (dynamically bound) var `backend'.
2574
4ad5da8f
AS
25752000-10-01 Andre Spiegel <spiegel@gnu.org>
2576
814299a7 2577 * vc.el (vc-next-action-on-file): Update mode line only if file
4ad5da8f
AS
2578 is visited.
2579 (vc-start-entry): New argument initial-contents. Don't visit the file
2580 if it isn't already visited. Brought documentation up-to-date.
814299a7
MB
2581 (vc-next-action, vc-register): Updated calls to vc-start-entry.
2582 (vc-checkin): New optional arg initial-contents, which is passed to
4ad5da8f
AS
2583 vc-start-entry.
2584 (vc-finish-logentry): Make sure to bury log buffer only if there
2585 really is one. Call `vc-resynch-buffer' on log-file, not
2586 buffer-file-name.
2587 (vc-default-comment-history, vc-default-wash-log): New functions.
2588 (vc-index-of): Removed.
2589 (vc-transfer-file): Make do without the above.
2590 (vc-default-receive-file): Call comment-history unconditionally. Pass
2591 the resulting string to vc-checkin, instead of inserting it into the
2592 comment ring.
2593
2594 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
2595 unconditionally. Use the comments as initial contents of the log
814299a7 2596 entry buffer. Document the trick to force branch creation with no
4ad5da8f
AS
2597 changes.
2598
aa0c3dca
MB
25992000-10-01 Miles Bader <miles@gnu.org>
2600
2601 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
2602 `recenter' with an arg to prevent redrawing the display.
2603
d5f5a2c5
SM
26042000-09-30 Stefan Monnier <monnier@cs.yale.edu>
2605
2606 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
2607
2608 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
2609
814299a7 2610 * progmodes/c-mode.el (c-mode):
d5f5a2c5
SM
2611 Don't gratuitously override the default for comment-column.
2612
2613 * textmodes/tex-mode.el (latex-metasection-list): New var.
2614 (latex-imenu-create-index): Use it.
2615 Move the regexp construction outside loops (and use push).
814299a7 2616 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
d5f5a2c5
SM
2617 (tex-font-lock-keywords): Moved from font-lock.el.
2618 (tex-comment-indent): Remove.
2619 (tex-common-initialization): Don't set comment-indent-function.
2620 (latex-block-default): New var.
2621 (tex-latex-block): Use it to provide a default choice.
2622 Add any unknown choice to latex-block-names.
2623 Insert [...] after {...}.
2624 (tex-last-unended-begin): Simplify regexp.
2625 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
2626 (latex-forward-sexp-1, latex-forward-sexp): New functions.
2627 (latex-mode): Set forward-sexp-function.
2628
2629 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
2630 Add regexp for @ignore ... @end ignore.
2631 (texinfo-heading-face): New face.
2632 (texinfo-font-lock-keywords): Use it.
2633 (texinfo-mode-menu): New menu.
2634 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
2635 New functions.
2636 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
814299a7 2637 (texinfo-section-types-regexp, texinfo-section-level-regexp)
d5f5a2c5
SM
2638 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
2639 Remove declaration.
2640 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
2641
2642 * delsel.el (delete-selection-mode): Use define-minor-mode.
2643
2644 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
2645
26462000-09-29 Stefan Monnier <monnier@cs.yale.edu>
2647
2648 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
2649
8a5506f2
GM
26502000-09-30 Gerd Moellmann <gerd@gnu.org>
2651
068127d6
GM
2652 * replace.el (keep-lines-read-args): New function.
2653 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
2654 read arguments interactively. Add parameters RSTART and REND.
2655 Operate on the active region in Transient Mark mode.
2656
d777bb8f
GM
2657 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
2658
8a5506f2
GM
2659 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
2660 (authors-obsolete-files-regexps): New variable.
2661 (authors-add): Don't record changes in obsolete files.
2662
3fa87bfc
SM
26632000-09-29 Stefan Monnier <monnier@cs.yale.edu>
2664
2665 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
2666
2667 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
2668 (comment-indent): Make sure there's a space between code and comment.
2669 Shift comments left to avoid going past fill-column.
2670
f02149ce
GM
26712000-09-29 Gerd Moellmann <gerd@gnu.org>
2672
2673 * startup.el (startup-echo-area-message): New function.
2674 (display-startup-echo-area-message): Use it.
2675 (fancy-splash-screens): Rewritten to use keymaps and a timer.
2676 (fancy-splash-default-action): New function.
2677 (fancy-splash-screens-1): New function.
2678 (fancy-splash-head): Put a help-echo and a keymap under the image.
2679
a3ef6569
SM
26802000-09-29 Stefan Monnier <monnier@cs.yale.edu>
2681
2682 * diff-mode.el (diff-add-log-file-name): Remove.
2683 (diff-mode): Use add-log-buffer-file-name-function.
2684
2685 * add-log.el (find-change-log): New arg BUFFER-FILE.
2686 (add-log-file-name): Obey add-log-file-name-function.
2687 (add-log-buffer-file-name-function): New var.
2688 (add-change-log-entry): Use it.
2689
75e5b373
MB
26902000-09-29 Miles Bader <miles@gnu.org>
2691
2692 * image-file.el (image-file-name-extensions): New variable.
2693 (image-file-name-regexps): Renamed from `image-file-regexps'.
2694 New default value is nil. Call `auto-image-file-mode'.
2695 (image-file-name-regexp): New function.
2696 (auto-image-file-mode): New minor mode.
2697 (insert-image-file): Don't make conditional on the image-file
2698 handler being enabled.
2699 (image-file-handler): Make the call here conditional instead.
2700 (set-image-file-handler-enabled, enable-image-file-handler)
2701 (disable-image-file-handler): Functions removed.
2702
2703 * emacs-lisp/authors.el (authors-print): Rephrase many-files
2704 string.
2705
de6e1f7c
GM
27062000-09-29 Gerd Moellmann <gerd@gnu.org>
2707
2708 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
2709 it's a function from CL.
2710 (latex-imenu-create-index): Replace eval-when-compile with progn
2711 because latex-section-alist is not bound while compiling.
2712
d8c201f5
SM
27132000-09-28 Stefan Monnier <monnier@cs.yale.edu>
2714
2715 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
2716 (outline-mode): Use define-derived-mode.
2717
814299a7 2718 * progmodes/perl-mode.el (perl-mode):
d8c201f5
SM
2719 * progmodes/awk-mode.el (awk-mode):
2720 * progmodes/asm-mode.el (asm-mode):
2721 Don't gratuitously override the default for comment-column.
2722
2723 * emacs-lisp/lisp.el (lisp-complete-symbol):
2724 Distinguish the let-binding case from the funcall case.
2725 (forward-sexp-function): New variable.
2726 (forward-sexp): Use it.
2727
2728 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
2729 (easy-mmode-defmap): Remove the now useless autoload.
2730
2731 * time.el (display-time-mode): Use define-minor-mode.
2732
2733 * subr.el (add-minor-mode): Don't eval NAME.
2734 Don't depend on the presence of TOGGLE-FUN for any special behavior.
2735 Use if rather than cond.
2736
2737 * simple.el (read-expression-map): Define more properly.
2738 (comment-indent-hook): Remove.
2739 (string-to-syntax): Bug fix.
2740
2741 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
2742 (cvs-ediff-diff): Fix typo.
2743 (cvs-revert-if-needed): Don't bother preserving read-only.
2744
2745 * paren.el (show-paren-mode): Use define-minor-mode.
2746
2747 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
2748 (toggle-auto-compression): Remove.
2749 (jka-compr-build-file-regexp): Remove useless grouping.
2750
2751 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
2752 Avoid user-reserved bindings.
2753 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
2754 (diff-header-face): Revert to grey85.
2755
2756 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
2757
2758 * complete.el (partial-completion-mode) <defcustom>: Remove.
2759 (partial-completion-mode): Use define-minor-mode.
2760 (PC-do-completion): Understand `completion-auto-help = delay'
2761 to mean to popup the completion buffer only the second time.
814299a7 2762 (PC-include-file-all-completions, PC-include-file-all-completions)
d8c201f5
SM
2763 (PC-include-file-all-completions): Don't quote lambda.
2764
2765 * comint.el (comint-mode-hook): Docstring fix.
2766 (comint-mode): Use define-derived-mode.
2767 (comint-mode-map): Remove obsolete comment.
2768 (make-comint): Minor stylistic change.
2769 (comint-insert-clicked-input): Be more careful to find the overlay.
2770 Use this-command-keys rather than hardcoding mouse-2.
2771
2772 * font-lock.el: Replace confusing (,@ with ,
2773 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
2774 Don't use regexp-opt-depth. Spice up the regexp for args.
2775 Don't distinguish between cmds that can take an opt arg or not.
2776 Use `append' and `prepend' rather than `keep'.
2777
2778 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
2779 (latex-outline-regexp): New var.
2780 (latex-outline-level): New fun.
2781 (latex-section-alist): New var.
2782 (latex-imenu-create-index): Use it. Use `push' as well.
2783 (tex-shell-map): Initialize it properly.
2784 (tex-mode): Minor stylistic change.
2785 (plain-tex-mode): Use define-derived-mode.
2786 (latex-mode): Use define-derived-mode.
2787 Construct the paragraph regexps in a more readable way.
2788 Set the buffer-local outline-{level,regexp} vars.
2789 (slitex-mode): Derive from latex-mode.
2790 (tex-common-initialization): Don't kill-all-vars anymore.
2791 Add setting for comment-add and font-lock-defaults.
2792 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
2793 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
2794 (tex-start-tex): New arg DIR (and send a chdir command for it).
2795 Also display the shell buffer and save it in tex-last-buffer-texed.
2796 (tex-region): Use expand-file-name rather than concat.
2797 Remove code made useless by changes in tex-start-tex.
2798 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
2799
2800 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
2801
ff398532
DL
28022000-09-28 Dave Love <fx@gnu.org>
2803
2804 * eshell/eshell.el (eshell) <defgroup>: Add :version.
2805
f9415d5b
GM
28062000-09-28 Gerd Moellmann <gerd@gnu.org>
2807
2808 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
2809 `append'.
2810
fa003899
SM
28112000-09-28 Stefan Monnier <monnier@cs.yale.edu>
2812
2813 * info.el (Info-extract-pointer): Undo last change.
2814 Instead, fix the position of the `bound' arg to re-search-backward.
2815
28162000-09-27 Stefan Monnier <monnier@cs.yale.edu>
2817
2818 * info.el (Info-extract-pointer):
2819 Widen more carefully, to avoid finding pointers in other nodes.
2820 (Info-index): Use push.
2821
f9415d5b 28222000-09-27 Gerd Moellmann <gerd@gnu.org>
6f22f1ad
GM
2823
2824 * frame.el (set-frame-font): Remove call to obsolete function
2825 frame-update-faces.
2826 (set-foreground-color, set-background-color): Likewise for
2827 frame-update-face-colors.
2828
5538b8ba
MB
28292000-09-27 Miles Bader <miles@gnu.org>
2830
2831 * image-file.el: New file.
2832
60536eea
GM
28332000-09-27 Gerd Moellmann <gerd@gnu.org>
2834
5b551d58
GM
2835 * frame.el (frame-notice-user-settings): Don't call
2836 frame-update-faces, which is a no-op now.
814299a7 2837
60536eea
GM
2838 * ediff-wind.el (ediff-control-frame-parameters): Add zero
2839 tool-bar-lines.
2840
36f1966f
DL
28412000-09-27 Dave Love <fx@gnu.org>
2842
2843 * mouse.el: Fix last change.
2844
c5785b73
MB
28452000-09-27 Miles Bader <miles@lsi.nec.co.jp>
2846
2847 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
2848
672172d9
KH
28492000-09-22 Kenichi Handa <handa@etl.go.jp>
2850
2851 * international/quail.el (quail-help): The output message is
2852 improved.
2853
4653b4ea
DL
28542000-09-26 Dave Love <fx@gnu.org>
2855
2856 * mouse.el (popup-menu): If POSITION is nil, set it using
2857 mouse-position.
2858
63900fcf
SS
28592000-09-25 Sam Steingold <sds@gnu.org>
2860
2861 * net/browse-url.el (browse-url-file-url): Check for null maps.
2862
cd3b81be
GM
28632000-09-26 Gerd Moellmann <gerd@gnu.org>
2864
876512ab 2865 * frame.el (frame-notice-user-settings): Don't add a
fa003899 2866 tool-bar-lines frame parameter to default-frame-alist in batch mode.
814299a7 2867
fa003899
SM
2868 * frame.el (frame-notice-user-settings):
2869 Make tool-bar-mode and default-frame-alist consistent.
77072ab1 2870
cd3b81be
GM
2871 * toolbar/tool-bar.el (tool-bar-help): New function.
2872
d8b4516f
GM
28732000-09-25 Gerd Moellmann <gerd@gnu.org>
2874
6567e9b5
GM
2875 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
2876 current-load-list in top-level forms. Else this leaks a cons cell
2877 every time a defun is called.
63900fcf 2878
d8b4516f 2879 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
63900fcf 2880
a461758e
DL
28812000-09-25 Dave Love <fx@gnu.org>
2882
7df6adc3
DL
2883 * startup.el (fancy-splash-head): Check XPM is available.
2884
a461758e
DL
2885 * autoinsert.el (auto-insert): Doc fix.
2886 (auto-insert-alist): Following GNU notices, don't say `copyright
2887 _by_'. Use line-beginning-position.
2888 (auto-insert): Check buffer-file-name is non-nil before use.
2889
b11af2dd
GM
28902000-09-25 Gerd Moellmann <gerd@gnu.org>
2891
2892 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
2893 starting with `@def' or `@multitable', in addition to ones
2894 specified by the user in auto-fill-inhibit-regexp.
2895
5f9f981b
GM
28962000-09-25 Markus Rost <rost@math.ohio-state.edu>
2897
2898 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
2899 rmail-dont-reply-to-names matches the empty string.
63900fcf 2900
8ff16b4e
GM
29012000-09-25 Gerd Moellmann <gerd@gnu.org>
2902
63900fcf 2903 * startup.el (command-line-1, fancy-splash-text): Change the
8ff16b4e
GM
2904 text to sound more friendly.
2905
9b4a7800
TTN
29062000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
2907
2908 * progmodes/hideshow.el: Update author email address.
2909 Generally, sync w/ maintainer version 5.22.
9b4a7800
TTN
2910 (hs-hide-all-non-comment-function): New var.
2911 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
2912 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
2913 (hs-show-region): Delete this command.
2914 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
2915
4c7c1f3f
DL
29162000-09-22 Dave Love <fx@gnu.org>
2917
2918 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
2919 (hl-line-highlight): Specify buffer when moving overlay.
2920
2921 * progmodes/fortran.el (fortran-mode): Locally set
2922 normal-auto-fill-function.
2923 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
2924 (fortran-mode-map): Adjust auto-fill menu entry.
2925
13f93dee
GM
29262000-09-22 Gerd Moellmann <gerd@gnu.org>
2927
36eb0a91
GM
2928 * vc-rcs.el (toplevel): Require `vc' when compiling.
2929
fa003899 2930 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
13f93dee 2931
36a03bf9
AS
29322000-09-22 Andre Spiegel <spiegel@gnu.org>
2933
9b4a7800 2934 * vc.el (vc-switch-backend): Signal an error if the file is not
36a03bf9
AS
2935 registered under the new backend.
2936
9b4a7800 2937 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
36a03bf9
AS
2938 without explicit revision number.
2939
6e4e8a3b
SM
29402000-09-21 Stefan Monnier <monnier@cs.yale.edu>
2941
2942 * diff-mode.el (diff-file-header-face): Reset to its previous value.
2943 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
2944 (diff-xor): New function.
2945 (diff-find-source-location): Use it. Fix a stupid name clash.
2946 (diff-hunk-status-msg): New function.
2947 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
2948 (diff-test-hunk): Use diff-find-source-location.
2949 (diff-goto-source): Favor the `reverse'.
2950 (diff-hunk-text): Properly handle one-sided context diffs.
2951 (diff-apply-hunk): When done, advance to the next hunk.
2952
1b24b888
GM
29532000-09-21 Gerd Moellmann <gerd@gnu.org>
2954
623a0aae
GM
2955 * startup.el (command-line): If frame was created with a non-zero
2956 tool-bar-lines parameter, switch tool-bar-mode on.
9b4a7800 2957
1b24b888
GM
2958 * add-log.el (change-log-date-face, change-log-name-face)
2959 (change-log-email-face, change-log-file-face)
2960 (change-log-list-face, change-log-conditionals-face)
fa003899
SM
2961 (change-log-function-face, change-log-acknowledgement-face):
2962 New faces, inheriting from font-lock faces.
1b24b888 2963 (change-log-font-lock-keywords): Use them.
9b4a7800 2964
93b3a1c8
DL
29652000-09-21 Dave Love <fx@gnu.org>
2966
80585273
DL
2967 * progmodes/cperl-mode.el (top-level): Clean up
2968 `eval-when-compile's and assorted defvars.
2969 (cperl-invalid-face): Don't double-quote value. Change custom
2970 type.
2971 (cperl-mode): Set normal-auto-fill-function and don't zap
2972 auto-fill-function.
2973 (cperl-imenu--function-name-regexp-perl): Renamed from
2974 imenu-example--function-name-regexp-perl.
2975 (cperl-imenu--create-perl-index): Renamed from
2976 imenu-example--create-perl-index.
2977 (cperl-xsub-scan): Don't require cl.
2978
93b3a1c8
DL
2979 * msb.el (msb-mode-map): Use substitute-key-definition.
2980 (msb-mode): Use msb-mode-map.
2981
43ccb598
AS
29822000-09-21 Andre Spiegel <spiegel@gnu.org>
2983
2984 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
2985 New functions.
fa003899 2986 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
43ccb598
AS
2987 (vc-switch-backend): New function.
2988 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
2989 (vc-register): Fix prompt.
2990 (vc-unregister, vc-default-unregister): New functions.
2991 (vc-version-diff): Handle empty buffer in sentinel.
2992
2993 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
2994 (vc-rcs-state-heuristic): Use it to guess the state of files with
2995 non-strict locking.
2996 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
2997 been set with -b, but not created yet.
2998 (vc-rcs-fetch-master-state): With non-strict locking, compare file
2999 contents in order to find the state.
3000 (vc-rcs-checkin): Allow creation of branches with no changes.
fa003899
SM
3001 (vc-rcs-unregister, vc-rcs-receive-file)
3002 (vc-rcs-set-non-strict-locking): New functions.
43ccb598 3003
9b4a7800 3004 * vc-hooks.el (vc-name): Force correct computation of the value
43ccb598 3005 in case it is missing.
9b4a7800 3006
95fadcca
GM
30072000-09-21 Gerd Moellmann <gerd@gnu.org>
3008
3009 * startup.el (fancy-splash-tail): Use a different foreground
3010 color on a dark frame background.
3011
470f23e1
MB
30122000-09-21 Miles Bader <miles@lsi.nec.co.jp>
3013
3014 * info.el: Use the correct capitalization when making Info-mode
3015 and Info-edit-mode `special' modes.
3016
281096ed
SM
30172000-09-20 Stefan Monnier <monnier@cs.yale.edu>
3018
3019 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
3020 (diff-mode): Add support for add-log.el.
3021 (diff-hunk-text): Use char offsets rather than line offsets.
3022 (diff-find-source-location): Replace LINE with line-offset (nil
3023 if not found) and always set POS to a meaningful position.
3024 Adapt to the new char-offsets.
3025 (diff-apply-hunk): Drop support for the unused `select' POPUP.
3026 Adapt to the new diff-find-source-location.
3027 (diff-goto-source): Adapt to the new diff-find-source-location.
3028
3029 * add-log.el (add-log-file-name): New function (split out of
3030 add-change-log-entry).
3031 (add-change-log-entry): Use it.
3032 Call add-log-file-name-function with the changelog file name if
3033 the current buffer is not associated with any file.
3034 Avoid find-file if the selected window is dedicated.
3035
3036 * diff-mode.el (diff-find-source-location):
3037 Move code from diff-apply-hunk. Return buffer rather than file.
3038 (diff-apply-hunk): Use the new result from diff-find-source-location.
3039 (diff-goto-source): Use the new diff-find-source-location.
3040
c29d77c4
DL
30412000-09-20 Dave Love <fx@gnu.org>
3042
3043 * iswitchb.el: Some doc fixes.
3044 (iswitchb-mode-map): Define completely initially. Inherit
3045 minibuffer-local-map.
3046 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
3047 fundamental-mode.
3048 (iswitchb-global-map): New variable.
3049 (iswitchb-summaries-to-end): Amalgamate regexps.
3050 (iswitchb-mode): New.
3051 (iswitchb-mode-hook): New variable.
3052 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
3053 `extensions'.
3054
49939379
GM
30552000-09-20 Gerd Moellmann <gerd@gnu.org>
3056
d05c87ac
GM
3057 * ehelp.el (electric-help): New defgroup.
3058 (electric-help-shrink-window): New user-option.
3059 (with-electric-help): Use it.
3060
1ec082d4
GM
3061 * window.el (shrink-window-if-larger-than-buffer): If face
3062 `mode-line' has a :box, and we're on a graphical frame, add 1
3063 to the needed window height.
3064
f46c275e
GM
3065 * frame.el (frame-notice-user-settings): Add a last parameter nil
3066 to a call to `append', because the last list passed to `append' is
3067 not copied, and so subsequent calls to assq-delete-all will modify
3068 default-frame-alist.
3069
b7e11c5b
GM
3070 * startup.el (fancy-splash-image): Change :type.
3071 (fancy-splash-head): Use an XBM image if appropriate.
3072 (command-line-1): Show splash screens in more cases.
3073
26ff68aa
GM
3074 * startup.el (fancy-splash-text): Don't quote faces.
3075
8320414c
GM
3076 * dired.el (dired-font-lock-keywords): Undo last change.
3077 (dired-readin): Bind indent-tabs-mode to nil.
3078
49939379
GM
3079 * startup.el (fancy-splash-head): If frame's background mode
3080 is `dark', change the black background of the image to gray.
3081 (fancy-splash-screens): Display startup echo area message.
3082 (display-startup-echo-area-message): New function.
3083
c3b27206
MB
30842000-09-20 Miles Bader <miles@lsi.nec.co.jp>
3085
55a3d2a1
MB
3086 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
3087
3088 * info.el (info-header-node): Tweak for color ttys.
3089
37a99821
MB
3090 * faces.el (face-valid-attribute-values): Make sure directories we
3091 search for stipples both exist and are readable before trying to
3092 search them.
3093
0415d0d0
MB
3094 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
3095 in the dry-run case.
3096
523b128c
MB
3097 * jka-compr.el (with-auto-compression-mode): New macro.
3098
c3b27206
MB
3099 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
3100 (custom-group-tag-face, custom-variable-tag-face): Use relative
3101 :height and inherit from `variable-pitch' face instead of
3102 hardwiring :family.
3103 * hi-lock.el (hi-black-hb): Likewise.
3104
ddba99ad
MB
3105 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
3106 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
3107 toolbar-add-item, if image doesn't have a mask add a `:mask
3108 heuristic'.
3109
7e99fbde
SM
31102000-09-19 Stefan Monnier <monnier@cs.yale.edu>
3111
3112 * diff-mode.el: Docstring fixes.
3113 (diff-header-face, diff-comment-face): New faces.
3114 (diff-font-lock-keywords): Highlight a bit differently.
3115 (diff-find-source-location): Don't return SPAN any more.
3116 (diff-hunk-text): Don't bother erasing the temp buffer.
3117 (diff-find-text): Drop argument LINE.
3118 (diff-apply-hunk): Update calls to diff-find-text.
3119 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
3120
3121 * calendar/calendar.el: Docstring fixes.
3122 (calendar-make-alist): Don't quote lambda.
3123 (calendar-star-date): Use make-local-variable.
3124
fb275c02
DL
31252000-09-19 Dave Love <fx@gnu.org>
3126
7e99fbde
SM
3127 * toolbar/tool-bar.el: Renamed from toolbar.el.
3128 Change `toolbar' to `tool-bar' generally in symbols.
3129 Make some items invisible in `special' major modes.
3130 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
3131 Add arg PROPS.
532cb34d 3132
7e99fbde
SM
3133 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
3134 Add :version here.
fb275c02
DL
3135 (fancy-splash-delay, fancy-splash-image): Remove :version here.
3136
8f4ca9a5
GM
31372000-09-19 Gerd Moellmann <gerd@gnu.org>
3138
8b7707e1 3139 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
da1608d9 3140
8b7707e1 3141 * files.el (find-file-suppress-same-file-warnings): New user-option.
8fb3df59
GM
3142 (find-file-noselect): Use it.
3143
8b7707e1 3144 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
a01bb1db
GM
3145 (fancy-splash-screen): Defgroup.
3146
8f4ca9a5
GM
3147 * add-log.el (change-log-font-lock-keywords): Match names
3148 more exactly for the case that font-lock-constant-face is
3149 underlined.
3150
ba9eeda1 31512000-09-19 Richard M. Stallman <rms@gnu.org>
9b4a7800 3152
8b7707e1 3153 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
ba9eeda1 3154
289eaef9
AS
31552000-09-19 Andre Spiegel <spiegel@gnu.org>
3156
3157 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
3158
ce9ded5d
GM
31592000-09-19 Gerd Moellmann <gerd@gnu.org>
3160
c113de23
GM
3161 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
3162 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
3163 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
3164 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
3165 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
3166 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
3167 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
3168 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
3169 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
3170 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
3171 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
8f4ca9a5 3172 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
c113de23 3173
ce9ded5d
GM
3174 * startup.el (fancy-splash-text): New variable.
3175 (fancy-splash-delay, fancy-splash-image): New user-options.
3176 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
3177 (fancy-splash-screens): New functions.
3178 (command-line-1): If display has a `display' frame parameter, has
3179 colors, and we have XPM support, show more fancy splash screens.
9b4a7800 3180
b9b1c3a9
DL
31812000-09-19 Dave Love <fx@gnu.org>
3182
3183 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
3184 with null `help'. Use modern backquote syntax.
3185
1af25534
GM
31862000-09-19 Gerd Moellmann <gerd@gnu.org>
3187
afd3c8cd
GM
3188 * font-lock.el (font-lock-mode): Change message telling the user
3189 that ``the buffer is too big''.
3190
1af25534
GM
3191 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
3192 for instance for the case that tab-width is 2.
3193
05b1f851
GM
31942000-09-18 Gerd Moellmann <gerd@gnu.org>
3195
3196 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
3197 toolbar-add-item, if image doesn't have a mask add a `:mask
3198 heuristic'.
3199
8ec8f673
MB
32002000-09-18 Miles Bader <miles@lsi.nec.co.jp>
3201
2b612b1f
MB
3202 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
3203 and return a cons if it's non-nil.
3204 (diff-apply-hunk): Try to jump to the line in the source text
3205 corresponding to the position of point in the in the hunk.
3206
9b4a7800 3207 * info.el (Info-title-3-face, Info-title-2-face)
8ec8f673
MB
3208 (Info-title-1-face): Use face inheritance and relative sizes
3209 instead of hard-wiring things.
3210
3211 * faces.el (secondary-selection): Make dark-background variant sane.
3212
5eedab4d
AI
32132000-09-16 Andrew Innes <andrewi@gnu.org>
3214
5eedab4d
AI
3215 * makefile.w32-in (compile-files-CMD): No need to make .elc files
3216 read-only, since they aren't under VC now.
3217
6a142f26
DL
32182000-09-17 Dave Love <fx@gnu.org>
3219
e07436e1
DL
3220 * tmm.el: Replace mapcar with mapc in several places.
3221
3222 * loadhist.el (unload-feature): Maybe call elp-restore-list and
3223 ad-unadvise.
3224
7d354dd5
DL
3225 * international/latin1-disp.el: New file.
3226
6a142f26
DL
3227 * calendar/cal-move.el (scroll-calendar-left)
3228 (scroll-calendar-right): Make arg optional (for active mode line).
3229
3230 * calendar/calendar.el (calendar-mode-line-format): Make fields
3231 mouse-sensitive.
3232 (calendar-read-date, calendar-read-date, calendar-window-list):
3233 Unquote lambda.
3234 (calendar-month-name): Use aref, not sref.
3235
3236 * view.el (minor-mode-alist): Propertize the string.
3237
3238 * international/characters.el (standard-case-table): Add entries
3239 for Greek.
3240
50ac70af
MB
32412000-09-18 Miles Bader <miles@gnu.org>
3242
53c9ab4f
MB
3243 * info.el (info-node, info-xref): Add dark-background variants.
3244
a114b1ca
MB
3245 * faces.el (header-line): Change defaults to be less confusing
3246 when mixed with mode-lines.
3247
50ac70af
MB
3248 * info.el (Info-fontify-node): Make a few cleanups.
3249 Add extra `help-echo' and `local-map' props to node xrefs.
3250 Use header-specific faces for node-names & xrefs.
3251 (Info-use-header-line): New variable.
53c9ab4f 3252 (info-header-xref, info-header-node): New faces.
50ac70af
MB
3253 (Info-setup-header-line): New function.
3254 (Info-select-node): Call Info-setup-header-line when enabled.
3255 (Info-extract-pointer): Work even if the header line is hidden.
3256 (Info-header-line): New variable.
3257
729927ff
SM
32582000-09-16 Stefan Monnier <monnier@cs.yale.edu>
3259
3260 * vms-patch.el (print-region-function): Don't quote lambda.
3261
3262 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
3263
3264 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
3265 (lm-get-header-re): Allow spaces between the header and the colon.
3266 (lm-header): Allow $ in non-RCS headers.
3267 (lm-header-multiline): Put the strings back into order.
3268 Stop at an empty line. Don't require two space chars if the
3269 line is clearly not another header line.
3270
3271 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
3272 (popup-menu-popup): Remove.
3273
7a98d821
GM
32742000-09-15 Gerd Moellmann <gerd@gnu.org>
3275
7f8f1edc
GM
3276 * toolbar/toolbar.el (toolbar-add-item): Use the same image
3277 specification if or if not tool-bar item contains an `:enabled'
3278 property.
3279
7a98d821
GM
3280 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
3281 current buffer has no file name.
3282
a7bc704b
DL
32832000-09-15 Dave Love <fx@gnu.org>
3284
3285 * strokes.el: Sync with maintainer's current version with changes
3286 for Emacs, but avoid runtime cl and levents.
3287 (toplevel): Change autoloads and compilation requires.
3288 (strokes-version, strokes-bug-address, strokes-lift): Values
3289 changed.
3290 (strokes-xpm-header, strokes-insinuated): New variable.
3291 (strokes): Add :link.
3292 (strokes-mode): Customized.
3293 (strokes-while-inhibiting-garbage-collector): New macro.
3294 (strokes-remassoc): Avoid remove-if.
3295 (strokes-fix-button2-command): Don't use ad-do-it.
3296 (strokes-insinuate): New function.
3297 (strokes-button-press-event-p, strokes-button-release-event-p):
3298 New functions, used instead of non-`strokes-' versions..
3299 (strokes-mouse-event-p): Rewritten.
3300 (strokes-event-closest-point): Avoid event-point.
3301 (strokes-get-grid-position): Avoid cdadr, caadr
3302 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
3303 functions.
3304 (strokes-help): Use with-output-to-temp-buffer.
3305 (strokes-window-configuration-changed-p): New function.
3306 (strokes-update-window-configuration): Use buffer-live-p,
3307 strokes-window-configuration-changed-p.
3308 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
3309 (strokes-char-face): New face.
3310 (strokes-char-table, strokes-base64-chars): New variable.
3311 (strokes-xpm-for-stroke, strokes-list-strokes)
3312 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
3313 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
3314 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
3315 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
3316 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
3317 functions.
3318
47e351a3
GM
33192000-09-15 Gerd Moellmann <gerd@gnu.org>
3320
ebb8f116
GM
3321 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
3322
47e351a3
GM
3323 * image.el (create-image): Doc fix.
3324
3325 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
3326 instead of `:heuristic-mask t'.
3327
fe83b953
AI
33282000-09-14 Andrew Innes <andrewi@gnu.org>
3329
3330 * makefile.w32-in: Revert to Unix line endings.
3331
52481729
AI
33322000-09-14 Andrew Innes <andrewi@gnu.org>
3333
3021e816
AI
3334 * makefile.w32-in: Add bootstrap support. Also copy lisp source
3335 when installing.
3336
52481729
AI
3337 * makefile.nt (DONTCOMPILE): Fix typo.
3338
3339 * shell.el (shell-write-history-on-exit): New function.
3340 (shell-dumb-shell-regexp): New custom variable.
3341 (shell-mode): Make shell-write-history-on-exit the process
3342 sentinel if shell name matches shell-dumb-shell-regexp.
3343
3344 * w32-fns.el: Comment out before-init-hook function which resets
3345 source-directory based; this breaks bootstrap.
3346
f8034e41
DL
33472000-09-14 Dave Love <fx@gnu.org>
3348
3349 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
3350 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
3351 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
3352 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
3353 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
3354 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
3355 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
3356 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
3357 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
3358
3359 * toolbar/toolbar.el: New.
3360
3361 * subdirs.el: Add toolbar.
3362
b9ce5694
GM
33632000-09-14 Gerd Moellmann <gerd@gnu.org>
3364
3365 * indent.el (indent-for-tab-command): Doc fix.
3366
986b7dee
GM
33672000-09-14 Alex Schroeder <alex@gnu.org>
3368
3369 * ansi-color.el (ansi-colors): Doc change.
3370 (ansi-color-get-face): Simplified regexp.
3371 (ansi-color-faces-vector): Added more faces, doc change.
3372 (ansi-color-names-vector): Doc change.
3373 (ansi-color-regexp): Simplified regexp.
3374 (ansi-color-parameter-regexp): New regexp.
3375 (ansi-color-filter-apply): Doc change.
3376 (ansi-color-filter-region): Doc change.
3377 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
3378 deal with zero length parameters.
3379 (ansi-color-apply-on-region): Doc change.
3380 (ansi-color-map): Doc change.
3381 (ansi-color-map-update): Removed debugging message.
3382 (ansi-color-get-face-1): Added condition-case to trap
3383 args-out-of-range errors.
3384 (ansi-color-get-face): Doc change.
3385 (ansi-color-make-face): Removed.
3386 (ansi-color-for-shell-mode): New option.
9b4a7800 3387
076ff911
KH
33882000-09-13 Kenichi Handa <handa@etl.go.jp>
3389
3390 * international/quail.el (quail-start-translation): Translate KEY
3391 if necessary even if it doesn't have any mapping in the current
3392 input method.
3393 (quail-start-conversion): Likewise.
3394 (quail-help): The output message is improved.
3395
bdf08678
MB
33962000-09-13 Miles Bader <miles@gnu.org>
3397
3398 * comint.el (comint-output-filter): Revert to using
3399 `insert-before-markers'. Add bletcherous hack to undo damage
3400 caused by `insert-before-markers'. Put `front-sticky' property on
3401 overlays created here so that the field code understands how the
3402 overlay works. Use a let when making comint-last-prompt-overlay,
3403 so that the code is easier to read.
3404
ffb8db8d
DL
34052000-09-13 Dave Love <fx@gnu.org>
3406
3407 * wid-edit.el (widget-default-format-handler): DTRT when
3408 doc-property is a function.
3409
5dd05f61
GM
34102000-09-12 Francesco Potorti` <pot@gnu.org>
3411
3412 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
3413 filed name if it's not there.
3414
35177617
DL
34152000-09-12 Dave Love <fx@gnu.org>
3416
9023837e
DL
3417 * simple.el (read-mail-command): Doc fix.
3418 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
3419
35177617
DL
3420 * vc.el (vc-dired-listing-switches): Fix :version.
3421
3422 * vc-hooks.el: Doc fixes.
3423
3424 * subr.el (add-minor-mode): Use toggle-fun arg.
3425
3426 * speedbar.el: Add :version to several defcustoms.
3427
3428 * imenu.el (imenu--truncate-items, imenu--cleanup)
3429 (imenu--generic-function): Avoid mapcar.
3430 (imenu--replace-spaces): Function removed.
3431 (imenu--completion-buffer): Use subst-char-in-string.
3432 (imenu-add-to-menubar): Use keymap inheritance.
3433
1afaae94
MB
34342000-09-12 Miles Bader <miles@gnu.org>
3435
3436 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
3437 (diff-mode-map): Bind `diff-test-hunk'.
3438 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
3439
34402000-09-11 Gerd Moellmann <gerd@gnu.org>
71246c2c
GM
3441
3442 * bytecomp.el (byte-compile-defvar): Undo last change
3443 because it breaks '(make-variable-buffer-local (defvar ...)'
3444 which is used at least in dired.
3445
63c36c3c
KH
34462000-09-12 Kenichi Handa <handa@etl.go.jp>
3447
3448 * international/quail.el (quail-define-package): Docstring
3449 modified.
3450
1ad24be1
KH
34512000-09-12 Kenichi Handa <handa@etl.go.jp>
3452
362a8065
KH
3453 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
3454 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
3455 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
3456 docstring of "chinese-py".
3457
1ad24be1
KH
3458 * international/quail.el (quail-translation-docstring): New
3459 variable.
3460 (quail-show-keyboard-layout): Docstring modified.
3461 (quail-select-current): Likewise.
3462 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
3463 infinite recursive call.
3464 (quail-help): Check quail-translation-docstring. Format of the
3465 output changed.
3466 (quail-help-insert-keymap-description): Adjusted for the above
3467 change.
3468
cc0f95a4
GM
34692000-09-11 Gerd Moellmann <gerd@gnu.org>
3470
3471 * bytecomp.el (byte-compile-defvar): Only cons onto
3472 current-load-list in top-level forms. Else this leaks a cons cell
3473 every time a defun is called.
3474
7530b6da
MB
34752000-09-11 Miles Bader <miles@lsi.nec.co.jp>
3476
3477 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
3478 Now understands non-unified diffs. Some functionality moved into
3479 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
3480 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
3481 modify anything. Only reposition point in the patched file if the
3482 patch succeeds. Only pop up another window if POPUP is true.
3483 Emit a message describing what happened if successful, and at what
3484 line-offset. Automatically detect reversed hunks and do something
3485 appropriate.
3486 (diff-hunk-text, diff-find-text): New functions.
3487 (diff-filter-lines): Function removed.
3488 (diff-test-hunk): New function.
3489 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
3490
6b124390
DL
34912000-09-10 Dave Love <fx@gnu.org>
3492
3493 * textmodes/tildify.el: Minor doc/commentary fixes.
3494 (tildify) <defgroup>: Add :version.
3495
3496 * faces.el (face-x-resources): Make custom type more specific.
3497 (frame-background-mode): Use mapc.
3498 (region) <defcustom>: Add :version.
3499
7f8b6551
SM
35002000-09-08 Stefan Monnier <monnier@cs.yale.edu>
3501
9b4a7800
TTN
3502 * vc-sccs.el (vc-sccs-register):
3503 * vc-rcs.el (vc-rcs-register):
7f8b6551
SM
3504 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
3505 * vc.el (vc-register): Clear file's properties.
3506
c454aac1
GM
35072000-09-08 Gerd Moellmann <gerd@gnu.org>
3508
3509 * faces.el (face-spec-set): Only face-spec-reset-face when
3510 ATTRS is non-nil.
3511
bb934822
EZ
35122000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
3513
3514 * help.el (help-insert-xref-button): Fix a typo in doc string.
3515
03419440
EZ
35162000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
3517
7f8b6551
SM
3518 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
3519 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
43b11fee
EZ
3520 methods.
3521
03419440
EZ
3522 * menu-bar.el (read-mail-item-name): New function.
3523 (menu-bar-tools-menu): Use it to compute and display the package
3524 used to read email.
3525 (menu-bar-tools-menu): Fix typo in GUD's help string.
3526
dbcee71a
DL
35272000-09-07 Dave Love <fx@gnu.org>
3528
19e713d8
DL
3529 * diff-mode.el (diff-mouse-goto-source): New function.
3530
a7cafade 3531 * vc-sccs.el: Doc fixes.
7f8b6551 3532 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
a7cafade
DL
3533
3534 * vc-rcs.el: Doc fixes.
7f8b6551
SM
3535 (vc-rcs-register-switches, vc-rcs-checkin-switches)
3536 (vc-rcs-checkout-switches, vc-rcs-header)
a7cafade
DL
3537 (vc-rcs-master-templates): Add or change :version.
3538
7f8b6551 3539 * vc-cvs.el: Doc fixes.
a7cafade
DL
3540 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
3541 (vc-cvs-stay-local): Add :version.
3542
dbcee71a
DL
3543 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
3544
ed254191
KH
35452000-09-07 Kenichi Handa <handa@etl.go.jp>
3546
3547 * international/quail.el (quail-help): Fix previous change.
3548
ab0ee409
GM
35492000-09-07 Gerd Moellmann <gerd@gnu.org>
3550
f46f845b 3551 * faces.el (color-values): Doc fix.
9b4a7800 3552
ab0ee409
GM
3553 * faces.el (frame-set-background-mode): Use frame-parameter
3554 instead of frame-parameters.
3555
3556 * frame.el (filtered-frame-list): Reduce consing.
9b4a7800 3557 (frames-on-display-list): Call frame-parameter instead of
ab0ee409 3558 frame-parameters.
9b4a7800 3559
f7246ac7
KH
35602000-09-07 Kenichi Handa <handa@etl.go.jp>
3561
3562 * language/devan-util.el (devanagari-to-indian-region): In the
3563 loop, change the following char, not preceding char.
3564
96889af2
GM
35652000-09-07 Gerd Moellmann <gerd@gnu.org>
3566
1091dd67
GM
3567 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
3568 instead of frame-parameters.
3569
9b4a7800 3570 * faces.el (set-face-attribute): Simplify by calling
0da3ecef
GM
3571 internal-set-lisp-face-attribute with FRAME being 0.
3572
3573 * vc.el: Remove `Id' version control keyword.
96889af2 3574
0fddd0dc
KH
35752000-09-07 Kenichi Handa <handa@etl.go.jp>
3576
3577 * help.el (help-make-xrefs): Adjusted for the change of
3578 help-xref-mule-regexp.
3579 (help-insert-xref-button): New function.
3580
3581 * international/mule-cmds.el (help-xref-mule-regexp-template):
3582 Include the pattern for character set.
3583 (leim): New group.
3584
3585 * international/quail.el: Don't require face.
3586 (quail): New group.
7f8b6551 3587 (quail-other-command): Dummy command to make quail-help work better.
0fddd0dc
KH
3588 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
3589 (quail-keyboard-layout-substitution): New variable.
3590 (quail-update-keyboard-layout): New function.
3591 (quail-keyboard-layout-type): New customizable variable.
3592 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
3593 (quail-keyboard-translate): Pay attention to
3594 quail-keyboard-layout-substitution.
3595 (quail-insert-kbd-layout): New function.
3596 (quail-show-keyboard-layout): New function.
3597 (quail-get-translation): If the definition is a vector of length
7f8b6551 3598 1, and the element is a string of length 1, return the character
0fddd0dc
KH
3599 in that string.
3600 (quail-update-current-translations): Fix the case of
3601 relative-index out of range.
3602 (quail-build-decode-map, quail-insert-decode-map): New Functions.
3603 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
7f8b6551 3604 Show key sequences for all available characters.
0fddd0dc
KH
3605 (quail-help-insert-keymap-description): Don't show such verbose
3606 key bindings as quail-self-insert-command.
3607
3608 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
3609 Format changed, and each element now have extra documentations.
3610 (tit-process-header): Delete invalid characters from TIT-PROMPT.
3611 Adjusted for the change of quail-cxterm-package-ext-info.
3612
8ddceaf1
GM
36132000-09-06 Gerd Moellmann <gerd@gnu.org>
3614
3615 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
3616 requiring it leads to a recursive loading of vc.el and vc-hooks.el
3617 during bootstrap.
3618
099bd78a
SM
36192000-09-05 Stefan Monnier <monnier@cs.yale.edu>
3620
3621 * vc.el: (toplevel): Don't require `dired' at run-time.
3622 (vc-dired-resynch-file): Remove autoload cookie.
3623
36242000-09-05 Andre Spiegel <spiegel@gnu.org>
3625
3626 * vc.el: Made several backend functions optional.
3627 (vc-default-responsible-p): New function.
3628 (vc-merge): Use RET for first version to trigger merge-news, not
3629 prefix arg.
3630 (vc-annotate): Handle backends that do not support annotation.
3631 (vc-default-merge-news): Removed. The existence of a merge-news
3632 implementation is now checked on caller sites.
3633
9b4a7800 3634 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
099bd78a
SM
3635 case.
3636
9b4a7800 3637 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
099bd78a
SM
3638 special case that has been removed from the default in vc-hooks.el.
3639
36402000-09-05 Stefan Monnier <monnier@cs.yale.edu>
3641
3642 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
3643
36442000-09-05 Andre Spiegel <spiegel@gnu.org>
3645
3646 * vc-hooks.el: Require vc during compilation.
3647 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
3648 macro `with-vc-properties' in vc.el.
3649 (vc-file-getprop): Doc fix.
3650 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
9b4a7800 3651
099bd78a
SM
3652 * vc.el: Require dired-aux during compilation.
3653 (vc-name-assoc-file): Moved to vc-sccs.el.
3654 (with-vc-properties): New macro.
9b4a7800 3655 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
099bd78a
SM
3656 vc-finish-steal): Use it.
3657 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
3658 to the backend-specific function is now supposed to do the checkout,
3659 too.
3660 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
3661
9b4a7800 3662 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
099bd78a
SM
3663 set file properties; that gets done in the generic code now.
3664
3665 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
3666 Changed parameter list, added code from vc.el that does the
3667 checkout, possibly with a double-take.
3668
3669 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
3670 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
3671 the above under the new name.
3672 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
3673 parameter list, added checkout command.
3674 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
3675 properties; that gets done in the generic code now.
3676
36772000-09-05 Stefan Monnier <monnier@cs.yale.edu>
3678
3679 * vc.el: Docstring fixes (courtesy of checkdoc).
3680
36812000-09-05 Stefan Monnier <monnier@cs.yale.edu>
3682
3683 * vc.el (vc-checkout-writable-buffer-hook)
3684 (vc-checkout-writable-buffer): Remove.
3685 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
3686 (vc-log-mode): Make it into a clean derived major mode.
3687 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
3688 vc-log-mode if log-edit is not available.
3689 (vc-dired-mode-map): Don't set-keymap-parent yet.
3690 (vc-dired-mode): Do set-keymap-parent here.
3691 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
3692
08ba3862
GM
36932000-09-05 Gerd Moellmann <gerd@gnu.org>
3694
3695 * faces.el (set-face-attribute, face-spec-reset-face)
3696 (face-spec-set): Avoid consing by removing calls to `apply'.
3697
3698 * frame.el (frame-parameter): Move to C code.
3699
3b4429b4
DL
37002000-09-05 Dave Love <fx@gnu.org>
3701
3702 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
3703 insert-before-markers-and-inherit. Now checked systematically!
3704
877055f6
GM
37052000-09-05 Alex Schroeder <alex@gnu.org>
3706
3707 * sql.el (sql-postgres): Use sql-postgres-options.
3708 (sql-postgres-options): New variable.
3709
37102000-09-05 Alex Schroeder <alex@gnu.org>
3711
3712 * sql.el (sql-mode-menu): Work around missing variable mark-active
3713 in XEmacs.
3714 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
3715 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
3716 compatibility.
3717
7a004b71
GM
37182000-09-04 Gerd Moellmann <gerd@gnu.org>
3719
54baed30 3720 * vc.el (vc-dired-resynch-file): Add autoload cookie.
9b4a7800 3721
7a004b71
GM
3722 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
3723
3724 * Makefile.in (DONTCOMPILE): Fix typo in file name.
3725
37262000-09-04 Andre Spiegel <spiegel@gnu.org>
3727
3728 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
3729 don't support anything else under SCCS yet.
3730
3731 * vc-hooks.el: Minor doc fixes.
3732
37332000-09-04 Andre Spiegel <spiegel@gnu.org>
3734
3735 * vc.el (vc-next-action-on-file): Do not visit the file if it's
3736 not necessary. If verbose in state `needs-patch', do the same as
3737 under `up-to-date'. When NOT verbose and `needs-patch', check out
3738 latest version instead of `merge-news'.
3739 (vc-next-action-dired): Don't mess with default-directory here; it
3740 breaks other parts of dired. It is the job of the
099bd78a 3741 backend-specific functions to adjust it temporarily if they need it.
7a004b71
GM
3742 (vc-next-action): Remove a special CVS case.
3743 (vc-clear-headers): New optional arg FILE.
3744 (vc-checkin, vc-checkout): Set properties vc-state and
3745 vc-checkout-time properly.
099bd78a 3746 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
7a004b71
GM
3747 (vc-print-log): Use new backend function `show-log-entry'.
3748 (vc-cancel-version): Do the checks in a different order. Added a
3749 FIXME concerning RCS-only code.
3750
3751 * vc-rcs.el (vc-rcs-show-log-entry): New function.
3752 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
3753
3754 * vc-cvs.el (vc-cvs-show-log-entry): New function.
3755
9b4a7800 3756 * vc-hooks.el (vc-default-mode-line-string): Show state
7a004b71
GM
3757 `needs-patch' as a `-' too.
3758
37592000-09-04 Andre Spiegel <spiegel@gnu.org>
3760
3761 * vc.el (vc-responsible-backend): New optional arg REGISTER.
3762 (vc-default-could-register): New function.
3763 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
3764 (vc-resynch-buffer): Call vc-dired-resynch-file.
3765 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
3766 vc-resynch-buffer instead of vc-resynch-window.
3767 (vc-next-action-dired): Don't redisplay here, that gets done as a
3768 result of the individual file operations.
3769 (vc-retrieve-snapshot): Corrected prompt order.
3770
3771 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
9b4a7800 3772
7a004b71
GM
3773 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
3774 as well.
3775 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
3776 hostname regexps. Updated all callers.
3777 (vc-cvs-responsible-p): Handle directories as well.
3778 (vc-cvs-could-register): New function.
3779 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
3780 properties up-to-date.
9b4a7800 3781
7a004b71
GM
3782 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
3783 user whether to create one.
3784
37852000-09-04 Andre Spiegel <spiegel@gnu.org>
3786
3787 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
3788 check out a non-existing file.
3789
3790 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
3791 workfile does not exist.
3792
3793 * vc.el (vc-version-diff): Use `require' to check for existence of
3794 diff-mode.
3795
37962000-09-04 Andre Spiegel <spiegel@gnu.org>
3797
3798 * vc-cvs.el (vc-cvs-registered): Use new function
3799 vc-cvs-parse-entry to do the actual work.
3800
38012000-09-04 Andre Spiegel <spiegel@gnu.org>
3802
3803 * vc-hooks.el (vc-find-backend-function): If function doesn't
3804 exist, return nil instead of error.
3805 (vc-call-backend): Doc fix.
3806
3807 * vc.el (vc-do-command): Doc fix.
3808 (vc-finish-logentry): When checking in from vc-dired, choose the
3809 right backend for logentry check.
3810 (vc-dired-mode-map): Inherit from dired-mode-map.
3811 (vc-dired-mode): Local value of dired-move-to-filename-regexp
3812 simplified.
3813 (vc-dired-state-info): Removed, updated caller.
3814 (vc-default-dired-state-info): Use parentheses instead of hyphens.
3815 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
3816 (vc-dired-listing-switches): New variable.
3817 (vc-directory): Use it, instead of dired-listing-switches.
3818
3819 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
3820 (vc-cvs-dir-state): New function.
7f8b6551 3821 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
7a004b71
GM
3822 (vc-cvs-parse-entry): New function, also to be used in
3823 vc-cvs-registered.
9b4a7800 3824
7a004b71
GM
38252000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3826
3827 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
3828 *or* single-window-frames.
3829
38302000-09-04 Andre Spiegel <spiegel@gnu.org>
3831
3832 * vc.el (vc-update-changelog): Split into generic part and default
3833 implementation. Doc string adapted.
3834 (vc-default-update-changelog): New function. Call the `rcs2log'
3835 script in exec-directory, to fix a long-standing nuisance.
3836
3837 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
3838 simply signals an error.
9b4a7800 3839
7a004b71
GM
38402000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3841
3842 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
3843 control-flow more clear and to avoid running `cvs' twice.
3844
3845 * vc.el (vc-next-action-on-file): Doc fix.
3846 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
3847 (vc-print-log): Eval `file' before constructing the continuation.
3848
38492000-09-04 Andre Spiegel <spiegel@gnu.org>
3850
3851 * vc.el (vc-next-action-on-file): Corrected several messages.
3852 (vc-merge): Add prefix arg `merge-news'; handle it.
3853
3854 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
3855 is not reached. It is.
3856 (vc-cvs-merge): Set state to 'edited after merge.
3857 (vc-cvs-merge-news): Set workfile version to nil if not known.
3858 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
3859
3860 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
3861 via stdout. (Merge from main line.)
9b4a7800 3862
7a004b71
GM
38632000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3864
3865 * vc.el (vc-finish-logentry): Thinko in the "same comment"
3866 detection.
3867
38682000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3869
3870 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
3871 against kill-all-local-variables.
3872 (vc-log-edit): Don't save vc-parent-buffer any more.
3873 (vc-last-comment-match): Initialize to an empty string.
3874 (vc-post-command-functions): New hook.
3875 (vc-do-command): Run it.
3876 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
3877 (vc-finish-logentry): Only add the comment to the ring if it's
3878 different from the last comment entered.
3879 (vc-new-comment-index): New function.
3880 (vc-previous-comment): Use it. Make the minibuffer message
3881 slightly less terse.
3882 (vc-comment-search-reverse): Make it work forward as well. Don't
3883 set vc-comment-ring-index if no match is found. Use
3884 vc-new-comment-index.
3885 (vc-comment-search-forward): Use vc-comment-search-reverse.
3886 (vc-dired-mode-map): Don't inherit from dired-mode-map since
3887 define-derived-mode will do it for us. Bind `v' to a keymap that
3888 inherits from vc-prefix-map so that we can bind `vt' without
3889 binding C-x v t.
3890 (vc-retrieve-snapshot): Parenthesis typo.
3891
3892 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
3893 to 1. Make sure to switch to *vc* before looking for an error
3894 message. Use vc-parse-buffer.
3895
38962000-09-04 Andre Spiegel <spiegel@gnu.org>
3897
3898 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
3899 and NAME.
3900 (vc-retrieve-snapshot): Split into two parts.
3901 (vc-default-retrieve-snapshot): New function.
3902
3903 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
3904 (vc-cvs-retrieve-snapshot): New function (untested).
3905 (vc-cvs-stay-local): Default to t.
3906 (vc-cvs-remote-p): New function and property.
3907 (vc-cvs-state): Stay local only if the above is t.
3908 (vc-handle-cvs): Removed.
3909 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
3910 done via vc-handled-backends now.
3911 (vc-cvs-header): Escape Id.
3912
39132000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3914
3915 * vc.el (vc-do-command): Remove unused commands.
3916 (vc-version-diff): Make sure default-directory ends with a slash.
3917 Move the window commands into a vc-exec-after.
3918 (vc-print-log): Move more of the code into the `vc-exec-after'.
3919
39202000-09-04 Andre Spiegel <spiegel@gnu.org>
3921
3922 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
3923 (vc-print-log): Search current revision from beginning of buffer.
3924 (vc-revert-buffer): Clear echo area after the diff is finished.
3925 (vc-prefix-map): Removed definition of "t" for terse display in vc
3926 dired.
3927 (vc-dired-mode-map): Inherit from dired-mode-map. Added
3928 definition of "vt" for terse display.
3929 (vc-dired-mode): Fix dired-move-to-filename-regexp.
3930
39312000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3932
3933 * vc.el (vc-exec-after): Avoid caddr.
3934
39352000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3936
3937 * vc.el (vc-exec-after): New function.
3938 (vc-do-command): Use it to add a termination message for async
3939 procs.
3940 (vc-checkout): Try to handle a missing-backend situation.
3941 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
3942 of a directory with a backend using async diffs.
3943 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
3944 present.
3945
3946 * vc-sccs.el (vc-sccs-state-heuristic): Use
3947 file-ownership-preserved-p.
3948
3949 * vc-rcs.el (vc-rcs-state-heuristic): Use
3950 file-ownership-preserved-p.
3951 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
3952
39532000-09-04 Andre Spiegel <spiegel@gnu.org>
3954
3955 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
3956 vc-do-command.
3957
3958 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
3959 when there are no changes.
3960
39612000-09-04 Andre Spiegel <spiegel@gnu.org>
3962
3963 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
3964
3965 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
3966
39672000-09-04 Stefan Monnier <monnier@cs.yale.edu>
3968
3969 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
3970
3971 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
3972 the `fset' outside of the defvar so that it works even if
3973 vc-prefix-map was already defined.
3974 (vc-setup-buffer): New function, split out of vc-do-command.
3975 (vc-do-command): Allow BUFFER to be t to mean `just use the
3976 current buffer without any fuss'.
3977 (vc-version-diff): Change the `diff' backend operation to just put
3978 the diff in the current buffer without erasing it. Always use
3979 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
3980 shrink-window-if-larger-than-buffer.
3981 (vc-print-log): Change the `print-log' backend operation to just
3982 put the log in the current buffer without erasing it. Protect
3983 shrink-window-if-larger-than-buffer.
3984 (vc-update-change-log): Fix setd typo.
3985
3986 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
3987 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
3988
3989 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
3990 (vc-rcs-diff): Insert in the current buffer and remove unused arg
3991 CMP.
3992
3993 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
3994 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
3995 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
3996
39972000-09-04 Andre Spiegel <spiegel@gnu.org>
3998
3999 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
4000 not possible, use vc-BACKEND-workfile-unchanged-p.
4001 (vc-default-workfile-unchanged-p): New function. Delegates to a
4002 full vc-BACKEND-diff.
4003
4004 * vc-hooks.el (vc-simple-command): Removed.
4005
4006 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
4007 instead of vc-simple-command.
4008 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
4009 avoid doing a diff when opening a file.
4010 (vc-rcs-state): Added check for unlocked-changes.
4011 (vc-rcs-header): Escape Id.
4012 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
4013 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
4014 version.
4015
4016 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
4017 (vc-sccs-diff): Remove optional arg CMP.
4018 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
4019 SCCS-specific function.
4020
4021 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
4022 vc-simple-command.
4023
40242000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4025
4026 * vc.el (vc-editable-p): Renamed from vc-writable-p.
4027 (with-vc-file, vc-merge): Use vc-editable-p.
4028 (vc-do-command): Remove unused var vc-file and fix the
4029 doubly-defined `status' var. Add a user message when starting an
4030 async command.
4031 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
4032 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
4033 Use with-current-buffer.
4034 (vc-buffer-sync): Use unless.
4035 (vc-next-action-on-file): If the file is 'edited by read-only,
4036 make it read-write instead of trying to commit.
4037 (vc-version-diff, vc-update-change-log): Use `setq
4038 default-directory' rather than `cd'.
4039 (vc-log-edit): Don't forget to set default-directory in the
4040 buffer.
4041
4042 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
4043 (vc-sccs-state-heuristic): Use file-writable-p instead of
4044 comparing userids.
4045 (vc-sccs-checkout): Use `unless'.
4046
4047 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
4048 of comparing userids.
4049 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
4050 Simplify the logic by eliminating unreachable code.
4051 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
4052 just do a recursive call if we need to retry.
4053 (vc-rcs-checkout): Handle the case where rcs is missing by making
4054 the buffer read-write if requested and re-signalling the error.
4055
4056 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
4057
40582000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4059
4060 * vc-hooks.el (vc-handled-backends): Docstring change.
4061 (vc-ignore-vc-files): Mark obsolete.
4062 (vc-registered): Check vc-ignore-vc-files.
4063 (vc-find-file-hook, vc-file-not-found-hook): Don't check
4064 vc-ignore-vc-files.
4065
4066 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
4067
40682000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4069
4070 * vc.el (vc-checkout): Don't do anything special for ange-ftp
4071 files since ange-ftp already has vc-registered return nil.
4072
4073 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
4074 (vc-sccs-workfile-version): Use with-temp-buffer and new
4075 vc-parse-buffer and don't bother setting the property.
4076 (vc-sccs-add-triple): Use with-current-buffer and
4077 find-file-noselect.
4078 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
4079
4080 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
4081 derives from the old vc-parse-buffer but uses the revision number
4082 rather than the date (much easier to compare robustly).
4083 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
4084 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
4085 locking-user more directly. Check strict locking and set
4086 checkout-model appropriately.
4087 (vc-rcs-parse-locks): Remove.
4088 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
4089 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
4090 (vc-rcs-system-release): Use with-current-buffer and
4091 vc-parse-buffer.
4092 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
4093
4094 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
4095 (vc-simple-command): Docstring fix.
4096 (vc-registered): Align the way the file-handler is called with the
4097 way the function itself works.
4098 (vc-file-owner): Remove.
4099
4100 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
4101 extraction of fields and call to file-attributes because of a
4102 temporary bug in rcp.el.
4103 (vc-cvs-fetch-status): Use with-current-buffer.
4104
41052000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4106
4107 * vc.el (vc-do-command): Use file-relative-name.
4108 (vc-responsible-backend): Use vc-backend if possible.
4109 (vc-create-snapshot): Improve the `interactive' spec. Add support
4110 for branches and dispatch to backend-specific `create-snapshot'.
4111 (vc-default-create-snapshot): New function, containing the bulk of
4112 the old vc-create-snapshot.
4113 (vc-retrieve-snapshot): Improve the interactive spec.
4114
4115 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
4116 (vc-backend-hook-functions): Remove.
4117 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
4118 (vc-backend): Reintroduce the test for `file = nil' now that I
4119 know why it was there (and added a comment to better remember).
4120
4121 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
4122 code from vc-sccs-hooks.el.
4123 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
4124 'vc anymore.
4125 (vc-sccs-responsible-p): Use expand-file-name instead of concat
4126 and file-directory-p instead of file-exists-p.
4127 (vc-sccs-check-headers): Simplify the regexp.
4128
4129 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
4130 from vc-rcs-hooks.el. Don't require 'vc anymore.
4131 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
4132 file-directory-p instead of file-exists-p.
4133
4134 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
4135 from vc-cvs-hooks.el.
4136 (proto vc-cvs-registered): Require 'vc-cvs instead of
4137 'vc-cvs-hooks. Don't require 'vc anymore.
4138 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
4139 file-directory-p instead of file-exists-p.
4140 (vc-cvs-create-snapshot): New function, replacing
4141 vc-cvs-assign-name.
4142 (vc-cvs-assign-name): Remove.
4143
41442000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4145
4146 * vc-cvs.el (vc-cvs-header): New var.
4147
4148 * vc-rcs.el (vc-rcs-exists): Remove.
4149 (vc-rcs-header): New var.
4150
4151 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
4152 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
4153 (vc-sccs-header): New var.
4154
4155 * vc.el (vc-do-command): Get rid of the `last' argument.
4156 (vc-header-alist): Remove, replaced by vc-X-header.
4157 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
4158 (vc-dired-hook): Use expand-file-name instead of concat.
4159 (vc-directory): Use file-name-as-directory.
4160 (vc-snapshot-precondition, vc-create-snapshot)
4161 (vc-retrieve-snapshot): Allow the command to operate on any
4162 directory.
4163
4164 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
4165 just removing the 'WORKFILE argument or by removing the 'MASTER
4166 argument and replacing `file' with (vc-name file).
4167
41682000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4169
4170 * vc.el: Update Copyright and add a crude list of backend funs.
4171 (vc-writable-p): New function.
4172 (with-vc-file): Use vc-writable-p.
7f8b6551 4173 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
7a004b71
GM
4174 (vc-register): Avoid vc-name.
4175 (vc-locking-user): Remove.
4176 (vc-steal-lock): Make the `owner' arg non-optional.
4177 (vc-merge): Use vc-writable-p instead of vc-locking-user and
4178 vc-checkout-model.
4179 (vc-default-dired-state-info): Use vc-state instead of
4180 vc-locking-user and return special strings for special states.
4181 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
4182 and get rid of one of the special CVS cases.
4183 (vc-cancel-version): prettify error message with \\[...].
4184 (vc-rename-master): New function.
4185 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
4186 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
4187 the CVS special case generic.
4188 (vc-default-record-rename): Remove.
4189 (vc-file-tree-walk-internal): Only call FUNC for files that are
4190 under control of some VC backend and replace `concat' with
4191 expand-file-name.
4192 (vc-file-tree-walk): Update docstring.
4193 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
4194 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
4195
4196 * vc-sccs.el (vc-sccs-rename-file): Renamed from
4197 vc-sccs-record-rename. Use `find-file-noselect' rather than
4198 `find-file' and call `vc-rename-master' to do the actual move.
4199 (vc-sccs-diff): Remove unused `backend' variable.
4200
4201 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
4202 to delay loading of vc-sccs until it is really used.
4203 (vc-sccs-master-templates): Preload.
4204 (vc-sccs-state): Update call to vc-sccs-parse-locks.
4205 (vc-sccs-project-dir): Remove (merged into
4206 vc-sccs-search-project-dir).
4207 (vc-sccs-search-project-dir): Rewrite using file name handling ops
4208 rather than `concat', make sure it is preloaded and don't bother
4209 to check that the file actually exists.
4210 (vc-sccs-parse-locks): Remove unused `file' argument, remove
4211 `locks' argument (use buffer's content instead) and eliminate n^2
4212 behavior.
4213
4214 * vc-rcs.el: Update Copyright.
4215 (vc-rcs-rename-file): New function.
4216 (vc-rcs-diff): Remove unused `backend' variable.
4217
4218 * vc-hooks.el: Update Copyright.
4219 (vc-backend): Don't accept a nil argument any more.
4220 (vc-up-to-date-p): Turn into a defsubst.
4221 (vc-possible-master): New function.
4222 (vc-check-master-templates): Use `vc-possible-master' and allow
4223 funs in vc-X-master-templates to return a non-existent file.
4224
4225 * vc-cvs.el: Update Copyright.
4226 (vc-cvs-diff): Remove unused `backend' variable.
7f8b6551 4227 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
7a004b71
GM
4228
4229 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
4230
42312000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4232
4233 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
4234 since it can be called from vc-rcs.el.
4235 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
4236
42372000-09-04 Andre Spiegel <spiegel@gnu.org>
4238
4239 * vc.el (vc-version-diff): Expand file name read from the
4240 minibuffer. Handle the case when a previous version number can't
4241 be guessed. Give suitable messages when there were no differences
4242 found.
4243 (vc-clear-headers): Call backend-specific implementation, if one
4244 exists.
4245 (vc-cancel-version): Made error checks generic. When done, clear
4246 headers generically, too.
4247
4248 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
4249 from vc-clear-headers in vc.el.
4250
4251 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
4252 correctly.
4253 (vc-rcs-latest-on-branch-p): Made second argument VERSION
4254 optional. Handle the case when it's not there.
4255
42562000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4257
4258 * vc.el (vc-locking-user): Moved from vc-hooks.el.
4259
42602000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4261
4262 * vc-hooks.el (vc-loadup): Remove.
4263 (vc-find-backend-function): Use `require'. Also, handle the case
4264 where vc-BACKEND-hooks.el doesn't exist.
4265 (vc-call-backend): Cleanup.
4266
42672000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4268
4269 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
4270 vc-rcs-grab-templates)
4271 (vc-rcs-registered): Remove. The default function works as well.
4272 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
4273 vc-sccs-grab-templates)
4274 (vc-sccs-registered): Remove. The default function works as well.
4275
4276 * vc.el (vc-version-diff): Left out a vc- in call to
4277 vc-call-backend.
4278 (vc-default-dired-state-info, vc-default-record-rename)
4279 (vc-default-merge-news): Update for the new backend argument.
4280
4281 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
4282 using the default function.
4283 (vc-call-backend): If calling the default function, pass it the
4284 backend as first argument. Update the docstring accordingly.
4285 (vc-default-state-heuristic, vc-default-mode-line-string): Update
4286 for the new backend argument.
4287 (vc-make-backend-sym): Renamed from vc-make-backend-function.
4288 (vc-find-backend-function): Use the new name.
4289 (vc-default-registered): New function.
4290
42912000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4292
4293 * vc.el (vc-merge): Use vc-find-backend-function.
4294
4295 * vc-hooks.el (vc-backend-functions): Remove.
4296 (vc-loadup): Don't setup 'vc-functions.
4297 (vc-find-backend-function): New function.
4298 (vc-call-backend): Use above fun and populate 'vc-functions
4299 lazily.
4300 (vc-backend-defines): Remove.
4301
43022000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4303
4304 * vc.el (vc-register): Put a FIXME note for a newly found bug.
4305 Call vc-call-backend without the leading vc-.
4306 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
4307 (vc-check-headers): Call vc-call-backend without the leading vc-.
7f8b6551 4308 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
7a004b71
GM
4309 (vc-annotate-display): Replace confusing use of `cond' with `or'.
4310 Call vc-call-backend without the leading vc-.
4311
4312 * vc-cvs.el (tail): Provide vc-cvs.
4313 * vc-sccs.el (tail): Provide vc-sccs.
4314 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
4315
4316 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
4317 (vc-make-backend-function, vc-call): Pass names without leading
7f8b6551 4318 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
7a004b71
GM
4319 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
4320 (vc-call-backend): Always try to load vc-X-hooks.
4321 (vc-registered): Remove vc- in call to vc-call-backend.
4322
43232000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4324
4325 * vc.el (vc-process-filter): New function.
4326 (vc-do-command): Setup `vc-process-filter' for the async process.
4327 (vc-maybe-resolve-conflicts): New function to reduce
4328 code-duplication. Additionally, it puts the buffer in
4329 `smerge-mode' if applicable.
4330 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
4331 calling `merge-news'.
7f8b6551 4332 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
7a004b71
GM
4333 (vc-log-edit): New function. Replacement for `vc-log-mode' by
4334 interfacing to log-edit.el.
4335 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
4336 log-edit is available.
4337 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
4338
43392000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4340
4341 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
4342 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
4343 defvar and the initialization.
4344 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
4345
4346 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
4347 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
4348
7f8b6551 4349 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
7a004b71
GM
4350
43512000-09-04 Andre Spiegel <spiegel@gnu.org>
4352
4353 * vc.el (vc-file-clear-masterprops): Removed.
4354 (vc-checkin, vc-revert-buffer): Removed calls to the above.
4355 (vc-version-diff): Use buffer-size without argument.
4356 (vc-register): Heed vc-initial-comment.
4357
4358 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
4359 default branch.
4360
4361 * vc-rcs.el (vc-rcs-register): Parse command output to find master
4362 file name and workfile version.
4363 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
4364
4365 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
4366 vc-file-clear-masterprops.
4367
4368 * vc-sccs.el (vc-sccs-checkout): Removed call to
4369 vc-file-clear-masterprops. If writable, set vc-state to 'edited
4370 rather than user login name.
4371
4372
43732000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4374
4375 * vc.el (vc-workfile-unchanged-p): Remove unused argument
4376 `want-differences-if-changed' and simplify.
4377 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
4378 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
4379 output (which is invalid for async vc-diff) to decide whether to
4380 do the revert silently or not.
4381
43822000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4383
4384 * vc-hooks.el (vc-loadup): Load files quietly.
4385 (vc-call-backend): Oops, brain fart.
4386
43872000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4388
4389 * vc-cvs.el (vc-cvs-state): Typo.
7f8b6551 4390 (vc-cvs-merge-news): Return the status code rather than the error msg.
7a004b71
GM
4391
43922000-09-04 Andre Spiegel <spiegel@gnu.org>
4393
4394 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
4395 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
4396 vc-state or vc-up-to-date-p.
4397 (vc-merge): Use vc-backend-defines to check whether merging is
4398 possible. Set state to 'edited after successful merge.
4399
4400 * vc-hooks.el (vc-locking-user): If locked by the calling user,
4401 return that name. Redocumented.
4402
44032000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4404
4405 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
4406 new `vc-state' semantics.
4407 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
4408 'vc-locking-user to the current user.
4409 (vc-merge): Inline vc-backend-merge. Comment out code that I
4410 don't understand and hence can't adapt to the new `vc-state' and
4411 `vc-locking-user' semantics.
4412 (vc-backend-merge): Remove.
4413
4414 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
4415 rather than 'vc-locking-user.
4416
4417 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
4418
4419 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
4420 (vc-state): Don't use 'reserved any more. Just use the same
4421 convention as the one used for vc-<backend>-state where the
4422 locking user (as a string) is returned.
4423 (vc-locking-user): Update, based on the above convention. The
4424 'vc-locking-user property has disappeared.
7f8b6551 4425 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
7a004b71
GM
4426
4427 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
4428 with a heuristic one.
4429 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
4430 (vc-cvs-checkin): Do a trivial parse to set the state in case of
4431 error. That allows us to get to 'needs-merge even in the
4432 stay-local case. There's still no way to detect 'needs-patch in
4433 such a setup (or to force an update for that matter).
4434 (vc-cvs-logentry-check): Remove, the default works as well.
4435
44362000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4437
7f8b6551 4438 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
7a004b71
GM
4439
4440 * vc.el (vc-do-command): kill-all-local-variables, to reset any
4441 major-mode in which the buffer might have been put earlier. Use
4442 `remove' and `when'. Allow `okstatus' to be `async' and use
4443 `start-process' in this case.
4444 (vc-version-diff): Handle the case where the diff looks empty
4445 because of the use of an async process.
4446
44472000-09-04 Andre Spiegel <spiegel@gnu.org>
4448
4449 * vc.el (vc-next-action-on-file): Removed optional parameter
4450 `simple'. Recompute state unconditionally.
4451 (vc-default-toggle-read-only): Removed.
4452
4453 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
4454 (vc-toggle-read-only): Undid prev change.
4455
4456 * vc-cvs.el (vc-cvs-stay-local): Renamed from
4457 vc-cvs-simple-toggle. Redocumented.
4458 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
4459 (vc-cvs-toggle-read-only): Removed.
4460
44612000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4462
7f8b6551 4463 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
7a004b71
GM
4464 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
4465 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
4466 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
4467 still is. So maybe it should be removed.
4468 (vc-head-version, vc-find-binary): Remove.
4469 (vc-recompute-state): Move from vc-hooks.el.
4470 (vc-next-action-on-file): Add a `simple' argument to allow
4471 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
7f8b6551
SM
4472 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
4473 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
7a004b71
GM
4474 (vc-dired-mode-map): Properly defvar it.
4475 (vc-print-log): Call log-view-mode if available.
4476 (small-temporary-file-directory): defvar instead of use boundp.
4477 (vc-merge-news): Moved to vc-cvs.el.
4478 (vc-default-merge-news): New function.
4479
4480 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
4481 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
4482 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
4483 unknown `vc-latest-version' function. It should probably refer to
4484 vc-workfile-version or somesuch, but it's very unclear to me and I
4485 don't have SCCS to test things.
4486
4487 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
4488 (vc-sccs-state-heuristic): Fix typo.
4489 (vc-sccs-workfile-unchanged-p): Add missing argument.
4490
4491 * vc-rcs.el: Require vc and vc-rcs-hooks.
4492 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
4493 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
4494 (vc-release-greater-or-equal-p): Move from vc.
4495 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
4496 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
4497 (vc-rcs-checkout): Add a missing `new-version' argument in the
7f8b6551 4498 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
7a004b71
GM
4499
4500 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
4501 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
4502 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
4503 than the apparently unbound `workfile-version'.
4504
4505 * vc-hooks.el (vc-master-templates): Def the obsolete var.
4506 (vc-file-prop-obarray): Use `make-vector'.
4507 (vc-backend-functions): Add new hookable functions
4508 vc-toggle-read-only, vc-record-rename and vc-merge-news.
4509 (vc-loadup): If neither backend nor default functions exist, use
4510 the backend function rather than nil.
4511 (vc-call-backend): If the function if not bound yet, try to load
4512 the non-hook file to see if it provides it.
4513 (vc-call): New macro plus use it wherever possible.
4514 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
4515 nor `vc-find-binary' since it's only called from
7f8b6551 4516 vc-mistrust-permission which is only used once the backend is known.
7a004b71
GM
4517 (vc-checkout-model): Fix parenthesis.
4518 (vc-recompute-state, vc-prefix-map): Move to vc.el.
4519
7f8b6551 4520 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
7a004b71
GM
4521 (vc-cvs-release, vc-cvs-system-release): Remove.
4522 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
4523 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
4524 status symbols.
4525 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
4526 (vc-cvs-toggle-read-only): First cut at a function to allow a
4527 cvs-status-free vc-toggle-read-only.
4528 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
4529 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
4530 vc-cvs-status. Also set vc-state rather than vc-locking-user.
4531 (vc-cvs-checkout): Modify access rights directly if the user
4532 requested not to use `cvs edit'. And refresh the mode line.
4533
4534 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
4535 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
4536
45372000-09-04 Stefan Monnier <monnier@cs.yale.edu>
4538
4539 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
4540 workfile' that got lost when the code was extracted from vc.el.
4541 And merged the tail with the rest of the code (not possible in the
4542 old vc.el where the tail was shared among all backends). And
4543 explicitly set the state to 'edited if `writable' is set.
4544
4545 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
4546 (vc-cvs-state): Be careful to return the value from
4547 vc-cvs-parse-state.
4548 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
4549 property but return it instead. Also be careful to handle a nil
4550 or "" `rev' when workfile is non-nil (it was handled properly when
4551 workfile was nil).
4552
4553 * vc.el: Removed those pesky unnecessary `(function' quotes.
4554 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
4555 directly in the defvar.
4556 (vc-do-command): Bind inhibit-read-only so as to properly handle
4557 the case where the destination buffer has been made read-only.
4558 (vc-diff): Delegate to vc-version-diff in all cases.
7f8b6551 4559 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
7a004b71
GM
4560 (vc-annotate-mode-variables): Removed (code moved partly to
4561 defvars and partly to vc-annotate-add-menu).
4562 (vc-annotate-mode): Turned into a derived-mode.
4563 (vc-annotate-add-menu): Moved in code in
4564 vc-annotate-mode-variables.
4565 (vc-update-change-log): Use make-temp-file if available.
4566
45672000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
4568
4569 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
4570 `vc-checkout-model' updated to `vc-cvs-update-model'.
4571
45722000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4573
4574 * vc.el (vc-next-action-on-file): Added handling of state
4575 `unlocked-changes'.
4576 (vc-checkout-carefully): Is now practically obsolete, unless the
4577 above is too slow to be enabled unconditionally.
4578 (vc-update-change-log): Fixed typo.
4579
4580 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
4581
7f8b6551
SM
4582 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
4583 Now handles state `unlocked-changes'.
4584 (vc-sccs-workfile-unchanged-p): New function, to support the above.
7a004b71
GM
4585
4586 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
4587
4588 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
4589 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
4590 `unlocked-changes'.
4591 (vc-rcs-workfile-unchanged-p): Renamed from
4592 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
4593 function yet, but supposed to become one soon.
4594
4595 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
4596 `vc-steal-lock'.
4597 (vc-call-backend): Changed error message.
4598 (vc-state): Added description of state `unlocked-changes'.
4599
46002000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4601
4602 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
4603 always return t in CVS-controlled directories.
4604
4605 * vc.el (vc-responsible-backend): New function.
4606 (vc-register): Largely rewritten.
4607 (vc-admin): Removed (implementation moved into vc-register).
4608 (vc-checkin): Redocumented.
4609 (vc-finish-logentry): If no backend defined yet (because we are in
4610 the process of registering), use the responsible backend.
4611
4612 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
4613 Updated function lists.
4614 (vc-call-backend): Fixed typo.
4615
7f8b6551
SM
4616 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
4617 New functions.
4618 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
4619 Removed query option. Redocumented.
7a004b71
GM
4620
46212000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4622
4623 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
4624
4625 * vc.el: Updated callers of `vc-checkout-required' to use
4626 `vc-checkout-model'.
4627
46282000-09-04 Martin Lorentzson <martinl@gnu.org>
4629
4630 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
4631 stuff updated to reference this function instead of the old
4632 `vc-backend-release-p'.
4633
46342000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4635
4636 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
4637 vc-checkout-model. Return appropriate values. Updated callers.
4638
46392000-09-04 Martin Lorentzson <martinl@gnu.org>
4640
7f8b6551 4641 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
7a004b71
GM
4642 (vc-backend-revert): Function moved into `vc-revert';
4643 `vc-next-action' must be updated to accomodate this change.
4644 (vc-backend-steal): Function moved into `vc-finish-steal'.
4645 (vc-backend-logentry-check): Function moved into
4646 `vc-finish-logentry'.
4647 (vc-backend-printlog): Function moved into `vc-print-log'.
4648 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
4649 (vc-backend-assign-name): Function moved into
4650 `vc-create-snapshot'.
4651
46522000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4653
4654 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
7f8b6551
SM
4655 Rename to vc-checkout-model. Return appropriate values.
4656 Update callers.
7a004b71 4657
7f8b6551 4658 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
7a004b71 4659 to vc-checkout-model.
7f8b6551
SM
4660 (vc-checkout-required): Rename to vc-checkout-model.
4661 Re-implement and re-comment.
7a004b71
GM
4662 (vc-after-save): Use vc-checkout-model.
4663
46642000-09-04 Martin Lorentzson <martinl@gnu.org>
4665
7f8b6551
SM
4666 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
4667 Update to use the vc-BACKEND-diff functions instead.
4668 `vc-diff' is now working.
7a004b71 4669
7f8b6551 4670 * vc-rcs.el (vc-rcs-logentry-check): New function.
7a004b71 4671
7f8b6551 4672 * vc-cvs.el (vc-cvs-logentry-check): New function.
7a004b71
GM
4673
4674 * vc-sccs.el (vc-sccs-diff): Function changed name from
4675 `vc-backend-diff'. This makes `vc-diff' work.
4676
7f8b6551 4677 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
7a004b71 4678 of functions possibly implemented in a vc-BACKEND library.
7f8b6551 4679 (vc-checkout-required): Fix bug that caused an error to be
7a004b71
GM
4680 signaled during `vc-after-save'.
4681
7f8b6551
SM
4682 * vc.el: Fix typo.
4683 This checkin is made with our new VC code base for the very first time.
4684 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
7a004b71
GM
4685
4686 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
4687 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
4688
4689 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
4690 updated to `vc-uses-locking'.
7f8b6551 4691 (vc-checkout-required): Call to backend function.
7a004b71
GM
4692 `vc-checkout-required' updated to `vc-uses-locking' instead.
4693
4694 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
4695 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
4696
7f8b6551 4697 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
7a004b71 4698 to match the split into various backends.
7f8b6551 4699 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
7a004b71
GM
4700 (vc-retrieve-snapshot): Bug fix.
4701
47022000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4703
4704 * vc-sccs.el (vc-sccs-release): Doc fix.
4705
47062000-09-04 Martin Lorentzson <martinl@gnu.org>
4707
4708 * vc.el (vc-next-action-on-file): Bug found and fixed.
4709 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
4710 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
4711
4712 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
4713 (vc-rcs-checkout): Name space cleaned up. No more revision number
4714 crunching function names that are not prefixed with vc-rcs.
4715 (vc-rcs-checkout-model): Function added. References to
4716 `vc-checkout-model' replaced.
4717
47182000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4719
4720 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
4721 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
4722 still need to be split, and implemented for RCS).
4723
47242000-09-04 Martin Lorentzson <martinl@gnu.org>
4725
4726 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
4727
4728 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
4729 required by the vc.el file.
4730
4731 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
4732 required by the vc.el file.
4733 (vc-rcs-exists): Function added.
4734
4735 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
4736 required by the vc.el file.
4737
4738 * vc.el (vc-admin): Updated to handle selection of appropriate
4739 backend. Current implementation is crufty and need re-thinking.
4740
4741 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
4742
47432000-09-04 Martin Lorentzson <martinl@gnu.org>
4744
4745 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
4746 beginning of annotate buffers correctly.
4747
4748 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
4749 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
4750 functionality updated quite a lot to support multiple backends.
4751 Variables `vc-annotate-mode', `vc-annotate-buffers',
4752 `vc-annotate-backend' added.
4753
4754 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
4755 `vc-annotate-difference' added to supported backend functions.
4756
47572000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4758
4759 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
4760 Use with-temp-file instead of /bin/sh. Merged from mainline
4761
47622000-09-04 Martin Lorentzson <martinl@gnu.org>
4763
4764 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
4765
4766 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
4767
4768 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
4769
47702000-09-04 Martin Lorentzson <martinl@gnu.org>
4771
4772 * vc-hooks.el: vc-state-heuristic added to
4773 vc-backend-hook-functions.
4774
4775 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
4776
4777 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
4778
7f8b6551
SM
4779 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
4780 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
7a004b71
GM
4781 state to `reserved'.
4782
4783 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
4784 `vc-checkout-required'. Rename the `locked' state to `reserved'.
4785
47862000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4787
7f8b6551 4788 * vc-rcs-hooks.el: Implement new state model. Hardly anything
7a004b71
GM
4789 untouched.
4790
7f8b6551 4791 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
7a004b71 4792
7f8b6551 4793 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
7a004b71
GM
4794 if defined. (Merged from main line, slightly adapted.)
4795
4796 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
4797 millenium problem (merged from mainline).
4798
47992000-09-04 Martin Lorentzson <martinl@gnu.org>
4800
4801 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
4802 part and moved the non-BACKEND stuff to vc.el.
4803
4804 * vc.el: Split the annotate feature into a BACKEND specific part
4805 and moved it from the vc-cvs.el file to this one.
4806
48072000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4808
7f8b6551
SM
4809 * vc-hooks.el: Implement new state model.
4810 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
4811 (vc-locking-user): Simplify. Now only needed if the file is
7a004b71 4812 locked by somebody else.
7f8b6551 4813 (vc-lock-from-permissions): Remove. Functionality is in
7a004b71
GM
4814 vc-sccs-hooks.el and vc-rcs-hooks.el now.
4815 (vc-mode-line-string): New name for former vc-status. Adapted.
7f8b6551 4816 (vc-mode-line): Adapt to use the above. Remove optional parameter.
7a004b71 4817
7f8b6551
SM
4818 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
4819 Various simplifications and adaptations all over the place.
7a004b71 4820
7f8b6551
SM
4821 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
4822 Simplify and adapt the rest.
7a004b71 4823
7f8b6551 4824 * vc.el (vc-resynch-window): Add TODO comment: check for
7a004b71 4825 interaction with view mode according to recent RCS change.
7f8b6551 4826 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
7a004b71
GM
4827
48282000-09-04 Martin Lorentzson <martinl@gnu.org>
4829
7f8b6551 4830 * vc.el: Convert the remaining function comments to docstrings.
7a004b71
GM
4831
48322000-09-04 Martin Lorentzson <martinl@gnu.org>
4833
4834 * vc.el (vc-backend-release, vc-release-greater-or-equal)
4835 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
4836 (vc-minor-part, vc-previous-version): Functions that operate and
4837 compare revision numbers got proper documentation. Comments added
4838 about their possible removal.
4839
48402000-09-04 Martin Lorentzson <martinl@gnu.org>
4841
4842 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
4843 the vc-backend.el files.
4844
4845 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
4846
4847 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
4848 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
4849 (vc-rcs-previous-version): Functions added.
4850
4851 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
4852
4853 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
4854
48552000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4856
4857 * vc-hooks.el (vc-master-templates): Is really obsolete.
7f8b6551 4858 Comment out the definition for now. What is the right procedure
7a004b71
GM
4859 to get rid of it?
4860 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
4861 rewritten.
7f8b6551 4862 (vc-default-registered): Remove.
7a004b71
GM
4863 (vc-check-master-templates): New function; does mostly what the
4864 above did before.
4865 (vc-locking-user): Don't rely on the backend to set the property.
4866
4867 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
7f8b6551 4868 Rewrite documentation.
7a004b71
GM
4869 (vc-rcs-templates-grabbed): New variable.
4870 (vc-rcs-grab-templates): New function.
7f8b6551 4871 (vc-rcs-registered): Rewrite to use above mechanism.
7a004b71
GM
4872
4873 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
7f8b6551 4874 Rewrite documentation.
7a004b71
GM
4875 (vc-sccs-templates-grabbed): New variable.
4876 (vc-sccs-grab-templates): New function.
7f8b6551
SM
4877 (vc-sccs-registered): Rewrite to use above mechanism.
4878 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
4879 Don't throw the result, simply return it.
7a004b71 4880
7f8b6551
SM
4881 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
4882 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
4883 (vc-cvs-registered): Does the check itself now. Simplify.
7a004b71 4884
7f8b6551 4885 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
7a004b71
GM
4886 from main line.
4887
48882000-09-04 Martin Lorentzson <martinl@gnu.org>
4889
7f8b6551 4890 * vc-cvs.el (vc-cvs-diff): New function.
7a004b71 4891
7f8b6551 4892 * vc-sccs.el (vc-sccs-diff): New function.
7a004b71 4893
7f8b6551
SM
4894 * vc-rcs.el (vc-rcs-diff): New function.
4895 (vc-rcs-checkout): Bug (typo) found and fixed.
4896 (vc-rcs-register-switches): New variable.
7a004b71
GM
4897
4898 * vc.el (vc-backend-diff): Function removed and placed in the
4899 backend files.
4900
49012000-09-04 Martin Lorentzson <martinl@gnu.org>
4902
4903 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
4904
4905 * vc.el (vc-backend-checkout): Function removed and replaced in
4906 the vc-backend.el files.
4907
4908 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
4909
4910 * vc.el (vc-backend-admin): Removed and replaced in the
4911 vc-backend.el files.
4912
4913 * vc.el (Martin): Removed all the annotate functionality since it
4914 is CVS backend specific.
4915
49162000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
4917
4918 * spec.txt: Added specification of vc-state.
4919
4920 * vc-sccs-hooks.el (vc-sccs-master-properties):
7f8b6551 4921 Remove handling of vc-latest-version and
7a004b71
GM
4922 vc-your-latest-version. What used to be vc-latest-version, is now
4923 returned as vc-workfile-version.
7f8b6551 4924 (vc-sccs-workfile-version): Adapt.
7a004b71
GM
4925
49262000-09-04 Dave Love <fx@gnu.org>
4927
4928 * vc.el: [Merged from mainline.]
4929 (vc-dired-mode): Make the dired-move-to-filename-regexp
4930 regexp match the date, to avoid treating date as file size.
4931 Add YYYY S option to WESTERN/
4932
49332000-09-04 Dave Love <fx@gnu.org>
4934
4935 * vc.el: Require `compile' when compiling.
4936 (vc-logentry-check-hook): New option.
4937 (vc-steal-lock): Use compose-mail.
4938 (vc-dired-mode-map): Defvar when compiling.
4939 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
4940 vc-sccs.el and renamed. Callers changed.
4941 (vc-backend-checkout, vc-backend-logentry-check)
4942 (vc-backend-merge-news): Doc fix.
4943 (vc-default-logentry-check): New function.
4944 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
4945 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
4946 (vc-backend-merge): Doc fix. Use backend functions.
4947 (vc-check-headers): Use backend functions.
4948
4949 * vc-cvs.el: Require vc when compiling.
4950 (vc-cvs-register-switches): Doc fix.
4951 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
4952 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
4953 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
4954 New functions (code from vc.el).
4955 (vc-annotate-display-default): Fix interactive spec.
4956 (vc-annotate-time-span): Doc fix.
4957
4958 * vc-rcs.el: Require vc when compiling.
4959 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
4960 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
4961 (vc-rcs-checkin): New functions (code from vc.el).
4962 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
4963 Doc fix.
4964 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
4965
4966 * vc-sccs.el: Require vc when compiling.
4967 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
4968 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
4969 (vc-sccs-revert)
4970 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
4971 from vc.el).
4972 (vc-sccs-add-triple, vc-sccs-record-rename)
4973 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
4974 (vc-sccs-admin): Doc fix.
4975
49762000-09-04 Martin Lorentzson <martinl@gnu.org>
4977
4978 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
4979 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
4980 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
4981 from vc.el.
4982
4983 * vc-sccs.el (vc-admin-sccs): Added from vc.el
4984
4985 * vc-cvs.el: Moved the annotate functionality from vc.el.
4986 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
4987
49882000-09-04 Dave Love <fx@gnu.org>
4989
4990 * vc.el (vc-backend-release): Call vc-system-release.
4991
4992 * vc-sccs.el (vc-sccs-system-release):
4993 Renamed from vc-sccs-backend-release.
4994
4995 * vc-rcs.el (vc-rcs-system-release):
4996 Renamed from vc-rcs-backend-release.
4997
4998 * vc-cvs.el (vc-cvs-system-release):
4999 Renamed from vc-cvs-backend-release.
5000
50012000-09-04 Dave Love <fx@gnu.org>
5002
5003 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
5004 backend files.
5005 (vc-backend-release): Dispatch to backend functions.
5006 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
5007 probably needs attention.]
5008
5009 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
5010 (vc-sccs-backend-release): New function.
5011
5012 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
5013 (vc-cvs-backend-release): New function.
5014
5015 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
5016 Doc fix.
5017 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
5018 (vc-default-dired-state-info): New function.
5019 (vc-dired-state-info): Dispatch to backends.
5020 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
5021
5022 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
5023 from vc.el and renamed.
5024
50252000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5026
5027 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
5028 (vc-version-other-window, vc-backend-assign-name): Removed
5029 references to vc-latest-version; sometimes changed into
5030 vc-workfile-version.
5031
5032 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
5033 vc-rcs-master-workfile-version.
5034 (vc-rcs-workfile-version): Use the above. Don't call
5035 vc-latest-version (that was unreachable code, anyway).
5036 (vc-rcs-fetch-master-properties): Doc fix.
5037
5038 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
5039 (vc-backend-hook-functions): Removed them from this list, too.
5040 (vc-fetch-properties): Removed.
5041 (vc-workfile-version): Doc fix.
5042
5043 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
5044 (vc-rcs-workfile-version, vc-rcs-locking-user)
5045 (vc-rcs-uses-locking): Use it.
5046
5047 * vc-hooks.el (vc-consult-rcs-headers):
5048 Moved into vc-rcs-hooks.el, under the name
5049 vc-rcs-consult-headers.
5050
5051 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
5052 headers.
5053 (vc-cvs-find-master): Use this name only; correct different
5054 versions of the name.
5055
5056 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
5057 New functions.
5058 (vc-sccs-locking-user): Use the latter.
5059
5060 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
5061 New functions.
5062
5063 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
5064 Moved into both
5065 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
5066 functions are implementation details of those two backends.
5067
50682000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5069
5070 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
5071 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
5072
5073 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
5074 (vc-sccs-parse-locks): SCCS-specific code moved here from
5075 vc-hooks.
5076
5077 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
5078 code moved here from vc-hooks.
5079
5080 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
5081 into back-end specific parts and removed. Callers not updated
5082 yet; because I guess these callers will disappear into back-end
5083 specific files anyway.
5084
50852000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5086
5087 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
5088 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
5089 `vc-uses-locking'.
5090
5091 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
5092 Store yes/no in the property, and return t/nil. Updated all
5093 callers.
5094
5095 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
5096 vc-sccs-uses-locking. Don't set property.
5097 (vc-sccs-locking-user): Don't set property.
5098
5099 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
5100 vc-cvs-uses-locking. Don't set property here; leave that to
5101 vc-hooks.
5102 (vc-cvs-locking-user): Reflect above change. Streamlined.
5103
5104 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
5105 vc-rcs-uses-locking.
5106 (vc-rcs-locking-user): Reflect above change.
5107
51082000-09-04 Dave Love <fx@gnu.org>
5109
5110 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
5111
5112 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
5113
5114 * vc-hooks.el (vc-checkout-model): Punt to backends.
5115
5116 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
5117
5118 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
5119
5120 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
5121 New functions.
5122
5123 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
5124 New functions.
5125
5126 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
5127 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
5128
5129 * vc-hooks.el (vc-default-locking-user): New function.
5130 (vc-locking-user, vc-workfile-version): Punt to backends.
5131
51322000-09-04 Dave Love <fx@gnu.org>
5133
5134 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
5135 (vc-master-workfile-version): Moved from vc-hooks.
5136
5137 * vc-rcs-hooks.el: Fix duplicate code in last change.
5138
5139 * vc-rcs-hooks.el: Require vc-hooks when compiling.
5140 (vc-rcs-master-templates): Improve :type.
5141 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
5142 vc-master-workfile-version): Moved from vc-hooks.
5143
5144 * vc-sccs-hooks.el: Require vc-hooks when compiling.
5145 (vc-sccs-master-templates): Improve :type.
5146 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
5147
5148 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
5149
5150 * vc-cvs-hooks.el: Require vc-hooks when compiling.
5151 (vc-cvs-master-templates): Improve :type. Use
5152 vc-cvs-find-cvs-master.
5153 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
5154 from vc-hooks.
5155 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
5156
5157 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
5158 Moved to vc-cvs-hooks.
5159
5160 * vc-hooks.el: Add doc strings in various places. Simplify the
5161 minor mode setup.
5162 (vc-handled-backends): New user variable.
5163 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
5164 simplification.
5165
51662000-09-04 Dave Love <fx@gnu.org>
5167
5168 * vc.el: Some doc fixes for autoloaded and interactive functions.
5169 Fix compilation warnings from ediff stuff.
5170 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
5171
5172 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
5173
5174 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
5175
5176 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
5177
51782000-09-04 Dave Love <fx@gnu.org>
5179
5180 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
5181 New variable.
5182 (vc-make-backend-function, vc-loadup, vc-call-backend)
5183 (vc-backend-defines): New functions.
5184
5185 * vc-hooks.el: Various doc fixes.
5186 (vc-default-back-end, vc-follow-symlinks): Custom fix.
5187 (vc-match-substring): Function removed. Callers changed to use
5188 match-string.
5189 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
5190 Simplify.
5191
51922000-09-04 Dave Love <fx@gnu.org>
5193
5194 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
5195 type.
5196 (vc-sccs-project-dir, vc-search-sccs-project-dir)
5197 (vc-sccs-registered): Doc fix.
5198
5199 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
5200 (vc-cvs-registered): Doc fix.
5201
5202 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
5203 (vc-rcs-registered): Doc fix.
5204
52052000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5206
5207 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
5208
5209 * vc-hooks.el: vc-registered has been renamed
5210 vc-default-registered. Some functions have been moved to the
5211 backend specific files. they all support the
5212 vc-BACKEND-registered functions.
5213
52142000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
5215
5216 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
5217
5218 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
5219
a033ea13
DL
52202000-09-04 Dave Love <fx@gnu.org>
5221
179fc9ef
DL
5222 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
5223 menu-bar-update-hook.
5224
5225 * help.el (help-manyarg-func-alist): Add
5226 find-operation-coding-system.
5227
a033ea13
DL
5228 * wid-edit.el (widget-sexp-validate): Fix garbled code.
5229
5230 * custom.el (custom-set-variables): Print message about errors in
5231 setting.
5232
f8803e97
AI
52332000-09-03 Andrew Innes <andrewi@gnu.org>
5234
5235 * makefile.w32-in: Change to DOS line endings.
5236
59836110
EZ
52372000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
5238
5239 * mouse.el (mouse-popup-menubar): Supply the prompt string for
5240 minor-mode keymaps, if they don't have one.
5241
5514ba5c
EZ
52422000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
5243
5244 * eshell/esh-module.el (eval-when-compile): Don't lose if
5245 esh-module.el's file name is truncated to DOS 8+3 limits.
5246
79cf8e80
JW
52472000-09-01 John Wiegley <johnw@gnu.org>
5248
5249 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
5250 predicate, which caused entries in the completion list to be
5251 doubled.
5252
52532000-08-30 John Wiegley <johnw@gnu.org>
5254
5255 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
5256 sending to subprocesses. Also, hook pre-command-hook if
5257 `eshell-send-direct-to-subprocesses' is non-nil.
5258 (eshell-send-direct-to-subprocesses): New config variable. If t,
5259 subprocess input is send immediately.
5260 (eshell-toggle-direct-send): New function.
5261 (eshell-self-insert-command): New function.
5262 (eshell-intercept-commands): New function.
5263 (eshell-send-input): If direct subprocess sending is enabled,
5264 don't echo any input to the Eshell buffer. Let the subprocess
5265 handle that. This requires "stty echo" in bash, for example.
5266
52672000-08-28 John Wiegley <johnw@gnu.org>
5268
5269 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
5270 completion function for Eshell's implementation of `unset'.
5271
778911b9
EZ
52722000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
5273
5274 * info.el (Info-directory-list): Doc fix.
5275
05d07b49
PB
52762000-08-31 Peter Breton <pbreton@ne.mediaone.net>
5277
9b4a7800 5278 * filecache.el (file-cache-add-directory-using-find): Don't quote
05d07b49
PB
5279 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
5280
9941d4c7
KH
52812000-08-31 Kenichi Handa <handa@etl.go.jp>
5282
5283 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
5284 coding systems.
5285
af9ba8ad
AI
52862000-08-30 Andrew Innes <andrewi@gnu.org>
5287
5288 * timer.el (run-with-idle-timer): Undo last change, so that timer
5289 is not activated immediately if Emacs is already idle. Some
5290 existing code relies on this behaviour.
5291
caccd8f2
MB
52922000-08-30 Miles Bader <miles@gnu.org>
5293
5294 * frame.el (set-frame-font): Do completion of font-name for
5295 interactive use.
5296
b64c0a1c
KH
52972000-08-30 Kenichi Handa <handa@etl.go.jp>
5298
5299 * international/quail.el (quail-start-translation): Bind locally
5300 last-command-event, last-command, and this-command.
5301 (quail-start-conversion): Likewise.
75cf0095 5302 (quail-self-insert-command): Fix docstring.
b64c0a1c 5303
fd5f61d3
GM
53042000-08-29 Gerd Moellmann <gerd@gnu.org>
5305
5306 * progmodes/executable.el
5307 (executable-make-buffer-file-executable-if-script-p): Check that
5308 buffer contains at least 2 characters.
5309
5b671d04
EZ
53102000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
5311
5312 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
5313
485d9513
DL
53142000-08-29 Dave Love <fx@gnu.org>
5315
a39fb83d
DL
5316 * diff-mode.el (diff-mode) <defgroup>: Add :version.
5317 (diff-mode-shared-map): Bind mouse-2.
5318 (diff-imenu-generic-expression): New variable.
5319 (diff-mode): Use it.
5320
485d9513
DL
5321 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
5322 (mouse-popup-menubar): Add minor mode menus.
5323 (popup-menu): Check for lookup-key returning number.
5324
ba3478d9
MB
53252000-08-29 Miles Bader <miles@gnu.org>
5326
5327 * comint.el (comint-send-input): Create overlays using the proper
5328 front/read-advance arguments.
9b4a7800 5329
c3d6d211
GM
53302000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5331
5332 * ps-print.el: Even/odd pages printing. Doc fix.
5333 (ps-print-version): New version number (6.0).
5334 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
5335 (ps-background, ps-begin-file, ps-begin-job): Code fix.
5336 (ps-print-duplex-feature): Variable eliminated.
5337 (ps-even-or-odd-pages): New variable.
5338
ba087cd7 5339 * progmodes/ebnf2ps.el: Doc fix.
87d0f685
GM
5340 (ebnf-version): New version (3.3).
5341 (ebnf-user-arrow): Change variable customization to sexp.
5342 (ebnf-user-arrow): Function eliminated.
5343 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
9b4a7800 5344
d313265f
KH
53452000-08-29 Kenichi Handa <handa@etl.go.jp>
5346
cba62b78 5347 * help.el (help-xref-mule-regexp): New variable.
d313265f
KH
5348 (help-make-xrefs): Handle help-xref-mule-regexp.
5349
5350 * international/mule-cmds.el (help-xref-mule-regexp-template): New
5351 variable.
5352 (describe-input-method): Temporarily activate the specfied input
5353 method to display the information.
5354 (describe-language-environment): Hyperlinks to mule related items.
5355
5356 * international/mule-diag.el (charset-multibyte-form-string): New
5357 function.
5358 (list-character-sets-1): Use charset-multibyte-form-string.
5359 (describe-character-set): New function.
5360 (describe-coding-system): Hyperlinks to safe character sets.
5361
5362 * international/quail.el (quail-help): New arg PACKAGE.
5363 Hyperlinks to mule related items.
5364 (quail-help-insert-keymap-description): Use
5365 substitute-command-keys instead of describe-bindings.
5366 (quail-translation-help): Hyperlinks to mule related items.
5367
b4bd214e
JW
53682000-08-28 John Wiegley <johnw@gnu.org>
5369
ca7aae91
JW
5370 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
5371 have a defsubst call itself. Made `eshell-flatten-list' back into
5372 a function again.
5373
b4bd214e
JW
5374 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
5375 catch, in case re-centering point at bottom messes up the display.
5376 This happens frequently in Emacs 21, due I believe to variable
5377 line heights.
5378
5379 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
5380 to call `find-tag-interactive'.
5381
5382 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
5383 the list of remember directories.
5384
d44e146b
JW
53852000-08-28 John Wiegley <johnw@gnu.org>
5386
5387 * align.el: Test align-region-separate to see if it's a symbol.
5388
546c0888 53892000-08-28 John Wiegley <johnw@gnu.org>
d44e146b
JW
5390
5391 * eshell/esh-util.el (eshell-flatten-list): Made this function
5392 into a defsubst form. It gets used very frequently, although
5393 calls don't occur all that often.
5394
5395 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
5396 examining it.
5397
5398 * eshell/esh-cmd.el (eshell-rewrite-while-command):
5399 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
5400 `eshell-protect'.
5401 (eshell-copy-handles): Created a new macro for duplicating the
5402 current set of open handles. This is needed by the looping
5403 functions.
5404 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
5405 is not incorrectly stomped on.
5406
5407 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
5408 declaration for pcomplete-use-paring.
5409 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
5410 value of eshell-cmpl-use-paring.
5411 * pcomplete.el (pcomplete-use-paring): New config variable, to
5412 indicate whether paring should be used.
5413 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
5414 completion alternatives that have already been used.
5415
5416 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
5417 bound to C-c C-y, which will repeat the previous N arguments
5418 (based on prefix argument).
5419 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
5420
5421 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
5422 if there is no *Help* buffer. This is for XEmacs, which renames
5423 its help buffers uniquely. TODO: Find out what the current buffer
5424 name to delete is.
5425
5426 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
5427 first entry that correlates to a passwd/group number. Later
5428 entries (used for group/user name aliasing to multiple IDs) are
5429 ignored.
5430
9b4a7800
TTN
5431 * eshell/em-xtra.el (eshell/expr):
5432 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
5433 (eshell-grep, eshell/diff, eshell/locate):
d44e146b
JW
5434 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
5435 argument list, before passing it to the system command.
5436
5437 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
5438 `find-tag' for use at final position in Eshell buffers (which
5439 otherwise triggers an error on Emacs 21).
5440 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
5441 buffer, if it is currently bound to `find-tag'.
5442
5443 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
5444 in the list of matched Makefile names.
5445 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
5446 directory, prefer its contents to Makefile.
5447
5448 * eshell/em-dirs.el (eshell/cd): cd commands that look up
5449 directory parts (like "cd old new", or "cd =regexp"), are now case
5450 sensitive on non-Windows/DOS platforms.
5451
5452 * eshell/esh-mode.el (eshell-parse-command-input): When a user
5453 types RET after an open delimiter (like "), display a message
5454 indicating that Eshell is waiting for the closing delimiter.
5455
5456 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
5457 environment variables.
5458
5459 * eshell/em-unix.el (eshell/diff): Added logic to fail more
5460 gracefully if the user enters incorrect arguments.
5461
5462 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
5463 Eshell buffers.
5464
9b4a7800
TTN
5465 * eshell/esh-var.el (eshell-interpolate-variable):
5466 * eshell/esh-mode.el (eshell-move-argument):
d44e146b
JW
5467 * eshell/em-unix.el (eshell-du-sum-directory):
5468 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
5469 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
5470 (not (= ...)).
5471
5472 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
5473 to ensure the `preserve' flag gets propagated when doing recursive
5474 directory copies.
5475
546c0888 54762000-08-28 Stefan Monnier <monnier@cs.yale.edu>
d44e146b
JW
5477
5478 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
5479 Don't convert \n into \0177 in memory.
5480 (eshell-read-history, eshell-write-history): Convert \n to \0177,
5481 and back again, when reading and writing.
9b4a7800 5482
546c0888 54832000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
d44e146b
JW
5484
5485 * eshell/esh-util.el (eshell-processp): Added to relieve constant
5486 testing of `fboundp' on `processp'.
5487
5488 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
5489 (eshell/jobs): Don't call process-list if it is not bound.
5490 (eshell-gather-process-output): Support systems where async
5491 subprocesses aren't supported.
5492 (eshell-scratch-buffer, eshell-last-sync-output-start): New
5493 variables.
5494
5495 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
5496 eshell-do-eval returns t.
5497 (eshell-do-pipelines-synchronously): New defmacro.
5498 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
5499 when async subprocesses aren't supported.
5500 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
5501 if async subprocesses aren't supported.
5502 (eshell-resume-command): Don't assume STATUS is a string.
5503
5504 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
5505
5506 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
5507 (eshell-close-target, eshell-get-target): Use eshell-processp.
5508 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
5509 fix.
5510 (eshell-get-target, eshell-create-handles): Doc fix.
5511
546c0888 55122000-08-28 Miles Bader <miles@lsi.nec.co.jp>
d44e146b 5513
546c0888 5514 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
d44e146b
JW
5515 criterion to include commands that output something, as long as it
5516 leaves both the command and the end-of-buffer visible when the
5517 command has exited.
5518 (eshell-review-quick-commands): Adjust the help doc string
5519 accordingly.
5520
2a371c3b
PB
55212000-08-28 Peter Breton <pbreton@ne.mediaone.net>
5522
8348e1f9 5523 * locate.el (locate): Cleaned up locate command's interactive prompting
1ec321a7 5524 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
8348e1f9 5525
9b4a7800 5526 * filecache.el (file-cache-case-fold-search): New variable
2a371c3b
PB
5527 (file-cache-assoc-function): New variable
5528 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
5529 Use file-cache-case-fold-search variable
5530 (file-cache-add-file): Use file-cache-assoc-function
5531 (file-cache-delete-file): likewise
5532 (file-cache-directory-name): likewise
5533 (file-cache-debug-read-from-minibuffer): likewise
5534
95931eb1
GM
55352000-08-28 Gerd Moellmann <gerd@gnu.org>
5536
5537 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
5538 (abbrev-table-name): New function.
5539 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
5540 If non-nil list local abbrev, only.
5541
bb17930d
GM
55422000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
5543
546c0888
EZ
5544 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
5545 from Gnus support code, and use special article copy buffer
bb17930d
GM
5546 `(gnus-original-article-buffer)' instead. This allows to get rid
5547 of article-hide-headers usage (which breaks in the latest Gnus
5548 version). Thanks to Detlev Zundel.
5549
41a68aef
KH
55502000-08-28 Kenichi Handa <handa@etl.go.jp>
5551
5552 * international/quail.el (quail-use-package): Hide "... loaded"
5553 message.
5554 (quail-start-translation, quail-start-conversion): Likewise.
5555
5556 * international/kkc.el (kkc-region): Hide "... loaded" message.
5557
28bb2cef
DL
55582000-08-27 Dave Love <fx@gnu.org>
5559
5560 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
5561
11a1118d
MB
55622000-08-27 Miles Bader <miles@gnu.org>
5563
5564 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
5565
0f85d477
KH
55662000-08-27 Kenichi Handa <handa@etl.go.jp>
5567
5568 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
5569 'ja-dic-cnv), not (require 'skkdic-cnv).
5570
2d73e8d3
MB
55712000-08-26 Miles Bader <miles@gnu.org>
5572
a0e5a5a4
MB
5573 * faces.el (face-x-resources): Add entry for :inherit.
5574 * cus-face.el (custom-face-attributes): Add support for :inherit
5575 attribute. Add support for relative face heights.
5576 (custom-face-attributes-get): Treat `nil' as being a default value
5577 for :inherit (as well as `unspecified').
5578
19feb949
MB
5579 * faces.el (set-face-attribute): Update doc string.
5580 (face-attribute-name-alist): Add :inherit.
5581 (face-valid-attribute-values): Handle :inherit.
5582 (face-read-string): Rephrase prompt to be less confusing.
5583 Assume that DEFAULT is a string, since we must return a string.
5584 (face-read-integer): Use `format' to turn DEFAULT into an
5585 acceptable default for face-read-string. Match NEW-VALUE against
5586 the string "unspecified", not the symbol `unspecified', since
5587 that's what face-read-string returns.
5588 (read-face-attribute): Lookup a name for old-value in valid, and
5589 use it as a default if we find one. Treat all values from
5590 face-read-string as strings. If the default is used, don't do any
5591 more processing on the value, just use the old value directly.
5592 (read-face-and-attribute, modify-face): Tweak prompt.
5593 (read-face-name): Don't assume prompt ends with a space.
5594
2d73e8d3
MB
5595 * faces.el (describe-face): Add support for :inherit attribute.
5596
a1a2e38f
KH
55972000-08-25 Kenichi Handa <handa@etl.go.jp>
5598
e84fa7c5
KH
5599 * terminal.el (terminal-emulator): Fix args to `concat'. Now
5600 concat doesn't accept interger.
5601
a1a2e38f
KH
5602 * international/kkc.el: Remove SKK from Keywords. Require
5603 ja-dic-utl instead of skkdic-utl.
5604
5605 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
5606 Provide ja-dic-cnv instead of skkdic-cnv.
5607 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
5608 (iso-2022-7bit-short): Add safe-charsets property.
5609 (skkdic-convert-postfix): Search Japanese chou-on character in
5610 addition to Hiragana character.
5611 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
5612 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
5613 (batch-skkdic-convert): Likewise.
5614
5615 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
5616 Provide ja-dic-utl instead of skkdic-utl.
5617 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
5618
f6499c03
DL
56192000-08-24 Dave Love <fx@gnu.org>
5620
1c2c3f16
DL
5621 * disp-table.el (standard-display-default): Make the test of `l'
5622 useful.
5623
f6499c03
DL
5624 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
5625 mod sample text.
5626
5627 * international/iso-ascii.el: Make pilcrow convenient string
5628 consistent with section.
5629 (iso-ascii-display): Set up multibyte characters as well as
5630 unibyte.
5631
c543db81
KH
56322000-08-24 Kenichi Handa <handa@etl.go.jp>
5633
5634 * international/mule-cmds.el (reset-language-environment): Set
5635 default-process-coding-system to '(undecided . iso-latin-1), which
5636 makes process I/O almost consistent with file I/O. Call this
5637 function when mule-cmds.el[c] is loaded.
5638
746d9caf
AI
56392000-08-22 Andrew Innes <andrewi@gnu.org>
5640
5641 * makefile.w32-in: New file.
5642
5484005d
MB
56432000-08-22 Miles Bader <miles@lsi.nec.co.jp>
5644
5645 * comint.el (comint-output-filter): Compare end of
5646 comint-last-output-overlay with the start of the newly inserted
5647 text, not the end, when deciding whether to extend it.
9b4a7800 5648 Set saved-point's insertion type to advance after insertion.
5484005d
MB
5649
5650 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
5651 since this is now done independently of font-lock mode.
5652
7a912f63
GM
56532000-08-21 Gerd Moellmann <gerd@gnu.org>
5654
5655 * server.el (server-kill-new-buffers): New user option.
5656 (server-existing-buffer): New buffer-local variable.
5657 (server-visit-files): When using an existing buffer, set
5658 server-existing-buffer to t.
5659 (server-buffer-done): If server-kill-new-buffers is t, kill the
5660 buffer, unless it was already present before visiting it with
5661 Emacs server.
9b4a7800 5662
240301df
EZ
56632000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
5664
5665 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
5666 even if the display doesn't support colors: some displays will
5667 support bold/underline faces.
5668
cbcef616
GM
56692000-08-21 Gerd Moellmann <gerd@gnu.org>
5670
6917e6bb
GM
5671 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
5672
cbcef616
GM
5673 * startup.el (command-line): If user's init file had an error,
5674 add explanatory text to *Messages*.
5675
6922b018
KH
56762000-08-21 Kenichi Handa <handa@etl.go.jp>
5677
5678 * man.el (Man-getpage-in-background): Decode the process output by
5679 the system locale coding system.
5680
e50c4203
DL
56812000-08-20 Dave Love <fx@gnu.org>
5682
96ab6351
DL
5683 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
5684 Don't test x-popup-menu.
5685 (function) <complete-function>: Complete only fbound symbols.
5686 <validate, value>: New.
5687 (variable) <complete-function>: Complete only bound symbols.
5688 (coding-system): Add :base-only, :complete-function, :validate,
5689 :value, :prompt-match.
5690 (widget-coding-system-prompt-value): Use read-coding-system and
5691 act on :base-only.
5692 (editable-field): Add :help-echo.
5693 (widget-push-button-gui, widget-push-button-cache)
5694 (widget-gui-action, widget-editable-list-gui): COmment out, along
5695 with uses.
5696 (widget-at): Make arg optional.
5697 (widget-echo-help): Adjust for current help-echo calling sequence.
5698 (widget-specify-field, widget-specify-button)
5699 (widget-specify-insert, widget-get-sibling, widget-image-find)
5700 (widget-convert, widget-insert, widget-leave-text)
5701 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
5702 (widget-setup, widget-field-find, widget-before-change)
5703 (widget-after-change, widget-default-complete)
5704 (widget-default-create, widget-default-delete)
5705 (widget-push-button-value-create, editable-field)
5706 (widget-field-prompt-value, widget-field-validate)
5707 (widget-choice-value-create, widget-choice-action)
5708 (widget-choice-validate, widget-checklist-add-item)
5709 (widget-radio-add-item, widget-radio-chosen)
5710 (widget-radio-value-inline, widget-editable-list-value-create)
5711 (widget-editable-list-entry-create)
5712 (widget-documentation-link-add)
5713 (widget-documentation-string-value-create)
5714 (widget-regexp-validate, widget-file-complete)
5715 (widget-sexp-validate, widget-plist-convert-widget)
5716 (widget-plist-convert-widget, widget-alist-convert-widget)
5717 (widget-alist-convert-widget, widget-color-complete): Simplify,
5718 particularly to avoid bindings which aren't optimized out.
5719
e50c4203
DL
5720 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
5721 Doc fix.
5722 (down-list, backward-up-list, up-list, kill-sexp)
5723 (backward-kill-sexp, mark-sexp): Make arg optional.
5724 (lisp-complete-symbol): Add optional arg PREDICATE.
5725
5726 * cus-start.el: Add display-buffer-reuse-frames,
5727 file-coding-system-alist.
5728
511bd4eb
GM
57292000-08-20 Gerd Moellmann <gerd@gnu.org>
5730
5731 * startup.el (command-line): Clear realized faces after
5732 modifying TTY color mappings.
5733
a9de7d29
MB
57342000-08-20 Miles Bader <miles@gnu.org>
5735
5736 * faces.el (face-attr-match-p): Don't return true if ATTRS are
5737 merely a subset of FACE's attributes.
5738
8a8023d9
MB
57392000-08-19 Miles Bader <miles@gnu.org>
5740
5741 * comint.el (comint-output-filter): Save the point with a marker,
5742 not just a buffer position.
5743
5744 * international/mule.el (set-buffer-process-coding-system): Make
5745 interactive prompt less confusing.
5746
1433385f
GM
57472000-08-19 Gerd Moellmann <gerd@gnu.org>
5748
5749 * hilit-chg.el: General cleanup of doc strings, comments and
5750 code formatting.
5751
136b4eda
MB
57522000-08-19 Miles Bader <miles@gnu.org>
5753
5754 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
5755 Compiler macro removed; beginning-of-line is no longer always
5756 equivalent to forward-line, in the presence of fields.
5757
5758 * comint.el (comint-output-filter): Remove ad-hoc saving of
5759 restriction, and just use save-restriction, now that it works
5760 correctly. Don't adjust comint-last-input-start to account for
5761 our insertion; it shouldn't have moved because we don't use
5762 insert-before-markers anymore. Comment out call to
5763 `force-mode-line-update'; why is it here?
5764
5765 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
5766 while checking for prompt to delete. Use `forward-line 0'
5767 instead of beginning-of-line.
5768 (gud-filter): Temporarily widen gud comint buffer while
5769 examining output.
5770
cdd0f857
SM
57712000-08-18 Stefan Monnier <monnier@cs.yale.edu>
5772
ebf96bfa
SM
5773 * progmodes/sh-script.el: Big bag of typos.
5774
cdd0f857
SM
5775 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
5776 check since ispell-process is not bound when ispell is not yet loaded.
5777
9bb7a286
DL
57782000-08-18 Dave Love <fx@gnu.org>
5779
5780 * image.el (find-image): Copy `spec' before using plist-put.
5781
74ec6045
GM
57822000-08-18 Gerd Moellmann <gerd@gnu.org>
5783
5784 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
5785 `portugues'.
5786
5787 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
5788 backward-kill-sexp, analogous to kill-sexp.
5789
5790 * progmodes/icon.el (icon-indent-line)
5791 (icon-is-continuation-line): Handle comments specially.
5792
57932000-08-17 Ken Stevens <k.stevens@ieee.org>
5794
5795 * ispell.el: Set to standard author/maintainer/keyword fields.
5796 Fine tuning to menu map appearance and operation, and added help.
5797 Remove `start' and `end' error messages when compiling.
5798 (ispell-choices-win-default-height): Fixed comment string.
5799 (ispell-dictionary-alist-1): Fixed regexp in castellano and
5800 castellano8 dictionaries.
5801 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
5802 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
5803 dictionary, added italiano dictionary.
5804 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
5805 word character
5806 (ispell-tex-skip-alists): Added psfig support.
5807 (ispell-skip-html): Renamed from ispell-skip-sgml.
5808 (ispell-begin-skip-region-regexp, ispell-skip-region)
5809 (ispell-minor-check): Improved html skipping support to skip across
5810 code, and recognize `&' commands without propper `;' syntax;
5811 (ispell-process-line): Fix alignment error when manually
5812 correcting spelling.
5813 (ispell): Fix comment string.
5814 (ispell-add-per-file-word-list): Always put word list on new line.
5815
3787e12e
GM
58162000-08-17 Gerd Moellmann <gerd@gnu.org>
5817
a7b28523
GM
5818 * format.el (format-encode-run-method): Fix error message to say
5819 `encode' instead of `decode'. Use save-window-excursion around
5820 shell-command-on-region as in format-decode-run-method because
5821 shell-command-on-region can display a buffer with error output.
5822 (format-decode): Don't record undo information for the decoding.
5823 (format-annotate-function): Add parameter FORMAT-COUNT. Make
5824 that number part of the temporary buffer name so that more than
5825 one decoding using a temporary buffer can happen safely.
5826
5827 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
5828 of `A-z' in the regexp.
5829
5830 * hilit-chg.el: Fix typos in commentary.
5831
3787e12e
GM
5832 * help.el (view-emacs-news): Rewritten for new naming scheme
5833 for old NEWS files.
5834
5835 * startup.el (command-line): Pop to *Messages* in case an error
5836 is signaled while loading user-init-file.
5837
d2473540
AS
58382000-08-17 Andreas Schwab <schwab@suse.de>
5839
5840 * files.el (insert-directory): Don't lose original file name,
5841 undoing an undocumented change.
5842
c0bbaf57
GM
58432000-08-17 Alex Schroeder <alex@gnu.org>
5844
5845 * sql.el (sql-magic-go): Use comint-bol.
5846 (sql-copy-column): Use comint-line-beginning-position.
5847 (comint-line-beginning-position): Define a replacement for
5848 comint-line-beginning-position if it is not fboundp.
5849
58502000-08-17 Alex Schroeder <alex@gnu.org>
5851
5852 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
5853 it didn't have any effect anyway.
5854
58552000-08-17 Alex Schroeder <alex@gnu.org>
5856
5857 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
5858 --pset and pager=off instead of sending \\o|cat at the beginning
5859 of the session.
5860
9d245da5
MB
58612000-08-17 Miles Bader <miles@gnu.org>
5862
5863 * progmodes/octave-inf.el: Add compatibility definition of
5864 comint-line-beginning-position.
5865
abfdbd2e
KH
58662000-08-17 Kenichi Handa <handa@etl.go.jp>
5867
5868 * startup.el (normal-top-level): Look in each dir in load-path for
5869 a leim-list.el file too. This assures of loading leim-list.el
5870 that is created at Emacs installation time even if a user have his
5871 own leim-list.el.
5872
a0b8c939
MB
58732000-08-17 Miles Bader <miles@gnu.org>
5874
5875 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
5876 foreground color to black if the background is dark.
5877
7382bcae
SM
58782000-08-16 Stefan Monnier <monnier@cs.yale.edu>
5879
5880 * loadhist.el (unload-feature): Typo.
5881
9b4a7800 5882 * finder.el (finder-compile-keywords):
7382bcae
SM
5883 * cus-dep.el (custom-make-dependencies): Add local-variable settings
5884 to the generated file.
5885
5886 * mail/mh-e.el (mh-make-local-vars):
5887 Replace make-variable-buffer-local with make-local-variable.
5888
cdd0f857 5889 * play/landmark.el:
7382bcae 5890 * options.el (Edit-options-{set,toggle,t,nil}):
9b4a7800
TTN
5891 * mail/mailabbrev.el (mail-abbrevs-mode):
5892 * textmodes/tex-mode.el (tex-expand-files):
7382bcae
SM
5893 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
5894
5895 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
5896
5897 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
5898 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
5899 Allow going past the last element.
9b4a7800 5900 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
7382bcae
SM
5901 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
5902 (cvs-mouse-toggle-mark): Don't move point.
5903 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
5904
5905 * progmodes/compile.el (grep): Provide a default set of files.
5906 (next-error): Docstring fix.
5907 (compilation-find-file): Avoid find-file (fails in a dedicated window).
5908
5909 * emacs-lisp/easy-mmode.el (define-minor-mode):
5910 Use `symbol-value' to keep the byte-compiler quiet.
5911
5912 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
5913 (diff-find-source-location): New fun, extracted from diff-goto-source.
5914 (diff-goto-source): Use it.
5915 (diff-next-complex-hunk, diff-filter-lines): New function.
5916 (diff-apply-hunk): New command.
5917
5918 * smerge-mode.el (smerge-mode-menu): Doc fix.
5919
5920 * msb.el (msb-mode): Define it in terms of define-minor-mode.
5921
4f00b8c1
DL
59222000-08-16 Dave Love <fx@gnu.org>
5923
2b5198bb
DL
5924 * windmove.el (windmove) <defgroup>: Add :version.
5925
5926 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
5927 (goto-address-fontify-p, goto-address-highlight-p)
5928 (goto-address-url-face, goto-address-url-mouse-face)
5929 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
5930 (goto-address-url-regexp): Use thing-at-point-url-regexp.
5931 (goto-address-fontify, goto-address-at-mouse): Simplify,
5932 (goto-address-at-point): browse-url-url-at-point,
5933 goto-address-find-address-at-point can return nil.
5934 (goto-address-find-address-at-point): Return nil on failure.
5935
5936 * align.el (align) <defgroup>: Add :version.
5937
5938 * calculator.el (calculator): Add :version.
5939 (calculator): Use two lines for calculator window if `modeline'
5940 face is boxed.
5941
4f00b8c1
DL
5942 * play/5x5.el: Doc fixes.
5943 (5x5) <defgroup>: Add :version.
5944
5945 * play/fortune.el (fortune) <defgroup>: Add :version.
5946 (fortune-append): Fix error message.
5947 (fortune-from-region): Doc fix.
5948
5949 * play/pong.el (pong): Doc fix.
5950
5951 * play/morse.el: Keywords, commentary, autoloads.
5952
69db7ee7
EZ
59532000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
5954
5955 * desktop.el (desktop-save): Don't look at symbol-value of a
5956 member of minor-mode-alist, unless it is boundp.
5957
10e1dad9
SS
59582000-08-16 Sam Steingold <sds@gnu.org>
5959
a0b8c939 5960 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
10e1dad9
SS
5961 `while'; use `with-current-buffer' instead of `save-excursion'.
5962 Removed unnecessary kludges now that "*Buffer List*" is excluded.
5963
9d7bcb2e
KH
59642000-08-16 Kenichi Handa <handa@etl.go.jp>
5965
5966 * international/ccl.el (declare-ccl-program): Docstring modified.
5967 (ccl-execute-with-args): Likewise.
5968
04231ab8
MB
59692000-08-16 Miles Bader <miles@gnu.org>
5970
9d245da5 5971 * progmodes/sql.el: Add compatibility definition of
04231ab8
MB
5972 comint-line-beginning-position.
5973
f68446ef
GM
59742000-08-15 Gerd Moellmann <gerd@gnu.org>
5975
dc28878c
GM
5976 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
5977 'buffer-menu' property.
5978 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
5979 fails.
5980 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
5981 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
5982 wasn't killed.
10e1dad9 5983
58ed0d3b
GM
5984 * buff-menu.el (list-buffers-noselect): Don't display the
5985 *Buffer List* buffer.
5986
32dc52f7
GM
5987 * font-lock.el: Require jit-lock to prevent a very late
5988 `Loading jit-lock' message.
5989
f68446ef 5990 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
10e1dad9 5991 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
f68446ef
GM
5992 mail address.
5993
90ac90a2
MB
59942000-08-15 Miles Bader <miles@gnu.org>
5995
5996 * textmodes/ispell.el (ispell-graphic-p): New constant.
5997 (ispell-choices-win-default-height, ispell-help): Use
5998 `ispell-graphic-p' instead of `xemacsp'.
5999
b0a0e263
DL
60002000-08-15 Dave Love <fx@gnu.org>
6001
c1e757e3
DL
6002 * simple.el: Autoload widget-convert when compiling.
6003 (mail-user-agent): Doc fix.
6004
6005 * help.el (function-called-at-point, variable-at-point): Use
6006 with-syntax-table.
6007 (help-manyarg-func-alist): Add insert-and-inherit.
6008
6009 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
6010
6011 * delsel.el (delsel-unload-hook): New function.
6012
6013 * find-file.el: Doc fixes. Move provide to end.
6014 (ff) <defgroup>: Add :link.
6015 (ff-goto-click): Deleted.
6016 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
6017 Use mouse-set-point.
6018
6019 * textmodes/tildify.el: Doc fixes.
6020 (tildify) <defgroup>: Add:version.
6021
6022 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
6023 (glasses-custom-set): Use set-default, not set.
6024 (minor-mode-alist): Propertize the lighter.
6025 (glasses-mode): Provide optional arg.
6026
5f847612
DL
6027 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
6028 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
6029 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
6030 option. Provide :type.
6031 (cwarn-configuration): Provide :type.
6032 (cwarn-mode): Doc fix.
6033
6034 * add-log.el (change-log-merge): Doc fix.
6035 (change-log-redate): New command.
6036
b0a0e263
DL
6037 * net/browse-url.el (browse-url-filename-alist): Add a clause for
6038 Doze and Dog.
6039 (browse-url): Use dolist, not mapcar.
6040 (browse-url-at-point): Check for null url.
6041 (browse-url-event-buffer, browse-url-event-point): Functions
6042 deleted.
6043 (browse-url-at-mouse, browse-url-netscape): Simplify.
6044
6045 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
6046 modes.
6047 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
6048 Fix previous change to mapcan.
6049 (msb--init-file-alist, msb--add-separators)
6050 (msb--make-keymap-menu): Simplify.
6051 (msb--choose-file-menu): Use copy-sequence.
6052 (msb-mode-map): Add title to keymap.
6053 (msb-unload-hook): New function.
6054
6055 * bs.el: Fix indentation.
6056 (bs) <defgroup>: Add :links.
2b5198bb
DL
6057 (bs-show): Doc fix.
6058 (bs-apply-sort-faces): Don't use window-system.
6059 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
b0a0e263 6060
70f1b78e
EZ
60612000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
6062
6063 * calendar/timeclock.el (timeclock-file): Run .timelog through
6064 convert-standard-filename.
6065
956777b3
GM
60662000-08-14 Gerd Moellmann <gerd@gnu.org>
6067
3215096c
GM
6068 * emacs-lisp/authors.el: New file.
6069
956777b3
GM
6070 * paren.el (show-paren-priority): New user option.
6071 (show-paren-function): Set overlay priorities to
6072 show-paren-priority.
10e1dad9 6073
0cde1424
MB
60742000-08-14 Miles Bader <miles@gnu.org>
6075
6076 * comint.el (comint-bol): Use `forward-line 0' instead of calling
6077 beginning-of-line with inhibit-field-text-motion bound.
6078
90cbf47e
GM
60792000-08-14 Gerd Moellmann <gerd@gnu.org>
6080
6081 * calendar/timeclock.el: New file.
6082
60832000-08-14 David Ponce <david@dponce.com>
6084
6085 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
6086 `widget-button-click'. so that one can use left mouse button to
6087 click on dialog buttons.
6088
60892000-08-14 Emmanuel Briot <briot@gnat.com>
6090
6091 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
814299a7 6092 identifiers, since XML is case sensitive
10e1dad9 6093
79e8dca7 60942000-08-12 Miles Bader <miles@gnu.org>
10e1dad9 6095
660394d1
MB
6096 * comint.el (comint-output-filter): Don't bother frobbing
6097 window-start, it doesn't seem to be necessary.
79e8dca7
MB
6098
6099 * comint.el (comint-send-string, comint-send-region): Make into
6100 real functions. Snapshot the prompt before sending.
6101
218c2cc7
EZ
61022000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
6103
6104 * info.el (Info-find-emacs-command-nodes): Rewrite to use
6105 technique similar to Info-index, instead of relying on specific
6106 names of relevant Index nodes.
6107 (Info-goto-emacs-command-node): Bind Info-history to nil when
6108 going to the first node found by Info-find-emacs-command-nodes.
6109
51e066d2 61102000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
968280cc
EZ
6111
6112 * menu-bar.el (menu-bar-help-menu): Add a :help string.
6113
867102f2
MB
61142000-08-10 Miles Bader <miles@gnu.org>
6115
6116 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
6117
af718538
EZ
61182000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
6119
6120 * info.el (Info-file-list-for-emacs): More elements for the
6121 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
6122 and woman manuals.
6123
c51bacd6
MB
61242000-08-10 Miles Bader <miles@lsi.nec.co.jp>
6125
6126 * comint.el (comint-send-input): Make the newline boundary overlay
6127 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
6128 (comint-output-filter): Use `insert' instead of
6129 `insert-before-markers'. Extend comint-last-output-overlay when
6130 necessary since we can't rely on insert-before-markers to do it.
6131 * gud.el (gud-filter): Use `with-current-buffer' instead of
6132 save-excursion when inserting the output, so that point gets
6133 updated correctly; the old method relied on a rather dodgy
6134 side-effect of comint-output-filter to avoid the effect of
6135 save-excursion.
6136
98532b12
EZ
61372000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
6138
6139 * files.el (recover-file): Call insert-directory instead of
6140 invoking `ls' directly.
6141
3db4b719
MB
61422000-08-10 Miles Bader <miles@gnu.org>
6143
6144 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
6145 (comint-last-prompt-overlay): New variables.
6146 (comint-output-filter): Implement prompt highlighting.
6147 (comint-snapshot-last-prompt): New function.
6148 (comint-send-input): Snapshot the last prompt.
6149 Use comint-highlight-input-face.
6150 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
6151 Use defface instead of defcustom.
6152 (send-invisible, comint-send-eof): Snapshot the last prompt.
6153 (comint-delchar-or-maybe-eof): Use comint-send-eof.
6154 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
6155
96190aa1
SM
61562000-08-09 Stefan Monnier <monnier@cs.yale.edu>
6157
5cda4b07
SM
6158 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
6159 (regexp-opt-group): Use a list of chars for `letters'.
6160 (regexp-opt-charset): `chars' is now a list of chars.
6161 Use a char-table rather than a vector so it works for multibyte chars.
6162
96190aa1
SM
6163 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
6164 Set cvs-minor-current-files to the selected fileinfo.
6165 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
6166 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
6167
7d093d56
EZ
61682000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
6169
6170 * files.el (insert-directory): Don't call access-file on
6171 directories on DOS and Windows.
6172
b24c5811
KH
61732000-08-09 Kenichi Handa <handa@etl.go.jp>
6174
6175 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
6176 longer if necessary.
6177 (ccl-embed-code): Call ccl-embed-data to store CODE in
6178 ccl-program-vector.
6179
0a6fd67e
MB
61802000-08-09 Miles Bader <miles@gnu.org>
6181
6182 * comint.el (comint-output-filter): Properly handle the case where
6183 the text surrounded by comint-last-output-overlay was deleted.
6184
9f6d1a6c
GM
61852000-08-08 Gerd Moellmann <gerd@gnu.org>
6186
25ad1371
GM
6187 * info.el (Info-insert-dir): Use Info-additional-directory-list if
6188 non-nil.
6189 (Info-file-list-for-emacs): Remove "info" from the list because
6190 that leads to trying to use the documentation from file `info'
6191 in various situations where it isn't appropriate, for instance
6192 C-h C-k C-h i.
6193
6194 * ffap.el (ffap-read-file-or-url-internal): Handle case that
6195 DIR and/or STRING are nil.
6196
6197 * progmodes/compile.el (compilation-setup): Make variable
6198 compilation-error-screen-columns buffer-local, as some comment
6199 in the code suggests it should be.
6200
6201 * files.el (auto-mode-interpreter-regexp): New variable.
6202 (set-auto-mode): Use it.
6203
6204 * indent.el (indent-for-tab-command): Doc fix.
6205
6206 * mouse-sel.el (mouse-sel-mode): Doc fix.
6207
9f6d1a6c
GM
6208 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
6209 labels.
6210
6211 * help.el (print-help-return-message): When
6212 display-buffer-reuse-frames is set, let the help window been quit,
6213 instead of deleting it, which might delete a reused frame.
6214
3d819a75
EZ
62152000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
6216
6217 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
6218 rename a directory to a name that differs only by its letter case.
6219
c5a52529
KH
62202000-08-08 Kenichi Handa <handa@etl.go.jp>
6221
6222 * international/quail.el (quail-define-rules): Handle Quail decode
6223 map correctly. Add code for supporting annotations.
6224 (quail-install-decode-map): New function.
6225 (quail-defrule-internal): New optional arguments decode-map and
6226 props.
6227 (quail-advice): New function.
6228
5e9e032a
SS
62292000-08-07 Sam Steingold <sds@gnu.org>
6230
6231 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
6232 `defconst', `define-condition', `with-slots'.
6233 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
6234
46645f4b
MB
62352000-08-03 Miles Bader <miles@gnu.org>
6236
6237 * comint.el (comint-use-prompt-regexp-instead-of-fields):
6238 New variable.
6239 (comint-prompt-regexp, comint-get-old-input): Document dependence on
6240 comint-use-prompt-regexp-instead-of-fields.
6241 (comint-send-input): Add `input' field property to stuff we send to
6242 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
6243 (comint-output-filter): Add `output' field property to process
6244 output, if comint-use-prompt-regexp-instead-of-fields is nil.
6245 (comint-replace-by-expanded-history)
6246 (comint-get-old-input-default, comint-show-output)
6247 (comint-backward-matching-input, comint-forward-matching-input)
6248 (comint-next-prompt, comint-previous-prompt): Use field
6249 properties if comint-use-prompt-regexp-instead-of-fields is nil.
6250 (comint-line-beginning-position): New function.
6251 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
6252 (comint-replace-by-expanded-history-before-point): Use
6253 comint-line-beginning-position and line-end-position.
6254 (comint-last-output-overlay): New variable.
6255 (comint-mode): Make `comint-last-output-overlay' buffer-local.
6256
6257 * shell.el (shell-prompt-pattern): Doc change.
6258 (shell-backward-command): Use line-beginning-position.
6259
6260 * gud.el (gud-gdb-complete-command): Use
6261 comint-line-beginning-position.
6262
6263 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
6264 comint-bol doesn't actually go to the beginning of the line.
6265
6266 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
6267 if comint-use-prompt-regexp-instead-of-fields is non-nil.
6268 (try-expand-line-all-buffers): Likewise.
6269
6270 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
6271 explicitly matching comint-prompt-regexp.
6272 (sql-copy-column): Use comint-line-beginning-position instead of
6273 explicitly matching comint-prompt-regexp.
6274
6275 * progmodes/octave-inf.el (inferior-octave-complete): Use
6276 comint-line-beginning-position.
6277
6278 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
6279
6280 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
6281 looking for a prompt, use `forward-line 0' instead of
6282 `beginning-of-line', to avoid getting caught by an input field.
6283
ff3d9573
GM
62842000-08-07 Gerd Moellmann <gerd@gnu.org>
6285
6286 * files.el (shell-quote-wildcard-pattern): Make sure to return
6287 PATTERN, in the Unix case.
6288
e0d8827b
EZ
62892000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
6290
6291 * play/zone.el (zone): Discard any pending input before running
6292 the randomly-chosen pgm.
6293
24d55b8f
KH
62942000-08-07 Kenichi Handa <handa@etl.go.jp>
6295
6296 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
6297 checking the existence of any multibyte characters.
6298
3d05e1ee
GM
62992000-08-06 Gerd Moellmann <gerd@gnu.org>
6300
6c4a4368
GM
6301 * help.el (describe-mode): Test minor-mode symbol for being
6302 bound before testing its value for being nil.
6303
3d05e1ee
GM
6304 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
6305 `first', `second', and `third'.
6306
6307 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
6308 (second): Make it an alias for `cadr'.
6309
6968a481
EZ
63102000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
6311
6312 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
6313 types of display support faces now.
6314
e49aa397
GM
63152000-08-05 Gerd Moellmann <gerd@gnu.org>
6316
6317 * pcvs.el (require): Require `cl' during compilation, only.
6318
6319 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
6320 (toplevel): Remove `remq' and `remove' from autoloads.
6321 (cl-fake-autoloads): New variable. If set, arrange for an error
6322 when CL functions etc. are autoloaded.
6323
588aca27
EZ
63242000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
6325
2e78d4ab
EZ
6326 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
6327
85628348
EZ
6328 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
6329 popped up, but the user clicks outside the menu, return an empty
6330 regexp (that causes unhighlight-regexp to have no effect).
6331
74f0e552
EZ
6332 * menu-bar.el (menu-bar-games-menu): Add Zone.
6333
588aca27
EZ
6334 * hi-lock.el (toplevel): Require font-lock.
6335
f4988be7
GM
63362000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6337
ba087cd7 6338 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
f4988be7
GM
6339 (ebnf-8-bit-chars): New var for bug fix.
6340 (ebnf-string): Bug fix.
6341
027b73ac
SS
63422000-08-03 Sam Steingold <sds@gnu.org>
6343
6344 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
6345 instead of `buffer-string'.
6346 (require 'cl): Always, not just when compiling.
6347 `ignore-errors' in `interactive', `list*', `defun*' &c make this
6348 necessary.
6349
2f1fa038
EZ
63502000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
6351
6352 * international/mule-cmds.el (select-safe-coding-system): Make
6353 the message text about selecting a safe coding system more clear.
6354
ead53494
GM
63552000-08-02 Gerd Moellmann <gerd@gnu.org>
6356
abb2db1c
GM
6357 * hi-lock.el: New file.
6358
6359 * play/zone.el: New file.
6360
ead53494
GM
6361 * replace.el (occur): Set tab-width in the *Occur* buffer to the
6362 value of tab-width in the original buffer. Choose a line number
6363 format that's a multiple of the original buffer's tab width, so
6364 that lines appear right.
6365
6366 * textmodes/ispell.el (ispell): New function, replacing an alias.
6367 Spell-check active region if in transient-mark-mode and mark
6368 is active; otherwise spell-check buffer.
6369
63702000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6371
6372 * ps-mule.el: Fix a customization problem on
6373 ps-mule-font-info-database-default.
6374
f4a2b0a4
EZ
63752000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
6376
6377 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
6378 display-mouse-p instead of window-system.
6379 (ebrowse-member-mode-map): Ditto.
6380
b685181e
GM
63812000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6382
ba087cd7
EZ
6383 * progmodes/ebnf2ps.el: Update ps-print functions call.
6384 Indentation fix. Doc fix.
b685181e
GM
6385 (ebnf-version): New version number (3.2).
6386 (ebnf-format-color, ebnf-begin-job): Code fix.
027b73ac 6387
3b5fab87
EZ
63882000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
6389
032ebb29
EZ
6390 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
6391 font lock support on window-system.
6392 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
6393
3b5fab87
EZ
6394 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
6395 display-color-p, if fboundp, instead of window-system.
6396
7e2605e7
EZ
63972000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
6398
6399 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
6400 instead of window-system.
6401
6402 * wid-edit.el (widget-choose): Use display-mouse-p instead of
6403 window-system.
6404 (widget-choice-mouse-down-action): Use display-popup-menus-p
6405 instead of window-system.
6406
6407 * strokes.el (strokes-file): Run the file name through
6408 convert-standard-filename.
6409 (strokes-mode): Call display-mouse-p instead of looking at
6410 window-system. Change the error message accordingly.
6411
6412 * progmodes/cpp.el (toplevel): Support faces on tty's.
6413
6414 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
6415 (lm-plot-square, lm-init-display): Don't use window-system.
6416
6417 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
6418 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
6419
6420 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
6421 instead of looking at window-system.
6422
26119624
GM
64232000-07-30 Gerd Moellmann <gerd@gnu.org>
6424
6425 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
6426 of testing if iswitchb-prepost-hooks is bound, because the
6427 latter will always be true when invoking a recursive minibuffer
6428 from an active Iswitchb buffer.
6429
c90596f3
EZ
64302000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
6431
6432 * files.el (shell-quote-wildcard-pattern): New function.
6433 (insert-directory): Call it. Only prepend "\" to command on Unix
6434 and GNU/Linux systems.
6435
18925e78
GM
64362000-07-30 Gerd Moellmann <gerd@gnu.org>
6437
6438 * eshell/esh-groups.el: Change custom :link file names
6439 from `eshell.info' to `eshell'.
6440
64412000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
6442
6443 * dired.el (dired-build-subdir-alist): Expand subdirectory names
6444 correctly in recursive ange-ftp listings.
6445
64462000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6447
6448 * ps-print.el: Fix bug 1: if ps-font-size-internal,
6449 ps-header-font-size-internal and
6450 ps-header-title-font-size-internal variables are not set,
6451 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
6452 face text property is (foreground-color . COLOR) or
6453 `(background-color . COLOR)', ps-print crashes. Doc fix.
6454 (ps-print-version): New version number (5.2.4).
6455 (ps-plot-region): Code fix.
6456 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
6457 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
6458 Bug fix 2.
6459
64602000-07-30 Milan Zamazal <pdm@freesoft.cz>
6461
6462 * glasses.el (glasses-make-readable): Fix uncapitalization of
6463 identifiers like `myXMLDocument'.
6464
aeb4c63e
KF
64652000-07-28 Karl Fogel <kfogel@red-bean.com>
6466
18925e78
GM
6467 * mail/mail-hist.el (mail-hist-previous-input)
6468 (mail-hist-next-input): Do the obvious code factorization.
6469 (mail-hist-retrieve-and-insert): New func, contains common
aeb4c63e
KF
6470 code of above two.
6471 If inserting a message body, leave point at top.
6472
9d453139
SS
64732000-07-28 Sam Steingold <sds@gnu.org>
6474
6475 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
18925e78
GM
6476 Use `<=', not `<' to compare times!
6477 (ange-ftp-ls): Remove.
9d453139 6478
b548072f
GM
64792000-07-27 Gerd Moellmann <gerd@gnu.org>
6480
27848c01
GM
6481 * play/cookie1.el: Add explanation of how to make cookie.el
6482 compatible with strfile(1) to comment.
6483
6484 * subr.el (remove, remq): New functions.
6485
3ab82477
GM
6486 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
6487 escape `*' in regexps.
6488 (midnight-find): Reverse order of arguments in the funcall of
6489 TEST.
6490
6491 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
6492 and `.class'.
6493
b548072f
GM
6494 * play/meese.el: Add Commentary section.
6495
27848c01
GM
64962000-07-27 Alex Schroeder <alex@gnu.org>
6497
6498 * sql.el (sql-ms): Added autoload cookie.
6499 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
6500 (sql-oracle): Ditto.
6501 (sql-help): Doc change.
6502
6503 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
6504 types and exceptions.
6505
65062000-07-27 Alex Schroeder <alex@gnu.org>
6507
6508 * sql.el (sql-placeholder-history): New variable.
6509 (sql-query-placeholders-and-send): New function that will query
6510 the user and replace placeholders with user input.
6511 (sql-oracle): If running on NT, set comint-input-sender to
6512 sql-query-placeholders-and-send.
6513
6514 (sql-stop): If in the SQLi buffer, insert stop notification, else
6515 present it as a message.
6516
65172000-07-27 Alex Schroeder <alex@gnu.org>
6518
6519 * sql.el (sql-input-ring-separator): Doc change.
6520 (sql-input-ring-file-name): Doc change.
6521 (sql-interactive-mode): Use `sql-input-ring-separator' and
6522 `sql-input-ring-file-name' to set the comint-mode equivalents
6523 without making them local variables.
6524 (sql-stop): Don't bind `sql-input-ring-separator' and
6525 `sql-input-ring-file-name' dynamically to their comint-mode
6526 equivalents.
6527
91ae8751
KH
65282000-07-27 Kenichi Handa <handa@etl.go.jp>
6529
6530 * international/mule.el (register-char-codings): New function.
6531 (make-coding-system): Handle `safe-chars' specification in the arg
6532 PROPERTY.
6533
6534 * international/mule-cmds.el
6535 (find-coding-systems-region-subset-p): This function deleted.
6536 (sort-coding-systems-predicate): New variable.
6537 (sort-coding-systems): New function.
6538 (find-coding-systems-region): Use
6539 find-coding-systems-region-internal.
6540 (find-coding-systems-string): Use find-coding-systems-region.
6541 (find-coding-systems-for-charsets): Check
6542 char-coding-system-table.
6543 (select-safe-coding-system-accept-default-p): New variable.
6544 (select-safe-coding-system): Mostly rewritten. New argument
6545 ACCEPT-DEFAULT-P.
6546 (select-message-coding-system): Call select-safe-coding-system
6547 with ACCEPT-DEFAULT-P arg.
6548 (reset-language-environment): Reset default-sendmail-coding-system
6549 to the default value iso-latin-1.
6550 (set-language-environment): Don't set the obsolete variable
6551 charset-origin-alist.
6552
6553 * international/codepage.el (cp-coding-system-for-codepage-1):
6554 Give `safe-chars' property to make-coding-system.
6555
6556 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
6557 calling select-message-coding-system twice.
6558
6559 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
6560 instead of `safe-charsets'.
6561 (cyrillic-alternativnyj): Likewise.
6562 (ccl-encode-alternativnyj): Don't check the charset
6563 cyrillic-iso8859-5.
6564
90cf4474
KH
65652000-07-27 Kenichi Handa <handa@etl.go.jp>
6566
6567 * composite.el (compose-chars-after): Preserve match data.
6568
a1f84f6d
SS
65692000-07-26 Sam Steingold <sds@gnu.org>
6570
6571 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
6572 (ange-ftp-real-file-newer-than-file-p): New function.
6573 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
6574 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
6575
6576 * tooltip.el (tooltip-float-time): Removed (use `float-time').
6577 * midnight.el (midnight-float-time): Ditto.
6578
e092928e
AS
65792000-07-26 Andreas Schwab <schwab@suse.de>
6580
6581 * files.el (normal-backup-enable-predicate): Correct
6582 interpretation of the return value of compare-strings.
6583
7465ebef
GM
65842000-07-26 Gerd Moellmann <gerd@gnu.org>
6585
3353ef5a
GM
6586 * isearch.el (isearch-resume): New function.
6587 (isearch-done): Add something to command-history to resume
6588 the search.
6589 (isearch-yank-line, isearch-yank-word): Use
6590 buffer-substring-no-properties instead of buffer-substring.
6591
7465ebef
GM
6592 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
6593 of flyspell-mouse-map.
6594
6595 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
6596 duplicate definition.
6597 (makefile-mode): Remove duplicate setting of local-abbrev-table.
6598
6599 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
6600 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
6601
5044b74a
SS
66022000-07-25 Sam Steingold <sds@gnu.org>
6603
25759a92
SS
6604 * net/ange-ftp.el: Get modtime over the net.
6605 (ange-ftp-file-modtime): New function.
a95cb10a
GM
6606 (ange-ftp-write-region, ange-ftp-insert-file-contents)
6607 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
25759a92
SS
6608 Use it.
6609 (ange-ftp-dot-to-slash): New function.
6610 (ange-ftp-fix-name-for-vms): Use it.
6611
5044b74a
SS
6612 * midnight.el (midnight-buffer-display-time): Use
6613 `with-current-buffer'.
6614
5dcfb3f4
GM
66152000-07-25 Gerd Moellmann <gerd@gnu.org>
6616
6617 * find-dired.el: Update copyright notice.
6618 (find-dired): Offer to kill a running `find'.
6619
6620 * enriched.el (enriched-face-ans): For a `foreground-color'
6621 property, return '(("x-color" COLOR))' so that COLOR will be
6622 output as a parameter of the x-color annotation. Likewise for the
6623 `background-color' property. In the case of normal face
6624 properties, don't return annotations for unspecified foreground
6625 and background face attributes.
6626
8c662166
KH
66272000-07-25 Kenichi Handa <handa@etl.go.jp>
6628
6629 * language/japan-util.el (japanese-katakana-region): Fix handling
6630 HANKAKU argument.
6631
c28da489
MB
66322000-07-25 Miles Bader <miles@gnu.org>
6633
6634 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
6635 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
6636 constrain-to-field.
6637
ad349719
AI
66382000-07-24 Andrew Innes <andrewi@gnu.org>
6639
6640 * timer.el (timer-activate-when-idle): Add optional parameter
6641 DONT-WAIT. Update docstring.
6642 (run-with-idle-timer): Specify extra parameter to
6643 timer-activate-when-idle, so that timer will be activated
6644 immediately if Emacs is already idle.
6645
6646 * w32-fns.el (w32-using-nt): Fix docstring.
6647
c95162f5
DL
66482000-07-24 Dave Love <fx@gnu.org>
6649
6650 * mouse.el (popup-menu): Set last-command-event.
6651 (mouse-major-mode-menu-prefix): Declare.
6652
e3c31fd5
GM
66532000-07-24 Gerd Moellmann <gerd@gnu.org>
6654
6655 * textmodes/flyspell.el: Update to author's version 1.5d.
6656
6657 * progmodes/hideshow.el: Update copyright notice.
6658
6659 * vcursor.el: Set maintainer to FSF, since author cannot
6660 be reached.
6661
7636d2a3
EZ
66622000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
6663
fbe0a958
EZ
6664 * info.el (Info-goto-emacs-key-command-node): Leave a space after
6665 the prompt.
6666
7636d2a3
EZ
6667 * mouse.el (popup-menu): Run the keymap through indirect-function,
6668 in case it was defined with define-prefix-key. If the menu is a
6669 list of keymaps, look up the binding of user's choice in each one
6670 of the keymaps.
6671 (mouse-popup-menubar): If the global and local menu-bar keymaps
6672 don't have a prompt string, create one and insert it into the
6673 keymap. Don't barf if current-local-map returns nil.
6674
e024b101
GM
66752000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
6676
6677 * dired.el (dired-sort-R-check): Added to allow recursive listing
6678 to be undone.
6679 (dired-sort-other): Use it.
6680
7972fcfc
GM
66812000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6682
e024b101 6683 * Release of cc-mode 5.27
7972fcfc
GM
6684
66852000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6686
6687 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
6688 c-beginning-of-statement-1 that caused a bad case of recursion
6689 which could consume a lot of CPU in large classes in languages
6690 that have in-expression classes (i.e. Java and Pike).
6691
6692 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
6693 statements before top level constructs (i.e. case 6 is moved
6694 before case 5 and is now case 4) to catch in-expression
6695 classes in top level expressions correctly.
6696
66972000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6698
6699 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
6700 objc-method-intro. Case 4 removed and case 5I added.
6701
6702 * cc-langs.el (c-append-paragraph-start): New variable used by
6703 c-common-init to get paragraph-start correct.
6704 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
6705 initialize paragraph-start to make it correct both with and
6706 without the javadoc special case.
6707
6708 * cc-mode.el (java-mode): Use c-append-paragraph-start to
6709 initialize paragraph-start for javadoc markup.
6710
6711 * cc-vars.el (c-style-variables-are-local-p): Incompatible
6712 change by defaulting this to t. It's motivated by the
6713 confusing behavior that otherwise arise from the style system
6714 when editing both java and non-java files at the same time
6715 (see the comments about style setting in c-common-init).
6716
67172000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6718
6719 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
6720 similar to the one in c-fill-paragraph to check the fill
6721 prefix from the adaptive fill function for sanity.
6722
67232000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6724
6725 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
6726 defun block.
6727
67282000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6729
5044b74a 6730 * cc-mode.texi Documented the change of cpp-macro.
7972fcfc
GM
6731
67322000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6733
6734 * cc-align.el (c-lineup-multi-inher): Handle lines with
6735 leading comma nicely. Extended to handle member initializers
6736 too.
6737
e024b101 6738 * cc-engine.el: (c-beginning-of-inheritance-list,
7972fcfc
GM
6739 c-guess-basic-syntax): Fixed recognition of inheritance lists
6740 when the lines begins with a comma.
6741
5044b74a 6742 * cc-mode.texi: Updated doc for c-lineup-multi-inher.
7972fcfc
GM
6743
6744 * cc-vars.el (c-offsets-alist): Changed default for
6745 member-init-cont to c-lineup-multi-inher since it now handles
6746 member initializers and indents better for leading commas.
6747
67482000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6749
6750 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
6751 handling that caused class open lines to be recognized as
6752 statement-conts in some cases.
6753
6754 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
6755 guessed by the adaptive fill function unless point is on the
6756 first line of a block comment.
6757
6758 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
6759 when the buffer ends with a macro continuation char.
6760
6761 * cc-engine.el (c-guess-basic-syntax): Added support for
6762 function definitions as statements in Pike. The first
6763 statement in a lambda block is now labeled defun-block-intro
6764 instead of statement-block-intro.
6765
6766 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
6767 so that the class surrounding point is selected, not the one
6768 innermost in the state.
6769
6770 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
6771 recognition of switch labels having hanging multiline
6772 statements.
6773
6774 * cc-engine.el (c-beginning-of-member-init-list): Broke out
6775 some code in c-guess-basic-syntax to a separate function.
6776 * cc-engine.el (c-just-after-func-arglist-p): Fixed
6777 recognition of member inits with multiple line arglists.
6778 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
6779 member-init-cont when the commas are in funny places.
6780
67812000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6782
6783 * cc-defs.el (c-auto-newline): Removed this macro since it's
6784 not used anymore.
6785
6786 * cc-engine.el (c-looking-at-bos): New helper function.
6787 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
6788 inexpr and toplevel classes apart in Pike.
6789
6790 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
6791 of case 9A.
6792
6793 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
6794 constant, since "class" can introduce an in-expression class
6795 in Pike nowadays.
6796
67972000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6798
6799 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
6800 indentation on cpp-macro lines.
6801
6802 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
6803 a syntax modifier like comment-intro, to make it possible to
6804 get syntactic indentation for preprocessor directives. It's
6805 incompatible wrt to lineup functions on cpp-macro, but it has
6806 no observable effect in the 99.9% common case where cpp-macro
6807 is set to -1000.
6808
68092000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6810
6811 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
6812 member-init-cont when the preceding arglist is several lines.
6813
68142000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6815
6816 * cc-styles.el (c-style-alist): The basic offset for the BSD
6817 style corrected to 8.
6818
68192000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6820
6821 * cc-styles.el (c-style-alist): Adjusted the indentation of
6822 brace list openers in the gnu style.
6823
68242000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6825
6826 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
6827
6828 * cc-cmds.el (c-electric-brace, c-electric-slash,
6829 c-electric-star, c-electric-semi&comma, c-electric-colon,
6830 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
6831 when c-syntactic-indentation is nil.
6832
6833 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
6834 we were left at comments preceding the first statement when
6835 reaching the beginning of the buffer.
6836
6837 * cc-vars.el (c-syntactic-indentation): New variable to turn
6838 off all syntactic indentation.
6839
68402000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6841
6842 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
6843 between the text and the block comment ender when it hangs,
6844 depending on how many there are before the fill.
6845
68462000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6847
6848 * cc-engine.el (c-beginning-of-closest-statement): New helper
6849 function to go back to the closest preceding statement start,
6850 which could be inside a conditional statement.
6851 * cc-engine.el (c-guess-basic-syntax): Use
6852 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
6853
6854 * cc-engine.el (c-guess-basic-syntax): Better handling of
6855 arglist-intro, arglist-cont-nonempty and arglist-close when
6856 the arglist is nested inside parens. Cases 7A, 7C and 7F
6857 changed.
6858
6859 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
6860 up-to-date with javadoc 1.2.
6861
68622000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6863
6864 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
6865 multiline Pike type decls.
6866
68672000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6868
6869 * cc-cmds.el (c-indent-new-comment-line): Always break
6870 multiline comments in multiline mode, regardless of
6871 comment-multi-line.
6872
68732000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6874
6875 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
6876 fully::qualified::names in C++ member init lists. Preamble in
6877 case 5D changed.
6878
68792000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6880
6881 * cc-langs.el (c-common-init): Handling of obsolete variables
6882 moved to c-initialize-cc-mode. More compatible style override
6883 when using global style variables.
6884 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
6885 variables moved here.
6886
e024b101 6887 * cc-mode.texi: Documented the special behavior of
7972fcfc
GM
6888 c-special-indent-hook as a style variable. Don't talk about
6889 doing (c-make-styles-buffer-local t) in a mode hook, since
6890 that's already too late to work right.
5044b74a 6891
7972fcfc
GM
6892 * cc-styles.el (c-make-styles-buffer-local): Flag style
6893 variable localness in c-style-variables-are-local-p to make
6894 the compatibility measure in c-common-init work well.
6895
6896 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
6897 longer contain set-from-style.
6898 * cc-styles.el (c-initialize-builtin-style): Don't check for
6899 set-from-style on c-special-indent-hook.
6900 * cc-styles.el (c-copy-tree): Obsolete. The standard function
6901 copy-alist is sufficient now.
6902
6903 * cc-styles.el (c-set-style, c-set-style-1,
6904 c-get-style-variables): Fixes to variable initialization so
6905 that duplicate entries in styles have the same effect
6906 regardless of DONT-OVERRIDE.
6907
6908 * cc-styles.el (c-set-style-2): Fixed bug where the
6909 initialization of inheriting styles failed when the
6910 dont-override flag is set.
6911
6912 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
6913 on this.
6914
69152000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
6916
6917 * cc-defs.el (c-forward-comment): Removed the workaround
6918 introduced in 5.38 since it had worse side-effects. If a line
6919 contains the string "//\"", it regarded the // as a comment
6920 start since the \ temporarily doesn't have escape syntax.
6921
69222000-07-17 Emmanuel Briot <briot@act-europe.fr>
6923
6924 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
6925 ada-xref.el before ada-prj.el, so that the Project menu is created
6926 when ada-prj tries to add to it.
6927 (ada-activate-keys-for-case): Suppress the characters that are not
6928 part of the Ada syntax. Better compatibility with else-mode
6929 (ada-adjust-case-interactive): When auto-casing is not active,
6930 correctly insert newlines (used to insert only ^M). Prevent the
6931 syntax table from being changed in case of an error
814299a7 6932 (or '_' becomes part of a word and some commands are confused).
7972fcfc
GM
6933 Do nothing if ada-auto-case is nil.
6934 (ada-after-keyword-p): Ignore keywords that are also attributes
6935 (ada-batch-reformat): Update usage comment
6936 (ada-call-from-contextual-menu): New function
6937 (ada-case-read-exceptions): Reinitialize the casing exception list
6938 first to nil first, so that the casing exception file can be
6939 shared.
6940 (ada-check-defun-name): Handles "configure" keyword for gnatdist
6941 files.
6942 (ada-compile-goto-error): Fix regexp used to detect a file:line
6943 anywhere in the error message
6944 (ada-contextual-menu-last-point): New variable
6945 (ada-create-keymap): If the variable delete-key-deletes-forward is
6946 t on XEmacs, it means that DEL should delete one character
6947 forward.
6948 (ada-create-menu): Use :included instead of :visible for XEmacs.
6949 New submenu "Options".
6950 (ada-end-stmt-re): Correctly indent "select ... then abort"
6951 statements.
6952 (ada-fill-comment-paragraph): Correctly delete all leading '--'
6953 even if they don't match ada-fill-comment-prefix Fix handling of
6954 paragraphs on the first or last line of a file.
6955 (ada-format-paramlist): Fix handling of default parameter values.
6956 (ada-get-body-name): New function.
6957 (ada-get-current-indent): Optimized by searchling directly for an
6958 existing generic part or a statement outside of it. Handle
6959 ada-indent-align-comments when indenting comments Replaced some
6960 regexps by testing directly the next character. This results in a
6961 huge speedup on some files. New indentation scheme for renames
6962 statements. Stop looking for the 'while' or 'for' associated with
6963 a 'loop' at the first semicolon encountered. A "return" can also
6964 match an anonymous access subprogram declaration.
6965 (ada-get-indent-noindent): Ignore strings and comments when
6966 looking for the keywords "record" and "private".
6967 (ada-goto-matching-decl-start): When matching "if", make sure we
6968 are not in fact seeing "end if". Ignore "when" statements except
6969 when initial keyword was "begin". Fix handling of nested
6970 procedures. Add a recursive call to this function to skip over
6971 other 'end' statmts. Fix indentation for "when .. => begin"
6972 (ada-in-open-paren-p): Fix indentation for complex boolean
6973 expressions, where 'and then', 'or else' and parenthesis
6974 statements are mixed up.
6975 (ada-in-paramlist-p): Skip comments while searching for the
6976 beginning Fix handling of operator declarations.
6977 (ada-indent-align-comments): New variable
6978 (ada-indent-current): Change the syntax table only in the
6979 protected section, so that we are sure it is restored correctly.
6980 (ada-indent-on-previous-lines): Use ada-use-indent and
6981 ada-with-indent Correctly indent "select ... then"
6982 (ada-indent-region): Slight speedup.
6983 (ada-indent-renames): New variable.
6984 (ada-last-which-function-subprog, ada-last-which-function-line):
6985 New variables
6986 (ada-looking-at-semi-private): Correctly indent the 'private'
6987 keyword when it is the first word in a package declaration.
6988 (ada-loose-case-word): Stop searching if at the end of the buffer.
6989 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
6990 even if point is not initially at the end of the word.
6991 (ada-matching-decl-start-re): Add "when".
6992 (ada-mode): Add support for abbrev-mode, outline-mode and
6993 which-func-mode Override the old find-file.el entry in
6994 ff-special-constructs since it is using the obsolete
6995 ada-spec-suffix variable
6996 (ada-no-auto-case): New function
6997 (ada-scan-paramlist): When parsing the argument type, accept
6998 spaces (as in "X 'Class", generated by Rational Rose).
6999 (ada-other-file-name): No longer loads the other file.
7000 (ada-popup-menu): Save and restore the current buffer and cursor
7001 position before and after displaying the menu.
7002 (ada-search-ignore-complex-boolean): New function.
7003 (ada-uncomment-region): Emacs21 already knows how to delete
7004 comments not starting in the first column.
7005 (ada-use-indent): New variable
7006 (ada-which-function): New function.
7007 (ada-with-indent): New variable
7008 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
7009 can be batch-compiled from the command line.
7010
7011 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
7012 Add to the menu when the file is loaded, not in ada-mode-hook.
7013 Add -toolbar to the default ddd command Switches moved from
7014 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
7015 ada-prj-default-comp-opt
7016 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
7017 Reference Manual to the menu
7018 (ada-check-current): rewritten as a call to ada-compile-current
7019 (ada-compile): Removed.
7020 (ada-compile-application, ada-compile-current, ada-check-current):
7021 Set the compilation-search-path so that compile.el automatically
7022 finds the sources in src_dir. Automatic scrollong of the
7023 compilation buffer. C-uC-cC-c asks for confirmation before
7024 compiling
7025 (ada-compile-current): New parameter, prj-field
7026 (ada-complete-identifier): Load the .ali file before doing
7027 processing
7028 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
7029 conform to gnatmake's behavior.
7030 (ada-find-file-in-dir): New function
7031 (ada-find-references): Set the environment variables for gnatfind
7032 (ada-find-src-file-in-dir): New function.
7033 (ada-first-non-nil): Removed
7034 (ada-gdb-application): Add support for jdb, the java debugger.
7035 (ada-get-ada-file-name): Load the original-file first if not done
7036 yet.
7037 (ada-get-all-references): Handles the new ali syntax (parent types
7038 are found between <>).
7039 (ada-initialize-runtime-library): New function
7040 (ada-mode-hook): Always load a project file when a file is opened,
7041 so that the casing exceptions are correctly read.
7042 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
7043 (ada-parse-prj-file): Use find-file-noselect instead of find-file
7044 to open the project file, since the latter does not work with
7045 speedbar Get default values before loading the prj file, or the
7046 default executable file name is wrong. Use the absolute value of
7047 src_dir to initialize ada-search-directories and
7048 compilation-search-path,... Add the standard runtime library to
7049 the search path for find-file.
7050 (ada-prj-default-debugger): Was missing an opening '{'
7051 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
7052 variables.
7053 (ada-prj-default-gnatmake-opt): New variable
7054 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
7055 buffers, the project file is the default one Save the windows
7056 configuration before displaying the menu.
7057 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
7058 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
7059 ...) regexp-quote identifiers names to support operators +,
7060 -,... in regexps.
7061 (ada-remote): New function.
7062 (ada-run-application): Erase the output buffer before starting the
7063 run Support remote execution of the application. Use
7064 call-process, or the arguments are incorrectly parsed
7065 (ada-set-default-project-file): Reread the content of the active
7066 project file, not the one from the current buffer When a project
7067 file is set as the default project, all directories are
7068 automatically associated with it.
7069 (ada-set-environment): New function
7070 (ada-treat-cmd-string): New special variable ${current}
7071 (ada-treat-cmd-string): Revised. The substitution is now done for
7072 any ${...} substring
7073 (ada-xref-current): If no body was found, compiles the spec
7074 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
7075 compiler to get rid of command line length limitations.
7076 (ada-xref-get-project-field): New function
7077 (ada-xref-project-files): New variable
7078 (ada-xref-runtime-library-specs-path)
7079 (ada-xref-runtime-library-ali-path): New variables
7080 (ada-xref-set-default-prj-values): Default run command now does a
7081 cd to the build directory. New field: main_unit Provide a default
7082 file name even if the current buffer has no prj file.
7083
7084 * ada-prj.el:
7085 Rewritten to show a tabbed-dialog.
7086 (ada-prj-add-ada-menu): Remove the map and name parameters.
7087 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
7088 New function
7089 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
7090 (ada-prj-load-from-file): New function
7091 (ada-prj-save): Always save fields that depend on the current buffer
7092 (ada-prj-show-value): New function
5044b74a 7093
7972fcfc
GM
7094 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
7095 Ada mode. This will allow us to display the Ada menu in any buffer
7096 we want (for project items).
7097 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
7098 number of spaces in the header.
5044b74a 7099
8730a8da
DL
71002000-07-24 Dave Love <fx@gnu.org>
7101
7102 * ediff-init.el (ediff-region-help-echo): Bind face-help.
7103
db3ca487
NF
71042000-07-23 Noah Friedman <friedman@splode.com>
7105
ad953485
NF
7106 * type-break.el (type-break): perform autosave.
7107 Suggested by Stephen Gildea <gildea@intouchsys.com>.
7108 (type-break-do-query): Cancel query schedule while performing
7109 actual query, to avoid possibility of a second query being made
7110 while first one is already in progress.
7111 (type-break-time-stamp-format): New variable.
7112 (type-break-time-stamp): New function.
7113 (type-break-time-warning): Use it.
7114 (type-break-keystroke-warning): Use it.
7115 (type-break-noninteractive-query): Use it.
7116
03a9c6d0
NF
7117 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
7118 cookie.
7119 Use add-minor-mode to set minor-mode-alist, if available.
7120 (eldoc-echo-area-use-multiline-p): New user option.
7121 (eldoc-echo-area-multiline-supported-p): New variable.
7122 (eldoc-docstring-format-sym-doc): Use them.
7123 (eldoc-mode): If not using idle timers, append to local post and
7124 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
7125 (eldoc-display-message-no-interference-p): Don't interfere with
7126 edebug.
7127 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
7128 (eldoc-function-arglist): New function.
7129 (eldoc-function-argstring): Use it.
7130
db3ca487
NF
7131 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
7132 auto save directory exists before calling directory-files.
7133
f7ad1899
DL
71342000-07-23 Dave Love <fx@gnu.org>
7135
7136 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
7137 ^o, ^u.
7138
43e764c9
DL
71392000-07-21 Dave Love <fx@gnu.org>
7140
475de6f4
DL
7141 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
7142 now passed to the function. It now works properly.
7143
43e764c9
DL
7144 * smerge-mode.el (smerge-mode-menu): Fill it out.
7145
e8bea4c0
GM
71462000-07-20 Gerd Moellmann <gerd@gnu.org>
7147
7148 * info-look.el (info-lookup): If *info* is shown in another frame
7149 on the same display, select that frame, instead of switching to
7150 the Info buffer in another window of the selected frame.
7151
7152 * simple.el (universal-argument-map): Bind numeric keypad keys
7153 kp-0 to kp-9 and kp-subtract.
7154 (digit-argument): Handle these keys.
7155
bc75b4fd
DL
71562000-07-20 Dave Love <fx@gnu.org>
7157
7158 * net/goto-addr.el (goto-address-fontify): Don't bother with
7159 buffer-modified and read-only stuff -- irrelevant with overlays.
7160 Put an extra property on the overlays and use it to clean up in
7161 case goto-address is re-run.
7162
8b7bc628
RS
71632000-07-19 Richard M. Stallman <rms@gnu.org>
7164
18e21ce8
RS
7165 * timer.el (run-with-idle-timer): Doc fix.
7166
db3ca487 7167 * mail/mail-utils.el (mail-strip-quoted-names):
8b7bc628
RS
7168 Handle case where <...> appears inside "...".
7169 Use replace-match to edit the string more simply.
7170 (rmail-dont-reply-to): Cope with an unmatched ".
7171
50575ec2
DL
71722000-07-19 Dave Love <fx@gnu.org>
7173
7174 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
7175 implementation.
7176
7177 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
7178 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
7179 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
7180
4279296d
GM
71812000-07-19 Gerd Moellmann <gerd@gnu.org>
7182
47db06aa
GM
7183 * textmodes/refer.el: Correct maintainer's email address.
7184
7185 * progmodes/hideif.el: Correct author's email address.
7186 Fix typo in comment.
7187
7188 * xml.el: New file.
7189
4279296d
GM
7190 * mail/mailheader.el: Correct author's mail address.
7191
7192 * gnus/parse-time.el: Correct author's mail address.
7193
47db06aa 71942000-07-19 Colin Walters <walters@cis.ohio-state.edu>
db3ca487
NF
7195
7196 * comint.el (comint-highlight-input, comint-highlight-face):
47db06aa
GM
7197 New user options.
7198 (comint-input-ring-file-name): Change custom type.
7199 (comint-mode-map): Bind mouse-2.
7200 (comint-insert-clicked-input): New function.
7201 (comint-send-input): Handle input highlighting.
7202
21ad0f7b
SM
72032000-07-18 Stefan Monnier <monnier@cs.yale.edu>
7204
7205 * mouse.el (popup-menu): New function.
7206 (mouse-major-mode-menu): Use it.
7207
3b33a005
DL
72082000-07-18 Dave Love <fx@gnu.org>
7209
7210 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
7211 improvements.
7212
dc1cac59
GM
72132000-07-18 Gerd Moellmann <gerd@gnu.org>
7214
21ad0f7b 7215 * faces.el (face-font-selection-order)
dc1cac59 7216 (face-font-family-alternatives): Add custom type.
db3ca487 7217
f8276b77
DL
72182000-07-18 Dave Love <fx@gnu.org>
7219
7220 * cus-edit.el (custom-variable-reset-saved)
7221 (custom-variable-reset-standard): Remove unused bindings.
7222
7223 * rect.el (open-rectangle-line): Remove unused let.
7224
7225 * hl-line.el (hl-line-highlight): Check hl-line-mode.
7226
3d6cd763
GM
72272000-07-18 Gerd Moellmann <gerd@gnu.org>
7228
7229 * cdl.el: Fix `Maintainer' keyword.
7230
7231 * play/pong.el: Add author's email address.
7232
34342a07
SS
72332000-07-17 Sam Steingold <sds@gnu.org>
7234
7235 * files.el (insert-directory): Call `split-string' instead of
7236 re-implementing it.
7237
088831a6
GM
72382000-07-18 Gerd Moellmann <gerd@gnu.org>
7239
7240 * mail/vms-pmail.el: Change maintainer to FSF.
7241
7242 * net/goto-addr.el: Change maintainer to FSF.
7243
7244 * recentf.el: Update from author.
7245
7246 * info.el (Info-title-face-alist): Removed.
db3ca487 7247
68be2869
EZ
72482000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
7249
7250 * eshell/eshell.el (eshell): Replace links to eshell.info with
7251 links to eshell, to avoid problems on systems where the manual is
7252 installed as `eshell'.
7253 * eshell/esh-cmd.el (eshell-cmd): Ditto.
7254 * eshell/em-smart.el (eshell-smart): Ditto.
7255 * eshell/em-banner.el (eshell-banner): Ditto.
21ad0f7b 7256 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
68be2869
EZ
7257
7258 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
7259 same-file check in the MS-DOS version (it does support inodes).
7260
7261 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
7262
21ad0f7b
SM
7263 * eshell/eshell.el (eshell-directory-name):
7264 Run default directory name through convert-standard-filename.
68be2869 7265
269b4dcb
KH
72662000-07-18 Kenichi Handa <handa@etl.go.jp>
7267
21ad0f7b
SM
7268 * international/mule-cmds.el (select-safe-coding-system):
7269 Fix typo in the comment.
240a16cf 7270
21ad0f7b
SM
7271 * language/european.el (compound-text):
7272 Force katakana-jisx0201 to be designated to G1.
aa96c820 7273
21ad0f7b
SM
7274 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
7275 Don't translate some national variant characters of latin-jisx0201.
aa96c820 7276 (x-ctext): Force katakana-jisx0201 to be designated to G1.
a99c9d06 7277
269b4dcb
KH
7278 * international/kkc.el (kkc-after-update-conversion-functions):
7279 New variable.
7280 (kkc-update-conversion): Run functions in it at the tail.
7281
68be2869 72822000-07-16 John Wiegley <johnw@gnu.org>
6feeb380 7283
21ad0f7b
SM
7284 * lisp/align.el (align-newline-and-indent):
7285 Adding new function. for auto-aligning blocks of code on RET.
6feeb380
JW
7286 (align-region): Fixed badly formatted minibuffer message.
7287
7a3fd467
KH
72882000-07-17 Kenichi Handa <handa@etl.go.jp>
7289
21ad0f7b 7290 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
7a3fd467
KH
7291 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
7292 the conversion list at first if appropriate.
7293 (kkc-next): Don't update kkc-next-count here.
7294 (kkc-prev): Don't update kkc-prev-count here.
7295 (kkc-show-conversion-list-update): Fix setting up of conversion
7296 list message.
7297
a45423d8
SM
72982000-07-16 Stefan Monnier <monnier@cs.yale.edu>
7299
088831a6 7300 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
a45423d8 7301
91a38db1
DL
73022000-07-16 Dave Love <fx@gnu.org>
7303
7304 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
7305 function to be more specific.
7306
7307 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
7308 non-string help-echo.
7309 (widget-types-convert-widget): Defsubst it.
7310 (widget-echo-help): Try to cope with a help-echo function of two
7311 possible sorts.
7312
3fddcdc3
JR
73132000-07-15 Jason Rumney <jasonr@gnu.org>
7314
7315 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
7316 Declare as obsolete.
7317
7318 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
7319
bd23a692
GM
73202000-07-14 Gerd Moellmann <gerd@gnu.org>
7321
7322 * hilit-chg.el: Fix typo.
7323
d4af987a
DL
73242000-07-14 Dave Love <fx@gnu.org>
7325
7326 * info.el (Info-mode-menu): Fix use of :help, :enable.
7327
3a4f3f86
SM
73282000-07-14 Stefan Monnier <monnier@cs.yale.edu>
7329
7330 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
7331
cf6936a4
DL
73322000-07-13 Dave Love <fx@gnu.org>
7333
4d6d04b5
DL
7334 * emacs-lisp/easymenu.el: Doc fixes.
7335 (easy-menu-remove): Defalias to ignore.
7336
cf6936a4
DL
7337 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
7338 Call throw correctly.
7339
56437999
GM
73402000-07-13 Gerd Moellmann <gerd@gnu.org>
7341
7342 * faces.el (frame-background-mode): Doc fix.
7343
7344 * simple.el (eval-expression-print-length): Change custom type to
7345 allow entering nil as value.
7346
d04a3972
DL
73472000-07-13 Dave Love <fx@gnu.org>
7348
3a4f3f86
SM
7349 * progmodes/fortran.el (fortran-imenu-generic-expression):
7350 Change definition layout.
a8189dfe
DL
7351 (fortran-mode-menu): Reinstate customize entries.
7352
d04a3972
DL
7353 * cus-edit.el (custom-group-menu-create, customize-menu-create):
7354 Use :filter, per old XEmacs code.
7355
4bf4fb05
GM
73562000-07-12 Gerd Moellmann <gerd@gnu.org>
7357
7358 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
7359 event when deciding what to send to the terminal.
7360
37328bcd
DL
73612000-07-12 Dave Love <fx@gnu.org>
7362
7363 * cus-start.el: Add optional version as 4th element of specs and
7364 use it for several things new in v21. Remove load-path. Fix type
7365 of line-number-display-limit.
7366
89492072
DL
73672000-07-11 Dave Love <fx@gnu.org>
7368
3a4f3f86
SM
7369 * progmodes/fortran.el: Don't require easymenu.
7370 Use repeat counts in various regexps.
315aa1de
DL
7371 (fortran-mode-syntax-table): Defvar directly.
7372 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
3a4f3f86
SM
7373 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
7374 Use defvar, not defconst.
7375 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
315aa1de
DL
7376 (fortran-mode): Set fortran-comment-line-start-skip,
7377 fortran-comment-line-start-skip, dabbrev-case-fold-search.
7378 (fortran-comment-indent): Use defsubst.
3a4f3f86
SM
7379 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
7380 Use fortran-comment-indent, not fortran-comment-indent-function.
315aa1de
DL
7381 (fortran-comment-region, fortran-electric-line-number): Simplify.
7382 (fortran-auto-fill): New function.
7383 (fortran-do-auto-fill): Deleted.
3a4f3f86
SM
7384 (fortran-find-comment-start-skip):
7385 Check for non-null comment-start-skip.
7386 (fortran-auto-fill-mode, fortran-fill-statement):
7387 Use fortran-auto-fill.
315aa1de 7388 (fortran-fill): Use fortran-auto-fill. Check for null
3a4f3f86 7389 comment-start-skip. Simplify final clause and use end-of-line finally.
315aa1de 7390
89492072
DL
7391 * widget.el (widget-plist-member): New alias.
7392
d55ead18
EZ
73932000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
7394
7395 * eshell/esh-module.el (toplevel): Reference
7396 byte-compile-current-file only if it is bound.
7397
e82a2a05
GM
73982000-07-10 Gerd Moellmann <gerd@gnu.org>
7399
7400 * dired.el: Don't require `dired-aux'.
7401
1fc7fb2b
MB
74022000-07-10 Miles Bader <miles@lsi.nec.co.jp>
7403
7404 * dired-aux.el (dired-show-file-type): New function.
7405 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
7406 (dired-show-file-type): Add autoload.
7407
ab49ce15
KH
74082000-07-10 Kenichi Handa <handa@etl.go.jp>
7409
7410 * international/mule-diag.el (describe-font): Adjusted for the
3a4f3f86 7411 change of fontset-info.
ab49ce15
KH
7412 (print-fontset): Likewise.
7413
f45aab65
SM
74142000-07-09 Stefan Monnier <monnier@cs.yale.edu>
7415
7416 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
7417
2f72fd2f
GM
74182000-07-07 Gerd Moellmann <gerd@gnu.org>
7419
e82a2a05 7420 * bindings.el: Bind `[delete]' to delete-char.
965522f5 7421
2f72fd2f
GM
7422 * dired.el (dired-find-alternate-file): New function.
7423 (dired-mode-map): Bind `a' to dired-find-alternate-file.
7424 (toplevel): Require dired-aux when compiling.
7425 (dired-buffers): Move defvar within file to avoid compiler warning.
7426
7427 * info.el (Info-last-search): Variable removed.
7428 (Info-search-history): New variable.
7429 (Info-search): New Info-search-history.
7430
7431 * battery.el, info-look.el: Change author's mail address.
7432
965522f5 74332000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
34342a07 7434
965522f5
GM
7435 * mail/rmail.el (rmail-clear-headers): Don't throw an error
7436 if rmail-ignored-headers is nil.
7437 (rmail-retry-failure): Bind rmail-ignored-headers and
7438 rmail-displayed-headers to nil.
7439
dd8888a1
GM
74402000-07-06 Gerd Moellmann <gerd@gnu.org>
7441
e5c81191
GM
7442 * lpr.el (lpr-page-header-switches): Add `-h' switch.
7443 (print-region-1): Don't hard code `-h' here.
7444
dd8888a1
GM
7445 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
7446
e5c81191
GM
74472000-07-01 Francesco Potorti` <pot@gnu.org>
7448
7449 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
7450 exim can use "your message" instead of "the message".
34342a07 7451
f45aab65
SM
74522000-07-06 Stefan Monnier <monnier@cs.yale.edu>
7453
7454 * facemenu.el: Docstrings fixes.
7455 (facemenu-get-face): Don't use internal-find-face.
7456 (facemenu-iterate): Rename arg to match the docstring.
7457
7458 * newcomment.el (uncomment-region): Be more careful when skipping
7459 backwards over `=' not to bump into BOBP.
7460
d396e521 74612000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
34342a07 7462
dd8888a1
GM
7463 * ediff-diff.el (ediff-wordify): Use syntax table.
7464 * ediff-init.el (ediff-has-face-support-p): Use
d396e521 7465 ediff-color-display-p.
dd8888a1 7466 (ediff-color-display-p): Use display-color-p, changed to defun
d396e521
MK
7467 from defsubst.
7468 Got rid of special cases for NeXT and OS/2.
dd8888a1 7469 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
d396e521 7470 face.
34342a07 7471
5e2dfaa4
SM
74722000-07-05 Stefan Monnier <monnier@cs.yale.edu>
7473
7474 * emacs-lisp/lucid.el: Require CL.
7475 (copy-tree, remprop): Remove, it's provided by CL.
7476 (map-keymap): Define in terms of cl-map-keymap.
7477 (extent-property, set-extent-end-glyph): New functions.
7478
7479 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
7480
d5c5cddd
GM
74812000-07-05 Gerd Moellmann <gerd@gnu.org>
7482
485266d0
GM
7483 * Makefile.in (DONTCOMPILE): Add comment that the name may
7484 not be changed without changing the make-dist script.
7485
5e2dfaa4 7486 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
d5c5cddd 7487 (cl-mapc): Use mapc instead of cl-old-mapc.
34342a07 7488
e2c46326
AI
74892000-07-05 Andrew Innes <andrewi@gnu.org>
7490
7491 * makefile.nt: Add support for `bootstrap' and related targets.
7492
a027a91b
SM
74932000-07-05 Stefan Monnier <monnier@cs.yale.edu>
7494
7495 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
7496 (easy-menu-do-define): Use `menu-item' format.
7497 Handle case where easy-menu-create-menu returns a symbol.
7498 Manually call the potential top-level filter in the function binding.
7499 (easy-menu-filter-return): New arg NAME.
7500 Convert to a keymap if MENU is an XEmacs menu.
7501 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
7502 (easy-menu-converted-items-table, easy-menu-convert-item):
7503 New var and fun to memoize easy-menu-convert-item-1.
7504 (easy-menu-do-add-item): Use it.
7505 (easy-menu-create-menu): Use easy-menu-convert-item.
7506 Wrap easy-menu-filter-return around any :filter specification.
7507 Don't convert the menu if a filter was specified.
7508 Tell easy-menu-make-symbol not to check for MENU being an expression.
7509 (easy-menu-make-symbol): New arg NOEXP.
7510
5e03eb84
GM
75112000-07-05 Gerd Moellmann <gerd@gnu.org>
7512
7513 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
7514 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
7515 (eval-defun): If called with prefix arg, instrument code for
7516 Edebug.
7517
7518 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
7519 similar to that of eval-defun.
7520
fca68a95
DL
75212000-07-04 Dave Love <fx@gnu.org>
7522
7ccbba4c
DL
7523 * hl-line.el (hl-line-overlay): Make it permanent-local.
7524
fca68a95
DL
7525 * calendar/todo-mode.el: Replaced with a working version, based on
7526 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
7527
75282000-07-03 Miles Bader <miles@lsi.nec.co.jp>
78e7e8a0
MB
7529
7530 * paths.el (prune-directory-list): New function.
7531 (Info-default-directory-list): Rewritten to more methodically
7532 enumerate a big list of possible info directories (based on the
7533 list used by the standalone info reader).
fca68a95 7534
78e7e8a0 7535 * info.el (info-initialize): Use prune-directory-list to remove
3a4f3f86 7536 non-existent directories from Info-directory-list.
78e7e8a0 7537
78e7e8a0
MB
7538 * paths.el (Info-default-directory-list): Try a list of possible
7539 info-directories instead of a single one. Add the possible
7540 info directory "/usr/share/info".
7541
7542 * woman.el (woman-man.conf-path): Explicitly include the debian
7543 man-db config file "/etc/manpath.config".
7544 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
7545 are present in `manpath.config'.
7546 (woman-manpath): Include "/usr/share/man".
7547
67c9a1d2
GM
75482000-07-03 Gerd Moellmann <gerd@gnu.org>
7549
6753393b
GM
7550 * frame.el (blink-cursor-mode): Don't hide cursor initially.
7551
7552 * startup.el (command-line): Initialize blink-cursor based
7553 on window-system.
7554
e4f98ad3
GM
7555 * frame.el (blink-cursor): Default to nil if not running under
7556 a window-system.
7557
2f516940
GM
7558 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
7559 (face-x-resources): Remove duplicate entry for :font.
7560
67c9a1d2
GM
7561 * textmodes/refer.el (refer-find-entry-internal): Use some-window
7562 instead of cycling through windows with next-window.
7563
7564 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
7565 of cycling through windows with next-window.
7566
7567 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
7568 of cycling through windows with next-window.
7569
7570 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
7571 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
7572 instead of cycling through windows with next-window.
7573
7574 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
7575 instead of cycling through windows with next-window.
7576
7577 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
7578 of cycling through windows with next-window.
7579
7580 * terminal.el (te-process-output): Use walk-windows instead of
7581 cycling through windows with next-window.
7582
7583 * server.el (server-switch-buffer): Use some-window instead of
7584 cycling through windows with next-window.
7585
7586 * window.el (some-window): New function.
7587 (walk-windows): Remove reference to walk-windows-start.
831a6cb0 7588
3a4f3f86 7589 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
831a6cb0 7590
8b7bc628 75912000-07-03 Richard Stallman <rms@gnu.org>
67c9a1d2
GM
7592
7593 * window.el (walk-windows): Guarantee termination by keeping a list
7594 of all the windows already handled.
7595
d0d57043
EZ
75962000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
7597
7598 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
7599 window-system.
7600
7601 * man.el (Man-notify-when-ready): Don't use window-system. If
7602 Man-notify-method is newframe, and the display is not
7603 multi-frame, select the frame created for the man page.
7604 (Man-init-defvars): Doc fix.
7605
d5483ab1
GM
76062000-06-28 Gerd Moellmann <gerd@gnu.org>
7607
af5c25e1
GM
7608 * faces.el (region): Change background color for light background.
7609
7610 * ediff-wind.el (ediff-setup-control-frame): Remove :box
7611 attribute from mode-line face of Ediff control frame.
7612
d5483ab1
GM
7613 * replace.el (query-replace-map): Bind `e' like `E'.
7614
9d47450f
EZ
76152000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
7616
3a4f3f86
SM
7617 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
7618 Change name to "Select All".
496b7491 7619
9d47450f
EZ
7620 * dos-fns.el (convert-standard-filename): Fix last change.
7621
0b431deb
GM
76222000-06-27 Gerd Moellmann <gerd@gnu.org>
7623
4fa9f636
GM
7624 * help.el (describe-variable): Don't insert a second `'s' in front
7625 of the string `value is shown below'. Since the syntax-table is
7626 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
7627 an existing `'s', so that this won't be deleted.
7628
0b431deb
GM
7629 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
7630 * pcmpl-unix.el: New files.
7631
32cad0aa
SM
76322000-06-26 Stefan Monnier <monnier@cs.yale.edu>
7633
7634 * wid-edit.el (widget-member): Use the new plist-member.
7635
2c69ced2
GM
76362000-06-26 Gerd Moellmann <gerd@gnu.org>
7637
44c0f771
GM
7638 * replace.el (perform-replace): Undo change of 2000-04-04.
7639 Instead, move backward 1 character at the end of the loop when
7640 necessary.
34342a07 7641
1d36487c
GM
7642 * faces.el (fringe): Change face for different backgrounds.
7643
7644 * eshell/esh-module.el (toplevel): Load defgroup's differently;
7645 patch from John.
7646
2c69ced2
GM
7647 * eshell/*.el: Change spelling of the Free Software Foundation.
7648
7649 * eshell/esh-toggle.el: Removed.
7650
7651 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
7652
7653 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
7654 interactively.
7655
76562000-06-26 Alex Schroeder <alex@gnu.org>
7657
7658 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
7659 `define-key'; instead of checking `(emacs-version)' check for
7660 `set-keymap-parent' and `set-keymap-name' directly. Add entries
7661 for `;' and `o' which might be electric.
7662
7663 (sql-electric-stuff): New user option.
7664 (sql-magic-go): New function which uses `sql-electric-stuff'.
7665 (sql-magic-semicolon): New function which uses
7666 `sql-electric-stuff'.
7667
7668 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
7669 is not fboundp.
7670
7671 (sql-oracle-options): New variable.
7672 (sql-oracle): Use it.
7673
7674 (sql-imenu-generic-expression): Doc change.
7675 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
7676 is used.
7677
7678 (sql-informix): Added command line parameter "-" to force
7679 sql-informix-program to use stdout.
7680
db1306d8
EZ
76812000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
7682
3a4f3f86 7683 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
db1306d8
EZ
7684 (cp864-decode-table): Doc fix.
7685 (cp720-decode-table): New variable, supports the Arabic OEM
7686 codepage used by Windows.
7687 (cp737-decode-table): New, Greek OEM codepage used by Windows.
7688
c69e5fcd
DL
76892000-06-23 Dave Love <fx@gnu.org>
7690
7691 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
7692 (font-lock-fontify-anchored-keywords): Use
7693 line-beginning-position.
7694 (global-font-lock-mode): Use mapc.
7695
30ad8f23
SM
76962000-06-23 Stefan Monnier <monnier@cs.yale.edu>
7697
7698 * eshell/esh-module.el: Require CL when compiling.
7699
26b4dc84
GM
77002000-06-23 Gerd Moellmann <gerd@gnu.org>
7701
78c56e70
GM
7702 * comint.el (comint-substitute-in-file-name): Call replace-match
7703 with second and third arg t.
7704
34342a07 7705 * cus-edit.el (custom-button-face, custom-button-pressed-face):
f6478c66
GM
7706 Specify foreground color.
7707
7708 * faces.el (tool-bar, mode-line, header-line): Specify foreground
7709 color.
7710
affbf647
GM
7711 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
7712
7713 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
7714 cddr instead of cdddr.
7715
25fffb31
GM
7716 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
7717 instead of copy-list.
7718
7719 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
7720 of copy-list.
7721
26b4dc84
GM
7722 * subdirs.el: Add eshell subdirectory.
7723
7724 * eshell: New subdirectory containing the Eshell package.
7725
7726 * pcomplete.el: New file.
7727
78c56e70
GM
77282000-06-23 Paul Eggert <eggert@twinsun.com>
7729
ea055732
GM
7730 * mail/mailpost.el (post-mail-send-it): Make sure file has
7731 proper permissions from birth.
7732
7733 * files.el (basic-save-buffer-2): When temporarily setting
7734 file modes, set them to current modes plus 0200, not to 0777.
7735
78c56e70
GM
7736 * emerge.el (emerge-make-temp-file): Make sure file has proper
7737 permissions from birth.
7738
a3a7ff33
EZ
77392000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
7740
7741 * files.el (make-backup-file-name-1): On DOS/Windows, run the
7742 backup file name through convert-standard-filename.
7743
7744 * dos-fns.el (convert-standard-filename): Convert leading
7745 directories as well. When long file names are supported, convert
7746 characters that are invalid in Windows file names.
7747
1fd9b7fe
GM
77482000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7749
7750 * ps-print.el: Fix bug: if ^L is the very first buffer character,
7751 ps-print crashes. New feature: page selection for printing. Create
7752 raw-text-unix coding system for XEmacs. Doc fix.
7753 (ps-print-version): New version number (5.2.3).
7754 (ps-plot-region): Bug fix.
7755 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
7756 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
7757 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
7758 funs.
7759 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
7760 (ps-last-page): New vars.
7761
16ed8416
GM
77622000-06-21 Gerd Moellmann <gerd@gnu.org>
7763
7764 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
7765 empty option string.
7766
4fbee715
EZ
77672000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
7768
7769 * man.el (man): Doc fix.
7770
eaecfc94
KH
77712000-06-21 Kenichi Handa <handa@etl.go.jp>
7772
7773 * international/mule-cmds.el (set-language-info-alist): Docstring
7774 fixed.
7775
4a27bdfb
GM
77762000-06-20 Gerd Moellmann <gerd@gnu.org>
7777
7778 * version.el (emacs-version): Use ISO date format.
7779
7780 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
7781 instead of `M-backspace'.
7782
7783 * simple.el (turn-off-auto-fill): New function.
7784
8972fe79
SM
77852000-06-20 Stefan Monnier <monnier@cs.yale.edu>
7786
7787 * jit-lock.el (with-buffer-prepared-for-jit-lock):
7788 Renamed from with-buffer-prepared-for-font-lock and use
7789 inhibit-modification-hooks rather than setting *-change-functions.
7790 Update all functions to use the new name.
7791 (jit-lock-first-unfontify-pos): New semantics (and doc).
7792 (jit-lock-mode): Make non-interactive.
7793 Don't automatically turn on font-lock.
7794 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
7795 Always use jit-lock-after-change.
7796 Remove and restore font-lock-after-change-function.
7797 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
7798 (jit-lock-after-unfontify-buffer): Remove.
7799 (jit-lock-stealth-fontify):
7800 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
7801 (jit-lock-after-change): Set the `fontified' text-prop to nil.
7802
5d80cc9c
SS
78032000-06-20 Sam Steingold <sds@gnu.org>
7804
7805 * emacs-lisp/cl-indent.el (toplevel): Indent
7806 `print-unreadable-object' properly. Untabify.
7807
f54e4d13
CD
78082000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
7809
7810 * textmodes/reftex.el (reftex-find-citation-regexp-format):
7811 Support for bibentry.
7812 (reftex-compile-variables): Fixed problem with end of section-re.
7813
7814 * texmodes/reftex-dcr.el (reftex-view-crossref,
8972fe79
SM
7815 reftex-view-crossref-from-bibtex):
7816 Deal with changed `reftex-find-citation-regexp-format'.
f54e4d13
CD
7817 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
7818 Replaced `remprop' with `put'.
8972fe79
SM
7819 (reftex-view-crossref, reftex-view-crossref-when-idle):
7820 Support for bibentry.
f54e4d13 7821
8972fe79
SM
7822 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
7823 New entry for bibentry package.
f54e4d13 7824
8972fe79
SM
7825 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
7826 Regexp also matches "\nobibliography".
f54e4d13 7827
8972fe79
SM
7828 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
7829 Call `reftex-ensure-write-access' before doing anything.
f54e4d13
CD
7830 (reftex-ensure-write-access): New function.
7831
f54e4d13
CD
78322000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
7833
7834 * progmodes/idlwave.el: File re-installed (update to version 4.2)
7835
7836 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
7837
7838 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
7839
7840 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
7841
7842
560c43f4
DL
78432000-06-20 Dave Love <fx@gnu.org>
7844
7845 * faces.el (frame-background-mode): Use set-default, not set, in
7846 setter.
7847 (frame-update-faces, frame-update-face-colors): Define with
7848 defalias.
7849
7850 * enriched.el (enriched-decode-foreground)
7851 (enriched-decode-background): Don't use internal-find-face.
7852
7853 * apropos.el: Doc fixes.
7854
7855 * cus-edit.el (customize-changed-options): Check arg.
7856 (customize-version-lessp): Don't require decimal point.
7857
7858 * custom.el (defcustom, defgroup): Doc fix.
7859
7860 * newcomment.el (comment) <defgroup>: Add :version.
7861 (comment-multi-line): Doc fix.
7862
7863 * emulation/mlsupport.el (define-hooked-local-abbrev,
7864 define-hooked-global-abbrev): Fix, using define-abbrev.
7865
cdf0357b
GM
78662000-06-19 Gerd Moellmann <gerd@gnu.org>
7867
7868 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
7869 the whole buffer.
7870
10013d74
DL
78712000-06-19 Dave Love <fx@gnu.org>
7872
7873 * menu-bar.el (menu-bar-options-save): New function.
7874 (menu-bar-options-menu): Use it.
7875 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
7876 Simplify.
7877
6922f208
AS
78782000-06-19 Andreas Schwab <schwab@suse.de>
7879
7880 * progmodes/etags.el (tags-query-replace): Put new parameters
7881 START and END at the end, for backward compatibility.
7882
10d7bf84
KH
78832000-06-19 Kenichi Handa <handa@etl.go.jp>
7884
7885 * international/codepage.el:
7886 (cp-coding-system-for-codepage-1): Delete special codes for
7887 generating xxx-dos coding system because now a CCL based coding
7888 system can handle EOL conversion by default.
7889
7890 * international/mule.el (make-coding-system): Generate subsidiary
7891 coding systems for EOL handling variants even for a CCL based
7892 coding system.
7893
8f3c9a3d
KH
78942000-06-19 Kenichi Handa <handa@etl.go.jp>
7895
7896 * international/isearch-x.el (isearch-minibuffer-input-method)
7897 (isearch-minibuffer-input-method-function): These variables
7898 deleted.
7899 (isearch-with-input-method): Don't use the above variables.
7900 (isearch-process-search-multibyte-characters): Likewise. Call
7901 read-string with the arg INHERIT-INPUT-METHOD t.
7902
c2acf685
SM
79032000-06-17 Stefan Monnier <monnier@cs.yale.edu>
7904
13f0d185
SM
7905 * font-lock.el (font-lock-after-fontify-buffer)
7906 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
7907
7908 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
7909 Use consistent make-local-variable style for font-lock-fontified.
7910 (jit-lock-fontify-buffer):
7911 Don't bother checking for font-lock-mode and jit-lock-mode.
7912
c2acf685
SM
7913 * time.el: Remove trailing ^M that prevent CVS-merging.
7914
a9021acd
GM
79152000-06-16 Gerd Moellmann <gerd@gnu.org>
7916
7917 * Makefile.in (distclean): New target.
5d80cc9c 7918
0df68e9f
SM
79192000-06-16 Stefan Monnier <monnier@cs.yale.edu>
7920
7921 * Makefile.in (srcdir): Define for update-subdirs.
7922
6344985d
GM
79232000-06-16 Gerd Moellmann <gerd@gnu.org>
7924
7925 * find-lisp.el: New file.
7926
63239267
AI
79272000-06-16 Andrew Innes <andrewi@gnu.org>
7928
7929 * time.el (display-time-mail-function): New variable, to allow
7930 external packages to indicate when new mail is available.
7931 (display-time-update): Use it.
7932
1699f991
KH
79332000-06-16 Kenichi Handa <handa@etl.go.jp>
7934
a3b37893
KH
7935 * international/mule.el (mule-version): Change version name to
7936 SAKAKI. AOI has already been used by Meadow.
7937
1699f991
KH
7938 * international/quail.el (quail-show-guidance-buf): To find the
7939 bottom window (but minibuffer), pay attention to the height of
7940 minibuffer.
7941
228b083e
EZ
79422000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
7943
7d5c8691
EZ
7944 * arc-mode.el (archive-mode-map): Use the new menu-item format for
7945 menu-bar menus. Add help strings. Don't remove the Edit menu
7946 from the menu bar, as the menu bar has enough space now.
7947
261f3289
EZ
7948 * Makefile.in (SHELL): Make sure /bin/sh is used.
7949
228b083e
EZ
7950 * woman.el (woman-man-buffer): Fix bold and underlined CJK
7951 characters, which use series of two ^H characters instead of one.
7952
e27e8d71
GM
79532000-06-15 Gerd Moellmann <gerd@gnu.org>
7954
5d80cc9c 7955 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
451ec4e3 7956 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
5d80cc9c 7957 functions.
451ec4e3
GM
7958 (Info-find-node-2): Try a case-sensitive search first, then
7959 do a case-insensitive search.
7960
7961 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
7962 tutorials.
7963
b675095c
GM
7964 * complete.el (PC-env-vars-alist): New variable.
7965 (PC-complete-as-file-name): New function.
7966 (partial-completion-mode): Initialize PC-env-vars-alist from
7967 process-environment.
7968 (PC-do-completion): Handle completion of env vars.
7969
7970 * info.el (Info-set-mode-line): Show file name in mode line,
7971 use `*Info*' instead of `Info:'.
7972
e27e8d71
GM
7973 * startup.el (command-line-1): Change copyright messages to year
7974 2000.
7975
28223a7e
DL
79762000-06-15 Dave Love <fx@gnu.org>
7977
7978 * net/goto-addr.el (goto-address-fontify): Use keymap property,
7979 not local-map.
7980
32684631
KH
79812000-06-15 Kenichi Handa <handa@etl.go.jp>
7982
7983 * international/mule.el (set-buffer-file-coding-system): Almost
7984 rewritten to handle `undecided' as no-op.
7985
9f817ea4
GM
79862000-06-14 Gerd Moellmann <gerd@gnu.org>
7987
e27e8d71 7988 * Makefile.in: New file.
dce6b995
GM
7989
7990 * Makefile: Removed.
7991
9f817ea4
GM
7992 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
7993 (goto-address-highlight-keymap): Bind C-c RET.
7994
2de33f94
KH
79952000-06-14 Kenichi Handa <handa@etl.go.jp>
7996
bbf1e8a5
KH
7997 * mail/sendmail.el (sendmail-send-it): The temporary buffer
7998 inherits buffer-file-coding-system of the current buffer.
725a6897 7999
02891cc3
KH
8000 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
8001 0. Give correct argument to set-auto-coding-function.
8002 (tar-expunge): For goto-char, use (point-min), not 0.
8003 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
8004 (tar-subfile-save-buffer): Likewize.
8005
2de33f94
KH
8006 * international/mule.el
8007 (after-insert-file-set-buffer-file-coding-system): Call
8008 set-buffer-file-coding-system with the arg FORCE t.
8009
1681ead6
GM
80102000-06-13 Gerd Moellmann <gerd@gnu.org>
8011
8012 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
8013 nil. Contemporary sendmails issue an X-Authentication-Warning if
b675095c 8014 the sender is set with `-f'.
1681ead6 8015
fdf4b680
DL
80162000-06-13 Dave Love <fx@gnu.org>
8017
9c50afce
DL
8018 * help.el (describe-function-1): Kluge around cases of functions
8019 fset to subrs whose doc doesn't match their symbol-name.
8020
0ad550ba 8021 * image.el (insert-image): Default STRING to a space.
f290ca08 8022
fdf4b680 8023 * info.el Doc fixes.
5d80cc9c 8024 (Info-build-node-completions): Match Ref tags.
fdf4b680 8025
9b6610db
EZ
80262000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
8027
a704139d
EZ
8028 * frame.el (display-multi-frame-p, display-multi-font-p): New
8029 defaliases for display-graphic-p.
8030
9b6610db
EZ
8031 * hl-line.el: Fixed a typo in commentary.
8032
7a5ea398
KH
80332000-06-13 Kenichi Handa <handa@etl.go.jp>
8034
8035 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
8036 fixed.
8037
0dc91c57
DL
80382000-06-12 Dave Love <fx@gnu.org>
8039
8040 * image.el (insert-image): Save a little consing.
8041
0bd5914b
KH
80422000-06-12 Kenichi Handa <handa@etl.go.jp>
8043
8044 * language/tibet-util.el: Convert all tibetan-1-column characters
8045 to the corresponding tibetan characters.
8046 (tibetan-add-components): Delete code for the special treatment of
8047 'a chung.
8048
8049 * language/tibetan.el (tibetan-composable-pattern): Fix previous
8050 change.
8051 (tibetan-vowel-transcription-alist): More rules added.
8052 (tibetan-composite-vowel-alist): New variable.
8053 (tibetan-precomposition-rule-alist): More rules added.
8054
6dc7d3d5
SM
80552000-06-12 Stefan Monnier <monnier@cs.yale.edu>
8056
9c04c393
SM
8057 * startup.el (command-line): Only call menu-bar-mode if interactive.
8058
8059 * thingatpt.el (toplevel symbol-properties):
8060 * textmodes/makeinfo.el (makeinfo-compile):
8061 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
5d80cc9c 8062 * progmodes/hideif.el (hif-compress-define-list)
9c04c393 8063 (hide-ifdef-use-define-alist):
5d80cc9c 8064 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
9c04c393
SM
8065 (ange-ftp-vms-add-file-entry):
8066 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
8067 * man.el (Man-build-man-command):
8068 * mail/rnewspost.el (news-reply-header-hook):
8069 * info.el (Info-insert-dir):
8070 * emulation/mlconvert.el (backward-word, forward-word, setq):
8071 * emacs-lisp/gulp.el (gulp-send-requests):
5d80cc9c
SS
8072 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
8073 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
9c04c393
SM
8074 (byte-optimize-apply, end of file):
8075 * emacs-lisp/advice.el (ad-advice-class-completion-table)
8076 (ad-make-freeze-definition):
8077 * startup.el (command-line, command-line-1): Don't quote lambdas.
8078
6dc7d3d5
SM
8079 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
8080 (cvs-cleanup-removed): New function.
8081 (cvs-cleanup-functions): New var.
8082 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
8083 some flexibility in specifying additional entries to auto-cleanup.
8084 (cvs-quickdir): New function.
8085 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
8086 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
8087 (cvs-mode-find-file): Check that we are on a filename or dirname
8088 when invoked through a mouse-click.
8089 (cvs-full-path): Remove.
8090 (cvs-dired-action): Re-introduced.
8091 (cvs-dired-noselect): Use it.
8092 (vc-post-command-functions): use this new hook if available.
8093
8094 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
8095 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
8096 (cvs-filename-map, cvs-dirname-map): Remove.
8097 (cvs-default-action): Remove.
8098 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
8099 if the arg is really a keymap.
8100 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
8101 Don't hardcode the mapping from state (aka type) to face, but check
8102 the var cvs-fi-<type>-face instead.
8103 (cvs-fileinfo-from-entries): New function.
8104
8105 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
8106 Docstring fix.
8107 (cvs-find-file-and-jump): Change default to be safer.
8108 (cvs-mode-diff-map): Define it as a function as well.
8109 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
8110 Bind mouse-2 in this global map rather than with text-properties.
8111
8112 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
8113 file to resolve the ambiguity between C(conflict) and C(need-merge).
8114
5050a2ef
KH
81152000-06-12 Kenichi Handa <handa@etl.go.jp>
8116
8117 * international/mule.el (set-buffer-file-coding-system): If
8118 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
8119 unconditionally.
8120
35a7ac84
DL
81212000-06-12 Dave Love <fx@gnu.org>
8122
8123 * wid-edit.el (widget-specify-button): Really suppress the face if
8124 required.
8125
db8eeecd
GM
81262000-06-11 Gerd Moellmann <gerd@gnu.org>
8127
8128 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
8129
70223ca4
SM
81302000-06-11 Stefan Monnier <monnier@cs.yale.edu>
8131
8132 * imenu.el (imenu-generic-expression): Docstring fix.
8133
8134 * composite.el (composition-function-table): Move the `put'
8135 below the autoload cookie so we can load the file before loaddefs.
8136
8137 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
8138
8139 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
8140 Handle easy-mmode-define-global-mode.
8141 For complex macros like define-minor-mode that can generate
8142 several autoload entries, try to autoload entries in the
8143 macroexpanded code.
8144
8145 * emacs-lisp/easy-mmode.el (define-minor-mode):
8146 If KEYMAP is a symbol, just use it.
8147 Use byte-compile-current-file and load-file-name to infer the
8148 proper :require to pass to defcustom.
8149 Wrap the hook var into `progn' so as not to autoload it.
8150 Add a :autoload-end cookie.
8151 Be more careful about the evaluation of KEYMAP.
8152 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
8153 (define-derived-mode): Move define-abbrev-table outside of defvar.
8154
81552000-06-10 Stefan Monnier <monnier@cs.yale.edu>
8156
8157 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
8158 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
8159 (backup-compiled-files): Ignore errors during `tar'.
8160 (bootstrap): Make autoloads before elc files.
8161
9c53b34e
KH
81622000-06-10 Kenichi Handa <handa@etl.go.jp>
8163
8164 * international/mule.el (set-buffer-file-coding-system): If one of
5d80cc9c 8165 undecided-XXX is specified, change only EOL conversion.
9c53b34e
KH
8166
8167 * international/mule-conf.el (unix): New alias for the coding
8168 system undecided-unix.
8169
22ddd299
DL
81702000-06-09 Dave Love <fx@gnu.org>
8171
5ee42746
DL
8172 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
8173
70223ca4 8174 * progmodes/executable.el: Byte compile dynamic.
22ddd299
DL
8175 (executable-insert): Change custom type.
8176 (executable-find): Add autoload cookie.
cc7e1d18
DL
8177 (executable-make-buffer-file-executable-if-script-p): New
8178 function. After Noah Friedman.
22ddd299
DL
8179
8180 * files.el (after-save-hook): Customize, with
cc7e1d18 8181 executable-make-buffer-file-executable-if-script-p as an option.
22ddd299 8182
41ea3794
KH
81832000-06-09 Kenichi Handa <handa@etl.go.jp>
8184
f89437e3
KH
8185 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
8186 "tib24p-mule.bdf" for Tibetan.
8187
7a4ee259
KH
8188 * composite.el (decompose-composite-char): Declare it as obsolete.
8189
ff6a65c2
KH
8190 * man.el (Man-fontify-manpage): Pay attention to underline and
8191 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
41ea3794 8192
f83fe4b4
GM
81932000-06-08 Gerd Moellmann <gerd@gnu.org>
8194
8195 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
8196 Set maintainer to FSF since author isn't reachable.
8197
e56d7900
DL
81982000-06-08 Dave Love <fx@gnu.org>
8199
8200 * international/mule-cmds.el (select-safe-coding-system): If
8201 DEFAULT-CODING-SYSTEM is not specified, also check the most
8202 preferred coding-system if buffer-file-coding-system is
8203 `undecided'. From Handa.
8204
d3981b49
KH
82052000-06-08 Kenichi Handa <handa@etl.go.jp>
8206
8207 * international/mule.el
8208 (after-insert-file-set-buffer-file-coding-system): If the buffer
8209 size is greater than INSERTED, judget that we are not visiting.
8210
bff71087
RV
82112000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
8212
8213 * whitespace.el (defgroup whitespace): Comment out `:version'.
8214 XEmacs 20.4 has problems defining the group with this present.
8215 We'll have this commented out till get resolve the problem.
8216
45f485a6
GM
82172000-06-07 Gerd Moellmann <gerd@gnu.org>
8218
8219 * align.el: Update from author.
8220
82212000-06-07 Jari Aalto <jari.aalto@poboxes.com>
8222
8223 * apropos.el (apropos-mode-hook): New user variable.
8224 (apropos-mode): Run apropos-mode-hook.
bff71087 8225
45f485a6
GM
82262000-06-07 David Ponce <david@dponce.com>
8227
8228 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
8229 commands. Require `wid-edit' at run-time.
8230
82312000-06-07 David Ponce <david@dponce.com>
8232
8233 * recentf.el: Added some "Commentary".
8234 (recentf-open-more-files, recentf-edit-list): Minor changes to
8235 move the point at the top of the file list. This behaviour is
8236 consistent with the menu one when the list contains a lot of
8237 files.
8238 (recentf-cleanup): Now displays the number of items removed from
8239 the list.
8240 (recentf-relative-filter) New menu filter to show filenames
8241 relative to `default-directory'.
bff71087 8242
45f485a6
GM
82432000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8244
8245 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
8246 with/without giving an error if PostScript printer doesn't have this
8247 kind of page size. Zebra Stripe continues or restarts on next page.
8248 Manual/automatic paper feeding. Switch or not the header.
8249 (ps-print-version): New version number (5.2.2).
8250 (ps-windows-system): Include emx as a Windows system.
8251 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
8252 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
8253 (ps-background-text): Code fix.
8254 (ps-error-handler-message, ps-user-defined-prologue)
8255 (ps-print-prologue-header, ps-printer-name)
8256 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
8257 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
8258 (ps-use-face-background): Customization fix.
8259 (ps-n-up-database): Data fix.
8260 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
8261 (ps-switch-header): New vars.
8262 (ps-xemacs-color-name, ps-face-foreground-name)
8263 (ps-face-background-name, ps-boolean-constant): New funs.
8264
c14dcd22
DL
82652000-06-07 Dave Love <fx@gnu.org>
8266
8267 * allout.el: New version from Manheimer.
8268
e4044bb0
KH
82692000-06-07 Kenichi Handa <handa@etl.go.jp>
8270
8271 * textmodes/fill.el (fill-find-break-point): Check the validity of
8272 charset.
8273
59cfe8b9
KF
82742000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
8275
8276 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
8277 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
8278 Call display-color-p and display-mouse-p instead of looking at
8279 window-system.
8280
bb2337f5
DL
82812000-06-06 Dave Love <fx@gnu.org>
8282
8283 * image.el (find-image): Doc fix. Return nil if image not found.
8284 (put-image, insert-image): Make STRING arg optional.
8285
8e624fa2
KH
82862000-06-06 Kenichi Handa <handa@etl.go.jp>
8287
8288 * language/vietnamese.el: Remove eval-when-compile.
8289 (viet-viscii-nonascii-translation-table): Define it as a
8290 translation table made from viet-viscii-decode-table.
8291 (viet-viscii-encode-table): Define it as a translation table made
8292 from the reverse map of above.
8293 (viet-vscii-nonascii-translation-table): Define it as a
8294 translation table made from viet-vscii-decode-table.
8295 (viet-vscii-encode-table): Define it as a translation table made
8296 from the reverse map of above.
8297 (ccl-decode-viscii): Use translate-character.
8298 (ccl-encode-viscii, ccl-encode-viscii-font)
8299 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
8300 Likewize.
bff71087 8301
8e624fa2
KH
8302 * language/cyrillic.el: Remove eval-when-compile.
8303 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
8304 translation table made from cyrillic-koi8-r-decode-table.
8305 (cyrillic-koi8-r-encode-table): Define it as a translation table
8306 made from the reverse map of above.
8307 (ccl-decode-koi8): Use translate-character.
8308 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
8309 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
8310 a translation table made from cyrillic-alternativnyj-decode-table.
8311 (cyrillic-alternativnyj-encode-table): Define it as a translation
8312 table made from the reverse map of above.
8313 (ccl-decode-alternativnyj): Use translate-character.
8314 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
8315 Likewize
8316
8317 * international/mule-diag.el (non-iso-charset-alist): Specify
8318 translation table symbol instead of translation table itself.
8319 (list-block-of-chars): CHARSET may be a translation table symbol.
8320
8321 * international/mule.el (make-coding-system): If CODING-SYSTEM
8322 already exists, override it.
8323
8324 * international/fontset.el: Use family `proportional' for Tibetan
8325 fonts.
8326
8327 * international/ccl.el (ccl-compile-translate-character): Don't
8328 check if Rrr has property translation-table.
8329 (ccl-compile-map-multiple): Modified to avoid compiler warning.
8330
1969fae2
GM
83312000-06-05 Gerd Moellmann <gerd@gnu.org>
8332
8333 * info.el: Bind case-fold-search to t when searching in case
8334 a user sets it to nil in a hook.
8335
d5b037c5
SM
83362000-06-05 Stefan Monnier <monnier@cs.yale.edu>
8337
d3d02e65
SM
8338 * autoarg.el (autoarg-mode, autoarg-kp-mode):
8339 * hl-line.el (hl-line-mode): Use the new :global key argument.
8340
8341 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
8342 (tar-clip-time-string): Prepend a space.
8343 (tar-grind-file-mode): Construct a string rather than modifying one.
8344 (tar-header-block-summarize): Fix docstring.
8345 Use `format' rather than an error-prone set of copy-loops.
8346
8347 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
8348 (diff-goto-source, diff-unified->context, diff-context->unified)
8349 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
8350 understand the format output by the `-p' argument to diff.
8351
bff71087 8352 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
d3d02e65
SM
8353 (sh-re-done): Use defconst.
8354 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
8355 (sh-help-string-for-variable, sh-guess-basic-offset):
8356 Don't quote lambdas.
8357 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
8358 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
8359
f7c4478f
SM
8360 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
8361 (mh-letter-mode): Derive from text-mode.
8362 This implicitly means that it now calls kill-all-local-variables.
8363 Also remove the Emacs-18 compatibility code.
8364
a8add29d
SM
8365 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
8366 Make use of symbol-property doc-string-elt.
8367 Use memq rather than a sequence of eq.
8368 (doc-string-elt): Fix the wrong or missing previously unused values.
8369 (autoload-print-form): New function extracted from
8370 generate-file-autoloads to allow recursion when handling progn
8371 so that defvar's and defun's docstrings are properly printed.
8372 (generate-file-autoloads): Use it.
8373
d5b037c5
SM
8374 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
8375 Use find-file-hooks in the minor-mode function.
8376 Be careful not to loop indefinitely in the post-command-hook function.
8377
560ef11a 83782000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
bff71087 8379
1969fae2 8380 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
560ef11a 8381 tty's.
1969fae2 8382 * ediff-diff.el (ediff-exec-process): Use --binary for fine
d5b037c5 8383 differences whenever appropriate.
1969fae2
GM
8384 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
8385 * viper.el (find-file, find-file-other-window): Get viper to do
bff71087
RV
8386 wildcards.
8387
b5bbbb76
SM
83882000-06-04 Stefan Monnier <monnier@cs.yale.edu>
8389
d5b037c5
SM
8390 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
8391 (jit-lock-fontify-buffer): New function for JIT refontification.
8392 (jit-lock-mode): Fix docstring.
8393 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
8394 Remove jit-lock-after-change from the _local_ hook.
8395 (jit-lock-function-1): Fix docstring.
8396
8397 * info.el (Info-on-current-buffer): Initialize info.
8398
8399 * newcomment.el (comment-indent): Ignore comment-indent-hook.
8400
8401 * progmodes/tcl.el (tcl-indent-for-comment):
8402 Ignore comment-indent-hook.
8403
8404 * emacs-lisp/easy-mmode.el: Require CL during compilation.
8405 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
b5bbbb76
SM
8406 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
8407 and improve to use the lighter to guess the capitalization.
8408 (define-minor-mode): Inline code from easy-mmode-define-toggle.
8409 Add keyword arguments to specify global-ness or the custom group.
8410 Add local-map and help-echo properties to the lighter.
8411 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
d5b037c5 8412 (easy-mmode-define-global-mode): New macro.
b5bbbb76 8413
bfa6c260
DL
84142000-06-02 Dave Love <fx@gnu.org>
8415
8416 * wid-edit.el: byte-compile-dynamic since we typically don't use
8417 all the widgets. Don't require cl or widget. Remove
8418 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
8419 (widget-read-event): Removed. Callers changed to use read-event.
8420 (widget-button-release-event-p): Renamed from
8421 button-release-event-p.
8422 (widget-field-add-space, widget-field-use-before-change):
8423 Uncustomize.
8424 (widget-specify-field): Use keymap property, not local-map.
8425 (widget-specify-button): Obey :suppress-face.
8426 (widget-specify-insert): Use modern backquote syntax.
8427 (widget-image-directory): Renamed from widget-glyph-directory.
8428 (widget-image-enable): Renamed from widget-glyph-enable.
8429 (widget-image-find): Replaces widget-glyph-find.
8430 (widget-button-pressed-face): Move defvar.
8431 (widget-image-insert): Replaces widget-glyph-insert.
8432 (widget-convert): Use keywordp.
8433 (widget-leave-text, widget-children-value-delete): Use mapc.
8434 (widget-keymap): Remove XEmacs stuff.
b5bbbb76 8435 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
bfa6c260
DL
8436 (widget-button-click): Don't set point at the click, but re-centre
8437 if we scroll out of window. Rewritten for images v. glyphs &c.
8438 (widget-tabable-at): Use POS arg, not point.
8439 (widget-beginning-of-line, widget-end-of-line)
8440 (widget-item-value-create, widget-sublist, widget-princ-to-string)
8441 (widget-sexp-prompt-value, widget-echo-help): Simplify.
8442 (widget-default-create): Use widget-image-insert; some rewriting.
8443 (widget-visibility-value-create)
8444 (widget-push-button-value-create, widget-toggle-value-create): Use
8445 widget-image-insert.
8446 (checkbox): Create on and off images dynamically.
8447 (documentation-link): Change :help-echo.
8448 (widget-documentation-link-echo-help): Remove.
8449
3837de12
SM
84502000-06-02 Stefan Monnier <monnier@cs.yale.edu>
8451
8452 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
8453
8454 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
8455 (easy-mmode-define-toggle, define-minor-mode): Use it.
8456 (easy-mmode-define-keymap): Docstring fix.
8457 (define-derived-mode): Default PARENT to fundamental-mode.
8458 Add the derived-mode-parent symbol-property.
8459 (easy-mmode-derived-mode-p): New function.
8460
90aa4ea8
DL
84612000-06-02 Dave Love <fx@gnu.org>
8462
37193ee6
DL
8463 * files.el (convert-standard-filename): Doc fix.
8464 (normal-backup-enable-predicate): New function.
8465 (backup-enable-predicate): Use it to replace the lambda form.
8466
8467 * calendar/todo-mode.el: [This needs more work on the outline
8468 stuff.] Doc fixes.
8469 (todo) <defgroup>: Add :version.
8470 (todo-add-category): Don't use pushnew.
8471 (todo-cmd-raise): Fix typo.
8472 (todo-top-priorities): Change temp buffer name.
8473 (todo-category-alist): Avoid redundant lambda.
3837de12
SM
8474 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
8475 Use outline-next-heading.
37193ee6 8476
90aa4ea8
DL
8477 * autoarg.el: Rewritten to use define-minor-mode.
8478 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
8479 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
8480
2e54623a
KH
84812000-06-02 Kenichi Handa <handa@etl.go.jp>
8482
8483 * isearch.el (isearch-other-meta-char): Fix previous change.
8484
c5def0db
SM
84852000-06-01 Stefan Monnier <monnier@cs.yale.edu>
8486
3837de12
SM
8487 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
8488 (log-edit-done): Only add the comment to the ring if it's different
8489 from the last comment entered.
8490
c5def0db
SM
8491 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
8492
2330c9d4
DL
84932000-06-01 Dave Love <fx@gnu.org>
8494
8495 * hl-line.el: Rewritten using define-minor-mode.
8496
8497 * help.el (describe-function-1): Distinguish special form from
8498 builtin function. Sanity-check presence of arglist for builtins.
8499
6e5dfc31
KH
85002000-06-01 Kenichi Handa <handa@etl.go.jp>
8501
4dc1225b
KH
8502 * international/characters.el: Fix syntax/category setting of
8503 Tibetan characters.
8504
8505 * language/tibet-util.el (tibetan-add-components): Fixes for new
8506 encoding of Tibetan characters.
8507 (tibetan-decompose-precomposition-alist): New variable.
8508 (tibetan-decompose-region): Convert precomposed characters to
8509 non-precomposed characters.
8510 (tibetan-decompose-string): Likewise.
8511 (tibetan-composition-function): Fix args to
8512 thibetan-compose-string.
8513
8514 * language/tibetan.el (tibetan-composable-pattern): More
8515 characters included.
8516 (tibetan-consonant-transcription-alist): Rule for "R" added.
8517 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
8518 "+R" added.
8519 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
8520
eadef5e6
KH
8521 * language/lao-util.el (lao-composition-function): Fix args to
8522 compose-string.
8523
8524 * language/thai-util.el (thai-composition-function): Fix args to
8525 compose-string.
8526
6e5dfc31 8527 * isearch.el (isearch-update): Set disable-point-adjustment to t
6389e4ab
KH
8528 to prevent the point moving to the end of a composition when a
8529 part of a composition is searched.
6e5dfc31
KH
8530 (isearch-other-meta-char): If the key invoking this command can be
8531 mapped by function-key-map to a printing char, call
8532 isearch-process-search-char directly.
8533
2598a293
SM
85342000-06-01 Stefan Monnier <monnier@cs.yale.edu>
8535
8536 * emacs-lisp/bytecomp.el:
8537 * frame.el:
8538 * international/mule-cmds.el:
8539 * international/mule-util.el:
8540 * international/mule.el:
8541 * mouse.el:
8542 * subr.el:
8543 * faces.el: Update calls to make-obsolete with a WHEN argument.
8544
8545 * byte-run.el (make-obsolete, make-obsolete-variable):
8546 Add an optional WHEN argument and change the format of the
bff71087 8547 symbol-property information.
2598a293
SM
8548 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
8549 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
8550 new obsolete-symbol-property format and print WHEN if it is provided.
8551
28d8dff1
DL
85522000-05-31 Dave Love <fx@gnu.org>
8553
8554 * loadhist.el (loadhist-hook-functions): Remove
8555 before-change-function, after-change-function.
8556 (unload-feature): Deal with symbols which are both bound and
8557 fbound.
8558
8559 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
8560 before-change-function, after-change-function.
8561
8562 * simple.el (newline): Don't bind before-change-function,
8563 after-change-function.
8564
7f565d87
RV
85652000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
8566
8567 * whitespace.el (whitespace-rescan-timer-time): Update interval
8568 set to 600 seconds (10 minutes) instead of 60 seconds since
8569 a large number of whitespace buffers causes emacs to `freeze'
8570 for a considerable amount of time.
8571
bff71087 8572 * whitespace.el: Updated email address
7f565d87 8573
a8d693d8
DL
85742000-05-31 Dave Love <fx@gnu.org>
8575
8576 * add-log.el (change-log-font-lock-keywords) <function>: Add
8577 pattern for function of change.
8578 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
8579 acknowledgements patterns.
8580
a50192e7
KH
85812000-05-31 Kenichi Handa <handa@etl.go.jp>
8582
8583 * isearch.el (isearch-printing-char): If keyboard coding system is
8584 being used, call isearch-process-search-multibyte-characters.
8585
8586 * international/isearch-x.el: Mostly rewritten.
8587
8588 * international/quail.el (quail-start-conversion): Don't include
8589 unhandled events in the returned events, but set them in
8590 unread-command-events. Exit if all inputs are deleted.
8591
7e492772
JR
85922000-05-30 Jason Rumney <jasonr@gnu.org>
8593
8594 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
8595
8596 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
8597 Reenable code to create initial fontsets.
8598 Use set-fontset-font in place of put-charset-property.
8599
10fc3187
GM
86002000-05-30 Gerd Moellmann <gerd@gnu.org>
8601
79148ea7
GM
8602 * progmodes/perl-mode.el (perl-indent-line): When looking for a
8603 label, ensure that the first colon isn't followed by another.
8604
8605 * paths.el (Info-default-directory-list): Doc fix.
8606
086d5b87
GM
8607 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
8608 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
8609 send a query containing USER only, not USER@HOST.
8610
10fc3187
GM
8611 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
8612 and rmail-msgend to compute the restriction at the end, instead of
8613 computing it.
8614
49e70dec
GM
86152000-05-29 Gerd Moellmann <gerd@gnu.org>
8616
66254a13
GM
8617 * dabbrev.el (dabbrev-expand): Don't display messages in the
8618 echo area if the minibuffer window is active.
8619
49e70dec
GM
8620 * jit-lock.el (jit-lock-mode): Add after change function to
8621 local hook.
8622
86232000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
8624
8625 * antlr-mode.el: New commands: hide/unhide actions,
8626 upcase/downcase literals.
8627 (antlr-tiny-action-length): New user option.
8628 (antlr-hide-actions): New command. Suggested by
8629 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
7f565d87 8630 (antlr-mode-map): New binding [C-c C-v].
49e70dec
GM
8631 (antlr-mode-menu): New entries.
8632 (antlr-downcase-literals): New command.
8633 (antlr-upcase-literals): Ditto.
8634
8635 * antlr-mode.el: Minor changes: indendation, mode-name.
8636 (antlr-indent-line): Indent cpp directive at column 0.
8637 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
8638
8639 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
8640 (antlr-font-lock-additional-keywords): Workaround for intentional
8641 bug in XEmacs version of font-lock.
8642 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
8643 be used by a smarter version of `buffers-menu-grouping-function'.
8644
86452000-05-29 Gerd Moellmann <gerd@gnu.org>
8646
8647 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
8648 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
8649
49f93684
KH
86502000-05-29 Kenichi Handa <handa@etl.go.jp>
8651
8652 * international/encoded-kb.el
8653 (encoded-kbd-iso2022-designation-map): Pay attention to that
8654 charset-iso-final-char return -1 for eight-bit-control and
8655 eight-bit-graphic.
8656
5b1ae051
EZ
86572000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
8658
8659 * speedbar.el (speedbar-use-images, speedbar-update-flag)
8660 (speedbar-easymenu-definition-base): Use display-graphic-p where
8661 available, instead of window-system.
8662
a205e32a
EZ
86632000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
8664
8665 * international/codepage.el (cp-coding-system-for-codepage-1): Add
8666 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
8667 coding systems.
8668
dd854dc2
DL
86692000-05-26 Dave Love <fx@gnu.org>
8670
c88a85d5
DL
8671 * disp-table.el (standard-display-underline): Don't use
8672 internal-find-face.
8673
dd854dc2
DL
8674 * mail/reporter.el: Maintainer change. Doc fixes.
8675 (reporter-version): Deleted.
8676
8677 * emacs-lisp/elp.el: Maintainer change.
8678 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
8679
dc29aa6c
SM
86802000-05-26 Stefan Monnier <monnier@cs.yale.edu>
8681
8682 * add-log.el (add-change-log-entry): Merge the current entry with the
8683 previous one if the previous one is empty.
8684
ed62683d
DL
86852000-05-26 Dave Love <fx@gnu.org>
8686
4370a375
DL
8687 * loadhist.el (unload-feature): Fix interactive spec [from
8688 lijnzaad@ebi.ac.uk].
8689
ed62683d
DL
8690 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
8691 subr-arity to check primitives.
8692 (byte-compile-flush-pending, byte-compile-file-form-progn)
8693 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
8694 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
8695 mapcar.
8696
ba9f8f95
KH
86972000-05-26 Kenichi Handa <handa@etl.go.jp>
8698
0f3e0672
KH
8699 * international/fontset.el: Set family names of non-latin charsets
8700 in default fontset to "*".
8701
cebefb44
KH
8702 * international/mule-diag.el (print-fontset): Combine family part
8703 and registry part of the fontname by "-*-" instead of "-".
8704
ba9f8f95
KH
8705 * international/mule-cmds.el (encode-coding-char): Make strings
8706 multibyte before calling encode-coding-string.
8707
931d0724
SM
87082000-05-25 Stefan Monnier <monnier@cs.yale.edu>
8709
8710 * derived.el: Fix keywords.
8ccce2b0 8711 (define-derived-mode): Only define if needed.
931d0724
SM
8712
8713 * simple.el (fill-comment, comment-column, comment-start)
8714 (comment-start-skip, comment-end, comment-indent-function)
8715 (block-comment-start, block-comment-end, indent-for-comment)
8716 (set-comment-column, kill-comment, comment-padding, comment-region)
8717 (comment-multi-line, indent-new-comment-line): Remove.
8718
8719 * bindings.el (esc-map): Change ; to comment-dwim and use the new
8720 function names for comment operations.
8721
8722 * newcomment.el: Add abundant autoload cookies.
8723 (comment-style): Don't depend on runtime data at compile-time.
8724 (comment-indent-hook): Remove.
8725 (comment-indent): Check if comment-indent-hook is bound.
8726 (comment-region): Docstring fix.
8727
6fc596cf
DL
87282000-05-25 Dave Love <fx@gnu.org>
8729
8730 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
8731 byte-code-function-p.
8732
8733 * mail/rmailsum.el: Add provide.
8734
8735 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
8736
8737 * smerge-mode.el (smerge-diff-switches): Don't use list* in
8738 defcustom.
8739
7997f1ca 87402000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
7f565d87 8741
7997f1ca
MK
8742 * ediff-diff.el (ediff-exec-process): delete --binary option from
8743 non-buffer ediff jobs.
7f565d87 8744
e7a903e8
EZ
87452000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
8746
8747 * hilit-chg.el (highlight-changes-mode): Ask about color or
8748 grayscale support, not about window-system.
8749
8750 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
8751 window-system.
8752 (ffap-highlight): Always default to t.
8753
8754 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
8755 display-popup-menus-p instead of looking at window-system.
8756
8757 * disp-table.el (standard-display-g1, standard-display-graphic):
8758 Only refuse to use string glyphs on X and MS-Windows.
8759
8760 * avoid.el: Remove window-system from commentary, suggest to use
8761 display-*-p instead.
8762
8763 * apropos.el (apropos-print): Use display-mouse-p instead of
8764 window-system.
8765
14028d57
EZ
87662000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
8767
8768 * international/codepage.el (cp-decoding-vector-for-codepage):
8769 Fill up unsupported characters with their own codes. From Kenichi
8770 Handa.
8771
1a4f9cc1
EZ
87722000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
8773
8774 * international/mule-diag.el (describe-char-after): Use
8775 display-graphic-p instead of window-system, so that this function
8776 works on MS-DOS.
8777
89f6ca4e
EZ
87782000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
8779
8780 * international/codepage.el (cp-make-coding-systems-for-codepage):
8781 Remove the eight-bit-graphic and eight-bit-control charsets from
8782 the list of charsets which we convert into `?'.
8783
eacfd7fe
KH
87842000-05-25 Kenichi Handa <handa@etl.go.jp>
8785
8786 * international/mule-conf.el: Specify CHARSET-ID explicitely for
8787 private charsets.
8788 (mule-unicode-0100-24ff, japanese-jisx0213-1,
8789 japanese-jisx0213-2): New charsets.
8790
8791 * international/fontset.el: Setup default fontset for new charsets.
8792
deadf7e3
DL
87932000-05-24 Dave Love <fx@gnu.org>
8794
8795 * info.el (Info-find-node-2): Restructure [following "Vadim
8796 S. Solomin" <sovs@uic.nnov.ru>].
8797
8798 * icomplete.el: Fix header for Finder.
8799
88002000-05-24 Eric M. Ludlam <zappo@ultranet.com>
8801
8802 * rmailout.el (rmail-output-to-rmail-file): Added optional param
8803 STAY.
8804
8805 * rmail.el (rmail-automatic-folder-directives): New user variable.
8806 (rmail-show-message): Add call to `rmail-auto-file' during
8807 display.
8808 (rmail-auto-file): New function.
8809
6de3983f 88102000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
7f565d87 8811
fc6a6a4e 8812 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
6de3983f 8813 account.
fc6a6a4e
GM
8814 (ediff-test-utility,ediff-diff-mandatory-option)
8815 (ediff-reset-diff-options): Utilities for proper initialization of
6de3983f 8816 ediff-diff-options and ediff-diff3-options on Windows.
7f565d87 8817
fc6a6a4e 8818 * ediff-init.el (ediff-merge-filename-prefix): New customizable
6de3983f 8819 variable.
7f565d87 8820
fc6a6a4e 8821 * ediff-mult.el (ediff-filegroup-action): Use
6de3983f
MK
8822 ediff-merge-filename-prefix.
8823
fc290d1d
MK
88242000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
8825
fc6a6a4e 8826 * viper-ex.el (ex-write): Set selective display to nil.
7f565d87 8827
273182b8
EZ
88282000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
8829
8830 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
8831 aliases for hebrew-iso-8bit.
8832
f471ea57
EZ
88332000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
8834
8835 * woman.el: New version from Francis J. Wright
8836 <F.J.Wright@Maths.QMW.ac.uk>.
8837 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
8838 names in environment variables regardless of the path separator.
8839 (woman-topic-all-completions-1): Don't call file-name-directory-p
8840 on all files, since woman-file-regexp already filters out any
8841 directories.
8842
01162f24
KH
88432000-05-24 Kenichi Handa <handa@etl.go.jp>
8844
48e3df76
KH
8845 * international/quail.el (quail-start-translation): Don't change
8846 modified-p of the current buffer.
8847 (quail-start-conversion): Likewise.
8848
8849 * international/kkc.el (kkc-region): Don't change modified-p of
8850 the current buffer.
8851
747d90ea
KH
8852 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
8853 conform to RFC1468.
8854 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
01162f24 8855
17a223ff
EL
88562000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
8857
8858 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
8859 (speedbar-insert-button): Invisible text property fix.
8860 (speedbar-directory-plus): Renamed from speedbar-directory-+
8861 (speedbar-directory-minus): Renamed from speedbar-directory--
8862 (speedbar-page-plus): Renamed from speedbar-file-+
8863 (speedbar-page-minus): Renamed from speedbar-file--
8864 (speedbar-page): Renamed from speedbar-file-
8865 (speedbar-tag): Renamed from speedbar-tag-
8866 (speedbar-tag-plus): Renamed from speedbar-tag-+
8867 (speedbar-tag-minus): Renamed from speedbar-tag--
8868 (speedbar-expand-image-button-alist): Use above renames.
8869
8870 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
8871 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
8872 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
8873 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
8874 * sb-pg.xpm: Renamed from sb-file.xpm
8875 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
8876 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
7f565d87 8877
e6b6fc18
KH
88782000-05-24 Kenichi Handa <handa@etl.go.jp>
8879
8880 * international/quail.el (quail-show-guidance-buf): Set
8881 current-input-method of the guidance buffer to the name of the
8882 curren input method.
8883
a1a336eb
SM
88842000-05-23 Stefan Monnier <monnier@cs.yale.edu>
8885
8886 * progmodes/compile.el (compile-internal): Style typo.
8887
8888 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
8889 quote vars and functions in the docstring.
8890
8891 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
8892
8893 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
8894 Don't quote lambdas.
8895
8896 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
8897
9695b783
GM
88982000-05-23 Gerd Moellmann <gerd@gnu.org>
8899
716e3b88
GM
8900 * startup.el (command-line): Determine source file of compiled
8901 user init file differently. Warn if compiled user init file
8902 is older than its source file.
8903
9695b783 8904 * ffap.el (ffap-url-regexp): Add `https'.
7f565d87 8905
41ac433f
EZ
89062000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
8907
8908 * files.el (make-backup-file-name-1): Replace slashes with `!'
8909 rather than `|' (which is not allowed on Windows). Replace the
8910 drive letters with a string "drive_X".
8911
46600ab1
GM
89122000-05-23 Gerd Moellmann <gerd@gnu.org>
8913
8914 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
8915
8916 * files.el (interpreter-mode-alist): Add `bash2'.
8917
79a64d87
DL
89182000-05-22 Dave Love <fx@gnu.org>
8919
8920 * loadhist.el (feature-symbols, file-provides, file-requires): Use
8921 mapc.
8922 (feature-file): Avoid calling symbol-name. Doc fix.
8923 (file-set-intersect, file-dependents): Use dolist, not mapcar.
8924 (loadhist-hook-functions): Add mouse-position-function.
8925 (unload-feature): Change uses of mapcar.
8926
8927 * files.el (parse-colon-path): Doc fix.
8928 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
8929 (set-auto-mode): Use mapc.
8930
8931 * complete.el (PC-look-for-include-file): Use :alnum: character
8932 class.
8933 (partial-completion-mode): Add autoload cookie.
8934
0e8c11d8
SS
89352000-05-22 Sam Steingold <sds@gnu.org>
8936
ce75fd23 8937 * info.el (Info-fontify-node): Fixed the call to
0e8c11d8
SS
8938 `add-text-properties' (bug introduced on 2000-05-18).
8939
d8d0fa6c
DL
89402000-05-22 Dave Love <fx@gnu.org>
8941
8942 * bindings.el: Remove debug-ignored-errors set in other files.
8943
8944 * progmodes/etags.el: Add to debug-ignored-errors.
8945 (visit-tags-table-buffer): Clear out buffers holding old tables
8946 when making a new list.
8947 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
8948 mapc.
8949
8950 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
8951 quote keywords.
8952 (cmpl-string-case-type): Use character classes.
8953
0e8c11d8
SS
8954 * comint.el:
8955 * textmodes/ispell.el:
8956 * imenu.el:
d8d0fa6c
DL
8957 * mail/mh-e.el:
8958 * progmodes/compile.el: Add to debug-ignored-errors.
8959
8960 * dabbrev.el: Add to debug-ignored-errors.
8961 (dabbrev-completion): Use mapc.
8962
1edbbf8a
EZ
89632000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
8964
8965 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
8966 (woman-mapcan, woman-parse-man.conf)
8967 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
8968 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
8969 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
8970 path syntax better.
8971 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
8972 (woman-manpath): Call woman-parse-man.conf.
8973 (woman-emulation): New defcustom, defaults to nroff.
8974 (woman-font-support): New defconst.
8975 (woman-use-symbol-font): New defcustom.
8976 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
8977 "Emulation".
8978 Many functions: Doc fix.
8979
5bd2148c
KH
89802000-05-22 Kenichi Handa <handa@etl.go.jp>
8981
8982 * international/quail.el (quail-simple-translation-keymap): Map
8983 128..255 to quail-self-insert-command.
8984 (quail-keyboard-layout-alist): Add definition for "pc102-de".
8985
4125ec7e
SM
89862000-05-22 Stefan Monnier <monnier@cs.yale.edu>
8987
a1a336eb
SM
8988 * help.el (help-manyarg-func-alist): Typo.
8989
40aeecad
SM
8990 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
8991 intervals which makes it heaps simpler.
8992
4125ec7e
SM
8993 * newcomment.el (comment-region-internal): Go back to BEG after quoting
8994 the nested comment markers.
e4da9c1c
SM
8995
8996 * subr.el (remove-hook): Don't turn the hook's value into a list.
8997
cb7216a7
DL
89982000-05-21 Dave Love <fx@gnu.org>
8999
ac266581
DL
9000 * edmacro.el (edmacro-parse-keys): Return vector if any elements
9001 are invalid characters.
9002
cb7216a7
DL
9003 * international/mule-util.el (detect-coding-with-priority): Use
9004 mapc. Remove redundant lambda.
9005
9006 * international/mule-diag.el (list-non-iso-charset-chars)
9007 (describe-fontset): Remove redundant lambda.
9008
9009 * emulation/crisp.el (brief-mode): New alias.
9010
9011 * emacs-lisp/ring.el (ring-elements): New function.
9012
9013 * emacs-lisp/easymenu.el (easy-menu-create-menu)
9014 (easy-menu-do-add-item): Use keywordp.
9015
9016 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
9017
9018 * replace.el: Doc and error message fixes.
9019 (replace-highlight): Use facep, not internal-find-face.
9020
9b0d1d6e
SM
90212000-05-20 Stefan Monnier <monnier@cs.yale.edu>
9022
b2d2cf58
SM
9023 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
9024
ffe7dc64
SM
9025 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
9026 (log-edit-insert-changelog): Drop `:' as well.
9027
9028 * log-view.el: Fix file description.
9029 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
9030 available.
9031 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
9032 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
9033
c8c21615
SM
9034 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
9035 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
9036 Print a status message if the toggle is called interactively.
9037 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
9038 for global minor modes and use `defcustom' for them.
9039 Use add-minor-mode.
9040 (easy-mmode-define-derived-mode): Remove.
9041 (define-derived-mode): Fancier default docstring.
9042 (easy-mmode-define-navigation): Signal an error rather than (ding).
9043
9b0d1d6e
SM
9044 * newcomment.el (comment-styles): New `box-multi'.
9045 (comment-normalize-vars): Better default for comment-continue to
9046 avoid whitespace-only continuations.
9047 (comment-search-forward): Always move even in the no-syntax case.
9048 (comment-padright): Only obey N if it's only obeyed for padleft.
9049 (comment-make-extra-lines): Better handling of empty continuations.
9050 Use `=' for the filler if comment-start has only one character.
9051 (uncomment-region): Try handling the special `=' filler.
9052 (comment-region): Allow LINES even if MULTI is nil.
9053 (comment-box): Choose box style based on comment-style.
9054
f5ee6d0f
KH
90552000-05-20 Kenichi Handa <handa@etl.go.jp>
9056
9b0d1d6e 9057 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
f5ee6d0f
KH
9058 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
9059
c9671f81
KH
90602000-05-20 Kenichi HANDA <handa@etl.go.jp>
9061
9062 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
9063 and insert, not subst-char-in-region.
9064
9065 * international/mule-diag.el (list-character-sets-1): Handle
9066 charsets eight-bit-control and eight-bit-graphic.
9067 (list-iso-charset-chars): Likewise.
9068 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
9069 charactes as is. Use indent-to to align characters.
9070
9071 * international/mule-cmds.el (find-multibyte-characters): Never
9072 exclude charsets eight-bit-control and eight-bit-graphic.
9073
1426aa5c
SM
90742000-05-19 Stefan Monnier <monnier@cs.yale.edu>
9075
9076 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
9077 Don't quote lambdas.
9078
9079 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
9080
2b63d473
GM
90812000-05-19 Gerd Moellmann <gerd@gnu.org>
9082
9083 * gud.el (gud-jdb-directories): Doc fix.
9084
f1355756
SM
90852000-05-19 Stefan Monnier <monnier@cs.yale.edu>
9086
9087 * newcomment.el: New file.
9088
5f64c9e0
GM
90892000-05-19 Gerd Moellmann <gerd@gnu.org>
9090
2b63d473 9091 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
5f64c9e0 9092
db7314bd
AS
90932000-05-18 Andreas Schwab <schwab@suse.de>
9094
9095 * dired.el (dired-between-files): Also skip lines beginning with
9096 `used'.
9097
25bb0401
GM
90982000-05-18 Gerd Moellmann <gerd@gnu.org>
9099
9100 * msb.el (msb-menu-cond): Add choice `user'.
9101
a199a865 91022000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
0e8c11d8 9103
a199a865
GM
9104 * ps-print.el: Compatibility, customization and doc fix.
9105 (ps-printer-name-option): Replace defconst by defvar.
9106 (ps-postscript-code-directory): XEmacs compatibility.
9107 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
9108 fix.
9109 (ps-user-defined-prologue, ps-print-prologue-header)
9110 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
9111 compatibility and code fix.
9112 (ps-print-background-image, ps-print-background-text):
9113 Customization fix.
9114 (ps-line-number-start, ps-n-up-on): New vars.
9115
25bb0401
GM
91162000-05-18 Espen Skoglund <esk@ira.uka.de>
9117
9118 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
9119 the indent-comment function to just return the appropriate indent.
9120
68e6c83a
EL
91212000-05-18 Eric M. Ludlam <zappo@ultranet.com>
9122
9123 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
9124 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
9125 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
9126
dae6cb9f
DL
91272000-05-18 Dave Love <fx@gnu.org>
9128
9129 * info.el (Info-fontify-node): Add intangible property as well as
9130 invisible.
9131
9132 * calendar/appt.el (appt-make-list): Match all lines of entry.
9133 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
9134
813086ea
KH
91352000-05-18 Kenichi Handa <handa@etl.go.jp>
9136
9137 * international/mule-diag.el (describe-char-after): Call
9138 internal-char-font, not char-font. If internal-char-font returns
9139 nil, display "-- none --".
9140
24978190
EZ
91412000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
9142
9143 * image.el (image-type-available-p): Don't reference image-types
9144 if it isn't bound.
9145
2fca2d5d
SM
91462000-05-17 Stefan Monnier <monnier@cs.yale.edu>
9147
9148 * autoarg.el (autoarg-mode): Typo in the :set argument.
9149
cfc75d05
EZ
91502000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
9151
9152 * startup.el (command-line-1): Don't signal an error if the
9153 directory for auto-save-list files does not yet exist.
9154
c4e30387
KH
91552000-05-17 Kenichi Handa <handa@etl.go.jp>
9156
9157 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
9158
dd6b8ea7
SM
91592000-05-16 Stefan Monnier <monnier@cs.yale.edu>
9160
9161 * subr.el (remove-hook): `setq' hook-value, not `set'.
9162
399c88ad
SS
91632000-05-16 Sam Steingold <sds@gnu.org>
9164
a199a865 9165 * info.el (debug-ignored-errors): More errors to ignore.
399c88ad 9166
01651f07
DL
91672000-05-16 Dave Love <fx@gnu.org>
9168
9169 * cus-edit.el: Don't require cl or easymenu.
9170 (custom-variable-prompt): Test standard-value property, not
9171 user-variable-p.
9172
2248c40d
SS
91732000-05-16 Sam Steingold <sds@gnu.org>
9174
9175 * subr.el (add-hook): `setq' hook-value, not `set'.
9176
b15f3b77
GM
91772000-05-16 Gerd Moellmann <gerd@gnu.org>
9178
9179 * startup.el (command-line-1): Mention the FAQ in the startup
9180 message.
9181
9182 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
9183
9184 * progmodes/compile.el (compilation-parse-errors): Collect
9185 `nomessage' regexps last.
9186
9187 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
9188
9189 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
9190 to the function name.
9191
f9bbcfac
EL
91922000-05-15 Dave Love <fx@gnu.org>
9193
9194 * speedbar.el (speedbar-recenter): Typo.
9195 (speedbar-expand-line): Make arg optional.
9196 (speedbar-mode): Avoid a compiler warning.
9197
119b42eb
GM
91982000-05-15 Gerd Moellmann <gerd@gnu.org>
9199
9200 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
9201 user-specified option string is empty.
9202
9203 * mouse.el (mouse-yank-at-click): Doc fix.
9204
f685bea9
EZ
92052000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
9206
9207 * term/internal.el (IT-character-translations): More updates of
9208 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
9209 documents.
9210
a1b8d58b
GM
92112000-05-15 Gerd Moellmann <gerd@gnu.org>
9212
9213 * env.el (getenv): New function, interactively callable.
9214 (setenv, getenv): Remove autoload cookies.
9215
9216 * loadup.el: Load `env'.
9217
9218 * progmodes/f90.el: Change author's mail address.
9219
c9bba7ed
DL
92202000-05-14 Dave Love <fx@gnu.org>
9221
e5c83697
DL
9222 * mail/rmail.el (rmail-show-message-hook): Customize and offer
9223 goto-addr as an option.
9224
9225 * help.el (help-xref-stack): Doc fix.
9226 (help-xref-following): New variable.
9227 (help-make-xrefs): Use it.
9228 (help-xref-go-back): Use position information from stack element.
9229 (help-follow): Make position in stack element a pair. Use
9230 help-xref-following.
399c88ad 9231
e5c83697
DL
9232 * autoarg.el: New file.
9233
9234 * faces.el: Declare more functions obsolete.
9235
c9bba7ed
DL
9236 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
9237 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
9238 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
9239 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
9240 Remove all the setup-...-environment functions.
9241
b6389bfb
EL
92422000-05-13 Eric M. Ludlam <zappo@ultranet.com>
9243
a1b8d58b
GM
9244 * speedbar.el: Updated the commentary section. xemacs20p now uses
9245 >= when detecting. Require `defimage' safely.
b6389bfb
EL
9246 (speedbar-easymenu-definition-base): Add toggle for images.
9247 (speedbar-easymenu-definition-special): Add flush cache & expand.
9248 (speedbar-visiting-tag-hook): Set new defaults. Added options.
9249 (speedbar-reconfigure-keymaps-hook): New variable.
9250 (speedbar-frame-parameters): Updated documentation.
9251 (speedbar-use-imenu-flag): Updated custom tag
9252 (speedbar-dynamic-tags-function-list): New variable.
9253 (speedbar-tag-hierarchy-method): Updated doc & custom.
a1b8d58b
GM
9254 (speedbar-indentation-width, speedbar-indentation-width) New
9255 variables.
9256 (speedbar-hide-button-brackets-flag): Customizable.
b6389bfb
EL
9257 (speedbar-vc-indicator): Doc update.
9258 (speedbar-ignored-path-expressions): Updated default value.
9259 (speedbar-supported-extension-expressions): Updated default value.
9260 (speedbar-syntax-table): Remove {} paren status.
a1b8d58b
GM
9261 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
9262 as "+". Added overlay aliases.
9263 (speedbar-mode): Use `speedbar-mode-line-update' instead of
9264 `force-mode-line-update'.
9265 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
9266 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
9267 `mouse-set-point'
b6389bfb 9268 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
a1b8d58b
GM
9269 (speedbar-item-info-tag-helper): Revamped to handle a wider range
9270 of arbitrary text, and new helper functions.
9271 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
9272 filename finder.
b6389bfb
EL
9273 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
9274 (speedbar-directory-buttons): Update path search/expansion.
9275 (speedbar-make-tag-line): Pay attention to
a1b8d58b
GM
9276 `speedbar-indentation-width'. Use more care w/ invisible
9277 properties.
b6389bfb
EL
9278 (speedbar-change-expand-button-char): Call
9279 `speedbar-insert-image-button-maybe'.
9280 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
a1b8d58b
GM
9281 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
9282 (speedbar-trim-words-tag-hierarchy)
9283 (speedbar-simple-group-tag-hierarchy): New functions
b6389bfb 9284 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
a1b8d58b
GM
9285 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
9286 functions.
b6389bfb
EL
9287 (speedbar-mouse-set-point): New function
9288 (speedbar-power-click): Updated documentation.
a1b8d58b
GM
9289 (speedbar-line-token, speedbar-goto-this-file): Handle more types
9290 of tag prefix text.
9291 (speedbar-expand-line, speedbar-contract-line): Make more robust
9292 to strange text.
9293 (speedbar-expand-line): Takes universal argument to flush the
9294 cache.
b6389bfb
EL
9295 (speedbar-flush-expand-line): New function.
9296 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
9297 Use new generator insertion method.
9298 (speedbar-fetch-dynamic-tags): New function.
9299 (speedbar-fetch-dynamic-imenu): Removed code now handled in
9300 `speedbar-fetch-dynamic-imenu'.
9301 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
9302 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
9303 "Revert Buffer" menu items.
9304 (speedbar-buffer-buttons-engine): Be smarter when creating a
9305 filename tag (for expansion purposes.).
a1b8d58b
GM
9306 (speedbar-highlight-one-tag-line,
9307 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
9308 (speedbar-recenter): New functions.
b6389bfb 9309 (defimage-speedbar): Image loading abstraction.
a1b8d58b
GM
9310 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
9311 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
9312 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
9313 (speedbar-tag-type, speedbar-tag-mail): New images.
b6389bfb
EL
9314 (speedbar-expand-image-button-alist): New variable.
9315 (speedbar-insert-image-button-maybe): Insert an image over some
9316 buttons.
9317
43fe9244
KH
93182000-05-13 Kenichi Handa <handa@etl.go.jp>
9319
9320 * international/mule-cmds.el (encode-coding-char): An ASCII
9321 character is always encodable.
9322
9323 * international/mule-conf.el: Add more information in descriptions
9324 of character sets.
9325
813086ea 9326 * international/mule-diag.el (describe-char-after): New function.
43fe9244
KH
9327 (describe-font-internal): Adjusted for the change of font-info.
9328 (describe-font): Likewise.
9329 (print-fontset): Rewritten for the new fontset implementation.
9330 (describe-fontset): Include fontset alias names in completion.
9331 (list-fontsets): Adjusted for the change of print-fontset.
9332
9333 * simple.el (what-cursor-position): If DETAIL is non-nil, call
9334 describe-char-after instead of displaying the detail in the echo
9335 area.
813086ea
KH
9336 (syntax-code-table): Format changed.
9337 (string-to-syntax): Adjusted for the above change.
0e8c11d8 9338
e8564f57
SM
93392000-05-12 Stefan Monnier <monnier@cs.yale.edu>
9340
9341 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
9342
9278c60d
DL
93432000-05-12 Dave Love <fx@gnu.org>
9344
9345 * calendar/todo-mode.el: Remove some compatibility stuff and CL
9346 dependence. Use line-{beginning,end}-position, not
9347 point-at{b,e}ol. Some doc fixes.
9348 (todo-position): New function. Fix callers of position to use it.
9349 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
9350
be0505fe
GM
93512000-05-12 Gerd Moellmann <gerd@gnu.org>
9352
9353 * time.el (display-time-mail-icon): Use `:ascent center'.
9354
a8a3541c
GM
9355 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
9356 handling FTP security extensions.
399c88ad 9357
44d5f148
DL
93582000-05-11 Dave Love <fx@gnu.org>
9359
33d0c179 9360 * calendar/todo-mode.el: New file.
44d5f148 9361
da4496b6
GM
93622000-05-11 Gerd Moellmann <gerd@gnu.org>
9363
cdc4401d
GM
9364 * comint.el (comint-read-input-ring): Move reference to
9365 comint-input-ring-size outside of the save-excursion. It was
9366 causing the default value to be the only one ever seen.
399c88ad 9367
0279f991
GM
9368 * font-lock.el: Update copyright. Remove Simon Marshall's email
9369 address on request from him.
9370
da4496b6
GM
9371 * subr.el (substitute-key-definition): Add comment describing
9372 the meaning of PREFIX.
9373
ac5cb26d
SM
93742000-05-10 Stefan Monnier <monnier@cs.yale.edu>
9375
9376 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
9377
9378 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
9379 (add-minor-mode): Don't make the variable buffer-local and add a
9380 reference to define-minor-mode in the docstring.
9381
9382 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
9383 HEADER/FOOTER and fix bug with trailing empty directory.
9384 (cvs-append-to-ignore): Use vc-editable-p if available.
9385 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
9386 (vc-do-command): Tweak advice to handle the new VC.
9387
9388 * log-view.el (log-view-goto-rev): New function for the new VC.
9389 (log-view-minor-wrap): Use mark-active.
9390
9391 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
9392 (log-edit-changelog-full-paragraphs): New var.
9393 (log-edit-insert-changelog): Remove a lonely leading `* file'.
9394 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
9395 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
9396 (log-edit-changelog-ours-p, log-edit-changelog-entries)
9397 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
9398 Replace the `cvs' prefix with `log-edit'.
9399
9400 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
9401
9402 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
9403 (diff-font-lock-defaults): Explicitly turn off multiline.
9404 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
9405 (diff-ediff-patch): Fix call to ediff-patch-file.
9406 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
9407 Handle comments.
9408
9409 * frame.el (automatic-hscrolling): Typo.
9410
9411 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
9412
21c34da3
DL
94132000-05-09 Sam Steingold <sds@goems.com>
9414
9415 * apropos.el (apropos-print): use `describe-face' instead of
9416 `customize-face-other-window'.
9417
950cf06f
DL
94182000-05-09 Dave Love <fx@gnu.org>
9419
9420 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
9421
9422 * help.el (describe-variable): Have customize button pop the
9423 help-xref stack when invoked.
9424 (help-xref-symbol-regexp): Add `face'.
9425 (help-make-xrefs): Check for quoted face names and adapt regexp
9426 submatch numbers to cope.
9427 (help-xref-interned): Maybe insert face doc too. Separate
9428 sections with a line of hyphens.
9429
0623e40f 9430 * faces.el: Some doc fixes. Declare some functions obsolete.
950cf06f
DL
9431 (describe-face): Add customize button. Return the help
9432 text. Fix prompt.
9433
82e2ca9d
EZ
94342000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
9435
9436 * term/internal.el (IT-character-translations): Fix last change.
9437
10c00b5c
EZ
94382000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
9439
9440 * woman.el: New file
9441 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
9442
9deed82f
EZ
94432000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
9444
001ad319
EZ
9445 * term/internal.el (IT-character-translations): Update ASCII
9446 simulations for greek-iso8859-7, add latin-iso8859-14 and
9447 latin-iso8859-15.
9448
9deed82f
EZ
9449 * international/mule-cmds.el (set-language-info-alist): Call
9450 define-prefix-command with 3 arguments, to make the map suitable
9451 for a menu.
9452
4f37b78a
DL
94532000-05-07 Dave Love <fx@gnu.org>
9454
1ec321a7 9455 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
4f37b78a 9456
64a4c526
DL
94572000-05-05 Dave Love <fx@gnu.org>
9458
9459 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
9460 list in doc string. Don't quote keyword symbols.
9461 * emacs-lisp/cl.el: Likewise
9462 * emacs-lisp/cl-seq.el: Likewise
9463
056565f7
GM
94642000-05-05 Gerd Moellmann <gerd@gnu.org>
9465
9466 * abbrev.el (abbrev-mode): Make ARG optional.
9467
4656b314
GM
94682000-05-04 Gerd Moellmann <gerd@gnu.org>
9469
ec82fb2f
GM
9470 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
9471
9472 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
9473
4656b314
GM
9474 * subr.el (substitute-key-definition): Clarify documentation.
9475
94762000-05-04 Milan Zamazal <pdm@freesoft.cz>
9477
9478 * glasses.el (glasses-convert-to-unreadable): Use
9479 `glasses-separator' instead of the hard-wired "_".
9480 (glasses-mode): Call `glasses-make-unreadable' only in a single
9481 place.
9482
7b081c78
EZ
94832000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
9484
9485 * term/internal.el (cjk-codepages-alist): Add associations for
9486 Chinese and Korean codepages. Remove FIXME comment.
9487
baa5536e
DL
94882000-05-03 Dave Love <fx@gnu.org>
9489
9490 * time.el (display-time-mail-face, display-time-use-mail-icon):
9491 New option.
9492 (display-time-mail-icon): New variable.
9493 (display-time-string-forms): Use the above. Fix the local-map.
9494
cbf18892
GM
94952000-05-03 Gerd Moellmann <gerd@gnu.org>
9496
4ff40dd0
GM
9497 * replace.el (query-replace-map): Add binding for `E'.
9498 (query-replace-help): Extend help text.
9499 (perform-replace): Allow editing the replacement string.
9500
9501 * make-mode.el (makefile-mode-abbrev-table): New variable.
9502 (makefile-mode): Set local abbrev table to
9503 makefile-mode-abbrev-table.
9504 (makefile-font-lock-keywords): Fontify includes and conditionals.
399c88ad 9505
cbf18892
GM
9506 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
9507 set TOGGLE's value.
9508
4ff40dd0
GM
9509 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
9510 mail-interactive-insert-alias.
9511 (mail-abbrev-complete-alias): New command.
9512 (mail-mode-map): Bind it to `M-TAB'.
399c88ad 9513
ffec4d9f
KH
95142000-05-03 Kenichi Handa <handa@etl.go.jp>
9515
9516 * language/lao-util.el (lao-compose-region): New function.
9517
1b0672c3
GM
95182000-05-02 Gerd Moellmann <gerd@gnu.org>
9519
576da55d
GM
9520 * files.el (recover-session): Make directories as necessary
9521 if they don't exist yet.
9522
399c88ad
SS
9523 * calendar/cal-french.el
9524 (french-calendar-multibyte-special-days-array)
1b0672c3
GM
9525 (french-calendar-special-days-array): Change French text.
9526 (calendar-french-date-string): Change output.
9527 (calendar-goto-french-date): Likewise.
9528
95292000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
9530
9531 * wid-edit.el (widget-default-active): Obey `:always-active'.
9532 (widget-documentation-string-value-create): Set `:always-active'.
9533
4b33deaa
EZ
95342000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
9535
9536 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
9537 default prefix to `~/_emacs.d/auto-save.list/_s'.
9538 (normal-top-level): Create the directory for auto-save files, if
9539 it doesn't already exist (in the ms-dos case only).
9540
5c922ea7
EZ
95412000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
9542
9543 * international/mule-cmds.el (set-language-environment): Don't
9544 concat an integer (dos-codepage), use format instead.
9545
820ad5e7
DL
95462000-05-02 Dave Love <fx@gnu.org>
9547
9548 * help.el (help-xref-on-pp): Check for constant symbols.
9549
57cb56f5
GM
95502000-04-29 Gerd Moellmann <gerd@gnu.org>
9551
9552 * startup.el (normal-top-level): Put a condition-case around
9553 the code loading subdirs.el.
9554
95552000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
399c88ad 9556
57cb56f5
GM
9557 * ps-print.el: Upside-down and face background color printing,
9558 line number step, doc fix.
9559 (ps-print-version): New version number (5.2).
9560 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
9561 (ps-face-attribute-list, ps-plot-with-face): Code fix.
9562 (ps-spool-config): Var fix.
9563 (ps-printer-name-option): Const fix.
9564 (ps-print-upside-down, ps-use-face-background)
9565 (ps-line-number-step): New vars.
9566 (ps-window-system, ps-lp-system): New consts.
9567 (ps-face-background): New fun.
9568
084cec2f
GM
95692000-04-28 Richard Stallman <rms@gnu.org>
9570
9571 * files.el (make-auto-save-file-name):
9572 Apply auto-save-file-name-transforms to visited file name
9573 before generating auto save file name.
9574 (auto-save-file-name-transforms): New variable.
9575
399c88ad 9576 * files.el (backup-enable-predicate):
084cec2f
GM
9577 Correctly test for a file under a temporary directory.
9578
c94f4677
GM
95792000-04-28 Gerd Moellmann <gerd@gnu.org>
9580
9581 * subr.el (add-minor-mode): Rewritten.
9582
7b211df5
KH
95832000-04-28 Kenichi Handa <handa@etl.go.jp>
9584
9585 * mail/sendmail.el (sendmail-send-it): Set
9586 buffer-file-coding-system to the selected coding system for MIME
9587 header.
9588
c76e04a8 95892000-04-27 Gerd Moellmann <gerd@gnu.org>
e3e36d74 9590
c76e04a8
GM
9591 * dired.el (dired-move-to-filename-regexp): Allow format where
9592 YYYY is followed by two spaces.
e3e36d74 9593
c76e04a8
GM
9594 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
9595 in the second character class of the regexp.
9596
9597 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
9598 mh-etc, too.
353964e3 9599
c76e04a8
GM
9600 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
9601 nil.
399c88ad 9602
353964e3
GM
9603 * subr.el (add-minor-mode): Use `set' instead of `setq'.
9604
9605 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
9606 argument.
9607
c76e04a8 96082000-04-27 Sen Nagata <sen@eccosys.com>
399c88ad 9609
c76e04a8
GM
9610 * emacs-lisp/crm.el (crm-completion-table): New variable.
9611 (crm-collection-fn, crm-test-completion)
9612 (completing-read-multiple): Use it.
9613
96142000-04-27 Dave Love <fx@gnu.org>
9615
9616 * help.el (locate-library): Use mapc.
9617 (help-manyarg-func-alist): Add call-process-region.
9618
7464346d
GM
96192000-04-26 Gerd Moellmann <gerd@gnu.org>
9620
b35bd33d
GM
9621 * subr.el (add-minor-mode): Make argument MAP optional.
9622
7464346d
GM
9623 * desktop.el (desktop-save): Save list of minor modes.
9624 (desktop-create-buffer): Restore minor modes.
9625 (desktop-minor-mode-table): New user-option.
9626
9627 * subr.el (add-minor-mode): New function.
9628
9629 * image.el (find-image): New function.
9630 (defimage): Rewritten to find image at load time.
9631
9632 * startup.el (normal-top-level-add-to-load-path): Handle
9633 case that the default directory is not in load-path.
9634
9635 * help.el: Old patch from Stefan Monnier.
9636 (help-xref-on-pp): New function.
9637 (describe-variable): Use it to display xrefs in a symbol's value.
9638
23c0fb21
SM
96392000-04-26 Stefan Monnier <monnier@cs.yale.edu>
9640
9641 * cus-edit.el (custom-face): Fix parenthesis.
9642
fad95037
KH
96432000-04-26 Kenichi Handa <handa@etl.go.jp>
9644
f03392a1
KH
9645 * mail/rmail.el (rmail-expunge): When there are no deleted
9646 messages, do nothing.
fad95037 9647
0d7c5bb9
DL
96482000-04-26 Dave Love <fx@gnu.org>
9649
9650 * international/mule-cmds.el (locale-translation-file-name):
9651 Defvar to nil.
9652 (set-locale-environment): Set it here (at runtime).
9653
612839b6
GM
96542000-04-25 Gerd Moellmann <gerd@gnu.org>
9655
9656 * replace.el (perform-replace): Add parameters START and END. Use
9657 them instead of the check for a region in Transient Mark mode.
9658 (query-replace-read-args): Return two more list elements for the
9659 start and end of the region in Transient Mark mode.
9660 (query-replace, query-replace-regexp, query-replace-regexp-eval)
9661 (map-query-replace-regexp, replace-string, replace-regexp): Add
9662 optional last arguments START and END and pass them to
9663 perform-replace.
9664
9665 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
9666 form with additional arguments for perform-replace.
9667
9668 * progmodes/etags.el (tags-query-replace): Add parameters START
9669 and END. Construct a form with additional arguments for
9670 perform-replace.
9671
9672 * simple.el (shell-command): Set default directory for "*Shell
9673 Command Output" buffer.
9674
9675 * language/european.el (iso-latin-4): Fix typo.
9676
9677 * emacs-lisp/crm.el: New file.
9678
2917cc05
DL
96792000-04-24 Dave Love <fx@gnu.org>
9680
9681 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
9682 (Custom-reset-saved, Custom-reset-standard)
9683 (custom-group-value-create, custom-group-set, custom-group-save)
9684 (custom-group-reset-current, custom-group-reset-saved)
9685 (custom-group-reset-standard): Use mapc.
9686 (custom-buffer-create-internal): Disable undo when creating items.
9687 Use mapc.
9688 (custom-face): Avoid redundant lambda.
9689
abfcc168
GM
96902000-04-24 Gerd Moellmann <gerd@gnu.org>
9691
9692 * startup.el (auto-save-list-file-prefix): Set default to
9693 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
9694
fa78f71b
SS
96952000-04-24 Sam Steingold <sds@gnu.org>
9696
9697 * time-stamp.el (time-stamp-string-preprocess): Always convert
9698 `field-result' to a string.
9699
cc181e95
GM
97002000-04-24 Gerd Moellmann <gerd@gnu.org>
9701
9702 * frame.el (scrolling): New group.
9703 (automatic-hscrolling): New user-option.
9704
9705 * startup.el (command-line-x-option-alist): Add `-lsp' and
9706 `--line-spacing'.
9707
6142fdcb
DL
97082000-04-19 Dave Love <fx@gnu.org>
9709
9710 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
9711 (cl-mapc): Rename from mapc. Fix the funcall.
9712
5e3dac3f
GM
97132000-04-19 Gerd Moellmann <gerd@gnu.org>
9714
1c459486
GM
9715 * simple.el (clone-indirect-buffer-other-window): New command.
9716 (clone-indirect-buffer): Add optional arg NORECROD.
9717 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
9718
271b4185
GM
9719 * help.el (resize-temp-buffer-window): Use count-screen-lines.
9720
9721 * window.el (count-screen-lines): New function.
9722 (shrink-window-if-larger-than-buffer): Use count-screen-lines
9723 instead of window-buffer-height.
9724
9725 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
9726 non-existing variable comint-input-sentinel.
9727 (inferior-lisp-args-to-list): Removed.
9728 (inferior-lisp): Use split-string instead of
9729 inferior-lisp-args-to-list.
9730
9731 * hexl.el (hexl-insert-hex-string): New command.
9732
5e3dac3f
GM
9733 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
9734 instead of concat.
9735
f6d3257b
GM
97362000-04-18 Gerd Moellmann <gerd@gnu.org>
9737
9738 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
9739 at the start of an existing but empty folder.
9740
97412000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9742
9743 * ps-mule.el: Customization fix, doc fix.
9744 (ps-multibyte-buffer): Customization fix.
9745
8b7bc628 97462000-04-17 Richard M. Stallman <rms@gnu.org>
e61482c0
RS
9747
9748 * subr.el (read-passwd): Use read-char-exclusive.
9749
0daee095
GM
97502000-04-17 Gerd Moellmann <gerd@gnu.org>
9751
9752 * textmodes/texinfo.el (texinfo-insert-@email)
9753 (texinfo-insert-@emph, texinfo-insert-@quotation)
9754 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
9755 (texinfo-mode-map): Add key bindings for them.
9756
9757 * files.el (basic-save-buffer-2): Use a template with `$'
9758 instead of `#' for VMS.
9759
9760 * simple.el (clone-indirect-buffer): New function.
9761
e10f64e7
GM
97622000-04-16 Stephen Eglen <stephen@gnu.org>
9763
9764 * iswitchb.el (iswitchb-case): New function. If the user input
9765 contains any upper-case characters, the search is made
9766 case-sensitive.
9767
e3721db1
SM
97682000-04-17 Stefan Monnier <monnier@cs.yale.edu>
9769
e10f64e7
GM
9770 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
9771 comment-end.
e3721db1
SM
9772 (texinfo-font-lock-syntactic-keywords): New var.
9773 (texinfo-font-lock-keywords): Remove comment regexp.
9774 (texinfo-insert-block): New function.
9775 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
e10f64e7
GM
9776 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
9777 and font-lock-defaults. Use regexp-opt for outline-regexp.
e3721db1 9778 (texinfo-environments): New var.
e10f64e7
GM
9779 (texinfo-environment-regexp): Use regexp-opt and
9780 texinfo-environments.
e3721db1 9781
e10f64e7
GM
9782 * textmodes/ispell.el (ispell-menu-map-needed): Check that
9783 ispell-process is bound since this might be eval'd before ispell
9784 is loaded.
9785 (ispell-message): Use a tiny bit less magic and a bit more hard
9786 data to figure out what kind of sc-cite-regexp to use.
e3721db1
SM
9787
9788 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
9789
9790 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
9791 (insert-cyclic-diary-entry): Unquote the lambda.
9792
9793 * gud.el (gud-jdb-build-source-files-list): Fix typo.
9794
9795 * files.el (backup-enable-predicate): Unquote the lambda.
9796
9797 * cus-edit.el (custom-face, face): Unquote the lambda.
9798
712dc9e0
GM
97992000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9800
9801 * ps-print.el: Check for line-beginning-position definition.
fa78f71b 9802
712dc9e0
GM
9803 * ps-print.el: Fix counting lines in a region.
9804 (ps-print-version): New version number (5.1.5).
9805 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
9806 (ps-printing-region): Fun code fix.
9807
ffc50f2a
GM
98082000-04-15 Gerd Moellmann <gerd@gnu.org>
9809
9810 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
9811 to file-directory-p.
9812
a2522dca
GM
98132000-04-14 Gerd Moellmann <gerd@gnu.org>
9814
9815 * gud.el (gud-jdb-build-source-files-list): Check that directory
9816 exists before calling directory-files.
9817
6e883610
DL
98182000-04-13 Dave Love <fx@gnu.org>
9819
9820 * emacs-lisp/trace.el: Change maintainer. Use new backquote
9821 syntax.
9822
9823 * emacs-lisp/cl-specs.el: Remove when, unless.
9824
9825 * emacs-lisp/cl-extra.el: Don't quote keywords.
9826 (cl-old-mapc): New variable.
9827 (mapc): Use it.
9828 (cl-map-intervals): Use with-current-buffer. Don't check for
9829 next-property-change.
9830 (cl-map-overlays): Use with-current-buffer.
9831 (cl-expt): Remove.
9832 (copy-tree, remprop): Define unconditionally.
9833
9834 * emacs-lisp/cl-compat.el (keywordp): Remove.
9835
9836 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
9837 to use keywordp.
9838 (edebug-spec): Enable keywordp.
9839
9840 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
9841 string-lessp.
9842
9843 * cus-start.el: Use keywordp.
9844
198e3c7a
GM
98452000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
9846
9847 * diary-lib.el (include-other-diary-files): Fix the fix of
9848 2000-02-18 by doing a save-excursion.
9849
98502000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9851
9852 * ps-print.el: Customization fix, doc fix.
9853 (ps-print-version): New version number (5.1.4).
9854 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
9855 (ps-print-preprint): Adjust code.
9856 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
9857 (ps-print-prologue-header, ps-print-control-characters)
9858 (ps-spool-config): Customization fix.
fa78f71b 9859
8eba343c
EZ
98602000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
9861
9862 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
9863 converted to the new menu-item format, names silightly changed,
9864 help strings added.
9865
9866 Support for spelling without async subprocesses:
9867
9868 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
9869 (ispell-session-buffer): New variables.
9870 (ispell-start-process, ispell-process-status,
9871 ispell-accept-output, ispell-send-string): New functions, for
9872 Ispell invocation when async subprocesses aren't supported.
9873 (ispell-word, ispell-pdict-save, ispell-command-loop,
9874 ispell-process-line, ispell-buffer-local-parsing): Replace calls
9875 to process-send-string with calls to ispell-send-string, and
9876 accept-process-output with ispell-accept-output.
9877 (ispell-init-process): Call ispell-process-status instead of
9878 process-status with.
9879 (ispell-init-process): Call ispell-start-process. Call
9880 ispell-accept-output and ispell-send-string. Don't call
9881 process-kill-without-query and kill-process if they are unbound.
9882 (ispell-async-processp): New function.
9883
3d30065d
DL
98842000-04-12 Dave Love <fx@gnu.org>
9885
9886 * info.el: Add debug-ignored-errors.
9887 (Info-mode-menu): Add some items.
9888 (Info-directory): Add autoload cookie.
9889
9890 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
9891 Modify `truncate-lines'. Make `describe-language-environment'
9892 always visible and add help. Modify `describe-key' help. Invoke
9893 Info-directory from `info'. New entry `emacs-manual'.
9894
1a1b1895
GM
98952000-04-10 Gerd Moellmann <gerd@gnu.org>
9896
8b2affc5
GM
9897 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
9898 propertized-buffer-identification.
9899 (ebrowse-update-member-buffer-mode-line): Likewise.
9900 (ebrowse--mode-strings): Removed.
9901 (ebrowse--mode-line-props): Removed.
9902
1a1b1895
GM
9903 * files.el (auto-mode-alist): Add `EBROWSE'.
9904
9905 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
9906 space before testing for end of buffer.
9907 (ebrowse-load): Removed.
9908 (ebrowse-revert-tree-buffer-from-file): Rewritten.
9909 (ebrowse-create-tree-buffer): Rewritten.
9910 (ebrowse-tree-mode): Read tree from buffer.
9911
9912 * progmodes/ebrowse-ffh.el: Removed.
9913
223f3c91
KH
99142000-04-10 Kenichi Handa <handa@etl.go.jp>
9915
9916 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
9917
25fbf2c4
GM
99182000-04-10 Gerd Moellmann <gerd@gnu.org>
9919
9920 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
9921 at the wrong place.
9922
92c13173
DL
99232000-04-09 Dave Love <fx@gnu.org>
9924
9925 * files.el (backup-enable-predicate): Use
9926 temporary-file-directory, small-temporary-file-directory.
9927 (make-backup-file-name-function, backup-directory-alist): New
9928 variables.
9929 (make-backup-file-name-1): New function.
9930 (make-backup-file-name): Use it.
9931 (find-backup-file-name): Likewise. Use format for clarity, not
9932 concat.
9933 (file-newest-backup): Use make-backup-file-name.
9934
be0dbdab
GM
99352000-04-09 Gerd Moellmann <gerd@gnu.org>
9936
c45be9ac 9937 * progmodes/ebrowse-ffh.el: New file.
fa78f71b 9938
c45be9ac
GM
9939 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
9940 to ebrowse-ffh.el.
9941 (ebrowse-load): Add autoload.
9942
9943 * finder.el (finder-commentary): Add autoload cookie.
9944
be0dbdab
GM
9945 * mail/rfc2368.el: Correct author's email address.
9946
9947 * progmodes/ebrowse.el: New file.
9948
9949 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
9950 item help string.
9951 (easy-menu-do-add-item): Ditto.
9952 (easy-menu-define): Extend doc string.
9953
9954 * jit-lock.el (with-buffer-unmodified): Use
9955 restore-buffer-modified-p.
9956 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
9957 (jit-lock-function, jit-lock-stealth-fontify): Don't use
9958 with-buffer-unmodified.
9959
3f923efe
DL
99602000-04-08 Dave Love <fx@gnu.org>
9961
9962 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
9963 unless, when.
9964
d35bee0e
MK
99652000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
9966
9967 * viper-util.el (viper-put-on-search-overlay): New subroutine.
9968 (viper-flash-search-pattern): No operation when using Emacs
fa78f71b 9969 doesn't support face.
d35bee0e 9970 Use `viper-put-on-search-overlay'.
fa78f71b 9971
c407c570
GM
99722000-04-04 Gerd Moellmann <gerd@gnu.org>
9973
9974 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
9975 like C-r.
9976
9977 * progmodes/make-mode.el: Some doc fixes.
9978 (makefile-mode-abbrev-table): New variable.
9979 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
9980 (makefile-font-lock-keywords): Fontify includes and conditionals.
9981 (toplevel): Require `dabbrev' and `add-log' when compiling.
9982
9983 * replace.el (perform-replace): Don't move forward one char
9984 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
9985 to do that because it leaves point 1 position after the last
9986 replacement, after everything has been replaced.
9987
9988 * jit-lock.el (with-buffer-unmodified): New macro.
9989 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
9990 modified state.
9991 (jit-lock-function-1): Extracted from jit-lock-function; not
9992 preserving buffer's modified state.
9993 (jit-lock-function, jit-lock-stealth-fontify): Call
9994 jit-lock-function-1.
9995
9996 * mail/rfc2368.el: Remove supernumerary copyright line.
9997
685e5ed2
GM
99982000-04-04 Milan Zamazal <pdm@freesoft.cz>
9999
10000 * glasses.el: Provide facilities for inserting space before left
10001 parentheses and uncapitalization of identifiers.
10002 (glasses-mode): Try to remove old overlays in all cases.
10003
0166aed1
GM
100042000-04-03 Gerd Moellmann <gerd@gnu.org>
10005
62f20204
GM
10006 * progmodes/compile.el (compile-internal): Display the compilation
10007 buffer in a different frame, if it's already displayed there.
10008
6460c400
GM
10009 * mail/rfc2368.el: New file.
10010
c0510d27
GM
10011 * simple.el (sendmail-user-agent-compose): Recognize a `body'
10012 header and insert its value as mail body.
10013
10014 * subr.el (member-ignore-case): New function.
10015
10016 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
10017 (dabbrev--find-expansion): Ignore buffers matching a regexp
10018 from dabbrev-ignored-regexps.
10019
0166aed1
GM
10020 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
10021 to extensions handled by gzip.
10022
c0510d27
GM
100232000-04-03 Richard M. Stallman <rms@gnu.org>
10024
10025 * files.el (insert-directory): List the total free space
10026 along with the used space.
fa78f71b 10027
c0510d27
GM
10028 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
10029 line is followed by one that matches CITATION-REGEXP, end the
10030 paragraph.
10031
100322000-04-03 Markus Rost <rost@delysid.gnu.org>
10033
10034 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
10035 (rmail-make-basic-summary-line): Use that option.
fa78f71b 10036
14c04384
KH
100372000-04-03 Kenichi Handa <handa@etl.go.jp>
10038
10039 * international/mule-cmds.el (encoded-string-description):
10040 Rewritten. Try pretty description for ISO 2022 escape sequences
3a100fd6
KH
10041 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
10042 for hexadecimal format.
14c04384 10043
ccf5869a
DL
100442000-04-01 Dave Love <fx@gnu.org>
10045
10046 * cpp.el: Change customization group to `c' from `C'.
10047
10048 * vcursor.el (vcursor-move): Use display-color-p.
10049
10050 * international/mule-util.el: Provide mule-utils.
10051 (string-to-sequence): Simplify and speed up.
10052
10053 * international/mule.el (make-coding-system): Purecopy doc-string.
10054
10055 * international/mule-cmds.el: Various menu changes.
10056 (describe-specified-language-support): Handle `Default'.
10057 (set-language-info): Purecopy `info'.
10058
610d841e
GM
100592000-03-31 Andrew Innes <andrewi@gnu.org>
10060
10061 * vc.el (vc-backend-diff): Return the correct status if we had to
10062 retry the rcsdiff command without the --brief option.
fa78f71b 10063
7f9de034
DL
100642000-03-31 Dave Love <fx@gnu.org>
10065
2de47765
DL
10066 * help.el (help-manyarg-func-alist): Correct several omissions.
10067
72838819
DL
10068 * add-log.el: Don't require cl, fortran.
10069 (add-log-current-defun-function): Doc fix.
10070 (change-log-version-number-regexp-list): Remove SCCS part. Doc
10071 fix.
10072 (change-log-version-rcs): Function deleted.
10073 (change-log-version-number-search): Doc fix. Use
10074 vc-workfile-version. Avoid CL dolist.
10075 (add-change-log-entry): Just call add-log-current-defun to get
10076 defun. Simplify somewhat.
10077 (change-log-get-method-definition-1): Likewise.
10078 (add-log-current-defun): Return nil if calling
10079 add-log-current-defun-function does so. Move Fortran stuff to
10080 fortran.el. Return string without properties.
10081
7f9de034
DL
10082 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
10083 and :alpha: char classes.
10084
10085 * mail/supercite.el: Defvar curline when compiling.
10086 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
10087 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
10088 rather than a-zA-Z0-9 to allow non-ASCII characters.
10089
aa110c0c
GM
100902000-03-31 Gerd Moellmann <gerd@gnu.org>
10091
10092 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
10093
10094 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
10095 Re-enable new code.
10096
10097 * lpr.el (print-region-1): Use -d to specify printer name for
10098 systems `usg-unix-v*, `dgux', `hpux', `irix'.
10099
101002000-03-31 Dave Love <fx@gnu.org>
fa78f71b 10101
aa110c0c
GM
10102 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
10103 for function definition in symbol's function value slot first
10104 instead of first consulting byte-compile-function-environment.
fa78f71b 10105
6733d074
KH
101062000-03-31 Kenichi Handa <handa@etl.go.jp>
10107
10108 * language/european.el ("Polish"): New language environment.
10109 (setup-polish-environment): New function.
10110
63fcfa04
GM
101112000-03-30 Gerd Moellmann <gerd@gnu.org>
10112
10113 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
10114 Disable new code.
10115
10116 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
10117 trying to `load' the symbol of an autoload instead of the file
10118 recorded in the autoload. Fix error messages.
10119
7438c86b
GM
101202000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10121
10122 * ps-print.el: PostScript programming fix for ghostview, doc fix.
10123 (ps-print-version): New version number (5.1.3).
10124 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
10125 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
10126 (ps-generate-postscript-with-faces): Code fix.
10127 (ps-color-values): XEmacs compatibility.
10128 (ps-print-background-image, ps-print-background-text, ps-printer-name)
10129 (ps-default-fg, ps-default-bg): Adjust customization.
10130 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
10131 (ps-color-scale): Renaming old ps-color-value fun.
10132 (ps-print-headers): Replace ps-print-header group to avoid conflict
10133 with ps-print-header variable.
10134 (ps-print-miscellany): New group.
10135 (ps-format-color, ps-rgb-color): New funs.
10136 (ps-default-foreground): New var.
10137 (ps-printer-name-option): New const.
fa78f71b 10138
326855a0
PB
101392000-03-30 Peter Breton <pbreton@ne.mediaone.net>
10140
1f56ba73
PB
10141 * net/net-utils.el:
10142 (network-connection-host, network-connection-service): New variables
10143 (network-connection-mode): New mode, derived from comint-mode
10144 (network-connection-mode-setup): New function, saves host and
fa78f71b 10145 service information in local variables.
1f56ba73 10146
326855a0
PB
10147 * lisp/locate.el:
10148 (locate-word-at-point): Added this function
10149 (locate): Default to using locate-word-at-point as input
10150 Run dired-mode-hook
10151
141384bd
DL
101522000-03-29 Dave Love <fx@gnu.org>
10153
10154 * calendar/appt.el: Doc fixes.
10155 (appt-check): Convert min-to-app to a string before passing to
10156 appt-disp-window-function or concat.
10157 (appt-delete-window): Remove test for frame-root-window.
10158 (appt-select-lowest-window, appt-convert-time): Simplify.
10159
10160 * emacs-lisp/bytecomp.el: Doc fixes.
10161 (byte-compile-file-form-autoload): Update
10162 byte-compile-function-environment.
10163
c5aa0fc2
AS
101642000-03-29 Andreas Schwab <schwab@suse.de>
10165
10166 * emacs-lisp/autoload.el: Also print defsubst doc string
10167 specially.
10168
10169 * dired.el (dired-insert-directory): If dired-free-space-program
10170 failed just delete its output.
10171
f1d6fe69
DL
101722000-03-29 Dave Love <fx@gnu.org>
10173
10174 * international/iso-cvt.el: Move provide to end. Doc fixes.
10175 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
10176 (iso-iso2sgml, iso-sgml2iso): New functions.
10177 (iso-cvt-define-menu): Fix some entries and use backquote for
10178 clarity.
10179
10180 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
10181
b61f1215
GM
101822000-03-28 Gerd Moellmann <gerd@gnu.org>
10183
10184 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
10185 ISO-DATE. If non-nil, return date in ISO 8601 format.
10186
ea4b0ca3
SM
101872000-03-26 Stefan Monnier <monnier@cs.yale.edu>
10188
3831af62
SM
10189 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
10190 if it ever becomes used.
10191 (log-edit-mode-hook): Default to vc-log-mode-hook.
10192 (log-edit-mode): Fix the docstring.
10193
ea4b0ca3
SM
10194 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
10195 the code.
10196
08f8b1cc
DL
101972000-03-26 Dave Love <fx@gnu.org>
10198
082527fe
DL
10199 * net/browse-url.el (browse-url): Re-fix case of
10200 browse-url-browser-function being an alist.
10201 (browse-url): Add :link to defgroup.
10202
08f8b1cc
DL
10203 * files.el: Doc fixes.
10204 (file-truename): Include `[' in wildcard characters.
10205 (automount-dir-prefix): Customize.
10206 (find-file-wildcards): Add :version.
10207 (find-file-noselect): Simplify a mapcar call.
10208
10209 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
10210 compatible with inf-lisp version.
10211 (eval-defun-1): Fix custom-declare-variable case.
10212
ea4b0ca3
SM
102132000-03-25 Stefan Monnier <monnier@cs.yale.edu>
10214
10215 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
10216
9a0dd3dc
GM
102172000-03-24 Gerd Moellmann <gerd@gnu.org>
10218
b68c375f
GM
10219 * Makefile (COMPILE_FIRST): New macro.
10220 (compile-files): Compile files from COMPILE_FIRST first.
10221
10222 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
10223 code.
10224
9a0dd3dc
GM
10225 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
10226 matching open parenthesis in column 0 to defun-prompt-regexp
10227 only if open-paren-in-column-0-is-defun-start is set.
10228
10229 * sun-curs.el: Require CL at compile-time only.
10230
10231 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
10232 instead of copy-list which is a function from CL.
10233 (msb--choose-menu, msb--mode-menu-cond)
10234 (msb--create-buffer-menu-2): Use dolist instead of mapc.
10235 (msb--init-file-alist): Use mapcar instead of mapcan.
10236 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
10237 `(' in column 0 in doc string.
10238 (msb--add-separators): Use mapcar instead of mapcan.
10239
10240 * cus-dep.el: Require CL at compile-time only.
10241
c7dcadb5
SM
102422000-03-24 Stefan Monnier <monnier@cs.yale.edu>
10243
10244 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
10245 (byte-compile-warnings): New warning `noruntime'.
10246 (byte-compile-constants, byte-compile-variables): Fix docstring.
10247 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
10248 execute `eval-whenc-compile's body.
10249 (byte-compile-unresolved-functions): Fix docstring.
10250 (byte-compile-eval): New function.
10251 (byte-compile-callargs-warn): Check if the function will be available
10252 at runtime (via property `byte-compile-noruntime').
10253 (byte-compile-print-syms): New function.
10254 (byte-compile-warn-about-unresolved-functions): Also warn about
10255 `noruntime' functions (and use `byte-compile-print-syms').
10256 (byte-compile-file): Capitalize the message.
10257
3b55acc9
GM
102582000-03-24 Gerd Moellmann <gerd@gnu.org>
10259
10260 * mail/rmail.el (rmail-confirm-expunge): New user-option.
10261 (rmail-expunge): Ask for confirmation depending on the setting
10262 of rmail-confirm-expunge.
10263
102642000-03-23 Gerd Moellmann <gerd@gnu.org>
10265
10266 * Makefile (bootstrap-clean): If $(emacs) exists, build
10267 loaddefs.el first. A loaddefs.el that's not up-to-date might
10268 cause a bootstrap failure because things don't autoload as
10269 expected.
10270
02c76af4
DL
102712000-03-23 Dave Love <fx@gnu.org>
10272
10273 * net/browse-url.el: Restore previous use of
10274 browse-url-maybe-new-window.
10275
1a3199d9
GM
102762000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10277
10278 * ps-print.el: Skip banner page fix.
10279 (ps-print-version): New version number (5.1.2).
10280 (ps-begin-file, ps-end-file, ps-generate): Code fix.
fa78f71b 10281
1a3199d9
GM
102822000-03-23 Dave Pearson <davep@davep.org>
10283
10284 * net/quickurl.el Changed the type of parameter passed to the
10285 function defined by `quickurl-format-function'. Before only the
10286 text of the URL was passed. Now the whole URL structure is passed
10287 and the function is responsible for extracting the parts it
10288 requires. Changed the default of `quickurl-format-function'
10289 accordingly.
10290 (quickurl-insert): Changed the `funcall' of
10291 `quickurl-format-function' to match the above change.
10292 (quickurl-list-insert): Changed the `url' case so that it makes
10293 use of `quickurl-format-function', previous to this the format was
10294 hard wired.
fa78f71b 10295
72db3ab5
GM
102962000-03-22 Gerd Moellmann <gerd@gnu.org>
10297
10298 * startup.el: Change some spellings for the X Window System.
10299
68049bfa
SM
103002000-03-22 Stefan Monnier <monnier@cs.yale.edu>
10301
10302 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
10303 up the code and the regexp and make sure the cursor is temporarily
10304 moved to the suspicious line while querying the user.
10305
ff4df011
JR
103062000-03-22 Jason Rumney <jasonr@gnu.org>
10307
10308 * w32-fns.el (w32-charset-info-alist): Initialize.
10309
ee1c5b21
GM
103102000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10311
10312 * ps-print.el: N-up last page fix.
10313 (ps-print-version): New version number (5.1.1).
10314 (ps-end-file, ps-end-job, ps-generate): Code fix.
fa78f71b 10315
d2cbfba0
SM
103162000-03-21 Stefan Monnier <monnier@cs.yale.edu>
10317
bfb857d8
SM
10318 * files.el (find-file-run-dired): Update docstring.
10319 (find-directory-functions): New hook.
10320 (find-file-noselect): Run find-directory-functions rather than
10321 calling dired directly.
10322
10323 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
10324
cb3430a1
SM
10325 * pcvs.el: Add a minimal leading commentary.
10326 (cvs-make-cvs-buffer): Change the header part by removing the startup
10327 message and adding a `Module' entry. Also replace the FOOTER and
10328 HEADER special fileinfos with the new support in ewoc for updating
10329 its own footer and header.
10330 (cvs-update-header): Update to use the header/footer of the ewoc.
10331 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
10332 (cvs-is-within-p): New function.
10333 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
10334 to only examine some subset of the buffers.
10335
10336 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
10337 `format' instead of our own ad-hoc functions.
10338 Remove HEADER and FOOTER cases, now handled in the EWOC.
10339 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
10340
10341 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
10342 output to avoid scaring the user.
10343 (cvs-parse-table): Catch message for non-up-to-date commits.
10344
10345 * pcvs-defs.el (cvs-startup-message): Remove.
10346 (cvs-global-menu): New autoloaded menu.
10347
10348 * pcvs-util.el (cvs-string-fill): Remove.
10349
10350 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
10351 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
10352 PP part of it and also make it work for footers and headers.
10353 (ewoc-create): Drop POS and BUFFER arguments.
10354 Use the DLL's dummy node to store the end-of-footer position.
10355 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
10356 (ewoc-refresh): Remove unused `header' variable.
10357 (ewoc-(get|set)-hf): New functions.
10358
d2cbfba0
SM
10359 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
10360 log-view-*-(message|file) and use easy-mmode-define-navigation.
10361 (log-view-message-re): Match SCCS format as well.
10362 And match the revision line rather than the dashed separator line.
10363 (log-view-mode): Use the new define-derived-mode.
10364 (log-view-current-tag): Fill in with an actual implementation.
10365
10366 * cvs-status.el (cvs-status-(prev|next)): Rename from
10367 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
10368 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
10369 to let the output "breathe" a little more (more readable).
10370 (cvs-status-mode): Use the new define-derived-mode.
10371
10372 * smerge-mode.el (smerge-auto-leave): New function and variable.
10373 (smerge-basic-map): Rename from smerge-basic-keymap.
10374 Change the bindings for smerge-diff-*.
10375 (smerge-*-map): Use easy-mmode-defmap.
10376 (smerge-(next|prev)): Use easy-mmode-define-navigation.
10377 (smerge-keep-*): Use smerge-auto-leave.
10378
51663132
JR
103792000-03-21 Jason Rumney <jasonr@gnu.org>
10380
10381 * cus-edit.el (custom-button-face): Use 3D look for w32.
10382 (custom-button-pressed-face): Likewise.
10383
3f6e4b8b
GM
103842000-03-21 Gerd Moellmann <gerd@gnu.org>
10385
10386 * progmodes/etags.el (tags-case-fold-search): New user-option.
10387 (tags-loop-eval): New function. Bind case-fold-search around eval
10388 depending on the value of tags-case-fold-search.
10389 (tags-loop-continue): Use tags-loop-eval.
10390 (find-tag-in-order): Bind case-fold-search depending on the value
10391 of tags-case-fold-search.
10392
c7ea3acc
SM
103932000-03-21 Stefan Monnier <monnier@cs.yale.edu>
10394
0ae39f53
SM
10395 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
10396 (diff-end-of-hunk): Return the end position for use in
10397 `easy-mmode-define-navigation'.
10398 (diff-recenter): Remove.
10399 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
10400 of `easy-mmode-define-navigation'.
10401 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
10402 previous renaming) and fix to use new names.
10403 (diff-merge-strings): Use \n as separator: simpler, faster.
10404 (diff-mode): Use `define-derived-mode'.
10405
c7ea3acc
SM
10406 * derived.el (define-derived-mode): Don't autoload anymore.
10407 Prefer the macro-only version provided by easy-mmode.el.
10408
10409 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
10410 `easy-mmode-define-derived-mode'.
10411 Use `combine-run-hooks'.
10412 (easy-mmode-define-navigation): New macro.
10413
10414 * subr.el (combine-run-hooks): New function.
10415
6c4bfdc0
KH
104162000-03-21 Kenichi HANDA <handa@etl.go.jp>
10417
10418 * term/x-win.el: Fontsets related initialization is simplified.
10419
10420 * international/mule-diag.el (describe-font): Don't refer to
10421 global-fontset-alist, instead call font-list.
10422 (describe-fontset, list-fontsets, mule-diag): Likewise.
10423 (print-fontset): Adjusted for the change of fontset
10424 implementation.
10425
10426 * international/fontset.el (x-charset-registries): Variable
10427 removed, instead the corresponding data is stored in the default
10428 fontset.
10429 (register-alternate-fontnames): Function removed.
10430 (resolved-ascii-font): Variable removed.
10431 (x-compose-font-name): Ignore the second argument REDOCE.
10432 (x-complement-fontset-spec): Complement only an ASCII font and
10433 element for those charsets than can use that ASCII font.
10434 (generate-fontset-menu): Don't refer to global-fontset-alist,
10435 instead call fontset-list.
10436 (uninstantiated-fontset-alist): Variable removed.
10437 (x-style-funcs-alist): Likewise.
10438 (fontset-default-styles): Likewise.
10439 (x-modify-font-name): Function removed.
10440 (create-fontset-from-fontset-spec): Ignore the argument
10441 STYLE-VARIANT.
10442 (create-fontset-from-ascii-font): Docsting adjusted for the above
10443 change.
10444 (instantiate-fontset, resolve-fontset-name): Functions removed.
10445 (fontset-list): Now implemented by C code.
fa78f71b 10446
6c4bfdc0
KH
10447 * faces.el (read-face-font): Fix TABLE arg to completing-read.
10448 (describe-face): Include `font' attribute in the description.
10449
9111d4b5
KH
104502000-03-21 Kenichi Handa <handa@etl.go.jp>
10451
10452 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
10453
b33dd3b0
GM
104542000-03-20 Gerd Moellmann <gerd@gnu.org>
10455
a25bbe00
GM
10456 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
10457 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
10458 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
fa78f71b 10459
b33dd3b0
GM
10460 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
10461 about behavior of set-buffer-modified-p wrt redisplay.
10462
8b7bc628 104632000-03-19 Richard M. Stallman <rms@gnu.org>
e53ae11c
RS
10464
10465 * view.el (view-mode-disable): Kill local binding of view-read-only.
10466
d7b511c4
GM
104672000-03-18 Gerd Moellmann <gerd@gnu.org>
10468
10469 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
10470 is a string, convert it to a syntax cell using string-to-syntax.
10471
10472 * simple.el (syntax-code-table, syntax-flag-table): New variables.
10473 (string-to-syntax): New function.
10474
10475 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
10476 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
b33dd3b0 10477 try to use passive ftp mode.
d7b511c4 10478
998ecc60
GM
104792000-03-17 Gerd Moellmann <gerd@gnu.org>
10480
b33dd3b0 10481 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
998ecc60
GM
10482
10483 * simple.el (append-to-buffer): Update point of windows after
10484 insertion.
10485
10486 * abbrev.el (inverse-add-abbrev): Identify word by first moving
10487 forward then moving backward. Reindent.
10488
10489 * frame.el (other-frame): Call x-focus-frame only if
10490 focus-follows-mouse is off.
10491
235d6821
DL
104922000-03-17 Dave Love <fx@gnu.org>
10493
10494 * pcvs-util.el (cvs-strings->string): Rename
10495 replace-regexps-in-string.
10496
a29a2cd1
SM
104972000-03-17 Stefan Monnier <monnier@cs.yale.edu>
10498
af595444
SM
10499 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
10500 regexp for labels cannot span several lines.
10501
10502 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
998ecc60 10503 `(setq :<key> ':<key>)' to the macro expansion.
a29a2cd1 10504
a9be2843
DL
105052000-03-16 Dave Love <fx@gnu.org>
10506
10507 * progmodes/f90.el (f90): Put custom group under `languages', not
10508 `fortran'.
10509 (f90-mode-hook): Customize.
10510 (f90-mode): Set add-log-current-defun-function.
10511 (f90-current-defun): New function.
10512
d0ab3e9d
GM
105132000-03-16 Gerd Moellmann <gerd@gnu.org>
10514
16b20ed9
GM
10515 * cus-edit.el (custom-variable-tag-face): Handle case that
10516 default face's height is not a number.
10517 (custom-face-tag-face, custom-group-tag-face-1)
10518 (custom-group-tag-face): Ditto.
10519 (custom-group-tag-face-1): Add :group.
fa78f71b 10520
d0ab3e9d
GM
10521 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
10522
ae8ab422
GM
105232000-03-15 Gerd Moellmann <gerd@gnu.org>
10524
10525 * pcvs-defs.el (toplevel): Remove autoload cookie for form
10526 requiring easymenu.
10527
81c7ca69
GM
105282000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10529
10530 * ps-print.el: PostScript user-defined prologue, PostScript error
10531 handler, doc fix.
10532 (ps-print-version): New version number (5.1).
10533 (ps-user-defined-prologue, ps-error-handler-message)
10534 (ps-print-prologue-0, ps-error-handler-alist): New vars.
10535 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
10536 (ps-insert-string): New function.
fa78f71b 10537
dcf1003d
KH
105382000-03-15 Kenichi Handa <handa@etl.go.jp>
10539
10540 * international/ccl.el (ccl-compile-expression): Don't generate
10541 invalid self-assignment code.
10542
73825616
DL
105432000-03-14 Dave Love <fx@gnu.org>
10544
10545 * subr.el (replace-regexp-in-string): Renamed from
10546 replace-regexps-in-string. Doc fix.
10547
031020ac
DL
105482000-03-12 Dave Love <fx@gnu.org>
10549
10550 * cus-edit.el: Doc fixes.
10551 (customize-set-variable, customize-save-variable): Rename args for
10552 doc.
10553 (custom-variable-tag-face, custom-face-tag-face)
10554 (custom-group-tag-face-1, custom-group-tag-face): Modify from
10555 style which user identify as hyperlink.
10556 (hook): Don't add undefined functions to the hook.
10557 (debug-ignored-errors): Transfer message from bindings.el.
10558
9b2f3c38
GM
105592000-03-12 Gerd Moellmann <gerd@gnu.org>
10560
10561 * recentf.el (recentf-keep-non-readable-files-p): Remove
10562 double/nested definition.
10563
0d6e23cf
DL
105642000-03-12 Dave Love <fx@gnu.org>
10565
10566 * facemenu.el (facemenu-get-face): Use display-color-p.
10567 * enriched.el (enriched-decode-foreground): Likewise.
10568 (enriched-decode-background): Likewise.
10569 * isearch.el (isearch-highlight): Likewise.
10570 * info-look.el (info-lookup): Likewise.
10571 * simple.el (completion-setup-function): Likewise.
10572
10573 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
10574 :options.
10575
10576 * bindings.el (mode-line-format): Fix line-number and
10577 column-number items. Add help-echo for the background.
10578 (mode-line-mule-info): Modify help-echo.
10579
10580 * avoid.el (mouse-avoidance-mode): Add autoload cookie to
10581 defcustom.
10582
10583 * files.el (load-file): Allow completion to .elc.
10584
10585 * man.el: Doc fixes.
10586 (Man-init-defvars): Use display-color-p to set fontification.
10587
10588 * play/hanoi.el (hanoi-internal): Don't use oddp.
10589
e1cff360
GM
105902000-03-12 Gerd Moellmann <gerd@gnu.org>
10591
10592 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
10593
10594 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
10595
5e5dff44
GM
105962000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
10597
10598 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
10599 Fix comment.
10600
5b467bf4
SM
106012000-03-10 Stefan Monnier <monnier@cs.yale.edu>
10602
83fef604
SM
10603 * font-lock.el (font-lock-keywords): Fix the doc now that
10604 regexp-opt-depth is unnecessary.
10605 (save-buffer-state): Set an edebug spec.
10606 (font-lock-fontify-anchored-keywords): Properly handle the case when
10607 the matcher goes past the limit.
10608
5b467bf4
SM
10609 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
10610 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
10611
83fef604
SM
10612 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
10613 dll.el and cookie.el (from Elib) with heavy renaming and other
10614 massaging.
5b467bf4
SM
10615
10616 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
10617 Autoload the functions used.
10618 (easy-mmode-define-syntax): Fix CL typo.
10619 (easy-mmode-define-derived-mode): Improve the docstring generation.
10620
d407456c
GM
106212000-03-10 Gerd Moellmann <gerd@gnu.org>
10622
10623 * textmodes/texinfo.el (texinfo-version): Variable and function
10624 removed.
10625
5a7a545c
SM
106262000-03-09 Stefan Monnier <monnier@cs.yale.edu>
10627
0d6e23cf
DL
10628 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
10629 allow more flexibility.
10630 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
10631 fns.
10632 (easy-mmode-defmap, easy-mmode-defsyntax)
10633 (easy-mmode-define-derived-mode): New macros.
5a7a545c 10634
d407456c 106352000-03-09 Didier Verna <didier@xemacs.org>
445b0666
DL
10636
10637 * rect.el (replace-rectangle): New function.
10638
106392000-03-09 Dave Love <fx@gnu.org>
10640
10641 * progmodes/fortran.el (fortran-comment-line-start): Define as
10642 "C".
10643 (fortran-comment-line-start-skip): Don't match cpp stuff.
10644 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
10645 (fortran-mode-map): Remove over-eager custom-menu-create for now.
10646 (fortran-mode): Don't set fortran-comment-line-start-skip,
10647 fortran-comment-line-start here. Set comment-start,
10648 add-log-current-defun.
10649 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
10650 (fortran-current-defun): New function.
10651
80460654
GM
106522000-03-09 Gerd Moellmann <gerd@gnu.org>
10653
d1221ea9
GM
10654 * emacs-lisp/re-builder.el: New file.
10655
1853aa6b
GM
10656 * mouse.el (mouse-drag-region): Don't run up-event handler
10657 if hscroll has changed.
10658
80460654
GM
10659 * octave-mod.el (octave-font-lock-keywords): To font-lock the
10660 builtin operators, use `font-lock-builtin-face' for Emacs and
10661 `font-lock-preprocessor-face' otherwise.
fa78f71b
SS
10662
10663 * font-lock.el (lisp-font-lock-keywords-1): Highlight
80460654
GM
10664 `(defun (setf foo)' differently.
10665
c0056275
SM
106662000-03-08 Stefan Monnier <monnier@cs.yale.edu>
10667
10668 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
80460654
GM
10669 (regexp-opt): Update comment and adapt the code the new meaning of
10670 the `paren' argument of regex-opt-group for shy-groups.
10671 (regexp-opt-depth): Handle shy groups as well as backslashed
10672 backslashes.
c0056275
SM
10673 (regexp-opt-group): Turn the leading comment into a docstring.
10674 Allow `paren' to be a string (the string to use to open a group).
80460654
GM
10675 Remove open-presuf and close-presuf. Instead of checking for `all
10676 one-char' and then later on check for `several one-char', handle
10677 both cases close together. Also apply a more generic algorithm
10678 for suffixes (the mirror image of the algorithm used for
10679 prefixes). Use shy-groups. Use nreverse rather than reverse.
c0056275
SM
10680 (regexp-opt-try-suffix): Removed.
10681
10682 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
80460654
GM
10683 from comint-mode-map, so we can just inherit from it. Also, move
10684 the initialization into the `defvar' since there's no docstring
10685 anyway and it's fairly short.
10686 (inferior-scheme-mode): Define it as derived-mode: the code is
10687 shorter and this way we inherit from comint-mode-map rather than
10688 copying it.
c0056275 10689
80460654
GM
10690 * subr.el (replace-regexps-in-string): Properly handle the case
10691 where we match an empty string.
c0056275 10692
80460654
GM
10693 * comint.el (comint-exec-1): Add the current-dir to the exec-path
10694 when the command has a directory component (such as "./testml").
c0056275
SM
10695 Also fix a typo in the comment.
10696
5e91ff9e
GM
106972000-03-08 Gerd Moellmann <gerd@gnu.org>
10698
feab4fba
GM
10699 * Makefile (compile-files): Compile files one by one because
10700 that's the only way to ensure a clean compilation environment for
10701 each individual file.
10702
5e91ff9e
GM
10703 * frame.el (other-frame): Call x-focus-frame.
10704
76162e12
DL
107052000-03-07 Dave Love <fx@gnu.org>
10706
f64ce788
DL
10707 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
10708 :require to defcustom.
10709
76162e12
DL
10710 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
10711 lists.
10712
10713 * files.el (auto-mode-alist): Add configure.in.
10714
10715 * progmodes/autoconf.el: New file.
10716
f7daf1e1
GM
107172000-03-07 Gerd Moellmann <gerd@gnu.org>
10718
10719 * mail/mh-e.el: Change maintainer to `none'.
10720
10721 * recentf.el (recentf-keep-non-readable-files-p): Quote args
10722 to remove-hook and add-hook.
10723
107242000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
10725
10726 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
10727 it as the default.
10728 (mail-send): Test mail-send-nonascii also for the new `mime' value.
10729 (sendmail-send-it): Conditionally add MIME headers specifying the
10730 used character set.
fa78f71b 10731
63f6b2c4
DL
107322000-03-07 Dave Love <fx@gnu.org>
10733
10734 * winner.el: Fix keywords, autoload cookies. Split
10735 eval-when-compile form to avoid compilation failure.
10736
8330e2f9
KH
107372000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
10738
10739 * international/mule.el: Modify comment about coding system
10740 property `coding-category'.
10741 (make-coding-system): New argument EOL-TYPE. Pay attention to
10742 coding-category property of PROPERTIES.
10743
10744 * international/mule-conf.el (coding-category-utf-8,
10745 coding-category-utf-16-be, coding-category-utf-16-le): New coding
10746 categories. Include them in the argument for set-coding-priority.
10747
10748 * international/mule-cmds.el (reset-language-environment): Include
10749 coding-category-utf-8, coding-category-utf-16-be, and
10750 coding-category-utf-16-le in the argument for set-coding-priority.
10751 (reset-language-environment): Initialize coding-category-utf-8,
10752 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
10753
18bb0684
GM
107542000-03-06 Karl Fogel <kfogel@red-bean.com>
10755
10756 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
10757 code abstracted out of `bookmark-jump-noselect'. Now tries info
10758 extensions as well as compression extensions.
10759 (bookmark-jump-noselect): Use above new func.
fa78f71b 10760
71a6ba55
GM
107612000-03-03 Gerd Moellmann <gerd@gnu.org>
10762
10763 * strokes.el: Change maintainer's mail address.
10764
0d56cdff
KH
107652000-03-03 Kenichi Handa <handa@etl.go.jp>
10766
10767 * international/mule-diag.el (list-character-sets): Make help-echo
10768 string by substitute-command-keys.
10769 (list-character-sets): Likewise.
10770 (sort-listed-character-sets): Call help-setup-xref.
10771
900fa1f1
GM
107722000-03-02 Gerd Moellmann <gerd@gnu.org>
10773
10774 * time.el (display-time-mail-file): Add `none' to the list of
10775 choices.
10776
54d04320
DL
107772000-03-01 Dave Love <fx@gnu.org>
10778
43f3fa09
DL
10779 * help.el (help-xref-go-back): Don't try to set position.
10780
54d04320
DL
10781 * international/mule-diag.el (list-character-sets): Call
10782 help-setup-xref. Add help-echo to xrefs.
10783 (list-character-sets-1): Add help-echo to xrefs.
10784
d054101f
GM
107852000-03-02 Gerd Moellmann <gerd@gnu.org>
10786
10787 * frame.el (blink-cursor-mode): Switch cursor on when turning
10788 the mode off.
10789
10790 * add-log.el (add-log-current-defun): Add support for
10791 Autoconf mode.
10792
10793 * mail/rmail.el (rmail-quit-hook): New variable.
10794
d77dae5c
DL
107952000-03-01 Dave Love <fx@gnu.org>
10796
e5f597f0
DL
10797 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
10798
d77dae5c
DL
10799 * help.el (help-xref-button): Add help-echo arg.
10800 (describe-function-1, describe-variable, help-make-xrefs): Use it.
10801
10802 * faces.el (list-faces-display): Supply help-echo with
10803 help-make-xrefs.
10804
10805 * facemenu.el (list-text-properties-at): Set help-xref-stack to
10806 nil.
10807
72d19d75
GM
108082000-03-01 Gerd Moellmann <gerd@gnu.org>
10809
2df636f4
GM
10810 * image.el (defimage): Look for image files in load-path.
10811
fa78f71b 10812 * frame.el (busy-cursor-delay-seconds): Change type to
72d19d75
GM
10813 `number'.
10814
2df636f4
GM
108152000-03-01 David Ponce <david.ponce@wanadoo.fr>
10816
10817 * recentf.el (recentf): Added version tag to the defgroup of
10818 recentf.
10819
108202000-03-01 David Ponce <david.ponce@wanadoo.fr>
10821
10822 * recentf.el (recentf-cleanup): Changed to remove excluded file
10823 too.
10824 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
10825 action to select/unselect a file.
10826 (recentf-edit-list): Code cleanup and improvement.
10827 (recentf-open-more-files-action): `recentf-open-more-files' button
10828 widget action to open a file.
10829 (recentf-open-more-files): No more use standard completion but
10830 widgets.
10831 (recentf-more-collection): Deleted.
10832 (recentf-more-history): Deleted.
10833 (recentf-setup-more-completion): Deleted.
10834
108352000-03-01 David Ponce <david.ponce@wanadoo.fr>
10836
10837 * recentf.el (recentf-mode): No more needs that Emacs is running
10838 under a window-system.
10839
108401999-03-01 David Ponce <david.ponce@wanadoo.fr>
10841
10842 * recentf.el (recentf-edit-list): New command to edit the recent
10843 list which allow the user to remove files.
10844 (recentf-edit-selected-items): New global variable, used by
10845 `recentf-edit-list' to hold the list of files to be removed from
10846 the recent list.
10847 (recentf-make-menu-items): Updated to display a "Edit list..."
10848 menu item. Minor code cleanup.
10849
108501999-03-01 David Ponce <david.ponce@wanadoo.fr>
10851
10852 * recentf.el (recentf-open-more-files): New command to open files
10853 that are not displayed in the menu.
10854 (recentf-more-collection): New global variable holding the set of
10855 permissible completions used by `recentf-open-more-files'.
10856 (recentf-more-history): New global variable holding the history list
10857 used by `recentf-open-more-files' completion.
10858 (recentf-setup-more-completion): New function to setup completion for
10859 `recentf-open-more-files'.
10860 (recentf-make-menu-items): Updated to display a "More..." menu item.
10861
108621999-03-01 David Ponce <david.ponce@wanadoo.fr>
10863
10864 * recentf.el (recentf-menu-action): Doc fixed.
10865
108661999-03-01 David Ponce <david.ponce@wanadoo.fr>
10867
10868 * recentf.el (recentf-menu-filter): Doc updated.
10869 (recentf-update-menu-hook): Allow menu filters to force menu update.
10870 (recentf-make-menu-items): New menu filter handling.
10871 (recentf-make-menu-item): New helper function.
10872 (recentf-menu-elements): New menu handling function.
10873 (recentf-sort-ascending): Updated to new menu filter handling.
10874 (recentf-sort-descending): Updated to new menu filter handling.
10875 (recentf-sort-basenames-ascending): New menu filter function.
10876 (recentf-sort-basenames-descending): New menu filter function.
10877 (recentf-show-basenames): New menu filter function.
10878 (recentf-show-basenames-ascending): New menu filter function.
10879 (recentf-show-basenames-descending): New menu filter function.
10880
72d19d75
GM
108812000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10882
10883 * diary-lib.el (list-diary-entries): Don't try to go forward at
10884 the end of the buffer.
10885
1ac1c836
KH
108862000-02-29 Kenichi Handa <handa@etl.go.jp>
10887
10888 * international/mule-diag.el (list-character-sets): Completely
10889 rewritten.
10890 (sort-listed-character-sets): New function.
10891 (list-character-sets-1): Completely rewritten.
10892 (list-character-sets-2): New function.
10893 (non-iso-charset-alist): New variable.
10894 (decode-codepage-char): New function.
10895 (charset-history): New variable.
10896 (read-charset) (list-block-of-chars)
10897 (list-iso-charset-chars)
10898 (list-non-iso-charset-chars)
10899 (list-charset-chars): New functions.
10900 (mule-diag): Call list-character-sets-2, not
10901 list-character-sets-2.
10902 (dump-charsets): Likewise.
10903
ed4d0512
GM
109042000-02-29 Gerd Moellmann <gerd@gnu.org>
10905
72d19d75
GM
10906 * dired-x.el (dired-filename-at-point): Add `@' to valid
10907 file name characters.
10908 (dired-filename-at-point): Handle ange-ftp file names.
10909
ed4d0512
GM
10910 * frame.el (frame-notice-user-settings): Use assq-delete-all
10911 instead of assoc-delete-all.
10912 (frame-notice-user-settings): Ditto.
10913
10914 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
10915 Don't copy alist.
10916
32038c7a
GM
109172000-02-28 Eli Barzilay <eli@cs.cornell.edu>
10918
10919 * calculator.el (calculator-use-menu): New option.
10920 (calculator-initial-bindings): Changed some bindings to work as
10921 macros.
10922 (calculator-forced-input): Removed.
10923 (calculator-restart-other-mode): New variable.
10924 (calculator-mode-map): Set up menu.
fa78f71b 10925
32038c7a
GM
109262000-02-28 Jari Aalto <jari.aalto@poboxes.com>
10927
10928 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
10929 tags.
fa78f71b 10930
55d7ff38 109312000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
fa78f71b 10932
55d7ff38
MK
10933 * viper-cmd.el (viper-envelop-ESC-key): added the option to
10934 translate all ESC key sequences.
10935 (viper-goto-mark-subr): restore markers for files for which
10936 they were saved.
10937 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
10938 * viper-util.el (viper-set-replace-overlay-glyphs,
10939 viper-set-replace-overlay): always check if the replacement
10940 overlay is live.
10941 * viper.el (viper-vi-state-mode-list): added major modes.
10942 * ediff-wind.el: minor comment changes.
10943 * ediff.el: copyright notice date fix.
fa78f71b 10944
387023ee
JR
109452000-02-27 Jason Rumney <jasonr@gnu.org>
10946
10947 * faces.el (face-font-family-alternatives): Add arial to helv.
10948 (mode-line, header-line, tool-bar): Same default as x for w32.
10949 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
10950 face-font-family-alternatives from working.
10951 * term/w32-win.el (mouse-set-font): Do not build fontset from
10952 chosen font.
10953
f43d79c1
GM
109542000-02-25 Sam Steingold <sds@goems.com>
10955
5d80cc9c 10956 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
f43d79c1 10957 properly.
fa78f71b 10958
8b7bc628 109592000-02-25 Richard M. Stallman <rms@gnu.org>
f43d79c1
GM
10960
10961 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
10962
4eb8436f
GM
109632000-02-25 Gerd Moellmann <gerd@gnu.org>
10964
10965 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
10966 writable.
10967
449c3c52 10968 * frame.el (busy-cursor-delay-seconds): New option.
f5b58615 10969
42088c12
GM
109702000-02-24 Gerd Moellmann <gerd@gnu.org>
10971
10972 * frame.el (show-cursor-in-non-selected-windows): New option.
10973
c60ea02e
GM
109742000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10975
10976 * diary-lib.el (include-other-diary-files): Undo the selective
10977 display in any included file and don't kill it.
10978
d066de8e
EZ
109792000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
10980
10981 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
10982 bar. Menu items converted to (menu-item format, help strings
10983 added.
10984 [downcase, upcase]: Don't enable on MS-DOS.
10985 [symlink, symlinks]: Don't show if make-symbolic-link is not
10986 bound.
10987 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
10988
b6906b38
DL
109892000-02-23 Dave Love <fx@gnu.org>
10990
275cf1b2
DL
10991 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
10992 (backward-kill-word): Revert addition of * to interactive spec --
10993 it's a feature.
10994
10995 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
10996 (backward-kill-sentence, kill-sentence): Likewise.
10997
99d48056
DL
10998 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
10999 scratch buffer name.
11000 (gud-format-command): Use int-to-string in ?l case. Simplify
11001 slightly.
11002
11003 * term/w32-win.el (internal-face-interactive): Update prompt for
11004 new read-face-name.
11005
11006 * mail/footnote.el (footnote): Add :version to defgroup.
11007 (footnote-section-tag-regexp): Customize.
11008 (footnote-start-tag, footnote-end-tag): New option.
11009 (footnote-latin-regexp): New variable.
11010 (Footnote-latin): New function.
11011 (footnote-style-alist): Add element for latin style.
11012 (footnote-style): Moved.
11013 (Footnote-goto-footnote): Use eq to test arg.
11014
11015 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
11016
b6906b38
DL
11017 * emacs-lisp/byte-opt.el: Change old backquote syntax.
11018 (byte-compile-trueconstp): Include keywords.
11019 (byte-optimize-quote, byte-optimize-lapcode): Use
11020 byte-compile-const-symbol-p.
11021 (byte-optimize-char-before): New optimization.
11022
11023 * emacs-lisp/bytecomp.el: Change old backquote syntax.
11024 (byte-compile-const-symbol-p): New function.
11025 (byte-compile-constp, byte-compile-out-toplevel)
11026 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
11027 Use it.
11028
11029 * subr.el (define-key-after): Default AFTER to t. Doc fix.
11030
214f877f
KH
110312000-02-23 Kenichi Handa <handa@etl.go.jp>
11032
c709bcf1
KH
11033 * international/encoded-kb.el: Be sure to update minor-mode-alist
11034 and minor-mode-map-alist.
11035 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
11036 codes SS2 and SS3 correctly.
11037 (encoded-kbd-self-insert-ccl): New function.
11038 (encoded-kbd-setup-keymap): New function.
11039 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
11040 by calling encoded-kbd-setup-keymap.
11041
214f877f
KH
11042 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
11043 characters.
11044 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
11045 locally.
11046
b021ef18
DL
110472000-02-22 Dave Love <fx@gnu.org>
11048
11049 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
11050 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
11051 defvar.
11052 (lisp-mode-syntax-table): Set up for #|...|# comments.
11053 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
11054 classes. Match `defface'.
11055 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
11056 (eval-defun-1): Fix for defcustom.
11057 (lisp-indent-region): Doc fix.
11058
11059 * subr.el (when, unless, split-string): Doc fix.
11060 (read-passwd): Move call of clear-this-command-keys to the right
11061 place.
11062 (replace-regexps-in-string): New function.
11063
14cc00ad
GM
110642000-02-22 Gerd Moellmann <gerd@gnu.org>
11065
11066 * help.el (describe-variable): Set syntax table to
11067 emacs-lisp-mode-syntax-table when moving forward over the
11068 symbol's name.
11069
47da5efa
DL
110702000-02-22 Dave Love <fx@gnu.org>
11071
11072 * xt-mouse.el: Doc fixes.
11073 (xterm-mouse-position-function): New function, replacing advice of
11074 mouse-position.
11075 (xterm-mouse-mode): Use it. Don't turn on under a window system.
11076
11077 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
11078
f0a6c717
GM
110792000-02-21 Gerd Moellmann <gerd@gnu.org>
11080
11081 * format.el (format-annotate-single-property-change): Handle
11082 properties.with dotted-list values.
11083 (format-proper-list-p): New function.
11084
11085 * enriched.el (enriched-face-ans): Handle '(foreground-color
11086 . COLOR) and (background-color . COLOR).
11087
2be80b63
DL
110882000-02-20 Dave Love <fx@gnu.org>
11089
11090 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
11091 and assignments to it.
11092 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
11093 current local map.
11094 (make-flyspell-overlay): Use it.
11095 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
11096
11097 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
11098 (lm-get-header-re): Defun, not defsubst.
11099 (lm-get-package-name): Defun, not defsubst. Simplify.
11100 (lm-version): Doc fix. Simplify.
11101 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
11102 (lm-crack-address, lm-last-modified-date, lm-commentary)
11103 (lm-verify, lm-synopsis): Simplify.
11104 (lm-report-bug): Require emacsbug. Use compose-mail.
11105
329eed9f
GM
111062000-02-20 Gerd Moellmann <gerd@gnu.org>
11107
11108 * dired.el (dired-mode): Call propertized-buffer-identification
11109 to set mode-line-buffer-identification to something having
11110 the right text properties.
11111
11112 * bindings.el (propertized-buffer-identification): New function.
11113
be5bb146
DL
111142000-02-20 Dave Love <fx@gnu.org>
11115
11116 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
11117 check for t-mouse too.
11118
11119 * cus-start.el: Make echo-keystrokes `number'.
11120
1d4311c3
EZ
111212000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
11122
11123 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
11124 Don't call ring-empty-p unless tags-location-ring is bound.
11125 From Noah Friedman <friedman@splode.com>.
11126
a23c5037
TTN
111272000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
11128
11129 * progmodes/hideshow.el (hs-flag-region): No longer use
11130 `intangible' overlay property.
11131
11132 (hs-toggle-hiding): New command.
11133 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
11134
11135 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
11136 Fix omission bug: Run `hs-minor-mode-hook' for both activation
11137 and deactivation.
11138
b6a22bf8
GM
111392000-02-18 Gerd Moellmann <gerd@gnu.org>
11140
11141 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
11142
d621caf7
GM
111432000-02-17 Gerd Moellmann <gerd@gnu.org>
11144
3c0ed7ce
GM
11145 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
11146
d621caf7
GM
11147 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
11148 of `*' to handle `(* ... *)' comments.
11149
538d88fb
EZ
111502000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
11151
53c80cf6 11152 * faces.el (list-faces-display): Use display-mouse-p instead of
f24fef2f 11153 window-system.
53c80cf6 11154
538d88fb
EZ
11155 * menu-bar.el (global-map): Menu-bar items converted to the new
11156 format (menu-item..., rearranged for better CUA compliance, and
11157 their names changed for better clarity. Help strings added.
11158
11159 * international/mule-cmds.el (mule-menu-keymap)
11160 (describe-language-environment-map, set-coding-system-map)
11161 (setup-language-environment-map): Convert to new (menu-item...
11162 form, add help strings. Change names of menu items for better
11163 clarity. "Mule" menu-bar item removed (it's now in the "Options"
11164 submenu).
11165
8389e1e2 111662000-02-17 Gerd Moellmann <gerd@gnu.org>
84fe35f0 11167
a23c5037 11168 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
8389e1e2 11169 within the code.
a23c5037 11170
8389e1e2 111712000-02-16 Dave Love <fx@gnu.org>
a23c5037 11172
84fe35f0
DL
11173 * faces.el: Don't require custom. Add more specific :groups to
11174 various deffaces.
11175 (set-face-attribute): Purecopy args.
11176 (read-face-name): Default to name at point and use it in prompt.
11177 Remove colon from arg in all callers.
11178 (list-faces-display): Hyperlink to face descriptions and customize
11179 buffers.
11180
b2aeee30
DL
111812000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
11182
11183 * wid-edit.el (widget-match-inline): An atom never matches a
11184 list.
11185
99e95407
GM
111862000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11187
82d2c7c5
DL
11188 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
11189 at ':' characters by call to split-string.
99e95407
GM
11190
111912000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11192
82d2c7c5 11193 * textmodes/bibtex.el: Added RCS version identification.
99e95407
GM
11194
111952000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11196
82d2c7c5
DL
11197 * textmodes/bibtex.el: Some temporary comments removed.
11198 (bibtex-field-name, bibtex-entry-type): Made the relationship
11199 explicit.
11200 (bibtex-field-const): Allow capital letters.
11201 (bibtex-start-of-string): Deleted because unused.
11202
11203 * textmodes/bibtex.el: Unified some nomenclature. We no longer
11204 use the term 'reference' to describe a bibtex entry as a whole.
11205 Further, reference keys are no longer called 'labels'.
11206 (bibtex-keys): Renamed to bibtex-reference-keys.
11207 (bibtex-reformat-previous-labels): Renamed to
11208 bibtex-reformat-previous-reference-keys.
11209 (bibtex-reference-type): Renamed to bibtex-entry-type.
11210 (bibtex-reference-head): Renamed to bibtex-entry-head.
11211 (bibtex-reference-maybe-empty-head): Renamed to
11212 bibtex-entry-maybe-empty-head.
11213 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
11214 (bibtex-search-reference): Renamed to bibtex-search-entry.
11215 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
11216 bibtex-enclosing-entry-maybe-empty-head.
11217 (bibtex-entry-field-alist, bibtex-entry-head,
11218 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
11219 bibtex-map-entries, bibtex-search-entry,
11220 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
11221 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
11222 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
11223 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
11224 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
11225 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
11226 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
99e95407
GM
11227
112282000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11229
82d2c7c5
DL
11230 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
11231 comment.
11232 (bibtex-format-field-delimiters): New function, functionality
11233 extracted from bibtex-format-entry.
11234 (bibtex-autokey-get-yearfield-digits): New function, functionality
11235 extracted from bibtex-autokey-get-yearfield.
11236
11237 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
11238 entries in order to avoid stack overflow in the regexp matcher if
11239 field contents become large.
11240 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
11241 bibtex-field-string-part-not-braced,
11242 bibtex-field-string-part-no-inner-braces,
11243 bibtex-field-string-part-1-inner-brace,
11244 bibtex-field-string-part-2-inner-braces,
11245 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
11246 bibtex-field-string-quoted, bibtex-field-string,
11247 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
11248 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
11249 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
11250 as parsing is now performed by the following functions.
11251 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
11252 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
11253 bibtex-parse-field-string, bibtex-search-forward-field-string,
11254 bibtex-parse-association, bibtex-field-name-for-parsing,
11255 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
11256 bibtex-search-forward-field, bibtex-search-backward-field,
11257 bibtex-start-of-field, bibtex-end-of-field,
11258 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
11259 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
11260 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
11261 bibtex-parse-string, bibtex-search-forward-string,
11262 bibtex-search-backward-string, bibtex-start-of-string,
11263 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
11264 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
11265 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
11266 entries. Instead of reporting the results of the parsing by
11267 match-beginning or match-end, these functions return data structures
11268 that hold the corresponding positions.
11269 (bibtex-enclosing-field): Changed to also report field boundaries by
11270 return values rather than by match-beginning or match-end. The
11271 following functions have been adapted to use the new parsing
11272 functions.
11273 (bibtex-skip-to-valid-entry, bibtex-search-reference,
11274 bibtex-enclosing-field, bibtex-format-entry,
11275 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
11276 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
11277 bibtex-print-help-message, bibtex-end-of-entry,
11278 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
11279 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
11280 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
11281 method for parsing.
11282 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
11283 bibtex-map-entries, bibtex-flash-head,
11284 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
11285 bibtex-autokey-change, bibtex-autokey-get-namefield,
11286 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
11287 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
11288 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
11289 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
11290 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
11291 order to make the new binding of case-fold-search immediately
11292 visible.
99e95407
GM
11293
112942000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11295
82d2c7c5
DL
11296 * textmodes/bibtex.el: Copyright notice is up to date.
11297 Added constant 'bibtex-maintainer-salutation.
99e95407 11298
82d2c7c5
DL
11299 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
11300 than make-temp-name, use match-string-no-properties and eliminate
11301 a quadratic behavior when building bibtex-strings.
99e95407 11302
82d2c7c5
DL
11303 * bibtex.el (bibtex-reference-key): Accept string entries whose
11304 reference key contains upper case letters.
99e95407
GM
11305
113062000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11307
82d2c7c5
DL
11308 * bibtex.el (bibtex-reference-head): Allow entries to start with
11309 a new line.
99e95407
GM
11310
113112000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11312
82d2c7c5
DL
11313 * bibtex.el: Hiding of entry bodies is not longer provided by
11314 bibtex.el directly. Instead the hideshow package can be used.
11315 Added a special bibtex entry to hs-special-modes-alist.
11316 (bibtex-hs-forward-sexp): Added for hideshow.el.
8389e1e2
GM
11317
113182000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11319
f24fef2f
SM
11320 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
11321 at ':' characters by call to split-string.
8389e1e2
GM
11322
113232000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11324
f24fef2f 11325 * textmodes/bibtex.el: Added RCS version identification.
8389e1e2
GM
11326
113272000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11328
f24fef2f
SM
11329 * textmodes/bibtex.el: Some temporary comments removed.
11330 (bibtex-field-name, bibtex-entry-type): Made the relationship
11331 explicit.
11332 (bibtex-field-const): Allow capital letters.
11333 (bibtex-start-of-string): Deleted because unused.
fa78f71b 11334
f24fef2f
SM
11335 * textmodes/bibtex.el: Unified some nomenclature. We no longer
11336 use the term 'reference' to describe a bibtex entry as a whole.
11337 Further, reference keys are no longer called 'labels'.
11338 (bibtex-keys): Renamed to bibtex-reference-keys.
11339 (bibtex-reformat-previous-labels): Renamed to
11340 bibtex-reformat-previous-reference-keys.
11341 (bibtex-reference-type): Renamed to bibtex-entry-type.
11342 (bibtex-reference-head): Renamed to bibtex-entry-head.
11343 (bibtex-reference-maybe-empty-head): Renamed to
11344 bibtex-entry-maybe-empty-head.
11345 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
11346 (bibtex-search-reference): Renamed to bibtex-search-entry.
11347 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
11348 bibtex-enclosing-entry-maybe-empty-head.
11349 (bibtex-entry-field-alist, bibtex-entry-head,
11350 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
11351 bibtex-map-entries, bibtex-search-entry,
11352 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
11353 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
11354 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
11355 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
11356 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
11357 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
11358 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
8389e1e2
GM
11359
113602000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11361
f24fef2f
SM
11362 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
11363 comment.
11364 (bibtex-format-field-delimiters): New function, functionality
11365 extracted from bibtex-format-entry.
11366 (bibtex-autokey-get-yearfield-digits): New function, functionality
11367 extracted from bibtex-autokey-get-yearfield.
fa78f71b 11368
f24fef2f
SM
11369 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
11370 entries in order to avoid stack overflow in the regexp matcher if
11371 field contents become large.
11372 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
11373 bibtex-field-string-part-not-braced,
11374 bibtex-field-string-part-no-inner-braces,
11375 bibtex-field-string-part-1-inner-brace,
11376 bibtex-field-string-part-2-inner-braces,
11377 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
11378 bibtex-field-string-quoted, bibtex-field-string,
11379 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
11380 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
11381 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
11382 as parsing is now performed by the following functions.
11383 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
11384 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
11385 bibtex-parse-field-string, bibtex-search-forward-field-string,
11386 bibtex-parse-association, bibtex-field-name-for-parsing,
11387 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
11388 bibtex-search-forward-field, bibtex-search-backward-field,
11389 bibtex-start-of-field, bibtex-end-of-field,
11390 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
11391 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
11392 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
11393 bibtex-parse-string, bibtex-search-forward-string,
11394 bibtex-search-backward-string, bibtex-start-of-string,
11395 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
11396 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
11397 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
11398 entries. Instead of reporting the results of the parsing by
11399 match-beginning or match-end, these functions return data structures
11400 that hold the corresponding positions.
11401 (bibtex-enclosing-field): Changed to also report field boundaries by
11402 return values rather than by match-beginning or match-end. The
11403 following functions have been adapted to use the new parsing
11404 functions.
11405 (bibtex-skip-to-valid-entry, bibtex-search-reference,
11406 bibtex-enclosing-field, bibtex-format-entry,
11407 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
11408 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
11409 bibtex-print-help-message, bibtex-end-of-entry,
11410 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
11411 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
11412 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
11413 method for parsing.
11414 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
11415 bibtex-map-entries, bibtex-flash-head,
11416 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
11417 bibtex-autokey-change, bibtex-autokey-get-namefield,
11418 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
11419 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
11420 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
11421 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
11422 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
11423 order to make the new binding of case-fold-search immediately
11424 visible.
8389e1e2
GM
11425
114262000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11427
f24fef2f
SM
11428 * textmodes/bibtex.el: Copyright notice is up to date.
11429 Added constant 'bibtex-maintainer-salutation.
fa78f71b 11430
f24fef2f
SM
11431 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
11432 than make-temp-name, use match-string-no-properties and eliminate
11433 a quadratic behavior when building bibtex-strings.
fa78f71b 11434
f24fef2f
SM
11435 * bibtex.el (bibtex-reference-key): Accept string entries whose
11436 reference key contains upper case letters.
8389e1e2
GM
11437
114382000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11439
f24fef2f
SM
11440 * bibtex.el (bibtex-reference-head): Allow entries to start with
11441 a new line.
8389e1e2
GM
11442
114432000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11444
f24fef2f
SM
11445 * bibtex.el: Hiding of entry bodies is not longer provided by
11446 bibtex.el directly. Instead the hideshow package can be used.
11447 Added a special bibtex entry to hs-special-modes-alist.
11448 (bibtex-hs-forward-sexp): Added for hideshow.el.
99e95407
GM
11449
114502000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
11451
82d2c7c5 11452 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
99e95407
GM
11453 proceedings entry type (for cross referencing). Thanks to Wagner
11454 Toledo Correa for the suggestion.
11455
82d2c7c5 11456 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
99e95407 11457
eae61d8f
KH
114582000-02-14 Kenichi Handa <handa@etl.go.jp>
11459
11460 * international/characters.el: Setup case table for Vietnamese.
11461
fb07a302
GM
114622000-02-12 Gerd Moellmann <gerd@gnu.org>
11463
11464 * uniquify.el (toplevel): Require CL at compile time.
11465 (uniquify-push): Removed.
11466
11467 * shadowfile.el (shadow-when): Removed.
11468
11469 * tempo.el (tempo-dolist, tempo-mapc): Removed.
11470 (tempo-process-and-insert-string): Use dolist instead of
11471 tempo-dolist.
11472
11473 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
11474 regexp for paragraph-start.
11475
11476 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
11477 commas as well.
11478
a0eddf92
DL
114792000-02-10 Dave Love <fx@gnu.org>
11480
11481 * wid-edit.el: (widgets) [defgroup]: Remove url link.
11482 (widget-color-choice-list, widget-color-history, widget-mouse-help):
11483 Deleted.
11484 (widget-specify-field, widget-specify-button): Don't use
11485 widget-mouse-help as help-echo property.
11486 (default): Use #'ignore for :validate and :mouse-down-action.
11487 (checkbox): Add help-echo.
11488 (widget-sexp-validate): Rewritten to clarify error messages.
11489 (character): Use char-valid-p in :match function.
11490 (widget-color-complete): Use facemenu-color-alist.
11491 (widget-color-action): Use facemenu-read-color.
11492
11493 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
11494 set up `caar' &c that we now have.
11495
82d2c7c5
DL
114962000-02-09 Ray Blaak <blaak@gnu.org>
11497
11498 * delphi.el: Make resourcestring a declaration region, like const
11499 and var.
11500
6cbc1482
DL
115012000-02-09 Dave Love <fx@gnu.org>
11502
11503 * bindings.el (mode-line-input-method-map): New variable.
11504 (mode-line-mule-info): Use it; fix last change.
11505 (mode-line-mode-menu): Move definition.
11506 (mode-line-mouse-sensitive-p): Deleted.
11507 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
11508 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
11509 level.
11510
11511 * startup.el (command-line-1): Don't call
11512 make-mode-line-mouse-sensitive.
11513
f7136ee8
GM
115142000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
11515
11516 * mail/rmail.el (rmail-retry-failure): Use
11517 rmail-beginning-of-message before rmail-toggle-header, because the
11518 former toggles headers.
11519
6e1d0d15
SM
115202000-02-06 Stefan Monnier <monnier@cs.yale.edu>
11521
fef8c55b
SM
11522 * diff-mode.el (diff-kill-junk): New interactive function.
11523 (diff-reverse-direction): Use delete-and-extract-region.
11524 (diff-post-command-hook): Restrict the area so that the hook also works
11525 outside of any diff hunk. This is necessary for the minor-mode.
11526 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
11527 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
11528
6e1d0d15
SM
11529 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
11530 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
11531 so that it can be used more easily in <foo>-mode-hook. Also make sure
11532 to avoid duplicate entries.
11533 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
11534 (font-lock-remove-keywords): Just as was done for `add', allow it to
11535 work even if font-lock-mode is nil. Also make sure we don't modify
11536 any pre-existing list by forcing a copy-sequence. Finally rename
11537 `major-mode' to `mode'.
11538 (font-lock-fontify-syntactic-anchored-keywords)
11539 (font-lock-fontify-anchored-keywords)
11540 (font-lock-fontify-keywords-region): Use line-end-position.
11541 Don't make `font-lock-multiline' local (it's now done in
11542 font-lock-set-defaults).
11543 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
11544 move the `font-lock-fontified' creation to inside the `unless'.
11545
a75dfea0
AI
115462000-02-06 Andrew Innes <andrewi@gnu.org>
11547
11548 * term/w32-win.el (x-handle-args): Comment out call to message,
11549 which occurs before window system is initialized.
11550
11551 * makefile.nt: Add support for recompiling lisp code.
11552
b85e9462
DL
115532000-02-04 Dave Love <fx@gnu.org>
11554
9ff33afb
DL
11555 * bindings.el (mode-line-mule-info): Fix/extend last change.
11556
b85e9462
DL
11557 * completion.el: Replace completion-dolist with dolist.
11558
11559 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
11560 dotimes.
11561
44dff075
CD
115622000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
11563
11564 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
11565 environment names before they go into the section regexp.
11566
11567 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
11568 char class in regexp.
11569
11570 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
11571 `case-fold-search' to nil.
11572
11573 * progmodes/idlwave.el (idlwave-template): Respect
11574 `idlwave-abbrev-change-case'.
11575 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
11576 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
11577 idlwave-while): respect `idlwave-reserved-word-upcase'.
11578 (idlwave-rw-case): New function.
11579 (idlwave-statement-match): Fixed problem with assignment regexp.
11580 (idlwave-font-lock-keywords): Improved regexp for keyword
11581 parameters.
a23c5037 11582 (idlwave-surround): New argument LENGTH to support padding of
44dff075
CD
11583 operators longer than 1 char.
11584
11585 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
11586 idlwave-shell-expression-overlay. Implemented printing of
11587 expressions on higher levels of the calling stack.
11588 (idlwave-shell-display-level-in-calling-stack): Restore stack
11589 level.
11590 (idlwave-retrieve-expression-from-level): New function.
11591 (idlwave-shell-last-calling-stack): Variable removed.
11592 (idlwave-shell-reset): Argument action reversed (`visible' to
11593 `hidden'). Also remove stop-line overlay.
11594 (idlwave-shell-calling-stack-routine): New variable.
11595 (idlwave-shell-parse-stack-and-display): Messages now display
11596 negative level numbers.
11597 (idlwave-shell-mode): Set `modeline-format'.
11598 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
11599 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
11600 21.
11601 (idlwave-shell-print-expression-function): New option.
a23c5037 11602
44dff075
CD
11603 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
11604 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
11605 `tool-bar' instead of `toolbar'.
11606
f26c34fd
DL
116072000-02-02 Dave Love <fx@gnu.org>
11608
11609 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
11610 emacs-lisp-mode-hook. Don't check for defalias being defined.
11611
11612 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
11613 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
11614 the new builtins directly.
11615
11616 * whitespace.el (whitespace): Add :version to defgroup.
11617
11618 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
11619 Doc fix.
11620
11621 * thingatpt.el (sexp-at-point, symbol-at-point)
11622 (number-at-point, list-at-point): Add autoload cookie.
11623
11624 * recentf.el (recentf): Add :version to defgroup.
11625
11626 * quickurl.el (quickurl): Add :version to defgroup.
11627
11628 * elide-head.el (elide-head): Use point-marker more.
11629
11630 * bs.el (bs): Add :version to defgroup.
11631
11632 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
11633
11634 * progmodes/delphi.el (delphi): Add :version to defgroup.
11635
d240a249
GM
116362000-02-02 Gerd Moellmann <gerd@gnu.org>
11637
11638 * ange-ftp.el (ange-ftp-write-region): Handle case that
11639 succeeding process operation sets a different coding system.
11640
11641 * calculator.el: New file.
11642
d5179a01
EZ
116432000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
11644
11645 * frame.el (frames-on-display-list, framep-on-display): New
11646 functions.
11647 (display-mouse-p, display-popup-menus-p, display-graphic-p)
11648 (display-selections-p, display-screens, display-pixel-width)
11649 (display-pixel-height, display-mm-width, display-mm-height)
11650 (display-backing-store, display-save-under, display-planes)
11651 (display-color-cells, display-visual-class): New functions.
11652
11653 * term/tty-colors.el (tty-color-gray-shades): New function.
11654
11655 * faces.el (display-color-p): Use framep-on-display.
11656 (display-grayscale-p): New function.
11657
968e00f0
DL
116582000-01-31 Dave Love <fx@gnu.org>
11659
11660 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
11661 (create-fontset-from-x-resource): Don't concat integers.
11662
2cb750ba
GM
116632000-01-31 Inge Frick <inge@nada.kth.se>
11664
11665 * view.el: Some changes in documentation. Removed some trailing
11666 whitespace. Changed some parameter names to agree with
11667 documentation.
11668 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
11669 window is not deleted. Modifies change 1998-04-26.
a23c5037 11670
74e9213b
GM
116712000-01-31 Gerd Moellmann <gerd@gnu.org>
11672
47569935
GM
11673 * windmove.el: New file.
11674
74e9213b
GM
11675 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
11676 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
2cb750ba 11677 progmodes/ebnf-yac.el: Update copyright and license info.
a23c5037 11678
74e9213b
GM
11679 * jit-lock.el (jit-lock-function): Widen before calculating end
11680 position.
11681 (jit-lock-stealth-chunk-start): Rewritten.
11682
11683 * info.el (Info-title-face-alist): Removed.
11684 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
11685 faces.
11686 (Info-fontify-node): Use these faces.
11687
994c5afe
GM
116882000-01-30 Gerd Moellmann <gerd@gnu.org>
11689
11690 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
11691 (cl-macro-list1): Recognize `&allow-other-keys' instead of
11692 `&allow-other-keywords'.
11693
11694 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
11695 the list of directories scanned heuristically.
11696
11697 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
11698 exist.
11699
f00276e3
JR
117002000-01-30 Jason Rumney <jasonr@gnu.org>
11701
11702 * w32-fns.el: Define w32-tty-standard-colors.
11703
11704 * startup.el (command-line): Use w32-tty-standard-colors when in
11705 w32 console mode.
11706
cc4dfff0
DL
117072000-01-30 Dave Love <fx@gnu.org>
11708
e645e77b
DL
11709 * jka-compr.el (jka-compr-load): Fix up load-history.
11710
cc4dfff0
DL
11711 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
11712
11713 * emacs-lisp/cl-macs.el: Revert previous change.
11714
16215eb0
DL
117152000-01-29 Dave Love <fx@gnu.org>
11716
11717 * facemenu.el: Purecopy various strings.
11718
11719 * timezone.el (timezone-fix-time): Window against 69 for two-digit
11720 years. Deal with three-digit years.
11721
11722 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
11723 defconst, purecopy.
11724 (help-back-label): Purecopy it.
11725
bbd9b566
GM
117262000-01-18 Gerd Moellmann <gerd@gnu.org>
11727
11728 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
11729 variable. If non-nil, order the buffer list according to the
11730 currently selected frame.
11731 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
11732 non-nil, pass the selected frame to function buffer-list.
a23c5037 11733
887448e1
GM
117342000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11735
11736 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
11737
7df85084
DL
117382000-01-28 Dave Love <fx@gnu.org>
11739
142e109c
DL
11740 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
11741
7df85084
DL
11742 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
11743 Don't use lisp-indent-hook property.
11744 (cl-abs): Remove.
11745
11746 * subr.el: Move out indent and edebug specs for when and unless.
11747
11748 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
11749 when, unless.
11750
11751 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
11752 unless, when.
11753
3b43c01c
GM
117542000-01-28 Gerd Moellmann <gerd@gnu.org>
11755
d060bc9f
GM
11756 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
11757 `collecting' as synonym for `collect'.
11758
11759 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
11760 for the case it contains spaces.
11761
11762 * simple.el (what-cursor-position): Change formatting of
11763 messages.
11764
b02786f9
GM
11765 * frame.el (delete-other-frames): New function.
11766 (toplevel): Bind it to C-x 5 1.
11767
efd68b8a
GM
11768 * sort.el (sort-numeric-base): New option.
11769 (sort-numeric-fields): If number starts with `0' or `0[xX[',
11770 interpret it as octal or hexadecimal. Use sort-numeric-base
11771 as default base.
11772
3b43c01c
GM
11773 * progmodes/glasses.el: New file.
11774
984ae001
GM
117752000-01-27 Gerd Moellmann <gerd@gnu.org>
11776
a0b796e3
GM
11777 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
11778 userids differently.
11779
984ae001
GM
11780 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
11781 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
11782 progmodes/ebnf-yac.el: New files.
11783
6c67ddee
DL
117842000-01-26 Dave Love <fx@gnu.org>
11785
11786 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
11787 on a function with an empty body. [From Eric Ludlam.]
11788
4e6473c8
GM
117892000-01-25 Andre Spiegel <spiegel@gnu.org>
11790
11791 * vc.el (vc-version-diff): Make sure file name is expanded.
11792
e12489f9
GM
117932000-01-25 Gerd Moellmann <gerd@gnu.org>
11794
11795 * scroll-bar.el (scroll-bar-timer): Variable removed.
11796 (scroll-bar-toolkit-scroll): Don't use a timer.
11797
8dbe2b07
KH
117982000-01-25 Kenichi Handa <handa@etl.go.jp>
11799
11800 * language/thai-util.el (thai-composition-function): Delete
11801 superfluous `a'.
11802
26ef1c87
DL
118032000-01-24 Dave Love <fx@gnu.org>
11804
11805 * fortran.el (fortran-mode): Use beginning-of-defun-function,
11806 end-of-defun-function.
11807
11808 * font-lock.el (turn-on-font-lock): Don't depend on window-system
11809 &c.
11810
7ed4e9a7
JR
118112000-01-22 Jason Rumney <jasonr@gnu.org>
11812
11813 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
11814 conflicts with new face support.
11815
8b7bc628 118162000-01-22 Richard M. Stallman <rms@gnu.org>
d2ce3151
RS
11817
11818 * replace.el (query-replace): Rename last arg to DELIMITED.
11819 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
11820 (query-replace-regexp): Likewise.
11821
8b7bc628 118222000-01-20 Richard M. Stallman <rms@gnu.org>
2d5e9b54 11823
02b14400
RS
11824 * subr.el (with-syntax-table): Use make-symbol, not gensym.
11825
5bb6f079
RS
11826 * emacs-lisp/lisp.el (beginning-of-defun-function):
11827 Variable renamed from beginning-of-defun.
11828 Do not call make-variable-buffer-local.
11829 (beginning-of-defun-raw): Use new variable name; doc fix.
11830 (beginning-of-defun): Doc fix.
11831 (end-of-defun-function): Variable renamed from end-of-defun.
11832 Do not call make-variable-buffer-local.
11833 (end-of-defun): Use new variable name; doc fix.
11834
02b14400
RS
11835 * subr.el (dolist, dotimes): Copied from cl-macs.el
11836 and made to work.
2d5e9b54 11837
a23c5037 11838 * mail/undigest.el (rmail-digest-end-regexps):
2d5e9b54
RS
11839 Variable replaces rmail-digest-end-regexp.
11840 Allows multiple regexps for detecting the end line.
11841 (undigestify-rmail-message): Corresponding changes.
11842
60af03f1
DL
118432000-01-19 Dave Love <fx@gnu.org>
11844
fe5d99e1
DL
11845 * files.el (user-init-file): Don't declare here -- is primitive.
11846
60af03f1
DL
11847 * startup.el (command-line): Check for compiled user-init-file and
11848 set to uncompiled version if necessary.
11849
72dbbc7d
GM
118502000-01-18 Gerd Moellmann <gerd@gnu.org>
11851
6a1950ec
GM
11852 * mail/undigest.el (rmail-digest-end-regexp): New user option.
11853 (undigestify-rmail-message): Use it.
11854
72dbbc7d
GM
11855 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
11856
fbe91bbd
GM
118572000-01-17 Gerd Moellmann <gerd@gnu.org>
11858
11859 * tmm.el (tmm-goto-completions): Adapt to prompt being part
11860 of mini-buffer.
11861
33a6685b
GM
118622000-01-14 Gerd Moellmann <gerd@gnu.org>
11863
b3303df7
GM
11864 * emacs-lisp/copyright.el (copyright-update): Removed the
11865 requirement for a trailing space from `copyright-regexp', to
11866 support copyrights with owner specified on a separate line..
a23c5037 11867
3c4c8064
GM
11868 * align.el: New file.
11869
33a6685b
GM
11870 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
11871
11872 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
11873
044a4975
DL
118742000-01-13 Dave Love <fx@gnu.org>
11875
11876 * ph.el: Removed. (Obsoleted by EUDC.)
11877
0a352cd7
GM
118782000-01-13 Gerd Moellmann <gerd@gnu.org>
11879
11880 * net/eudc.el (toplevel): Remove autoloaded code installing
11881 menu with easymenu, because that causes build problems.
11882
11883 * frame.el (frame-notice-user-settings): New variable.
11884 (frame-notice-user-settings): Don't modify frame parameters
11885 if called a second time.
11886
8b7bc628 118872000-01-13 Richard M. Stallman <rms@gnu.org>
0a352cd7
GM
11888
11889 * frame.el (frame-notice-user-settings):
11890 Notice default-frame-parameters even for non-window frames.
11891
feb450e0
GM
118922000-01-13 Gerd Moellmann <gerd@gnu.org>
11893
11894 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
11895 for Emacs.
11896 (eudc-bob-can-display-inline-images): Extend for Emacs.
11897 (eudc-bob-toggle-inline-display): Ditto.
11898 (eudc-bob-display-jpeg): Ditto.
11899
99c6d63b
GM
119002000-01-12 Gerd Moellmann <gerd@gnu.org>
11901
7970b229
GM
11902 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
11903 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
11904 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
a23c5037 11905
e4936aa9
GM
11906 * add-log.el (add-change-log-entry): Fix error trying an `(insert
11907 nil)'.
11908
11909 * subdirs.el: Add `net' directory.
11910
133c9e59
GM
11911 * net: New directory.
11912
99c6d63b
GM
11913 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
11914 eval-last-sexp. Don't bind debug-on-error here.
11915 (eval-last-sexp): New function. Bind debug-on-error if
11916 eval-expression-debug-on-error is non-nil.
11917 (eval-defun-2, eval-defun): Likewise.
11918
11919 * simple.el (eval-expression): Don't bind debug-on-error if
11920 eval-expression-debug-on-error is nil. Detect changed
11921 debug-on-error, and propagate new value to global binding, if
11922 eval-expression-debug-on-error is non-nil,
11923 (eval-expression-debug-on-error): Change doc string.
a23c5037 11924
8b7bc628 119252000-01-11 Richard M. Stallman <rms@gnu.org>
83c8f461
RS
11926
11927 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
11928
11929 * emacs-lisp/lisp-mode.el (with-syntax-table):
11930 Set up lisp-indent-function property.
11931
11932 * subr.el (with-syntax-table): Moved from simple.el.
11933
11934 * simple.el (with-syntax-table): Moved to subr.el.
11935
7e3c74fa
GM
119362000-01-11 Gerd Moellmann <gerd@gnu.org>
11937
1fab1775
GM
11938 * tmm.el (tmm-shortcut): Delete region after prompt instead
11939 of erasing buffer.
11940
7e3c74fa 11941 * textmodes/fill.el (fill-common-string-prefix): New function.
133c9e59
GM
11942 (fill-context-prefix): Use the longest common prefix of first
11943 and second line fill prefix, if there is one.
7e3c74fa 11944
8b7bc628 119452000-01-11 Richard M. Stallman <rms@gnu.org>
782bd3ec
RS
11946
11947 * array.el (array-mode): Don't use make-variable-buffer-local.
11948 Use make-local-variable for `truncate-lines'.
11949
aa705642 119502000-01-11 Jari Aalto <jari.aalto@poboxes.com>
57df2446 11951
aa705642
GM
11952 * add-log.el (add-log-current-defun): Handle user-defined
11953 add-log-current-function returning nil,
a23c5037 11954
57df2446 11955 * add-log.el (add-change-log-entry): Insert version number
aa705642 11956 if having found a current function
c1356086
GM
11957
11958 * add-log.el (add-log-current-defun): Call
11959 `add-log-current-defun-function'. Try matches at level 0 and
11960 level 1. Strip whitespace from defun found.
a23c5037 11961
1d8c59e9
RS
119622000-01-10 John Wiegley <johnw@gnu.org>
11963
11964 * allout.el (isearch-done/outline-provisions): Added `edit'
11965 argument to correspond with the current definition of
11966 `isearch-done'.
11967
8cf87e9b
DL
119682000-01-10 Dave Love <fx@gnu.org>
11969
11970 * elide-head.el (elide-head): Use point-marker, not point.
11971
9050446c
GM
119722000-01-10 Gerd Moellmann <gerd@gnu.org>
11973
8321b22a
GM
11974 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
11975 before and after the year 2000.
a23c5037 11976
9050446c
GM
11977 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
11978 Add ispell- prefix.
11979
119802000-01-10 Ken Stevens <k.stevens@ieee.org>
11981
11982 * ispell.el: Only define dictionaries in menus when they exist.
11983 (version18p): New variable.
11984 (version20p): New variable.
11985 (xemacsp): New variable.
11986 (ispell-choices-win-default-height): Fix for XEmacs visibility.
11987 (ispell-dictionary-alist1): Added Brasileiro dictionary.
11988 (ispell-dictionary-alist6): Russian command lines no longer accept
f24fef2f 11989 run-together words.
9050446c
GM
11990 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
11991 (ispell-dictionary-alist): Add koi8-r to customize definition.
11992 (check-ispell-version): Added documentation string. Returns
f24fef2f 11993 library path when called non-interactively.
9050446c
GM
11994 (ispell-menu-map-needed): Uses new variables.
11995 (ispell-library-path): New variable.
11996 (ispell-decode-string): XEmacs fix for bogus variable bindings.
11997 (ispell-word): Improved documentation string. Test for valid
11998 character mappings. Correctly check typed in word changes that can
11999 result in single words split into multiple words. Returns
12000 replacement word.
12001 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
12002 replace in recursive query replace mode. Help message for
12003 recursive edit mode.
12004 (ispell-show-choices): Protect against bad framepop bindings.
12005 (ispell-help): Fix to work with XEmacs.
12006 (ispell-highlight-spelling-error): Use new variables.
12007 (ispell-overlay-window): Fix to work with XEmacs.
12008 (ispell-parse-output): Passed and returns location information
12009 tracking spelling corrections. Doesn't recheck same word on
12010 current line.
12011 (ispell-init-process): Protect against bogus XEmacs variable binding.
12012 Fix call to single argument in sleep-for. Use new variables.
12013 (ispell-region): Passed and returns location information tracking
12014 spelling corrections. Doesn't check same word on current line.
12015 Improved documentation string. Doesn't resend a line already
12016 checked to the ispell process - fixes bug in LaTeX parsing.
12017 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
12018 (ispell-skip-region): No longer skips <TT> in SGML.
12019 (ispell-process-line): Tracks location information with spelling
12020 corrections. Added documentation string. Accounts for words
12021 already accepted on this line. Don't allow query-replace on line
12022 starting with math characters. Doesn't resend a line already sent
12023 to ispell process. Fixes alignment error bug.
a23c5037 12024
8b7bc628 120252000-01-10 Richard M. Stallman <rms@gnu.org>
6d0c28f4 12026
a23c5037 12027 * dired-x.el (dired-guess-shell-alist-default):
8f3efb4e
RS
12028 Suggest xloadimage, which is free, not xv, which isn't.
12029
a23c5037 12030 * ange-ftp.el (ange-ftp-file-name-nondirectory):
6d0c28f4
RS
12031 Don't ever include the host name or user name in the value.
12032
9ed79f5d
GM
120332000-01-09 Gerd Moellmann <gerd@gnu.org>
12034
12035 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
12036 of a real newline.
12037
b950abb1
GM
120382000-01-09 Stephen Eglen <stephen@gnu.org>
12039
a23c5037 12040 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
b950abb1
GM
12041 for .png files.
12042
3c708e98
GM
120432000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
12044
12045 * cus-edit.el (custom-hook-convert-widget): Fix comment.
12046
bf61662d
GM
120472000-01-09 Gerd Moellmann <gerd@gnu.org>
12048
f1d851ae
GM
12049 * progmodes/cperl-mode.el: Replace ^F with ^L.
12050
bf61662d 12051 * sendmail.el (toplevel): Provide `sendmail' when compiling
a23c5037 12052 before `require'ing rmail and mailalias to prevent infinite
bf61662d
GM
12053 recursion.
12054
c65d14ee
DL
120552000-01-08 Dave Love <fx@gnu.org>
12056
8cf87e9b
DL
12057 * emacs-lisp/backquote.el: Remove inappropriate customization
12058 (allowing custom.el to use backquote).
c65d14ee 12059
83de2ebc
DL
120602000-01-07 Dave Love <fx@gnu.org>
12061
12062 * add-log.el (add-log-debugging): Deleted.
12063 (add-change-log-entry): Treat a backup FILE-NAME as its parent
12064 file. Remove debugging code.
12065 (change-log-get-method-definition, change-log-name): Add doc.
12066 (change-log-sortable-date-at): New function.
12067 (change-log-merge): New command.
12068
12069 * time.el (display-time-string-forms): Make the Mail string active.
12070 (display-time-update): Provide help-echo for load average.
12071
12072 * bindings.el (make-mode-line-mouse2-map): New function.
12073 (mode-line-modified): Use it and simplify.
12074 (mode-line-mule-info): Provide help-echo info.
12075 (minor-mode-alist): Activate the strings.
12076 (make-mode-line-mouse-sensitive): Simplify for
12077 mode-line-buffer-identification.
12078
c1475eae
GM
120792000-01-07 Gerd Moellmann <gerd@gnu.org>
12080
12081 * play/pong.el: New file.
12082
83de2ebc
DL
120832000-01-06 Dave Love <fx@gnu.org>
12084
12085 * array.el: Assorted cleanups for compiler warnings, doc strings,
12086 `array-' prefix for symbols.
12087
120882000-01-05 Dave Love <fx@gnu.org>
12089
12090 * textmodes/outline.el (outline-mode-menu-bar-map): Add
12091 outline-headers-as-kill.
12092 (outline-mode): Define imenu-generic-expression.
12093 (outline-headers-as-kill): New command.
12094
12095 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
12096 from paragraph-start.
12097 (paragraph-indent-minor-mode): New command.
12098
12099 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
12100 M-C-e, M-C-h, C-j, C-xnd, TAB.
12101 (fortran-mode): Set beginning-of-defun, end-of-defun.
12102 (fortran-column-ruler): Simplify.
12103 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
12104 (fortran-with-subprogram-narrowing): Likewise.
12105 (fortran-indent-subprogram): Call mark-defun.
12106 (fortran-check-for-matching-do): Change narrowing.
12107
12108 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
12109 (cl-lucid-hash-tag): Delete.
12110 (cl-hash-table-p): Correct test for native table.
12111 (cl-hash-table-count): Use hash-table-count.
12112
12113 * browse-url.el (browse-url): Fix case of
12114 browse-url-browser-function being an alist.
12115
676ac023
CD
121162000-01-05 Carsten Dominik <cd@gnu.org>
12117
c1475eae
GM
12118 * textmodes/reftex-vars.el (reftex-parse-file-extension)
12119 (reftex-index-phrase-file-extension): New options.
676ac023
CD
12120
12121 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
c1475eae 12122 Use new option `reftex-index-phrase-file-extension'.
676ac023
CD
12123
12124 * textmodes/reftex.el (reftex-access-parse-file): Use new option
c1475eae 12125 `reftex-parse-file-extension'.
eb483e17 12126
88807984
DL
121272000-01-05 Dave Love <fx@gnu.org>
12128
83de2ebc 12129 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
88807984
DL
12130 (beginning-of-defun-raw): Use it.
12131 (end-of-defun): New variable.
12132 (end-of-defun): Use it.
12133 (check-parens): New command.
12134
1362aeb4
TTN
121352000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
12136
c1475eae
GM
12137 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
12138 (hs-show-block): Don't use `mapcar' when not accumulating.
1362aeb4 12139
7ddafb95
TTN
12140 Fix buglet in local variables initialization.
12141
7334aa99
AS
121422000-01-05 Andreas Schwab <schwab@suse.de>
12143
12144 * hscroll.el (hscroll): Doc fix.
12145
b12e24cd
CD
121462000-01-05 Carsten Dominik <cd@gnu.org>
12147
12148 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
12149 idlw-toolbar.
12150
12151 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
12152 file idlw-rinfo.el.
1362aeb4
TTN
12153 (idlwave-customize): load must read file idlw-shell.el.
12154 (idlwave-create-customize-menu): load must read file idlw-shell.el.
b12e24cd 12155
d6226972
CD
121562000-01-05 Carsten Dominik <dominik@astro.uva.nl>
12157
12158 * progmodes/idlw-shell.el: Also provide idlwave-shell
12159 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
12160 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
12161
12162 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
12163 both reftex-dcr and reftex-vcr.
1362aeb4 12164
d6226972
CD
12165 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
12166
6ddb893f 121672000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
894ee0a2
KH
12168
12169 * ps-print.el: PostScript code now is in separate files, doc fix.
12170 (ps-print-version): New version number (5.0.3).
12171 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
12172 local.
12173 (ps-spool-config): Initialization fix.
c1475eae
GM
12174 (ps-print-prologue-1, ps-print-prologue-2)
12175 (ps-print-duplex-feature): PostScript code moved to separated file.
894ee0a2
KH
12176 (ps-background-image): Little code reformating.
12177 (ps-begin-file, ps-begin-job): Fix code.
88807984 12178 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
894ee0a2
KH
12179 (ps-prologue-file): New fun.
12180
ae833aae
KH
121812000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12182
c1475eae 12183 * ps-vars.el: Eliminated.
ae833aae
KH
12184
12185 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
12186 `;;;###autoload'.
12187
12188 * ps-print.el: ps-vars eliminated, doc fix.
12189 (ps-print-version): New version number (5.0.2).
12190 (ps-spool-config): Initialization fix.
12191 (ps-print-customize): New fun.
12192
560a7bd2
GM
121932000-01-04 Gerd Moellmann <gerd@gnu.org>
12194
12195 * autorevert.el (auto-revert-mode): Return value of
12196 auto-revert-mode.
12197
f45dd0f4
DL
121982000-01-04 Dave Love <fx@gnu.org>
12199
fae2ac05
DL
12200 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
12201 menu items.
f45dd0f4 12202
61255981
DL
122032000-01-03 Dave Love <fx@gnu.org>
12204
88807984 12205 * elide-head.el (elide-head) [defgroup]: Add :version.
c282ca4d 12206
83de2ebc 12207 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
61255981
DL
12208 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
12209 `cl-hash-table-p', not `hash-table-p'.
12210 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
12211
c182a70f
EZ
122122000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
12213
12214 * faces.el (face-read-integer, read-face-attribute)
12215 (color-defined-p, color-values): unspecified-{f,b}g are now
12216 strings.
12217
047f434a
GM
122182000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
12219
12220 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
12221 at comment end, and re-insert them after filling.
12222
bab531e2
EZ
122232000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
12224
12225 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
f7002084
EZ
12226 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
12227 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
bab531e2 12228
d684c676
EZ
122292000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
12230
12231 * term/x-win.el (xw-defined-colors): Call color-supported-p,
12232 the new name of face-color-supported-p.
12233
12234 * term/w32-win.el (xw-defined-colors): Likewise.
12235
0aad4805
EZ
122362000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
12237
12238 * simple.el (completion-setup-function): Count completion-size
12239 from minibuffer-prompt-end, not from point-min.
12240
5fe1d139
EZ
122412000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
12242
12243 * faces.el (read-face-attribute, defined-colors, color-defined-p):
12244 Pass the frame to tty-color-* functions.
12245 (display-color-p, frame-set-background-mode): Pass the frame to
12246 tty-display-color-p.
12247
12248 * term/tty-colors.el (tty-defined-color-alist): Renamed from
12249 tty-color-alist.
12250 (tty-color-alist, tty-modify-color-alist): New functions.
12251 (tty-color-define, tty-color-clear, tty-color-approximate)
12252 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
12253 an optional parameter FRAME.
12254
162dec01
GM
122552000-01-01 Gerd Moellmann <gerd@gnu.org>
12256
27189709
GM
12257 * image.el (create-image, defimage): Don't assume image data is a
12258 string.
12259
162dec01
GM
12260 * image.el (defimage): Handle specifications containing :data
12261 instead of :file.
12262 (image-type-from-data): New function.
12263 (image-type-from-file-header): Use it.
12264 (create-image): Add parameter DATA-P.
1362aeb4 12265
bea56df7 12266See ChangeLog.8 for earlier changes.
25a6fab1
KH
12267
12268;; Local Variables:
e64c3a75 12269;; coding: iso-2022-7bit
25a6fab1 12270;; End: