(read_process_output): Fix previous change. Adjust multibyteness of
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
690ec649
SS
12000-10-10 Sam Steingold <sds@gnu.org>
2
3 * chistory.el, ielm.el, ledit.el:
4 * progmodes/inf-lisp.el, progmodes/scheme.el:
5 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
6
d646c828
DL
72000-10-10 Dave Love <fx@gnu.org>
8
9 * toolbar/tool-bar.el (tool-bar-add-item)
10 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono
11 display.
12
13 * startup.el (command-line): Don't require XPM support for toolbar.
14
15 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
16 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
17 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
18 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
19 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
20 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
21 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
22 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
23 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
24 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
25 the .xpms; probably need retouching.
26
862a7e28
MB
272000-10-10 Miles Bader <miles@lsi.nec.co.jp>
28
29 * subr.el (add-to-list): Add optional argument APPEND.
30 * battery.el (display-battery): Use `add-to-list'.
31
46e33aee
TTN
322000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
33
930baf47
TTN
34 * play/zone.el (zone-timer, zone-wc-tbl): Rework
35 these vars as symbol properties.
36 (zone, zone-when-idle, zone-leave-me-alone,
37 zone-pgm-whack-chars): Use new symbol properties.
38
5a430f9c
TTN
39 * battery.el (display-battery): Doc spelling fix.
40
46e33aee
TTN
41 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
42 property.
43
adf7d3a8
DL
442000-10-09 Dave Love <fx@gnu.org>
45
46 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
47 has been initialized before calling tool-bar-setup.
c2156508 48 (tool-bar-add-item-from-menu): Add autoload cookie.
adf7d3a8 49
06a8c9f8
EZ
502000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
51
e4ca8f8c
EZ
52 * menu-bar.el (send-mail-item-name): New function.
53 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
54 of mail-user-agent in the menu. Don't display the "Send Mail"
55 item if mail-user-agent is nil or its value is ignore.
56 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
57 if read-mail-command is nil or its value is ignore.
58
06a8c9f8
EZ
59 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
60
7dbc9c8a
MB
612000-10-09 Miles Bader <miles@gnu.org>
62
29e0814b
MB
63 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
64 Correct image size.
65 * toolbar/left_arrow.xpm: Correct image size.
66
7dbc9c8a
MB
67 * jka-compr.el: Don't call `jka-compr-install' when loading (it
68 will be done by the definition of `auto-compression-mode' if
69 necessary. Move code to uninstall existing file-name handler
70 before definition of `auto-compression-mode'.
71
72 * image-file.el (auto-image-file-mode): Move to the end of the
73 file, because `define-minor-mode' actually calls the mode-function
74 if the associated variable is non-nil, which requires that all
75 needed functions be already defined.
76
65b61266
MB
77 * mouse.el (popup-menu): Balance parens.
78
d6b8c85b
SM
792000-10-08 Stefan Monnier <monnier@cs.yale.edu>
80
81 * mouse.el (popup-menu): Move the command call outside the loop
82 so that popup-menu returns whatever the command returns.
83
84 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
85 (initialize-new-tags-table): Use run-hook-with-args-until-success.
86 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
87 (tags-table-format-functions): Renamed from tags-table-format-hooks.
88
89 * vc.el (vc-version-diff): diff-switches can be a list.
90 Use relative filenames for prettier output.
91
46e33aee 92 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
d6b8c85b
SM
93 (vc-post-command-functions): Remove old-VC compatibility code.
94
95 * newcomment.el (comment-indent-default): Autoload.
96
97 * font-lock.el (font-lock-defaults): Make buffer-local.
98 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
99 (font-lock-choose-keywords):
100 Ignore LEVEL unless KEYWORDS is a list of syms.
101 (c-keywords, c++-keywords, objc-keywords, java-keywords):
102 Don't wrap regexp-opt things in \(...\) unnecessarily.
103
104 * jit-lock.el: Don't require font-lock any more.
105 (jit-lock-functions): Make buffer-local.
106 (jit-lock-saved-fontify-buffer-function): Remove.
107 (jit-lock-mode): Remove autoload cookie.
108 Remove font-lock specific code.
109 (jit-lock-unregister): Don't bother handling complex hooks any more.
110 (jit-lock-refontify): New function.
111 (jit-lock-fontify-buffer): Use it.
112 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
113 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
114 Add optional args START and END.
115 Never call font-lock-fontify-region directly.
116 (jit-lock-function, jit-lock-stealth-fontify): Use it.
117
118 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
119
a30ed6ac
DL
1202000-10-08 Dave Love <fx@gnu.org>
121
4e7c7ca9
DL
122 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
123
124 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
125
126 * play/studly.el (studlify-region, studlify-word): Add autoload
127 cookie.
128
129 * play/morse.el (morse-region, unmorse-region): Add autoload
130 cookie.
131
132 * play/spook.el (spook-phrases-file): Use expand-file-name, not
133 concat.
134
135 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
136 insist on symbols starting with word syntax.
137 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
138 (eval-defun-1): Doc fix.
139 (indent-sexp): Use nconc to build up indent-stack.
140
141 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
142 Gnus with little use.
143 (mail-setup-hook): Add mail-abbrevs-setup to options.
144
968f7c4a
DL
145 * recentf.el: Doc fixes.
146
147 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
148 Clean up remainder.
149
150 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
151 without timezone and (8) with timezone to enforce some whitespace.
152 Simplify code somewhat.
153
154 * options.el (list-options): Doc that you should use customize.
155
156 * iswitchb.el (iswitchb-mode): Add :require.
157
a30ed6ac
DL
158 * info.el (Info-goto-node, Info-menu): Doc fix.
159 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
160 (info-tool-bar-map): New variable.
161 (Info-mode): Use it.
162 (Info-edit-map): Define all in defvar.
163 (speedbar-attached-frame): Avoid compiler warning.
164
165 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
166 (global-map): Bind [tool-bar] to a filtered map.
167 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
168 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
169 Allow PBM icons.
170 (tool-bar-setup): Adjust calls of tool-bar-add-item.
171
172 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
173 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
174 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
175 icons, except up_arrow, which is left-arrow rotated.
176
177 * imenu.el (imenu-add-to-menubar): Fix last change.
178
4e953aff
PB
1792000-10-08 Peter Breton <pbreton@ne.mediaone.net>
180
181 * generic-x.el (rul-generic-mode): Remove eval-when-compile
182 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
183
739e92a7
EZ
1842000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
185
d20faceb
EZ
186 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
187 typos in doc strings.
188
a640322e
EZ
189 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
190 the doc strings how to customize Font Lock faces.
191
739e92a7
EZ
192 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
193 computing growth when dragging the header line.
194
8be7408c
EZ
1952000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
196
197 * simple.el (kill-line): Doc fix.
198
6fee86a3
MB
1992000-10-08 Miles Bader <miles@gnu.org>
200
445a653e
MB
201 * faces.el (secondary-selection): Make foreground visible on tty.
202
6fee86a3
MB
203 * jka-compr.el (auto-compression-mode): Move to the end of the
204 file, because `define-minor-mode' actually calls the mode-function
205 if the associated variable is non-nil, which requires that all
206 needed functions be already defined.
207 (with-auto-compression-mode): Add autoload cookie.
208
a115794c
EZ
2092000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
210
211 * files.el (find-backup-file-name) [ms-dos]: If support for long
212 file names is not available, behave as if version-control were set
213 to never.
214
b12e6de3
DL
2152000-10-07 Dave Love <fx@gnu.org>
216
217 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
218 (browse-url-gnome-moz): New function.
219 (browse-url-browser-function): Use it.
220 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
221
20b1d079
SM
2222000-10-07 Stefan Monnier <monnier@cs.yale.edu>
223
224 * indent.el (tab-always-indent): New var.
225 (indent-for-tab-command): Use it.
39250ec3 226
9ee45b2c 227 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
a115794c 228 raise an error. This way it can still default to a sane value.
9ee45b2c 229
39250ec3
SM
230 * startup.el (fancy-splash-screens): Use local rather than global map.
231 Don't use `update-menu-bindings' any more.
232 Get rid of assumptions about keymap representation.
233
a23ccdf2
DL
2342000-10-06 Dave Love <fx@gnu.org>
235
814299a7 236 * textmodes/fill.el (sentence-end-double-space)
742c1822
DL
237 (sentence-end-without-period): Doc fix.
238 (adaptive-fill-regexp): Purecopy.
239 (unjustify-current-line): Use line-end-position.
240 (fill-individual-paragraphs-prefix): Use line-beginning-position.
241
242 * net/eudc-vars.el (eudc): Add :version, :link.
243
39250ec3 244 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
742c1822
DL
245
246 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
247 Fix for define-minor-mode.
248 (function-at-point): Alias to function-called-at-point.
249
250 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
251
252 * simple.el (backward-word): Doc fix.
253
a23ccdf2
DL
254 * image-file.el (image-file-name-regexp): image-file-regexps ->
255 image-file-name-regexps.
742c1822 256 (image-file-name-extensions): Add pbm.
a23ccdf2 257
39250ec3
SM
2582000-10-06 Stefan Monnier <monnier@cs.yale.edu>
259
260 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
261 and add filename to the names so that diff-mode can jump to source.
262
263 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
814299a7 264 (tex-font-lock-keywords, tex-font-lock-keywords-2)
39250ec3
SM
265 (tex-font-lock-keywords-1): Remove.
266 (font-lock-turn-on-thing-lock): Use jit-lock-register.
267 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
9ee45b2c
SM
268 (font-lock-default-fontify-region):
269 Expand beg..end correctly when just following a multiline region.
39250ec3
SM
270 (font-lock-fontify-anchored-keywords):
271 Include the anchor text as part of the multiline.
272
8d5dfacd
GM
2732000-10-06 Gerd Moellmann <gerd@gnu.org>
274
275 * loadup.el (toplevel): Load `loaddefs' before `help' because the
276 latter needs the autoloaded define-minor-mode macro during the
277 bootstrap.
278
279 * startup.el (command-line): For now, activate tool-bar-mode only
280 if XPM images are supported.
281
282 * mouse.el (mouse-drag-header-line): Don't allow resizing a
283 window by dragging a header-line at the top of the frame; that's
4c19fbce 284 confusing because the header-line doesn't move.
8d5dfacd
GM
285 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
286 of treating the event as a list. Some cleanup.
287
f69aad2b 2882000-10-06 Miles Bader <miles@gnu.org>
8fb051f9 289
f69aad2b
MB
290 * simple.el (display-message-or-buffer): New function.
291 (shell-command-on-region): Use `display-message-or-buffer'.
06933804 292
09cb7646
MB
293 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
294 docstring parts.
295
814299a7 296 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
8fb051f9
MB
297 (smbclient-prompt-regexp): Add usage note to doc string.
298 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
299 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
300 Use add-hook for adding the comint filter function, and only do so
301 if it's not already in the global hook list.
302 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
303 to `make-local-variable'.
304 (nslookup-font-lock-keywords): Remove prompt entry.
305 (nslookup): Don't set the process-filter.
306 (finger): Exit the loop correctly when the regexps list runs out.
307 (ftp, smbclient, smbclient-list-shares):
308 Set the real major mode immediately, not after execing.
309 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
310
311 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
312
4c19fbce
SM
3132000-10-05 Stefan Monnier <monnier@cs.yale.edu>
314
315 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
316
317 * which-func.el (which-func-format): Remove spurious space.
318 (which-func-mode): Don't make it permanent-local.
319 (which-func-ff-hook): Allow which-func-maxout to be nil.
320 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
321 (which-func-mode): Simplify.
322 Use post-command-idle-hook rather than post-command-hook.
323 Go through all buffers and update their state.
324 (which-function): Also try add-log-current-defun-function.
325
326 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
327 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
328 Update call to with-vc-properties accordingly.
329 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
330 (vc-revert-buffer): More careful about window selection and deletion.
331 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
332
333 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
334 (cvs-retrieve-revision): Reuse a pre-existing buffer.
335 (cvs-dired-action): Change the default to quickdir.
336
337 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
338 if comment-indent-function returns nil.
339 (comment-indent-default): New function.
340 (comment-indent-function): Use it and document the new semantics.
341
342 * image-file.el: Docstring fixes.
343
344 * help.el (help-xref-on-pp): Use match-string.
345 (describe-variable): New arg BUFFER.
346 Store the current buffer in the help-xref-stack.
347 (temp-buffer-resize-mode): Use define-minor-mode.
348
349 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
350 consistently with its docstring.
351 Set jit-lock-first-unfontify-pos in an idempotent way.
352 (jit-lock-register): Autoload and add arg CONTEXTUAL.
353
542c6552
GM
3542000-10-05 Alex Schroeder <alex@gnu.org>
355
356 * sql.el (sql-mysql-options): New variable.
357 (sql-mysql): Use it.
358
a3489ece
MB
3592000-10-05 Miles Bader <miles@lsi.nec.co.jp>
360
77f6105c
MB
361 * image.el (image): New group.
362
814299a7 363 * smerge-mode.el (smerge-mine-face, smerge-other-face)
a3489ece
MB
364 (smerge-base-face, smerge-markers-face): Add dark-background variants.
365
3478046b
PB
3662000-10-04 Peter Breton <pbreton@ne.mediaone.net>
367
368 * net/net-utils.el (nslookup-font-lock-keywords)
814299a7 369 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
3478046b
PB
370 Ignore the value of wqindow-system; always define keywords
371
22aca186
KH
3722000-10-05 Kenichi Handa <handa@etl.go.jp>
373
374 * startup.el (fancy-splash-screens): Remove the code for
375 debugging; `(trace-to-stderr "EXITTT\n")'.
376
55d5d717
MB
3772000-10-05 Miles Bader <miles@gnu.org>
378
379 * diff-mode.el (diff-goto-source): Update call to
380 `diff-hunk-status-msg' to reflect new REV variable.
381
41fa7178
SM
3822000-10-04 Stefan Monnier <monnier@cs.yale.edu>
383
384 * progmodes/icon.el (icon-mode):
385 Don't gratuitously override the default for comment-column.
386
387 * vc-hooks.el (vc-mode-line): Fix interactive spec.
388
389 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
390 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
391 (jit-lock-functions): New var.
392 (jit-lock-function-1): Use it if non-nil.
393 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
394 Set the `fontified' property before doing the fontification to avoid
395 repeatedly going through the same error.
396 Don't turn errors into messages.
397 (jit-lock-register, jit-lock-unregister): New functions.
398
399 * dired.el (dired-mark-pop-up): Turn comment into docstring.
400 Use with-current-buffer.
401
402 * dired-aux.el (dired-do-create-files, dired-kill-tree):
403 Turn comment into docstring.
404
405 * apropos.el (apropos-mode): Use define-derived-mode.
406
3dc78168
GM
4072000-10-04 Gerd Moellmann <gerd@gnu.org>
408
409 * startup.el (fancy-splash-pending-command): New variable.
410 (fancy-splash-pre-command): New function.
411 (fancy-splash-screens): Rewritten.
412 (command-line-1): If fancy-splash-pending-command is set, call it
413 interactively.
414
dae9dc56
DL
4152000-10-04 Dave Love <fx@gnu.org>
416
417 * toolbar/tool-bar.el (tool-bar-setup): New function.
418 (tool-bar-mode): Use it.
419
420 * subr.el (substitute-key-definition): Doc fix.
421 (play-sound-file): New command.
422
3388f0a5
AS
4232000-10-04 Andre Spiegel <spiegel@gnu.org>
424
814299a7 425 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
3388f0a5
AS
426 vc-version-backup-file-name): New functions.
427
428 * files.el (basic-save-buffer): Call vc-before-save before saving.
814299a7
MB
429
430 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
3388f0a5
AS
431 vc-cvs-stay-local-p.
432
433 * vc.el (vc-revert-buffer): Handle empty diff properly.
434 (vc-version-backup-file): New function.
435 (vc-checkout): Create a version backup if necessary.
436 (vc-checkin): If a version backup file exists, delete it.
437 (vc-version-diff): Diff locally using version backups, if available.
438 (vc-revert-file): If there's a version backup, revert locally.
439 (vc-transfer-file): Use version backup for base version, if
440 available. If not, ask for confirmation whether to get it from the
441 server. Update mode line before check-in.
442
ebd4825d
DL
4432000-10-04 Dave Love <fx@gnu.org>
444
445 * toolbar/tool-bar.el (tool-bar-setup): New function.
446 (tool-bar-mode): Use it.
447
1b24f4b7
PB
4482000-10-04 Peter Breton <pbreton@ne.mediaone.net>
449
3dc78168 450 * net/net-utils.el (nslookup-font-lock-keywords)
814299a7 451 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
8b7187d8
PB
452 Only set if window-system is non-nil
453 (net-utils-run-program): Returns buffer.
454 (network-connection-reconnect): Added this function.
455
814299a7
MB
456 * generic.el:
457 Incorporates extensive cleanup and docfixes by
9a7f629d
PB
458 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
459 Uses cl compile-time macros.
3dc78168
GM
460 (generic-mode-name, generic-comment-list)
461 (generic-keywords-list, generic-font-lock-expressions)
462 (generic-mode-function-list, generic-mode-syntax-table):
9a7f629d
PB
463 Removed variables.
464 (generic-mode-alist): Renamed to generic-mode-list.
465 (generic-find-file-regexp): Default changed to "^#".
466 (generic-read-type): Uses completing read on generic-mode-list.
467 (generic-mode-sanity-check): removed this function.
468 (generic-add-to-auto-mode): Removed this function
3dc78168 469 (generic-mode-internal): Bind mode-specific definitions
9a7f629d
PB
470 into function instead of putting them in alist.
471 (generic-mode-set-comments): Reworked extensively.
472 (generic-mode-find-file-hook): Simplified regexp searching
814299a7 473 (generic-make-keywords-list): Omit extra pair of parens
9a7f629d 474
814299a7 475 * find-lisp.el (find-lisp-find-files-internal):
1b24f4b7
PB
476 Make sure directory name ends with "/".
477
814299a7 478 * generic-x.el (apache-conf-generic-mode):
1b24f4b7
PB
479 Regexp now allows leading whitespace.
480 (rc-generic-mode): Added eval-when-compile
481 around generic-make-keywords-list.
482 Deleted duplicate regexp
483 (rul-generic-mode): Added eval-when-compile
484 around generic-make-keywords-list.
485 (etc-fstab-generic-mode): New generic mode.
486 (rul-generic-mode): Removed one eval-when-compile
814299a7 487 which caused a max-specpdl-size exceeded error.
1b24f4b7 488
a7bf5cf3
MB
4892000-10-04 Miles Bader <miles@gnu.org>
490
491 * simple.el (minibuffer-temporary-goal-position): New variable.
492 (next-history-element): Try to keep the position of point in the
493 input string constant.
494
495 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
496 (dired-do-create-files): If there's only one file, pass it in as
497 the DEFAULT arg to dired-mark-read-file-name.
498
ce1087a9
SM
4992000-10-03 Stefan Monnier <monnier@cs.yale.edu>
500
501 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
502 (diff-goto-source): Be smarter when choosing REVERSE or not.
503
504 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
505 (texinfo-mode-menu): Add an explicit shortcut for update all.
506
0e41e1d6
AS
5072000-10-03 Andre Spiegel <spiegel@gnu.org>
508
814299a7 509 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
858f7cb4
AS
510 factorize backend-specific code cleanly (this was essentially
511 conceived by Stefan Monnier).
512 (vc-unregister): Function removed.
814299a7 513 (vc-revert-file): New function.
858f7cb4
AS
514 (vc-revert-buffer): Delegate some of the work to it.
515
0e41e1d6
AS
516 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
517 default branch unconditionally.
518 (vc-rcs-set-default-branch): New function.
519 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
520 (vc-rcs-checkin): If an appropriate default branch has been set,
521 force creation of that branch.
858f7cb4
AS
522 (vc-rcs-receive-file): Rewritten to contain only backend-specific
523 code (as suggested by Stefan Monnier).
0e41e1d6 524
01c86c56
GM
5252000-10-02 Gerd Moellmann <gerd@gnu.org>
526
45c477b4
GM
527 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
528 highlighting overlay with a different face over the overlay
529 isearch uses to highlight the current match because that can lead
530 to bad face combinations.
531
01c86c56
GM
532 * loadup.el (toplevel): Load faces before isearch.
533
534 * isearch.el (isearch-faces): New custom group.
535 (isearch): New defface; was already tested for in the code.
536 (isearch-lazy-highlight-face): Changed to defface from defcustom.
537 (isearch-highlight): Always use face `isearch'.
538
944425c0
DL
5392000-10-02 Dave Love <fx@gnu.org>
540
541 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
542 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
543 comparison of opcode with operand.
544
2a099bcc
MB
5452000-10-03 Miles Bader <miles@gnu.org>
546
547 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
548 buffer, since the echo area will now grow to accommodate them.
549
4300ecb8
AS
5502000-10-02 Andre Spiegel <spiegel@gnu.org>
551
552 * vc-hooks.el (vc-registered): If FILE used to be registered under
553 a certain backend, try that one first.
554
814299a7 555 * vc.el (vc-responsible-backend): Undo the previous change in the
4300ecb8
AS
556 argument list. Handle multiple backends correctly.
557 (vc-find-new-backend): Function removed.
558 (vc-register): Use vc-responsible-backend, as before.
559 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
560
64e6cc18
GM
5612000-10-02 Gerd Moellmann <gerd@gnu.org>
562
563 * startup.el (fancy-splash-head): Change message below the
564 logo.
565
00df919e
MB
5662000-10-02 Miles Bader <miles@lsi.nec.co.jp>
567
568 * diff-mode.el (diff-goto-source): Emit a status message.
569 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
4eaa6852 570 (diff-test-hunk): Fix doc string.
00df919e
MB
571 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
572 (diff-advance-after-apply-hunk): New variable.
4eaa6852 573 (diff-apply-hunk): Don't return a value.
00df919e 574
ceec5a0c
SM
5752000-10-01 Stefan Monnier <monnier@cs.yale.edu>
576
577 * vc.el (vc-editable-p): Minor optimization.
578 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
579 (vc-find-new-backend): New function split from vc-responsible-backend.
580 (vc-register): Use it.
581 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
582 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
583 (vc-default-unregister, vc-revert-buffer): Docstring fix.
584 (vc-clear-headers): Don't use find-file.
585 (vc-revert-buffer): Use `and' again (must have been a braino).
586 (vc-switch-backend): Only prompt if requested.
587 Short circuit if nothing is to be done.
588 Don't use vc-resynch-buffer which could lose unsaved editing.
589 (vc-default-receive-file): Update call to vc-unregister.
590 (with-vc-file, vc-next-action-on-file):
591 Use vc-backend rather than vc-registered.
592 (vc-next-action-on-file): Use intern-soft.
593 Deal with read-only *vc-diff* buffer.
594 (vc-transfer-file): Docstring fix.
595
596 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
597 (vc-rcs-receive-file): Avoid with-vc-properties.
598 Update call to vc-unregister.
599 Use constant `RCS' rather than (dynamically bound) var `backend'.
600
4ad5da8f
AS
6012000-10-01 Andre Spiegel <spiegel@gnu.org>
602
814299a7 603 * vc.el (vc-next-action-on-file): Update mode line only if file
4ad5da8f
AS
604 is visited.
605 (vc-start-entry): New argument initial-contents. Don't visit the file
606 if it isn't already visited. Brought documentation up-to-date.
814299a7
MB
607 (vc-next-action, vc-register): Updated calls to vc-start-entry.
608 (vc-checkin): New optional arg initial-contents, which is passed to
4ad5da8f
AS
609 vc-start-entry.
610 (vc-finish-logentry): Make sure to bury log buffer only if there
611 really is one. Call `vc-resynch-buffer' on log-file, not
612 buffer-file-name.
613 (vc-default-comment-history, vc-default-wash-log): New functions.
614 (vc-index-of): Removed.
615 (vc-transfer-file): Make do without the above.
616 (vc-default-receive-file): Call comment-history unconditionally. Pass
617 the resulting string to vc-checkin, instead of inserting it into the
618 comment ring.
619
620 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
621 unconditionally. Use the comments as initial contents of the log
814299a7 622 entry buffer. Document the trick to force branch creation with no
4ad5da8f
AS
623 changes.
624
aa0c3dca
MB
6252000-10-01 Miles Bader <miles@gnu.org>
626
627 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
628 `recenter' with an arg to prevent redrawing the display.
629
d5f5a2c5
SM
6302000-09-30 Stefan Monnier <monnier@cs.yale.edu>
631
632 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
633
634 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
635
814299a7 636 * progmodes/c-mode.el (c-mode):
d5f5a2c5
SM
637 Don't gratuitously override the default for comment-column.
638
639 * textmodes/tex-mode.el (latex-metasection-list): New var.
640 (latex-imenu-create-index): Use it.
641 Move the regexp construction outside loops (and use push).
814299a7 642 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
d5f5a2c5
SM
643 (tex-font-lock-keywords): Moved from font-lock.el.
644 (tex-comment-indent): Remove.
645 (tex-common-initialization): Don't set comment-indent-function.
646 (latex-block-default): New var.
647 (tex-latex-block): Use it to provide a default choice.
648 Add any unknown choice to latex-block-names.
649 Insert [...] after {...}.
650 (tex-last-unended-begin): Simplify regexp.
651 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
652 (latex-forward-sexp-1, latex-forward-sexp): New functions.
653 (latex-mode): Set forward-sexp-function.
654
655 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
656 Add regexp for @ignore ... @end ignore.
657 (texinfo-heading-face): New face.
658 (texinfo-font-lock-keywords): Use it.
659 (texinfo-mode-menu): New menu.
660 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
661 New functions.
662 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
814299a7 663 (texinfo-section-types-regexp, texinfo-section-level-regexp)
d5f5a2c5
SM
664 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
665 Remove declaration.
666 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
667
668 * delsel.el (delete-selection-mode): Use define-minor-mode.
669
670 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
671
6722000-09-29 Stefan Monnier <monnier@cs.yale.edu>
673
674 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
675
8a5506f2
GM
6762000-09-30 Gerd Moellmann <gerd@gnu.org>
677
068127d6
GM
678 * replace.el (keep-lines-read-args): New function.
679 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
680 read arguments interactively. Add parameters RSTART and REND.
681 Operate on the active region in Transient Mark mode.
682
d777bb8f
GM
683 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
684
8a5506f2
GM
685 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
686 (authors-obsolete-files-regexps): New variable.
687 (authors-add): Don't record changes in obsolete files.
688
3fa87bfc
SM
6892000-09-29 Stefan Monnier <monnier@cs.yale.edu>
690
691 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
692
693 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
694 (comment-indent): Make sure there's a space between code and comment.
695 Shift comments left to avoid going past fill-column.
696
f02149ce
GM
6972000-09-29 Gerd Moellmann <gerd@gnu.org>
698
699 * startup.el (startup-echo-area-message): New function.
700 (display-startup-echo-area-message): Use it.
701 (fancy-splash-screens): Rewritten to use keymaps and a timer.
702 (fancy-splash-default-action): New function.
703 (fancy-splash-screens-1): New function.
704 (fancy-splash-head): Put a help-echo and a keymap under the image.
705
a3ef6569
SM
7062000-09-29 Stefan Monnier <monnier@cs.yale.edu>
707
708 * diff-mode.el (diff-add-log-file-name): Remove.
709 (diff-mode): Use add-log-buffer-file-name-function.
710
711 * add-log.el (find-change-log): New arg BUFFER-FILE.
712 (add-log-file-name): Obey add-log-file-name-function.
713 (add-log-buffer-file-name-function): New var.
714 (add-change-log-entry): Use it.
715
75e5b373
MB
7162000-09-29 Miles Bader <miles@gnu.org>
717
718 * image-file.el (image-file-name-extensions): New variable.
719 (image-file-name-regexps): Renamed from `image-file-regexps'.
720 New default value is nil. Call `auto-image-file-mode'.
721 (image-file-name-regexp): New function.
722 (auto-image-file-mode): New minor mode.
723 (insert-image-file): Don't make conditional on the image-file
724 handler being enabled.
725 (image-file-handler): Make the call here conditional instead.
726 (set-image-file-handler-enabled, enable-image-file-handler)
727 (disable-image-file-handler): Functions removed.
728
729 * emacs-lisp/authors.el (authors-print): Rephrase many-files
730 string.
731
de6e1f7c
GM
7322000-09-29 Gerd Moellmann <gerd@gnu.org>
733
734 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
735 it's a function from CL.
736 (latex-imenu-create-index): Replace eval-when-compile with progn
737 because latex-section-alist is not bound while compiling.
738
d8c201f5
SM
7392000-09-28 Stefan Monnier <monnier@cs.yale.edu>
740
741 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
742 (outline-mode): Use define-derived-mode.
743
814299a7 744 * progmodes/perl-mode.el (perl-mode):
d8c201f5
SM
745 * progmodes/awk-mode.el (awk-mode):
746 * progmodes/asm-mode.el (asm-mode):
747 Don't gratuitously override the default for comment-column.
748
749 * emacs-lisp/lisp.el (lisp-complete-symbol):
750 Distinguish the let-binding case from the funcall case.
751 (forward-sexp-function): New variable.
752 (forward-sexp): Use it.
753
754 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
755 (easy-mmode-defmap): Remove the now useless autoload.
756
757 * time.el (display-time-mode): Use define-minor-mode.
758
759 * subr.el (add-minor-mode): Don't eval NAME.
760 Don't depend on the presence of TOGGLE-FUN for any special behavior.
761 Use if rather than cond.
762
763 * simple.el (read-expression-map): Define more properly.
764 (comment-indent-hook): Remove.
765 (string-to-syntax): Bug fix.
766
767 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
768 (cvs-ediff-diff): Fix typo.
769 (cvs-revert-if-needed): Don't bother preserving read-only.
770
771 * paren.el (show-paren-mode): Use define-minor-mode.
772
773 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
774 (toggle-auto-compression): Remove.
775 (jka-compr-build-file-regexp): Remove useless grouping.
776
777 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
778 Avoid user-reserved bindings.
779 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
780 (diff-header-face): Revert to grey85.
781
782 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
783
784 * complete.el (partial-completion-mode) <defcustom>: Remove.
785 (partial-completion-mode): Use define-minor-mode.
786 (PC-do-completion): Understand `completion-auto-help = delay'
787 to mean to popup the completion buffer only the second time.
814299a7 788 (PC-include-file-all-completions, PC-include-file-all-completions)
d8c201f5
SM
789 (PC-include-file-all-completions): Don't quote lambda.
790
791 * comint.el (comint-mode-hook): Docstring fix.
792 (comint-mode): Use define-derived-mode.
793 (comint-mode-map): Remove obsolete comment.
794 (make-comint): Minor stylistic change.
795 (comint-insert-clicked-input): Be more careful to find the overlay.
796 Use this-command-keys rather than hardcoding mouse-2.
797
798 * font-lock.el: Replace confusing (,@ with ,
799 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
800 Don't use regexp-opt-depth. Spice up the regexp for args.
801 Don't distinguish between cmds that can take an opt arg or not.
802 Use `append' and `prepend' rather than `keep'.
803
804 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
805 (latex-outline-regexp): New var.
806 (latex-outline-level): New fun.
807 (latex-section-alist): New var.
808 (latex-imenu-create-index): Use it. Use `push' as well.
809 (tex-shell-map): Initialize it properly.
810 (tex-mode): Minor stylistic change.
811 (plain-tex-mode): Use define-derived-mode.
812 (latex-mode): Use define-derived-mode.
813 Construct the paragraph regexps in a more readable way.
814 Set the buffer-local outline-{level,regexp} vars.
815 (slitex-mode): Derive from latex-mode.
816 (tex-common-initialization): Don't kill-all-vars anymore.
817 Add setting for comment-add and font-lock-defaults.
818 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
819 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
820 (tex-start-tex): New arg DIR (and send a chdir command for it).
821 Also display the shell buffer and save it in tex-last-buffer-texed.
822 (tex-region): Use expand-file-name rather than concat.
823 Remove code made useless by changes in tex-start-tex.
824 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
825
826 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
827
ff398532
DL
8282000-09-28 Dave Love <fx@gnu.org>
829
830 * eshell/eshell.el (eshell) <defgroup>: Add :version.
831
f9415d5b
GM
8322000-09-28 Gerd Moellmann <gerd@gnu.org>
833
834 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
835 `append'.
836
fa003899
SM
8372000-09-28 Stefan Monnier <monnier@cs.yale.edu>
838
839 * info.el (Info-extract-pointer): Undo last change.
840 Instead, fix the position of the `bound' arg to re-search-backward.
841
8422000-09-27 Stefan Monnier <monnier@cs.yale.edu>
843
844 * info.el (Info-extract-pointer):
845 Widen more carefully, to avoid finding pointers in other nodes.
846 (Info-index): Use push.
847
f9415d5b 8482000-09-27 Gerd Moellmann <gerd@gnu.org>
6f22f1ad
GM
849
850 * frame.el (set-frame-font): Remove call to obsolete function
851 frame-update-faces.
852 (set-foreground-color, set-background-color): Likewise for
853 frame-update-face-colors.
854
5538b8ba
MB
8552000-09-27 Miles Bader <miles@gnu.org>
856
857 * image-file.el: New file.
858
60536eea
GM
8592000-09-27 Gerd Moellmann <gerd@gnu.org>
860
5b551d58
GM
861 * frame.el (frame-notice-user-settings): Don't call
862 frame-update-faces, which is a no-op now.
814299a7 863
60536eea
GM
864 * ediff-wind.el (ediff-control-frame-parameters): Add zero
865 tool-bar-lines.
866
36f1966f
DL
8672000-09-27 Dave Love <fx@gnu.org>
868
869 * mouse.el: Fix last change.
870
c5785b73
MB
8712000-09-27 Miles Bader <miles@lsi.nec.co.jp>
872
873 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
874
672172d9
KH
8752000-09-22 Kenichi Handa <handa@etl.go.jp>
876
877 * international/quail.el (quail-help): The output message is
878 improved.
879
4653b4ea
DL
8802000-09-26 Dave Love <fx@gnu.org>
881
882 * mouse.el (popup-menu): If POSITION is nil, set it using
883 mouse-position.
884
63900fcf
SS
8852000-09-25 Sam Steingold <sds@gnu.org>
886
887 * net/browse-url.el (browse-url-file-url): Check for null maps.
888
cd3b81be
GM
8892000-09-26 Gerd Moellmann <gerd@gnu.org>
890
876512ab 891 * frame.el (frame-notice-user-settings): Don't add a
fa003899 892 tool-bar-lines frame parameter to default-frame-alist in batch mode.
814299a7 893
fa003899
SM
894 * frame.el (frame-notice-user-settings):
895 Make tool-bar-mode and default-frame-alist consistent.
77072ab1 896
cd3b81be
GM
897 * toolbar/tool-bar.el (tool-bar-help): New function.
898
d8b4516f
GM
8992000-09-25 Gerd Moellmann <gerd@gnu.org>
900
6567e9b5
GM
901 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
902 current-load-list in top-level forms. Else this leaks a cons cell
903 every time a defun is called.
63900fcf 904
d8b4516f 905 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
63900fcf 906
a461758e
DL
9072000-09-25 Dave Love <fx@gnu.org>
908
7df6adc3
DL
909 * startup.el (fancy-splash-head): Check XPM is available.
910
a461758e
DL
911 * autoinsert.el (auto-insert): Doc fix.
912 (auto-insert-alist): Following GNU notices, don't say `copyright
913 _by_'. Use line-beginning-position.
914 (auto-insert): Check buffer-file-name is non-nil before use.
915
b11af2dd
GM
9162000-09-25 Gerd Moellmann <gerd@gnu.org>
917
918 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
919 starting with `@def' or `@multitable', in addition to ones
920 specified by the user in auto-fill-inhibit-regexp.
921
5f9f981b
GM
9222000-09-25 Markus Rost <rost@math.ohio-state.edu>
923
924 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
925 rmail-dont-reply-to-names matches the empty string.
63900fcf 926
8ff16b4e
GM
9272000-09-25 Gerd Moellmann <gerd@gnu.org>
928
63900fcf 929 * startup.el (command-line-1, fancy-splash-text): Change the
8ff16b4e
GM
930 text to sound more friendly.
931
9b4a7800
TTN
9322000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
933
934 * progmodes/hideshow.el: Update author email address.
935 Generally, sync w/ maintainer version 5.22.
9b4a7800
TTN
936 (hs-hide-all-non-comment-function): New var.
937 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
938 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
939 (hs-show-region): Delete this command.
940 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
941
4c7c1f3f
DL
9422000-09-22 Dave Love <fx@gnu.org>
943
944 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
945 (hl-line-highlight): Specify buffer when moving overlay.
946
947 * progmodes/fortran.el (fortran-mode): Locally set
948 normal-auto-fill-function.
949 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
950 (fortran-mode-map): Adjust auto-fill menu entry.
951
13f93dee
GM
9522000-09-22 Gerd Moellmann <gerd@gnu.org>
953
36eb0a91
GM
954 * vc-rcs.el (toplevel): Require `vc' when compiling.
955
fa003899 956 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
13f93dee 957
36a03bf9
AS
9582000-09-22 Andre Spiegel <spiegel@gnu.org>
959
9b4a7800 960 * vc.el (vc-switch-backend): Signal an error if the file is not
36a03bf9
AS
961 registered under the new backend.
962
9b4a7800 963 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
36a03bf9
AS
964 without explicit revision number.
965
6e4e8a3b
SM
9662000-09-21 Stefan Monnier <monnier@cs.yale.edu>
967
968 * diff-mode.el (diff-file-header-face): Reset to its previous value.
969 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
970 (diff-xor): New function.
971 (diff-find-source-location): Use it. Fix a stupid name clash.
972 (diff-hunk-status-msg): New function.
973 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
974 (diff-test-hunk): Use diff-find-source-location.
975 (diff-goto-source): Favor the `reverse'.
976 (diff-hunk-text): Properly handle one-sided context diffs.
977 (diff-apply-hunk): When done, advance to the next hunk.
978
1b24b888
GM
9792000-09-21 Gerd Moellmann <gerd@gnu.org>
980
623a0aae
GM
981 * startup.el (command-line): If frame was created with a non-zero
982 tool-bar-lines parameter, switch tool-bar-mode on.
9b4a7800 983
1b24b888
GM
984 * add-log.el (change-log-date-face, change-log-name-face)
985 (change-log-email-face, change-log-file-face)
986 (change-log-list-face, change-log-conditionals-face)
fa003899
SM
987 (change-log-function-face, change-log-acknowledgement-face):
988 New faces, inheriting from font-lock faces.
1b24b888 989 (change-log-font-lock-keywords): Use them.
9b4a7800 990
93b3a1c8
DL
9912000-09-21 Dave Love <fx@gnu.org>
992
80585273
DL
993 * progmodes/cperl-mode.el (top-level): Clean up
994 `eval-when-compile's and assorted defvars.
995 (cperl-invalid-face): Don't double-quote value. Change custom
996 type.
997 (cperl-mode): Set normal-auto-fill-function and don't zap
998 auto-fill-function.
999 (cperl-imenu--function-name-regexp-perl): Renamed from
1000 imenu-example--function-name-regexp-perl.
1001 (cperl-imenu--create-perl-index): Renamed from
1002 imenu-example--create-perl-index.
1003 (cperl-xsub-scan): Don't require cl.
1004
93b3a1c8
DL
1005 * msb.el (msb-mode-map): Use substitute-key-definition.
1006 (msb-mode): Use msb-mode-map.
1007
43ccb598
AS
10082000-09-21 Andre Spiegel <spiegel@gnu.org>
1009
1010 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
1011 New functions.
fa003899 1012 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
43ccb598
AS
1013 (vc-switch-backend): New function.
1014 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
1015 (vc-register): Fix prompt.
1016 (vc-unregister, vc-default-unregister): New functions.
1017 (vc-version-diff): Handle empty buffer in sentinel.
1018
1019 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
1020 (vc-rcs-state-heuristic): Use it to guess the state of files with
1021 non-strict locking.
1022 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
1023 been set with -b, but not created yet.
1024 (vc-rcs-fetch-master-state): With non-strict locking, compare file
1025 contents in order to find the state.
1026 (vc-rcs-checkin): Allow creation of branches with no changes.
fa003899
SM
1027 (vc-rcs-unregister, vc-rcs-receive-file)
1028 (vc-rcs-set-non-strict-locking): New functions.
43ccb598 1029
9b4a7800 1030 * vc-hooks.el (vc-name): Force correct computation of the value
43ccb598 1031 in case it is missing.
9b4a7800 1032
95fadcca
GM
10332000-09-21 Gerd Moellmann <gerd@gnu.org>
1034
1035 * startup.el (fancy-splash-tail): Use a different foreground
1036 color on a dark frame background.
1037
470f23e1
MB
10382000-09-21 Miles Bader <miles@lsi.nec.co.jp>
1039
1040 * info.el: Use the correct capitalization when making Info-mode
1041 and Info-edit-mode `special' modes.
1042
281096ed
SM
10432000-09-20 Stefan Monnier <monnier@cs.yale.edu>
1044
1045 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
1046 (diff-mode): Add support for add-log.el.
1047 (diff-hunk-text): Use char offsets rather than line offsets.
1048 (diff-find-source-location): Replace LINE with line-offset (nil
1049 if not found) and always set POS to a meaningful position.
1050 Adapt to the new char-offsets.
1051 (diff-apply-hunk): Drop support for the unused `select' POPUP.
1052 Adapt to the new diff-find-source-location.
1053 (diff-goto-source): Adapt to the new diff-find-source-location.
1054
1055 * add-log.el (add-log-file-name): New function (split out of
1056 add-change-log-entry).
1057 (add-change-log-entry): Use it.
1058 Call add-log-file-name-function with the changelog file name if
1059 the current buffer is not associated with any file.
1060 Avoid find-file if the selected window is dedicated.
1061
1062 * diff-mode.el (diff-find-source-location):
1063 Move code from diff-apply-hunk. Return buffer rather than file.
1064 (diff-apply-hunk): Use the new result from diff-find-source-location.
1065 (diff-goto-source): Use the new diff-find-source-location.
1066
c29d77c4
DL
10672000-09-20 Dave Love <fx@gnu.org>
1068
1069 * iswitchb.el: Some doc fixes.
1070 (iswitchb-mode-map): Define completely initially. Inherit
1071 minibuffer-local-map.
1072 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
1073 fundamental-mode.
1074 (iswitchb-global-map): New variable.
1075 (iswitchb-summaries-to-end): Amalgamate regexps.
1076 (iswitchb-mode): New.
1077 (iswitchb-mode-hook): New variable.
1078 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
1079 `extensions'.
1080
49939379
GM
10812000-09-20 Gerd Moellmann <gerd@gnu.org>
1082
d05c87ac
GM
1083 * ehelp.el (electric-help): New defgroup.
1084 (electric-help-shrink-window): New user-option.
1085 (with-electric-help): Use it.
1086
1ec082d4
GM
1087 * window.el (shrink-window-if-larger-than-buffer): If face
1088 `mode-line' has a :box, and we're on a graphical frame, add 1
1089 to the needed window height.
1090
f46c275e
GM
1091 * frame.el (frame-notice-user-settings): Add a last parameter nil
1092 to a call to `append', because the last list passed to `append' is
1093 not copied, and so subsequent calls to assq-delete-all will modify
1094 default-frame-alist.
1095
b7e11c5b
GM
1096 * startup.el (fancy-splash-image): Change :type.
1097 (fancy-splash-head): Use an XBM image if appropriate.
1098 (command-line-1): Show splash screens in more cases.
1099
26ff68aa
GM
1100 * startup.el (fancy-splash-text): Don't quote faces.
1101
8320414c
GM
1102 * dired.el (dired-font-lock-keywords): Undo last change.
1103 (dired-readin): Bind indent-tabs-mode to nil.
1104
49939379
GM
1105 * startup.el (fancy-splash-head): If frame's background mode
1106 is `dark', change the black background of the image to gray.
1107 (fancy-splash-screens): Display startup echo area message.
1108 (display-startup-echo-area-message): New function.
1109
c3b27206
MB
11102000-09-20 Miles Bader <miles@lsi.nec.co.jp>
1111
55a3d2a1
MB
1112 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
1113
1114 * info.el (info-header-node): Tweak for color ttys.
1115
37a99821
MB
1116 * faces.el (face-valid-attribute-values): Make sure directories we
1117 search for stipples both exist and are readable before trying to
1118 search them.
1119
0415d0d0
MB
1120 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
1121 in the dry-run case.
1122
523b128c
MB
1123 * jka-compr.el (with-auto-compression-mode): New macro.
1124
c3b27206
MB
1125 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
1126 (custom-group-tag-face, custom-variable-tag-face): Use relative
1127 :height and inherit from `variable-pitch' face instead of
1128 hardwiring :family.
1129 * hi-lock.el (hi-black-hb): Likewise.
1130
ddba99ad
MB
1131 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
1132 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
1133 toolbar-add-item, if image doesn't have a mask add a `:mask
1134 heuristic'.
1135
7e99fbde
SM
11362000-09-19 Stefan Monnier <monnier@cs.yale.edu>
1137
1138 * diff-mode.el: Docstring fixes.
1139 (diff-header-face, diff-comment-face): New faces.
1140 (diff-font-lock-keywords): Highlight a bit differently.
1141 (diff-find-source-location): Don't return SPAN any more.
1142 (diff-hunk-text): Don't bother erasing the temp buffer.
1143 (diff-find-text): Drop argument LINE.
1144 (diff-apply-hunk): Update calls to diff-find-text.
1145 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
1146
1147 * calendar/calendar.el: Docstring fixes.
1148 (calendar-make-alist): Don't quote lambda.
1149 (calendar-star-date): Use make-local-variable.
1150
fb275c02
DL
11512000-09-19 Dave Love <fx@gnu.org>
1152
7e99fbde
SM
1153 * toolbar/tool-bar.el: Renamed from toolbar.el.
1154 Change `toolbar' to `tool-bar' generally in symbols.
1155 Make some items invisible in `special' major modes.
1156 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
1157 Add arg PROPS.
532cb34d 1158
7e99fbde
SM
1159 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
1160 Add :version here.
fb275c02
DL
1161 (fancy-splash-delay, fancy-splash-image): Remove :version here.
1162
8f4ca9a5
GM
11632000-09-19 Gerd Moellmann <gerd@gnu.org>
1164
da1608d9
GM
1165 * progmodes/sh-script.el (sh-search-word): Remove call to
1166 `debug'.
1167
8fb3df59
GM
1168 * files.el (find-file-suppress-same-file-warnings): New
1169 user-option.
1170 (find-file-noselect): Use it.
1171
a01bb1db
GM
1172 * startup.el (fancy-splash-delay, fancy-splash-image): Add
1173 :version.
1174 (fancy-splash-screen): Defgroup.
1175
8f4ca9a5
GM
1176 * add-log.el (change-log-font-lock-keywords): Match names
1177 more exactly for the case that font-lock-constant-face is
1178 underlined.
1179
ba9eeda1 11802000-09-19 Richard M. Stallman <rms@gnu.org>
9b4a7800 1181
ba9eeda1
GM
1182 * progmodes/sh-script.el (sh-search-word): Rewritten for
1183 speed.
1184
289eaef9
AS
11852000-09-19 Andre Spiegel <spiegel@gnu.org>
1186
1187 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
1188
ce9ded5d
GM
11892000-09-19 Gerd Moellmann <gerd@gnu.org>
1190
c113de23
GM
1191 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
1192 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
1193 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
1194 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
1195 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
1196 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
1197 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
1198 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
1199 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
1200 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
1201 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
8f4ca9a5 1202 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
c113de23 1203
ce9ded5d
GM
1204 * startup.el (fancy-splash-text): New variable.
1205 (fancy-splash-delay, fancy-splash-image): New user-options.
1206 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
1207 (fancy-splash-screens): New functions.
1208 (command-line-1): If display has a `display' frame parameter, has
1209 colors, and we have XPM support, show more fancy splash screens.
9b4a7800 1210
b9b1c3a9
DL
12112000-09-19 Dave Love <fx@gnu.org>
1212
1213 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
1214 with null `help'. Use modern backquote syntax.
1215
1af25534
GM
12162000-09-19 Gerd Moellmann <gerd@gnu.org>
1217
afd3c8cd
GM
1218 * font-lock.el (font-lock-mode): Change message telling the user
1219 that ``the buffer is too big''.
1220
1af25534
GM
1221 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
1222 for instance for the case that tab-width is 2.
1223
05b1f851
GM
12242000-09-18 Gerd Moellmann <gerd@gnu.org>
1225
1226 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
1227 toolbar-add-item, if image doesn't have a mask add a `:mask
1228 heuristic'.
1229
8ec8f673
MB
12302000-09-18 Miles Bader <miles@lsi.nec.co.jp>
1231
2b612b1f
MB
1232 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
1233 and return a cons if it's non-nil.
1234 (diff-apply-hunk): Try to jump to the line in the source text
1235 corresponding to the position of point in the in the hunk.
1236
9b4a7800 1237 * info.el (Info-title-3-face, Info-title-2-face)
8ec8f673
MB
1238 (Info-title-1-face): Use face inheritance and relative sizes
1239 instead of hard-wiring things.
1240
1241 * faces.el (secondary-selection): Make dark-background variant sane.
1242
5eedab4d
AI
12432000-09-16 Andrew Innes <andrewi@gnu.org>
1244
1245 * makefile.nt (compile-files): No need to make .elc files
1246 read-only, since they aren't under VC now.
1247
1248 * makefile.w32-in (compile-files-CMD): No need to make .elc files
1249 read-only, since they aren't under VC now.
1250
6a142f26
DL
12512000-09-17 Dave Love <fx@gnu.org>
1252
e07436e1
DL
1253 * tmm.el: Replace mapcar with mapc in several places.
1254
1255 * loadhist.el (unload-feature): Maybe call elp-restore-list and
1256 ad-unadvise.
1257
7d354dd5
DL
1258 * international/latin1-disp.el: New file.
1259
6a142f26
DL
1260 * calendar/cal-move.el (scroll-calendar-left)
1261 (scroll-calendar-right): Make arg optional (for active mode line).
1262
1263 * calendar/calendar.el (calendar-mode-line-format): Make fields
1264 mouse-sensitive.
1265 (calendar-read-date, calendar-read-date, calendar-window-list):
1266 Unquote lambda.
1267 (calendar-month-name): Use aref, not sref.
1268
1269 * view.el (minor-mode-alist): Propertize the string.
1270
1271 * international/characters.el (standard-case-table): Add entries
1272 for Greek.
1273
50ac70af
MB
12742000-09-18 Miles Bader <miles@gnu.org>
1275
53c9ab4f
MB
1276 * info.el (info-node, info-xref): Add dark-background variants.
1277
a114b1ca
MB
1278 * faces.el (header-line): Change defaults to be less confusing
1279 when mixed with mode-lines.
1280
50ac70af
MB
1281 * info.el (Info-fontify-node): Make a few cleanups.
1282 Add extra `help-echo' and `local-map' props to node xrefs.
1283 Use header-specific faces for node-names & xrefs.
1284 (Info-use-header-line): New variable.
53c9ab4f 1285 (info-header-xref, info-header-node): New faces.
50ac70af
MB
1286 (Info-setup-header-line): New function.
1287 (Info-select-node): Call Info-setup-header-line when enabled.
1288 (Info-extract-pointer): Work even if the header line is hidden.
1289 (Info-header-line): New variable.
1290
729927ff
SM
12912000-09-16 Stefan Monnier <monnier@cs.yale.edu>
1292
1293 * vms-patch.el (print-region-function): Don't quote lambda.
1294
1295 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
1296
1297 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
1298 (lm-get-header-re): Allow spaces between the header and the colon.
1299 (lm-header): Allow $ in non-RCS headers.
1300 (lm-header-multiline): Put the strings back into order.
1301 Stop at an empty line. Don't require two space chars if the
1302 line is clearly not another header line.
1303
1304 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
1305 (popup-menu-popup): Remove.
1306
7a98d821
GM
13072000-09-15 Gerd Moellmann <gerd@gnu.org>
1308
7f8f1edc
GM
1309 * toolbar/toolbar.el (toolbar-add-item): Use the same image
1310 specification if or if not tool-bar item contains an `:enabled'
1311 property.
1312
7a98d821
GM
1313 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
1314 current buffer has no file name.
1315
a7bc704b
DL
13162000-09-15 Dave Love <fx@gnu.org>
1317
1318 * strokes.el: Sync with maintainer's current version with changes
1319 for Emacs, but avoid runtime cl and levents.
1320 (toplevel): Change autoloads and compilation requires.
1321 (strokes-version, strokes-bug-address, strokes-lift): Values
1322 changed.
1323 (strokes-xpm-header, strokes-insinuated): New variable.
1324 (strokes): Add :link.
1325 (strokes-mode): Customized.
1326 (strokes-while-inhibiting-garbage-collector): New macro.
1327 (strokes-remassoc): Avoid remove-if.
1328 (strokes-fix-button2-command): Don't use ad-do-it.
1329 (strokes-insinuate): New function.
1330 (strokes-button-press-event-p, strokes-button-release-event-p):
1331 New functions, used instead of non-`strokes-' versions..
1332 (strokes-mouse-event-p): Rewritten.
1333 (strokes-event-closest-point): Avoid event-point.
1334 (strokes-get-grid-position): Avoid cdadr, caadr
1335 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
1336 functions.
1337 (strokes-help): Use with-output-to-temp-buffer.
1338 (strokes-window-configuration-changed-p): New function.
1339 (strokes-update-window-configuration): Use buffer-live-p,
1340 strokes-window-configuration-changed-p.
1341 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
1342 (strokes-char-face): New face.
1343 (strokes-char-table, strokes-base64-chars): New variable.
1344 (strokes-xpm-for-stroke, strokes-list-strokes)
1345 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
1346 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
1347 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
1348 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
1349 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
1350 functions.
1351
47e351a3
GM
13522000-09-15 Gerd Moellmann <gerd@gnu.org>
1353
ebb8f116
GM
1354 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
1355
47e351a3
GM
1356 * image.el (create-image): Doc fix.
1357
1358 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
1359 instead of `:heuristic-mask t'.
1360
fe83b953
AI
13612000-09-14 Andrew Innes <andrewi@gnu.org>
1362
1363 * makefile.w32-in: Revert to Unix line endings.
1364
52481729
AI
13652000-09-14 Andrew Innes <andrewi@gnu.org>
1366
3021e816
AI
1367 * makefile.w32-in: Add bootstrap support. Also copy lisp source
1368 when installing.
1369
52481729
AI
1370 * makefile.nt (DONTCOMPILE): Fix typo.
1371
1372 * shell.el (shell-write-history-on-exit): New function.
1373 (shell-dumb-shell-regexp): New custom variable.
1374 (shell-mode): Make shell-write-history-on-exit the process
1375 sentinel if shell name matches shell-dumb-shell-regexp.
1376
1377 * w32-fns.el: Comment out before-init-hook function which resets
1378 source-directory based; this breaks bootstrap.
1379
f8034e41
DL
13802000-09-14 Dave Love <fx@gnu.org>
1381
1382 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
1383 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
1384 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
1385 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
1386 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
1387 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
1388 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
1389 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
1390 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
1391
1392 * toolbar/toolbar.el: New.
1393
1394 * subdirs.el: Add toolbar.
1395
b9ce5694
GM
13962000-09-14 Gerd Moellmann <gerd@gnu.org>
1397
1398 * indent.el (indent-for-tab-command): Doc fix.
1399
986b7dee
GM
14002000-09-14 Alex Schroeder <alex@gnu.org>
1401
1402 * ansi-color.el (ansi-colors): Doc change.
1403 (ansi-color-get-face): Simplified regexp.
1404 (ansi-color-faces-vector): Added more faces, doc change.
1405 (ansi-color-names-vector): Doc change.
1406 (ansi-color-regexp): Simplified regexp.
1407 (ansi-color-parameter-regexp): New regexp.
1408 (ansi-color-filter-apply): Doc change.
1409 (ansi-color-filter-region): Doc change.
1410 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
1411 deal with zero length parameters.
1412 (ansi-color-apply-on-region): Doc change.
1413 (ansi-color-map): Doc change.
1414 (ansi-color-map-update): Removed debugging message.
1415 (ansi-color-get-face-1): Added condition-case to trap
1416 args-out-of-range errors.
1417 (ansi-color-get-face): Doc change.
1418 (ansi-color-make-face): Removed.
1419 (ansi-color-for-shell-mode): New option.
9b4a7800 1420
076ff911
KH
14212000-09-13 Kenichi Handa <handa@etl.go.jp>
1422
1423 * international/quail.el (quail-start-translation): Translate KEY
1424 if necessary even if it doesn't have any mapping in the current
1425 input method.
1426 (quail-start-conversion): Likewise.
1427 (quail-help): The output message is improved.
1428
bdf08678
MB
14292000-09-13 Miles Bader <miles@gnu.org>
1430
1431 * comint.el (comint-output-filter): Revert to using
1432 `insert-before-markers'. Add bletcherous hack to undo damage
1433 caused by `insert-before-markers'. Put `front-sticky' property on
1434 overlays created here so that the field code understands how the
1435 overlay works. Use a let when making comint-last-prompt-overlay,
1436 so that the code is easier to read.
1437
ffb8db8d
DL
14382000-09-13 Dave Love <fx@gnu.org>
1439
1440 * wid-edit.el (widget-default-format-handler): DTRT when
1441 doc-property is a function.
1442
5dd05f61
GM
14432000-09-12 Francesco Potorti` <pot@gnu.org>
1444
1445 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
1446 filed name if it's not there.
1447
35177617
DL
14482000-09-12 Dave Love <fx@gnu.org>
1449
9023837e
DL
1450 * simple.el (read-mail-command): Doc fix.
1451 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
1452
35177617
DL
1453 * vc.el (vc-dired-listing-switches): Fix :version.
1454
1455 * vc-hooks.el: Doc fixes.
1456
1457 * subr.el (add-minor-mode): Use toggle-fun arg.
1458
1459 * speedbar.el: Add :version to several defcustoms.
1460
1461 * imenu.el (imenu--truncate-items, imenu--cleanup)
1462 (imenu--generic-function): Avoid mapcar.
1463 (imenu--replace-spaces): Function removed.
1464 (imenu--completion-buffer): Use subst-char-in-string.
1465 (imenu-add-to-menubar): Use keymap inheritance.
1466
1afaae94
MB
14672000-09-12 Miles Bader <miles@gnu.org>
1468
1469 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
1470 (diff-mode-map): Bind `diff-test-hunk'.
1471 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
1472
14732000-09-11 Gerd Moellmann <gerd@gnu.org>
71246c2c
GM
1474
1475 * bytecomp.el (byte-compile-defvar): Undo last change
1476 because it breaks '(make-variable-buffer-local (defvar ...)'
1477 which is used at least in dired.
1478
63c36c3c
KH
14792000-09-12 Kenichi Handa <handa@etl.go.jp>
1480
1481 * international/quail.el (quail-define-package): Docstring
1482 modified.
1483
1ad24be1
KH
14842000-09-12 Kenichi Handa <handa@etl.go.jp>
1485
362a8065
KH
1486 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
1487 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
1488 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
1489 docstring of "chinese-py".
1490
1ad24be1
KH
1491 * international/quail.el (quail-translation-docstring): New
1492 variable.
1493 (quail-show-keyboard-layout): Docstring modified.
1494 (quail-select-current): Likewise.
1495 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
1496 infinite recursive call.
1497 (quail-help): Check quail-translation-docstring. Format of the
1498 output changed.
1499 (quail-help-insert-keymap-description): Adjusted for the above
1500 change.
1501
cc0f95a4
GM
15022000-09-11 Gerd Moellmann <gerd@gnu.org>
1503
1504 * bytecomp.el (byte-compile-defvar): Only cons onto
1505 current-load-list in top-level forms. Else this leaks a cons cell
1506 every time a defun is called.
1507
7530b6da
MB
15082000-09-11 Miles Bader <miles@lsi.nec.co.jp>
1509
1510 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
1511 Now understands non-unified diffs. Some functionality moved into
1512 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
1513 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
1514 modify anything. Only reposition point in the patched file if the
1515 patch succeeds. Only pop up another window if POPUP is true.
1516 Emit a message describing what happened if successful, and at what
1517 line-offset. Automatically detect reversed hunks and do something
1518 appropriate.
1519 (diff-hunk-text, diff-find-text): New functions.
1520 (diff-filter-lines): Function removed.
1521 (diff-test-hunk): New function.
1522 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
1523
6b124390
DL
15242000-09-10 Dave Love <fx@gnu.org>
1525
1526 * textmodes/tildify.el: Minor doc/commentary fixes.
1527 (tildify) <defgroup>: Add :version.
1528
1529 * faces.el (face-x-resources): Make custom type more specific.
1530 (frame-background-mode): Use mapc.
1531 (region) <defcustom>: Add :version.
1532
7f8b6551
SM
15332000-09-08 Stefan Monnier <monnier@cs.yale.edu>
1534
9b4a7800
TTN
1535 * vc-sccs.el (vc-sccs-register):
1536 * vc-rcs.el (vc-rcs-register):
7f8b6551
SM
1537 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
1538 * vc.el (vc-register): Clear file's properties.
1539
c454aac1
GM
15402000-09-08 Gerd Moellmann <gerd@gnu.org>
1541
1542 * faces.el (face-spec-set): Only face-spec-reset-face when
1543 ATTRS is non-nil.
1544
bb934822
EZ
15452000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
1546
1547 * help.el (help-insert-xref-button): Fix a typo in doc string.
1548
03419440
EZ
15492000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
1550
7f8b6551
SM
1551 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
1552 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
43b11fee
EZ
1553 methods.
1554
03419440
EZ
1555 * menu-bar.el (read-mail-item-name): New function.
1556 (menu-bar-tools-menu): Use it to compute and display the package
1557 used to read email.
1558 (menu-bar-tools-menu): Fix typo in GUD's help string.
1559
dbcee71a
DL
15602000-09-07 Dave Love <fx@gnu.org>
1561
19e713d8
DL
1562 * diff-mode.el (diff-mouse-goto-source): New function.
1563
a7cafade 1564 * vc-sccs.el: Doc fixes.
7f8b6551 1565 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
a7cafade
DL
1566
1567 * vc-rcs.el: Doc fixes.
7f8b6551
SM
1568 (vc-rcs-register-switches, vc-rcs-checkin-switches)
1569 (vc-rcs-checkout-switches, vc-rcs-header)
a7cafade
DL
1570 (vc-rcs-master-templates): Add or change :version.
1571
7f8b6551 1572 * vc-cvs.el: Doc fixes.
a7cafade
DL
1573 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
1574 (vc-cvs-stay-local): Add :version.
1575
dbcee71a
DL
1576 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
1577
ed254191
KH
15782000-09-07 Kenichi Handa <handa@etl.go.jp>
1579
1580 * international/quail.el (quail-help): Fix previous change.
1581
ab0ee409
GM
15822000-09-07 Gerd Moellmann <gerd@gnu.org>
1583
f46f845b 1584 * faces.el (color-values): Doc fix.
9b4a7800 1585
ab0ee409
GM
1586 * faces.el (frame-set-background-mode): Use frame-parameter
1587 instead of frame-parameters.
1588
1589 * frame.el (filtered-frame-list): Reduce consing.
9b4a7800 1590 (frames-on-display-list): Call frame-parameter instead of
ab0ee409 1591 frame-parameters.
9b4a7800 1592
f7246ac7
KH
15932000-09-07 Kenichi Handa <handa@etl.go.jp>
1594
1595 * language/devan-util.el (devanagari-to-indian-region): In the
1596 loop, change the following char, not preceding char.
1597
96889af2
GM
15982000-09-07 Gerd Moellmann <gerd@gnu.org>
1599
1091dd67
GM
1600 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
1601 instead of frame-parameters.
1602
9b4a7800 1603 * faces.el (set-face-attribute): Simplify by calling
0da3ecef
GM
1604 internal-set-lisp-face-attribute with FRAME being 0.
1605
1606 * vc.el: Remove `Id' version control keyword.
96889af2 1607
0fddd0dc
KH
16082000-09-07 Kenichi Handa <handa@etl.go.jp>
1609
1610 * help.el (help-make-xrefs): Adjusted for the change of
1611 help-xref-mule-regexp.
1612 (help-insert-xref-button): New function.
1613
1614 * international/mule-cmds.el (help-xref-mule-regexp-template):
1615 Include the pattern for character set.
1616 (leim): New group.
1617
1618 * international/quail.el: Don't require face.
1619 (quail): New group.
7f8b6551 1620 (quail-other-command): Dummy command to make quail-help work better.
0fddd0dc
KH
1621 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
1622 (quail-keyboard-layout-substitution): New variable.
1623 (quail-update-keyboard-layout): New function.
1624 (quail-keyboard-layout-type): New customizable variable.
1625 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
1626 (quail-keyboard-translate): Pay attention to
1627 quail-keyboard-layout-substitution.
1628 (quail-insert-kbd-layout): New function.
1629 (quail-show-keyboard-layout): New function.
1630 (quail-get-translation): If the definition is a vector of length
7f8b6551 1631 1, and the element is a string of length 1, return the character
0fddd0dc
KH
1632 in that string.
1633 (quail-update-current-translations): Fix the case of
1634 relative-index out of range.
1635 (quail-build-decode-map, quail-insert-decode-map): New Functions.
1636 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
7f8b6551 1637 Show key sequences for all available characters.
0fddd0dc
KH
1638 (quail-help-insert-keymap-description): Don't show such verbose
1639 key bindings as quail-self-insert-command.
1640
1641 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
1642 Format changed, and each element now have extra documentations.
1643 (tit-process-header): Delete invalid characters from TIT-PROMPT.
1644 Adjusted for the change of quail-cxterm-package-ext-info.
1645
8ddceaf1
GM
16462000-09-06 Gerd Moellmann <gerd@gnu.org>
1647
1648 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
1649 requiring it leads to a recursive loading of vc.el and vc-hooks.el
1650 during bootstrap.
1651
099bd78a
SM
16522000-09-05 Stefan Monnier <monnier@cs.yale.edu>
1653
1654 * vc.el: (toplevel): Don't require `dired' at run-time.
1655 (vc-dired-resynch-file): Remove autoload cookie.
1656
16572000-09-05 Andre Spiegel <spiegel@gnu.org>
1658
1659 * vc.el: Made several backend functions optional.
1660 (vc-default-responsible-p): New function.
1661 (vc-merge): Use RET for first version to trigger merge-news, not
1662 prefix arg.
1663 (vc-annotate): Handle backends that do not support annotation.
1664 (vc-default-merge-news): Removed. The existence of a merge-news
1665 implementation is now checked on caller sites.
1666
9b4a7800 1667 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
099bd78a
SM
1668 case.
1669
9b4a7800 1670 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
099bd78a
SM
1671 special case that has been removed from the default in vc-hooks.el.
1672
16732000-09-05 Stefan Monnier <monnier@cs.yale.edu>
1674
1675 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
1676
16772000-09-05 Andre Spiegel <spiegel@gnu.org>
1678
1679 * vc-hooks.el: Require vc during compilation.
1680 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
1681 macro `with-vc-properties' in vc.el.
1682 (vc-file-getprop): Doc fix.
1683 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
9b4a7800 1684
099bd78a
SM
1685 * vc.el: Require dired-aux during compilation.
1686 (vc-name-assoc-file): Moved to vc-sccs.el.
1687 (with-vc-properties): New macro.
9b4a7800 1688 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
099bd78a
SM
1689 vc-finish-steal): Use it.
1690 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
1691 to the backend-specific function is now supposed to do the checkout,
1692 too.
1693 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
1694
9b4a7800 1695 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
099bd78a
SM
1696 set file properties; that gets done in the generic code now.
1697
1698 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
1699 Changed parameter list, added code from vc.el that does the
1700 checkout, possibly with a double-take.
1701
1702 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
1703 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
1704 the above under the new name.
1705 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
1706 parameter list, added checkout command.
1707 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
1708 properties; that gets done in the generic code now.
1709
17102000-09-05 Stefan Monnier <monnier@cs.yale.edu>
1711
1712 * vc.el: Docstring fixes (courtesy of checkdoc).
1713
17142000-09-05 Stefan Monnier <monnier@cs.yale.edu>
1715
1716 * vc.el (vc-checkout-writable-buffer-hook)
1717 (vc-checkout-writable-buffer): Remove.
1718 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
1719 (vc-log-mode): Make it into a clean derived major mode.
1720 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
1721 vc-log-mode if log-edit is not available.
1722 (vc-dired-mode-map): Don't set-keymap-parent yet.
1723 (vc-dired-mode): Do set-keymap-parent here.
1724 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
1725
08ba3862
GM
17262000-09-05 Gerd Moellmann <gerd@gnu.org>
1727
1728 * faces.el (set-face-attribute, face-spec-reset-face)
1729 (face-spec-set): Avoid consing by removing calls to `apply'.
1730
1731 * frame.el (frame-parameter): Move to C code.
1732
3b4429b4
DL
17332000-09-05 Dave Love <fx@gnu.org>
1734
1735 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
1736 insert-before-markers-and-inherit. Now checked systematically!
1737
877055f6
GM
17382000-09-05 Alex Schroeder <alex@gnu.org>
1739
1740 * sql.el (sql-postgres): Use sql-postgres-options.
1741 (sql-postgres-options): New variable.
1742
17432000-09-05 Alex Schroeder <alex@gnu.org>
1744
1745 * sql.el (sql-mode-menu): Work around missing variable mark-active
1746 in XEmacs.
1747 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
1748 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
1749 compatibility.
1750
7a004b71
GM
17512000-09-04 Gerd Moellmann <gerd@gnu.org>
1752
54baed30 1753 * vc.el (vc-dired-resynch-file): Add autoload cookie.
9b4a7800 1754
7a004b71
GM
1755 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
1756
1757 * Makefile.in (DONTCOMPILE): Fix typo in file name.
1758
17592000-09-04 Andre Spiegel <spiegel@gnu.org>
1760
1761 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
1762 don't support anything else under SCCS yet.
1763
1764 * vc-hooks.el: Minor doc fixes.
1765
17662000-09-04 Andre Spiegel <spiegel@gnu.org>
1767
1768 * vc.el (vc-next-action-on-file): Do not visit the file if it's
1769 not necessary. If verbose in state `needs-patch', do the same as
1770 under `up-to-date'. When NOT verbose and `needs-patch', check out
1771 latest version instead of `merge-news'.
1772 (vc-next-action-dired): Don't mess with default-directory here; it
1773 breaks other parts of dired. It is the job of the
099bd78a 1774 backend-specific functions to adjust it temporarily if they need it.
7a004b71
GM
1775 (vc-next-action): Remove a special CVS case.
1776 (vc-clear-headers): New optional arg FILE.
1777 (vc-checkin, vc-checkout): Set properties vc-state and
1778 vc-checkout-time properly.
099bd78a 1779 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
7a004b71
GM
1780 (vc-print-log): Use new backend function `show-log-entry'.
1781 (vc-cancel-version): Do the checks in a different order. Added a
1782 FIXME concerning RCS-only code.
1783
1784 * vc-rcs.el (vc-rcs-show-log-entry): New function.
1785 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
1786
1787 * vc-cvs.el (vc-cvs-show-log-entry): New function.
1788
9b4a7800 1789 * vc-hooks.el (vc-default-mode-line-string): Show state
7a004b71
GM
1790 `needs-patch' as a `-' too.
1791
17922000-09-04 Andre Spiegel <spiegel@gnu.org>
1793
1794 * vc.el (vc-responsible-backend): New optional arg REGISTER.
1795 (vc-default-could-register): New function.
1796 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
1797 (vc-resynch-buffer): Call vc-dired-resynch-file.
1798 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
1799 vc-resynch-buffer instead of vc-resynch-window.
1800 (vc-next-action-dired): Don't redisplay here, that gets done as a
1801 result of the individual file operations.
1802 (vc-retrieve-snapshot): Corrected prompt order.
1803
1804 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
9b4a7800 1805
7a004b71
GM
1806 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
1807 as well.
1808 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
1809 hostname regexps. Updated all callers.
1810 (vc-cvs-responsible-p): Handle directories as well.
1811 (vc-cvs-could-register): New function.
1812 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
1813 properties up-to-date.
9b4a7800 1814
7a004b71
GM
1815 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
1816 user whether to create one.
1817
18182000-09-04 Andre Spiegel <spiegel@gnu.org>
1819
1820 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
1821 check out a non-existing file.
1822
1823 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
1824 workfile does not exist.
1825
1826 * vc.el (vc-version-diff): Use `require' to check for existence of
1827 diff-mode.
1828
18292000-09-04 Andre Spiegel <spiegel@gnu.org>
1830
1831 * vc-cvs.el (vc-cvs-registered): Use new function
1832 vc-cvs-parse-entry to do the actual work.
1833
18342000-09-04 Andre Spiegel <spiegel@gnu.org>
1835
1836 * vc-hooks.el (vc-find-backend-function): If function doesn't
1837 exist, return nil instead of error.
1838 (vc-call-backend): Doc fix.
1839
1840 * vc.el (vc-do-command): Doc fix.
1841 (vc-finish-logentry): When checking in from vc-dired, choose the
1842 right backend for logentry check.
1843 (vc-dired-mode-map): Inherit from dired-mode-map.
1844 (vc-dired-mode): Local value of dired-move-to-filename-regexp
1845 simplified.
1846 (vc-dired-state-info): Removed, updated caller.
1847 (vc-default-dired-state-info): Use parentheses instead of hyphens.
1848 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
1849 (vc-dired-listing-switches): New variable.
1850 (vc-directory): Use it, instead of dired-listing-switches.
1851
1852 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
1853 (vc-cvs-dir-state): New function.
7f8b6551 1854 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
7a004b71
GM
1855 (vc-cvs-parse-entry): New function, also to be used in
1856 vc-cvs-registered.
9b4a7800 1857
7a004b71
GM
18582000-09-04 Stefan Monnier <monnier@cs.yale.edu>
1859
1860 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
1861 *or* single-window-frames.
1862
18632000-09-04 Andre Spiegel <spiegel@gnu.org>
1864
1865 * vc.el (vc-update-changelog): Split into generic part and default
1866 implementation. Doc string adapted.
1867 (vc-default-update-changelog): New function. Call the `rcs2log'
1868 script in exec-directory, to fix a long-standing nuisance.
1869
1870 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
1871 simply signals an error.
9b4a7800 1872
7a004b71
GM
18732000-09-04 Stefan Monnier <monnier@cs.yale.edu>
1874
1875 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
1876 control-flow more clear and to avoid running `cvs' twice.
1877
1878 * vc.el (vc-next-action-on-file): Doc fix.
1879 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
1880 (vc-print-log): Eval `file' before constructing the continuation.
1881
18822000-09-04 Andre Spiegel <spiegel@gnu.org>
1883
1884 * vc.el (vc-next-action-on-file): Corrected several messages.
1885 (vc-merge): Add prefix arg `merge-news'; handle it.
1886
1887 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
1888 is not reached. It is.
1889 (vc-cvs-merge): Set state to 'edited after merge.
1890 (vc-cvs-merge-news): Set workfile version to nil if not known.
1891 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
1892
1893 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
1894 via stdout. (Merge from main line.)
9b4a7800 1895
7a004b71
GM
18962000-09-04 Stefan Monnier <monnier@cs.yale.edu>
1897
1898 * vc.el (vc-finish-logentry): Thinko in the "same comment"
1899 detection.
1900
19012000-09-04 Stefan Monnier <monnier@cs.yale.edu>
1902
1903 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
1904 against kill-all-local-variables.
1905 (vc-log-edit): Don't save vc-parent-buffer any more.
1906 (vc-last-comment-match): Initialize to an empty string.
1907 (vc-post-command-functions): New hook.
1908 (vc-do-command): Run it.
1909 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
1910 (vc-finish-logentry): Only add the comment to the ring if it's
1911 different from the last comment entered.
1912 (vc-new-comment-index): New function.
1913 (vc-previous-comment): Use it. Make the minibuffer message
1914 slightly less terse.
1915 (vc-comment-search-reverse): Make it work forward as well. Don't
1916 set vc-comment-ring-index if no match is found. Use
1917 vc-new-comment-index.
1918 (vc-comment-search-forward): Use vc-comment-search-reverse.
1919 (vc-dired-mode-map): Don't inherit from dired-mode-map since
1920 define-derived-mode will do it for us. Bind `v' to a keymap that
1921 inherits from vc-prefix-map so that we can bind `vt' without
1922 binding C-x v t.
1923 (vc-retrieve-snapshot): Parenthesis typo.
1924
1925 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
1926 to 1. Make sure to switch to *vc* before looking for an error
1927 message. Use vc-parse-buffer.
1928
19292000-09-04 Andre Spiegel <spiegel@gnu.org>
1930
1931 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
1932 and NAME.
1933 (vc-retrieve-snapshot): Split into two parts.
1934 (vc-default-retrieve-snapshot): New function.
1935
1936 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
1937 (vc-cvs-retrieve-snapshot): New function (untested).
1938 (vc-cvs-stay-local): Default to t.
1939 (vc-cvs-remote-p): New function and property.
1940 (vc-cvs-state): Stay local only if the above is t.
1941 (vc-handle-cvs): Removed.
1942 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
1943 done via vc-handled-backends now.
1944 (vc-cvs-header): Escape Id.
1945
19462000-09-04 Stefan Monnier <monnier@cs.yale.edu>
1947
1948 * vc.el (vc-do-command): Remove unused commands.
1949 (vc-version-diff): Make sure default-directory ends with a slash.
1950 Move the window commands into a vc-exec-after.
1951 (vc-print-log): Move more of the code into the `vc-exec-after'.
1952
19532000-09-04 Andre Spiegel <spiegel@gnu.org>
1954
1955 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
1956 (vc-print-log): Search current revision from beginning of buffer.
1957 (vc-revert-buffer): Clear echo area after the diff is finished.
1958 (vc-prefix-map): Removed definition of "t" for terse display in vc
1959 dired.
1960 (vc-dired-mode-map): Inherit from dired-mode-map. Added
1961 definition of "vt" for terse display.
1962 (vc-dired-mode): Fix dired-move-to-filename-regexp.
1963
19642000-09-04 Stefan Monnier <monnier@cs.yale.edu>
1965
1966 * vc.el (vc-exec-after): Avoid caddr.
1967
19682000-09-04 Stefan Monnier <monnier@cs.yale.edu>
1969
1970 * vc.el (vc-exec-after): New function.
1971 (vc-do-command): Use it to add a termination message for async
1972 procs.
1973 (vc-checkout): Try to handle a missing-backend situation.
1974 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
1975 of a directory with a backend using async diffs.
1976 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
1977 present.
1978
1979 * vc-sccs.el (vc-sccs-state-heuristic): Use
1980 file-ownership-preserved-p.
1981
1982 * vc-rcs.el (vc-rcs-state-heuristic): Use
1983 file-ownership-preserved-p.
1984 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
1985
19862000-09-04 Andre Spiegel <spiegel@gnu.org>
1987
1988 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
1989 vc-do-command.
1990
1991 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
1992 when there are no changes.
1993
19942000-09-04 Andre Spiegel <spiegel@gnu.org>
1995
1996 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
1997
1998 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
1999
20002000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2001
2002 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
2003
2004 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
2005 the `fset' outside of the defvar so that it works even if
2006 vc-prefix-map was already defined.
2007 (vc-setup-buffer): New function, split out of vc-do-command.
2008 (vc-do-command): Allow BUFFER to be t to mean `just use the
2009 current buffer without any fuss'.
2010 (vc-version-diff): Change the `diff' backend operation to just put
2011 the diff in the current buffer without erasing it. Always use
2012 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
2013 shrink-window-if-larger-than-buffer.
2014 (vc-print-log): Change the `print-log' backend operation to just
2015 put the log in the current buffer without erasing it. Protect
2016 shrink-window-if-larger-than-buffer.
2017 (vc-update-change-log): Fix setd typo.
2018
2019 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
2020 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
2021
2022 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
2023 (vc-rcs-diff): Insert in the current buffer and remove unused arg
2024 CMP.
2025
2026 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
2027 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
2028 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
2029
20302000-09-04 Andre Spiegel <spiegel@gnu.org>
2031
2032 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
2033 not possible, use vc-BACKEND-workfile-unchanged-p.
2034 (vc-default-workfile-unchanged-p): New function. Delegates to a
2035 full vc-BACKEND-diff.
2036
2037 * vc-hooks.el (vc-simple-command): Removed.
2038
2039 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
2040 instead of vc-simple-command.
2041 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
2042 avoid doing a diff when opening a file.
2043 (vc-rcs-state): Added check for unlocked-changes.
2044 (vc-rcs-header): Escape Id.
2045 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
2046 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
2047 version.
2048
2049 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
2050 (vc-sccs-diff): Remove optional arg CMP.
2051 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
2052 SCCS-specific function.
2053
2054 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
2055 vc-simple-command.
2056
20572000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2058
2059 * vc.el (vc-editable-p): Renamed from vc-writable-p.
2060 (with-vc-file, vc-merge): Use vc-editable-p.
2061 (vc-do-command): Remove unused var vc-file and fix the
2062 doubly-defined `status' var. Add a user message when starting an
2063 async command.
2064 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
2065 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
2066 Use with-current-buffer.
2067 (vc-buffer-sync): Use unless.
2068 (vc-next-action-on-file): If the file is 'edited by read-only,
2069 make it read-write instead of trying to commit.
2070 (vc-version-diff, vc-update-change-log): Use `setq
2071 default-directory' rather than `cd'.
2072 (vc-log-edit): Don't forget to set default-directory in the
2073 buffer.
2074
2075 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
2076 (vc-sccs-state-heuristic): Use file-writable-p instead of
2077 comparing userids.
2078 (vc-sccs-checkout): Use `unless'.
2079
2080 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
2081 of comparing userids.
2082 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
2083 Simplify the logic by eliminating unreachable code.
2084 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
2085 just do a recursive call if we need to retry.
2086 (vc-rcs-checkout): Handle the case where rcs is missing by making
2087 the buffer read-write if requested and re-signalling the error.
2088
2089 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
2090
20912000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2092
2093 * vc-hooks.el (vc-handled-backends): Docstring change.
2094 (vc-ignore-vc-files): Mark obsolete.
2095 (vc-registered): Check vc-ignore-vc-files.
2096 (vc-find-file-hook, vc-file-not-found-hook): Don't check
2097 vc-ignore-vc-files.
2098
2099 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
2100
21012000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2102
2103 * vc.el (vc-checkout): Don't do anything special for ange-ftp
2104 files since ange-ftp already has vc-registered return nil.
2105
2106 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
2107 (vc-sccs-workfile-version): Use with-temp-buffer and new
2108 vc-parse-buffer and don't bother setting the property.
2109 (vc-sccs-add-triple): Use with-current-buffer and
2110 find-file-noselect.
2111 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
2112
2113 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
2114 derives from the old vc-parse-buffer but uses the revision number
2115 rather than the date (much easier to compare robustly).
2116 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
2117 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
2118 locking-user more directly. Check strict locking and set
2119 checkout-model appropriately.
2120 (vc-rcs-parse-locks): Remove.
2121 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
2122 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
2123 (vc-rcs-system-release): Use with-current-buffer and
2124 vc-parse-buffer.
2125 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
2126
2127 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
2128 (vc-simple-command): Docstring fix.
2129 (vc-registered): Align the way the file-handler is called with the
2130 way the function itself works.
2131 (vc-file-owner): Remove.
2132
2133 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
2134 extraction of fields and call to file-attributes because of a
2135 temporary bug in rcp.el.
2136 (vc-cvs-fetch-status): Use with-current-buffer.
2137
21382000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2139
2140 * vc.el (vc-do-command): Use file-relative-name.
2141 (vc-responsible-backend): Use vc-backend if possible.
2142 (vc-create-snapshot): Improve the `interactive' spec. Add support
2143 for branches and dispatch to backend-specific `create-snapshot'.
2144 (vc-default-create-snapshot): New function, containing the bulk of
2145 the old vc-create-snapshot.
2146 (vc-retrieve-snapshot): Improve the interactive spec.
2147
2148 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
2149 (vc-backend-hook-functions): Remove.
2150 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
2151 (vc-backend): Reintroduce the test for `file = nil' now that I
2152 know why it was there (and added a comment to better remember).
2153
2154 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
2155 code from vc-sccs-hooks.el.
2156 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
2157 'vc anymore.
2158 (vc-sccs-responsible-p): Use expand-file-name instead of concat
2159 and file-directory-p instead of file-exists-p.
2160 (vc-sccs-check-headers): Simplify the regexp.
2161
2162 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
2163 from vc-rcs-hooks.el. Don't require 'vc anymore.
2164 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
2165 file-directory-p instead of file-exists-p.
2166
2167 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
2168 from vc-cvs-hooks.el.
2169 (proto vc-cvs-registered): Require 'vc-cvs instead of
2170 'vc-cvs-hooks. Don't require 'vc anymore.
2171 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
2172 file-directory-p instead of file-exists-p.
2173 (vc-cvs-create-snapshot): New function, replacing
2174 vc-cvs-assign-name.
2175 (vc-cvs-assign-name): Remove.
2176
21772000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2178
2179 * vc-cvs.el (vc-cvs-header): New var.
2180
2181 * vc-rcs.el (vc-rcs-exists): Remove.
2182 (vc-rcs-header): New var.
2183
2184 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
2185 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
2186 (vc-sccs-header): New var.
2187
2188 * vc.el (vc-do-command): Get rid of the `last' argument.
2189 (vc-header-alist): Remove, replaced by vc-X-header.
2190 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
2191 (vc-dired-hook): Use expand-file-name instead of concat.
2192 (vc-directory): Use file-name-as-directory.
2193 (vc-snapshot-precondition, vc-create-snapshot)
2194 (vc-retrieve-snapshot): Allow the command to operate on any
2195 directory.
2196
2197 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
2198 just removing the 'WORKFILE argument or by removing the 'MASTER
2199 argument and replacing `file' with (vc-name file).
2200
22012000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2202
2203 * vc.el: Update Copyright and add a crude list of backend funs.
2204 (vc-writable-p): New function.
2205 (with-vc-file): Use vc-writable-p.
7f8b6551 2206 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
7a004b71
GM
2207 (vc-register): Avoid vc-name.
2208 (vc-locking-user): Remove.
2209 (vc-steal-lock): Make the `owner' arg non-optional.
2210 (vc-merge): Use vc-writable-p instead of vc-locking-user and
2211 vc-checkout-model.
2212 (vc-default-dired-state-info): Use vc-state instead of
2213 vc-locking-user and return special strings for special states.
2214 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
2215 and get rid of one of the special CVS cases.
2216 (vc-cancel-version): prettify error message with \\[...].
2217 (vc-rename-master): New function.
2218 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
2219 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
2220 the CVS special case generic.
2221 (vc-default-record-rename): Remove.
2222 (vc-file-tree-walk-internal): Only call FUNC for files that are
2223 under control of some VC backend and replace `concat' with
2224 expand-file-name.
2225 (vc-file-tree-walk): Update docstring.
2226 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
2227 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
2228
2229 * vc-sccs.el (vc-sccs-rename-file): Renamed from
2230 vc-sccs-record-rename. Use `find-file-noselect' rather than
2231 `find-file' and call `vc-rename-master' to do the actual move.
2232 (vc-sccs-diff): Remove unused `backend' variable.
2233
2234 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
2235 to delay loading of vc-sccs until it is really used.
2236 (vc-sccs-master-templates): Preload.
2237 (vc-sccs-state): Update call to vc-sccs-parse-locks.
2238 (vc-sccs-project-dir): Remove (merged into
2239 vc-sccs-search-project-dir).
2240 (vc-sccs-search-project-dir): Rewrite using file name handling ops
2241 rather than `concat', make sure it is preloaded and don't bother
2242 to check that the file actually exists.
2243 (vc-sccs-parse-locks): Remove unused `file' argument, remove
2244 `locks' argument (use buffer's content instead) and eliminate n^2
2245 behavior.
2246
2247 * vc-rcs.el: Update Copyright.
2248 (vc-rcs-rename-file): New function.
2249 (vc-rcs-diff): Remove unused `backend' variable.
2250
2251 * vc-hooks.el: Update Copyright.
2252 (vc-backend): Don't accept a nil argument any more.
2253 (vc-up-to-date-p): Turn into a defsubst.
2254 (vc-possible-master): New function.
2255 (vc-check-master-templates): Use `vc-possible-master' and allow
2256 funs in vc-X-master-templates to return a non-existent file.
2257
2258 * vc-cvs.el: Update Copyright.
2259 (vc-cvs-diff): Remove unused `backend' variable.
7f8b6551 2260 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
7a004b71
GM
2261
2262 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
2263
22642000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2265
2266 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
2267 since it can be called from vc-rcs.el.
2268 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
2269
22702000-09-04 Andre Spiegel <spiegel@gnu.org>
2271
2272 * vc.el (vc-version-diff): Expand file name read from the
2273 minibuffer. Handle the case when a previous version number can't
2274 be guessed. Give suitable messages when there were no differences
2275 found.
2276 (vc-clear-headers): Call backend-specific implementation, if one
2277 exists.
2278 (vc-cancel-version): Made error checks generic. When done, clear
2279 headers generically, too.
2280
2281 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
2282 from vc-clear-headers in vc.el.
2283
2284 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
2285 correctly.
2286 (vc-rcs-latest-on-branch-p): Made second argument VERSION
2287 optional. Handle the case when it's not there.
2288
22892000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2290
2291 * vc.el (vc-locking-user): Moved from vc-hooks.el.
2292
22932000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2294
2295 * vc-hooks.el (vc-loadup): Remove.
2296 (vc-find-backend-function): Use `require'. Also, handle the case
2297 where vc-BACKEND-hooks.el doesn't exist.
2298 (vc-call-backend): Cleanup.
2299
23002000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2301
2302 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
2303 vc-rcs-grab-templates)
2304 (vc-rcs-registered): Remove. The default function works as well.
2305 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
2306 vc-sccs-grab-templates)
2307 (vc-sccs-registered): Remove. The default function works as well.
2308
2309 * vc.el (vc-version-diff): Left out a vc- in call to
2310 vc-call-backend.
2311 (vc-default-dired-state-info, vc-default-record-rename)
2312 (vc-default-merge-news): Update for the new backend argument.
2313
2314 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
2315 using the default function.
2316 (vc-call-backend): If calling the default function, pass it the
2317 backend as first argument. Update the docstring accordingly.
2318 (vc-default-state-heuristic, vc-default-mode-line-string): Update
2319 for the new backend argument.
2320 (vc-make-backend-sym): Renamed from vc-make-backend-function.
2321 (vc-find-backend-function): Use the new name.
2322 (vc-default-registered): New function.
2323
23242000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2325
2326 * vc.el (vc-merge): Use vc-find-backend-function.
2327
2328 * vc-hooks.el (vc-backend-functions): Remove.
2329 (vc-loadup): Don't setup 'vc-functions.
2330 (vc-find-backend-function): New function.
2331 (vc-call-backend): Use above fun and populate 'vc-functions
2332 lazily.
2333 (vc-backend-defines): Remove.
2334
23352000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2336
2337 * vc.el (vc-register): Put a FIXME note for a newly found bug.
2338 Call vc-call-backend without the leading vc-.
2339 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
2340 (vc-check-headers): Call vc-call-backend without the leading vc-.
7f8b6551 2341 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
7a004b71
GM
2342 (vc-annotate-display): Replace confusing use of `cond' with `or'.
2343 Call vc-call-backend without the leading vc-.
2344
2345 * vc-cvs.el (tail): Provide vc-cvs.
2346 * vc-sccs.el (tail): Provide vc-sccs.
2347 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
2348
2349 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
2350 (vc-make-backend-function, vc-call): Pass names without leading
7f8b6551 2351 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
7a004b71
GM
2352 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
2353 (vc-call-backend): Always try to load vc-X-hooks.
2354 (vc-registered): Remove vc- in call to vc-call-backend.
2355
23562000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2357
2358 * vc.el (vc-process-filter): New function.
2359 (vc-do-command): Setup `vc-process-filter' for the async process.
2360 (vc-maybe-resolve-conflicts): New function to reduce
2361 code-duplication. Additionally, it puts the buffer in
2362 `smerge-mode' if applicable.
2363 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
2364 calling `merge-news'.
7f8b6551 2365 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
7a004b71
GM
2366 (vc-log-edit): New function. Replacement for `vc-log-mode' by
2367 interfacing to log-edit.el.
2368 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
2369 log-edit is available.
2370 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
2371
23722000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2373
2374 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
2375 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
2376 defvar and the initialization.
2377 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
2378
2379 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
2380 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
2381
7f8b6551 2382 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
7a004b71
GM
2383
23842000-09-04 Andre Spiegel <spiegel@gnu.org>
2385
2386 * vc.el (vc-file-clear-masterprops): Removed.
2387 (vc-checkin, vc-revert-buffer): Removed calls to the above.
2388 (vc-version-diff): Use buffer-size without argument.
2389 (vc-register): Heed vc-initial-comment.
2390
2391 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
2392 default branch.
2393
2394 * vc-rcs.el (vc-rcs-register): Parse command output to find master
2395 file name and workfile version.
2396 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
2397
2398 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
2399 vc-file-clear-masterprops.
2400
2401 * vc-sccs.el (vc-sccs-checkout): Removed call to
2402 vc-file-clear-masterprops. If writable, set vc-state to 'edited
2403 rather than user login name.
2404
2405
24062000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2407
2408 * vc.el (vc-workfile-unchanged-p): Remove unused argument
2409 `want-differences-if-changed' and simplify.
2410 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
2411 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
2412 output (which is invalid for async vc-diff) to decide whether to
2413 do the revert silently or not.
2414
24152000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2416
2417 * vc-hooks.el (vc-loadup): Load files quietly.
2418 (vc-call-backend): Oops, brain fart.
2419
24202000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2421
2422 * vc-cvs.el (vc-cvs-state): Typo.
7f8b6551 2423 (vc-cvs-merge-news): Return the status code rather than the error msg.
7a004b71
GM
2424
24252000-09-04 Andre Spiegel <spiegel@gnu.org>
2426
2427 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
2428 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
2429 vc-state or vc-up-to-date-p.
2430 (vc-merge): Use vc-backend-defines to check whether merging is
2431 possible. Set state to 'edited after successful merge.
2432
2433 * vc-hooks.el (vc-locking-user): If locked by the calling user,
2434 return that name. Redocumented.
2435
24362000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2437
2438 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
2439 new `vc-state' semantics.
2440 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
2441 'vc-locking-user to the current user.
2442 (vc-merge): Inline vc-backend-merge. Comment out code that I
2443 don't understand and hence can't adapt to the new `vc-state' and
2444 `vc-locking-user' semantics.
2445 (vc-backend-merge): Remove.
2446
2447 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
2448 rather than 'vc-locking-user.
2449
2450 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
2451
2452 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
2453 (vc-state): Don't use 'reserved any more. Just use the same
2454 convention as the one used for vc-<backend>-state where the
2455 locking user (as a string) is returned.
2456 (vc-locking-user): Update, based on the above convention. The
2457 'vc-locking-user property has disappeared.
7f8b6551 2458 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
7a004b71
GM
2459
2460 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
2461 with a heuristic one.
2462 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
2463 (vc-cvs-checkin): Do a trivial parse to set the state in case of
2464 error. That allows us to get to 'needs-merge even in the
2465 stay-local case. There's still no way to detect 'needs-patch in
2466 such a setup (or to force an update for that matter).
2467 (vc-cvs-logentry-check): Remove, the default works as well.
2468
24692000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2470
7f8b6551 2471 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
7a004b71
GM
2472
2473 * vc.el (vc-do-command): kill-all-local-variables, to reset any
2474 major-mode in which the buffer might have been put earlier. Use
2475 `remove' and `when'. Allow `okstatus' to be `async' and use
2476 `start-process' in this case.
2477 (vc-version-diff): Handle the case where the diff looks empty
2478 because of the use of an async process.
2479
24802000-09-04 Andre Spiegel <spiegel@gnu.org>
2481
2482 * vc.el (vc-next-action-on-file): Removed optional parameter
2483 `simple'. Recompute state unconditionally.
2484 (vc-default-toggle-read-only): Removed.
2485
2486 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
2487 (vc-toggle-read-only): Undid prev change.
2488
2489 * vc-cvs.el (vc-cvs-stay-local): Renamed from
2490 vc-cvs-simple-toggle. Redocumented.
2491 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
2492 (vc-cvs-toggle-read-only): Removed.
2493
24942000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2495
7f8b6551 2496 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
7a004b71
GM
2497 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
2498 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
2499 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
2500 still is. So maybe it should be removed.
2501 (vc-head-version, vc-find-binary): Remove.
2502 (vc-recompute-state): Move from vc-hooks.el.
2503 (vc-next-action-on-file): Add a `simple' argument to allow
2504 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
7f8b6551
SM
2505 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
2506 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
7a004b71
GM
2507 (vc-dired-mode-map): Properly defvar it.
2508 (vc-print-log): Call log-view-mode if available.
2509 (small-temporary-file-directory): defvar instead of use boundp.
2510 (vc-merge-news): Moved to vc-cvs.el.
2511 (vc-default-merge-news): New function.
2512
2513 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
2514 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
2515 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
2516 unknown `vc-latest-version' function. It should probably refer to
2517 vc-workfile-version or somesuch, but it's very unclear to me and I
2518 don't have SCCS to test things.
2519
2520 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
2521 (vc-sccs-state-heuristic): Fix typo.
2522 (vc-sccs-workfile-unchanged-p): Add missing argument.
2523
2524 * vc-rcs.el: Require vc and vc-rcs-hooks.
2525 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
2526 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
2527 (vc-release-greater-or-equal-p): Move from vc.
2528 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
2529 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
2530 (vc-rcs-checkout): Add a missing `new-version' argument in the
7f8b6551 2531 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
7a004b71
GM
2532
2533 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
2534 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
2535 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
2536 than the apparently unbound `workfile-version'.
2537
2538 * vc-hooks.el (vc-master-templates): Def the obsolete var.
2539 (vc-file-prop-obarray): Use `make-vector'.
2540 (vc-backend-functions): Add new hookable functions
2541 vc-toggle-read-only, vc-record-rename and vc-merge-news.
2542 (vc-loadup): If neither backend nor default functions exist, use
2543 the backend function rather than nil.
2544 (vc-call-backend): If the function if not bound yet, try to load
2545 the non-hook file to see if it provides it.
2546 (vc-call): New macro plus use it wherever possible.
2547 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
2548 nor `vc-find-binary' since it's only called from
7f8b6551 2549 vc-mistrust-permission which is only used once the backend is known.
7a004b71
GM
2550 (vc-checkout-model): Fix parenthesis.
2551 (vc-recompute-state, vc-prefix-map): Move to vc.el.
2552
7f8b6551 2553 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
7a004b71
GM
2554 (vc-cvs-release, vc-cvs-system-release): Remove.
2555 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
2556 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
2557 status symbols.
2558 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
2559 (vc-cvs-toggle-read-only): First cut at a function to allow a
2560 cvs-status-free vc-toggle-read-only.
2561 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
2562 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
2563 vc-cvs-status. Also set vc-state rather than vc-locking-user.
2564 (vc-cvs-checkout): Modify access rights directly if the user
2565 requested not to use `cvs edit'. And refresh the mode line.
2566
2567 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
2568 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
2569
25702000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2571
2572 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
2573 workfile' that got lost when the code was extracted from vc.el.
2574 And merged the tail with the rest of the code (not possible in the
2575 old vc.el where the tail was shared among all backends). And
2576 explicitly set the state to 'edited if `writable' is set.
2577
2578 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
2579 (vc-cvs-state): Be careful to return the value from
2580 vc-cvs-parse-state.
2581 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
2582 property but return it instead. Also be careful to handle a nil
2583 or "" `rev' when workfile is non-nil (it was handled properly when
2584 workfile was nil).
2585
2586 * vc.el: Removed those pesky unnecessary `(function' quotes.
2587 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
2588 directly in the defvar.
2589 (vc-do-command): Bind inhibit-read-only so as to properly handle
2590 the case where the destination buffer has been made read-only.
2591 (vc-diff): Delegate to vc-version-diff in all cases.
7f8b6551 2592 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
7a004b71
GM
2593 (vc-annotate-mode-variables): Removed (code moved partly to
2594 defvars and partly to vc-annotate-add-menu).
2595 (vc-annotate-mode): Turned into a derived-mode.
2596 (vc-annotate-add-menu): Moved in code in
2597 vc-annotate-mode-variables.
2598 (vc-update-change-log): Use make-temp-file if available.
2599
26002000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
2601
2602 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
2603 `vc-checkout-model' updated to `vc-cvs-update-model'.
2604
26052000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
2606
2607 * vc.el (vc-next-action-on-file): Added handling of state
2608 `unlocked-changes'.
2609 (vc-checkout-carefully): Is now practically obsolete, unless the
2610 above is too slow to be enabled unconditionally.
2611 (vc-update-change-log): Fixed typo.
2612
2613 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
2614
7f8b6551
SM
2615 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
2616 Now handles state `unlocked-changes'.
2617 (vc-sccs-workfile-unchanged-p): New function, to support the above.
7a004b71
GM
2618
2619 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
2620
2621 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
2622 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
2623 `unlocked-changes'.
2624 (vc-rcs-workfile-unchanged-p): Renamed from
2625 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
2626 function yet, but supposed to become one soon.
2627
2628 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
2629 `vc-steal-lock'.
2630 (vc-call-backend): Changed error message.
2631 (vc-state): Added description of state `unlocked-changes'.
2632
26332000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
2634
2635 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
2636 always return t in CVS-controlled directories.
2637
2638 * vc.el (vc-responsible-backend): New function.
2639 (vc-register): Largely rewritten.
2640 (vc-admin): Removed (implementation moved into vc-register).
2641 (vc-checkin): Redocumented.
2642 (vc-finish-logentry): If no backend defined yet (because we are in
2643 the process of registering), use the responsible backend.
2644
2645 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
2646 Updated function lists.
2647 (vc-call-backend): Fixed typo.
2648
7f8b6551
SM
2649 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
2650 New functions.
2651 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
2652 Removed query option. Redocumented.
7a004b71
GM
2653
26542000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
2655
2656 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
2657
2658 * vc.el: Updated callers of `vc-checkout-required' to use
2659 `vc-checkout-model'.
2660
26612000-09-04 Martin Lorentzson <martinl@gnu.org>
2662
2663 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
2664 stuff updated to reference this function instead of the old
2665 `vc-backend-release-p'.
2666
26672000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
2668
2669 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
2670 vc-checkout-model. Return appropriate values. Updated callers.
2671
26722000-09-04 Martin Lorentzson <martinl@gnu.org>
2673
7f8b6551 2674 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
7a004b71
GM
2675 (vc-backend-revert): Function moved into `vc-revert';
2676 `vc-next-action' must be updated to accomodate this change.
2677 (vc-backend-steal): Function moved into `vc-finish-steal'.
2678 (vc-backend-logentry-check): Function moved into
2679 `vc-finish-logentry'.
2680 (vc-backend-printlog): Function moved into `vc-print-log'.
2681 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
2682 (vc-backend-assign-name): Function moved into
2683 `vc-create-snapshot'.
2684
26852000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
2686
2687 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
7f8b6551
SM
2688 Rename to vc-checkout-model. Return appropriate values.
2689 Update callers.
7a004b71 2690
7f8b6551 2691 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
7a004b71 2692 to vc-checkout-model.
7f8b6551
SM
2693 (vc-checkout-required): Rename to vc-checkout-model.
2694 Re-implement and re-comment.
7a004b71
GM
2695 (vc-after-save): Use vc-checkout-model.
2696
26972000-09-04 Martin Lorentzson <martinl@gnu.org>
2698
7f8b6551
SM
2699 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
2700 Update to use the vc-BACKEND-diff functions instead.
2701 `vc-diff' is now working.
7a004b71 2702
7f8b6551 2703 * vc-rcs.el (vc-rcs-logentry-check): New function.
7a004b71 2704
7f8b6551 2705 * vc-cvs.el (vc-cvs-logentry-check): New function.
7a004b71
GM
2706
2707 * vc-sccs.el (vc-sccs-diff): Function changed name from
2708 `vc-backend-diff'. This makes `vc-diff' work.
2709
7f8b6551 2710 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
7a004b71 2711 of functions possibly implemented in a vc-BACKEND library.
7f8b6551 2712 (vc-checkout-required): Fix bug that caused an error to be
7a004b71
GM
2713 signaled during `vc-after-save'.
2714
7f8b6551
SM
2715 * vc.el: Fix typo.
2716 This checkin is made with our new VC code base for the very first time.
2717 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
7a004b71
GM
2718
2719 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
2720 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
2721
2722 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
2723 updated to `vc-uses-locking'.
7f8b6551 2724 (vc-checkout-required): Call to backend function.
7a004b71
GM
2725 `vc-checkout-required' updated to `vc-uses-locking' instead.
2726
2727 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
2728 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
2729
7f8b6551 2730 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
7a004b71 2731 to match the split into various backends.
7f8b6551 2732 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
7a004b71
GM
2733 (vc-retrieve-snapshot): Bug fix.
2734
27352000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
2736
2737 * vc-sccs.el (vc-sccs-release): Doc fix.
2738
27392000-09-04 Martin Lorentzson <martinl@gnu.org>
2740
2741 * vc.el (vc-next-action-on-file): Bug found and fixed.
2742 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
2743 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
2744
2745 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
2746 (vc-rcs-checkout): Name space cleaned up. No more revision number
2747 crunching function names that are not prefixed with vc-rcs.
2748 (vc-rcs-checkout-model): Function added. References to
2749 `vc-checkout-model' replaced.
2750
27512000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
2752
2753 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
2754 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
2755 still need to be split, and implemented for RCS).
2756
27572000-09-04 Martin Lorentzson <martinl@gnu.org>
2758
2759 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
2760
2761 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
2762 required by the vc.el file.
2763
2764 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
2765 required by the vc.el file.
2766 (vc-rcs-exists): Function added.
2767
2768 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
2769 required by the vc.el file.
2770
2771 * vc.el (vc-admin): Updated to handle selection of appropriate
2772 backend. Current implementation is crufty and need re-thinking.
2773
2774 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
2775
27762000-09-04 Martin Lorentzson <martinl@gnu.org>
2777
2778 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
2779 beginning of annotate buffers correctly.
2780
2781 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
2782 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
2783 functionality updated quite a lot to support multiple backends.
2784 Variables `vc-annotate-mode', `vc-annotate-buffers',
2785 `vc-annotate-backend' added.
2786
2787 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
2788 `vc-annotate-difference' added to supported backend functions.
2789
27902000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
2791
2792 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
2793 Use with-temp-file instead of /bin/sh. Merged from mainline
2794
27952000-09-04 Martin Lorentzson <martinl@gnu.org>
2796
2797 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
2798
2799 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
2800
2801 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
2802
28032000-09-04 Martin Lorentzson <martinl@gnu.org>
2804
2805 * vc-hooks.el: vc-state-heuristic added to
2806 vc-backend-hook-functions.
2807
2808 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
2809
2810 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
2811
7f8b6551
SM
2812 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
2813 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
7a004b71
GM
2814 state to `reserved'.
2815
2816 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
2817 `vc-checkout-required'. Rename the `locked' state to `reserved'.
2818
28192000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
2820
7f8b6551 2821 * vc-rcs-hooks.el: Implement new state model. Hardly anything
7a004b71
GM
2822 untouched.
2823
7f8b6551 2824 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
7a004b71 2825
7f8b6551 2826 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
7a004b71
GM
2827 if defined. (Merged from main line, slightly adapted.)
2828
2829 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
2830 millenium problem (merged from mainline).
2831
28322000-09-04 Martin Lorentzson <martinl@gnu.org>
2833
2834 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
2835 part and moved the non-BACKEND stuff to vc.el.
2836
2837 * vc.el: Split the annotate feature into a BACKEND specific part
2838 and moved it from the vc-cvs.el file to this one.
2839
28402000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
2841
7f8b6551
SM
2842 * vc-hooks.el: Implement new state model.
2843 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
2844 (vc-locking-user): Simplify. Now only needed if the file is
7a004b71 2845 locked by somebody else.
7f8b6551 2846 (vc-lock-from-permissions): Remove. Functionality is in
7a004b71
GM
2847 vc-sccs-hooks.el and vc-rcs-hooks.el now.
2848 (vc-mode-line-string): New name for former vc-status. Adapted.
7f8b6551 2849 (vc-mode-line): Adapt to use the above. Remove optional parameter.
7a004b71 2850
7f8b6551
SM
2851 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
2852 Various simplifications and adaptations all over the place.
7a004b71 2853
7f8b6551
SM
2854 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
2855 Simplify and adapt the rest.
7a004b71 2856
7f8b6551 2857 * vc.el (vc-resynch-window): Add TODO comment: check for
7a004b71 2858 interaction with view mode according to recent RCS change.
7f8b6551 2859 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
7a004b71
GM
2860
28612000-09-04 Martin Lorentzson <martinl@gnu.org>
2862
7f8b6551 2863 * vc.el: Convert the remaining function comments to docstrings.
7a004b71
GM
2864
28652000-09-04 Martin Lorentzson <martinl@gnu.org>
2866
2867 * vc.el (vc-backend-release, vc-release-greater-or-equal)
2868 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
2869 (vc-minor-part, vc-previous-version): Functions that operate and
2870 compare revision numbers got proper documentation. Comments added
2871 about their possible removal.
2872
28732000-09-04 Martin Lorentzson <martinl@gnu.org>
2874
2875 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
2876 the vc-backend.el files.
2877
2878 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
2879
2880 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
2881 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
2882 (vc-rcs-previous-version): Functions added.
2883
2884 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
2885
2886 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
2887
28882000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
2889
2890 * vc-hooks.el (vc-master-templates): Is really obsolete.
7f8b6551 2891 Comment out the definition for now. What is the right procedure
7a004b71
GM
2892 to get rid of it?
2893 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
2894 rewritten.
7f8b6551 2895 (vc-default-registered): Remove.
7a004b71
GM
2896 (vc-check-master-templates): New function; does mostly what the
2897 above did before.
2898 (vc-locking-user): Don't rely on the backend to set the property.
2899
2900 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
7f8b6551 2901 Rewrite documentation.
7a004b71
GM
2902 (vc-rcs-templates-grabbed): New variable.
2903 (vc-rcs-grab-templates): New function.
7f8b6551 2904 (vc-rcs-registered): Rewrite to use above mechanism.
7a004b71
GM
2905
2906 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
7f8b6551 2907 Rewrite documentation.
7a004b71
GM
2908 (vc-sccs-templates-grabbed): New variable.
2909 (vc-sccs-grab-templates): New function.
7f8b6551
SM
2910 (vc-sccs-registered): Rewrite to use above mechanism.
2911 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
2912 Don't throw the result, simply return it.
7a004b71 2913
7f8b6551
SM
2914 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
2915 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
2916 (vc-cvs-registered): Does the check itself now. Simplify.
7a004b71 2917
7f8b6551 2918 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
7a004b71
GM
2919 from main line.
2920
29212000-09-04 Martin Lorentzson <martinl@gnu.org>
2922
7f8b6551 2923 * vc-cvs.el (vc-cvs-diff): New function.
7a004b71 2924
7f8b6551 2925 * vc-sccs.el (vc-sccs-diff): New function.
7a004b71 2926
7f8b6551
SM
2927 * vc-rcs.el (vc-rcs-diff): New function.
2928 (vc-rcs-checkout): Bug (typo) found and fixed.
2929 (vc-rcs-register-switches): New variable.
7a004b71
GM
2930
2931 * vc.el (vc-backend-diff): Function removed and placed in the
2932 backend files.
2933
29342000-09-04 Martin Lorentzson <martinl@gnu.org>
2935
2936 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
2937
2938 * vc.el (vc-backend-checkout): Function removed and replaced in
2939 the vc-backend.el files.
2940
2941 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
2942
2943 * vc.el (vc-backend-admin): Removed and replaced in the
2944 vc-backend.el files.
2945
2946 * vc.el (Martin): Removed all the annotate functionality since it
2947 is CVS backend specific.
2948
29492000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
2950
2951 * spec.txt: Added specification of vc-state.
2952
2953 * vc-sccs-hooks.el (vc-sccs-master-properties):
7f8b6551 2954 Remove handling of vc-latest-version and
7a004b71
GM
2955 vc-your-latest-version. What used to be vc-latest-version, is now
2956 returned as vc-workfile-version.
7f8b6551 2957 (vc-sccs-workfile-version): Adapt.
7a004b71
GM
2958
29592000-09-04 Dave Love <fx@gnu.org>
2960
2961 * vc.el: [Merged from mainline.]
2962 (vc-dired-mode): Make the dired-move-to-filename-regexp
2963 regexp match the date, to avoid treating date as file size.
2964 Add YYYY S option to WESTERN/
2965
29662000-09-04 Dave Love <fx@gnu.org>
2967
2968 * vc.el: Require `compile' when compiling.
2969 (vc-logentry-check-hook): New option.
2970 (vc-steal-lock): Use compose-mail.
2971 (vc-dired-mode-map): Defvar when compiling.
2972 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
2973 vc-sccs.el and renamed. Callers changed.
2974 (vc-backend-checkout, vc-backend-logentry-check)
2975 (vc-backend-merge-news): Doc fix.
2976 (vc-default-logentry-check): New function.
2977 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
2978 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
2979 (vc-backend-merge): Doc fix. Use backend functions.
2980 (vc-check-headers): Use backend functions.
2981
2982 * vc-cvs.el: Require vc when compiling.
2983 (vc-cvs-register-switches): Doc fix.
2984 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
2985 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
2986 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
2987 New functions (code from vc.el).
2988 (vc-annotate-display-default): Fix interactive spec.
2989 (vc-annotate-time-span): Doc fix.
2990
2991 * vc-rcs.el: Require vc when compiling.
2992 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
2993 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
2994 (vc-rcs-checkin): New functions (code from vc.el).
2995 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
2996 Doc fix.
2997 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
2998
2999 * vc-sccs.el: Require vc when compiling.
3000 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
3001 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
3002 (vc-sccs-revert)
3003 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
3004 from vc.el).
3005 (vc-sccs-add-triple, vc-sccs-record-rename)
3006 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
3007 (vc-sccs-admin): Doc fix.
3008
30092000-09-04 Martin Lorentzson <martinl@gnu.org>
3010
3011 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
3012 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
3013 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
3014 from vc.el.
3015
3016 * vc-sccs.el (vc-admin-sccs): Added from vc.el
3017
3018 * vc-cvs.el: Moved the annotate functionality from vc.el.
3019 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
3020
30212000-09-04 Dave Love <fx@gnu.org>
3022
3023 * vc.el (vc-backend-release): Call vc-system-release.
3024
3025 * vc-sccs.el (vc-sccs-system-release):
3026 Renamed from vc-sccs-backend-release.
3027
3028 * vc-rcs.el (vc-rcs-system-release):
3029 Renamed from vc-rcs-backend-release.
3030
3031 * vc-cvs.el (vc-cvs-system-release):
3032 Renamed from vc-cvs-backend-release.
3033
30342000-09-04 Dave Love <fx@gnu.org>
3035
3036 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
3037 backend files.
3038 (vc-backend-release): Dispatch to backend functions.
3039 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
3040 probably needs attention.]
3041
3042 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
3043 (vc-sccs-backend-release): New function.
3044
3045 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
3046 (vc-cvs-backend-release): New function.
3047
3048 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
3049 Doc fix.
3050 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
3051 (vc-default-dired-state-info): New function.
3052 (vc-dired-state-info): Dispatch to backends.
3053 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
3054
3055 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
3056 from vc.el and renamed.
3057
30582000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3059
3060 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
3061 (vc-version-other-window, vc-backend-assign-name): Removed
3062 references to vc-latest-version; sometimes changed into
3063 vc-workfile-version.
3064
3065 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
3066 vc-rcs-master-workfile-version.
3067 (vc-rcs-workfile-version): Use the above. Don't call
3068 vc-latest-version (that was unreachable code, anyway).
3069 (vc-rcs-fetch-master-properties): Doc fix.
3070
3071 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
3072 (vc-backend-hook-functions): Removed them from this list, too.
3073 (vc-fetch-properties): Removed.
3074 (vc-workfile-version): Doc fix.
3075
3076 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
3077 (vc-rcs-workfile-version, vc-rcs-locking-user)
3078 (vc-rcs-uses-locking): Use it.
3079
3080 * vc-hooks.el (vc-consult-rcs-headers):
3081 Moved into vc-rcs-hooks.el, under the name
3082 vc-rcs-consult-headers.
3083
3084 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
3085 headers.
3086 (vc-cvs-find-master): Use this name only; correct different
3087 versions of the name.
3088
3089 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
3090 New functions.
3091 (vc-sccs-locking-user): Use the latter.
3092
3093 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
3094 New functions.
3095
3096 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
3097 Moved into both
3098 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
3099 functions are implementation details of those two backends.
3100
31012000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3102
3103 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
3104 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
3105
3106 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
3107 (vc-sccs-parse-locks): SCCS-specific code moved here from
3108 vc-hooks.
3109
3110 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
3111 code moved here from vc-hooks.
3112
3113 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
3114 into back-end specific parts and removed. Callers not updated
3115 yet; because I guess these callers will disappear into back-end
3116 specific files anyway.
3117
31182000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3119
3120 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
3121 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
3122 `vc-uses-locking'.
3123
3124 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
3125 Store yes/no in the property, and return t/nil. Updated all
3126 callers.
3127
3128 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
3129 vc-sccs-uses-locking. Don't set property.
3130 (vc-sccs-locking-user): Don't set property.
3131
3132 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
3133 vc-cvs-uses-locking. Don't set property here; leave that to
3134 vc-hooks.
3135 (vc-cvs-locking-user): Reflect above change. Streamlined.
3136
3137 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
3138 vc-rcs-uses-locking.
3139 (vc-rcs-locking-user): Reflect above change.
3140
31412000-09-04 Dave Love <fx@gnu.org>
3142
3143 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
3144
3145 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
3146
3147 * vc-hooks.el (vc-checkout-model): Punt to backends.
3148
3149 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
3150
3151 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
3152
3153 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
3154 New functions.
3155
3156 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
3157 New functions.
3158
3159 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
3160 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
3161
3162 * vc-hooks.el (vc-default-locking-user): New function.
3163 (vc-locking-user, vc-workfile-version): Punt to backends.
3164
31652000-09-04 Dave Love <fx@gnu.org>
3166
3167 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
3168 (vc-master-workfile-version): Moved from vc-hooks.
3169
3170 * vc-rcs-hooks.el: Fix duplicate code in last change.
3171
3172 * vc-rcs-hooks.el: Require vc-hooks when compiling.
3173 (vc-rcs-master-templates): Improve :type.
3174 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
3175 vc-master-workfile-version): Moved from vc-hooks.
3176
3177 * vc-sccs-hooks.el: Require vc-hooks when compiling.
3178 (vc-sccs-master-templates): Improve :type.
3179 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
3180
3181 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
3182
3183 * vc-cvs-hooks.el: Require vc-hooks when compiling.
3184 (vc-cvs-master-templates): Improve :type. Use
3185 vc-cvs-find-cvs-master.
3186 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
3187 from vc-hooks.
3188 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
3189
3190 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
3191 Moved to vc-cvs-hooks.
3192
3193 * vc-hooks.el: Add doc strings in various places. Simplify the
3194 minor mode setup.
3195 (vc-handled-backends): New user variable.
3196 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
3197 simplification.
3198
31992000-09-04 Dave Love <fx@gnu.org>
3200
3201 * vc.el: Some doc fixes for autoloaded and interactive functions.
3202 Fix compilation warnings from ediff stuff.
3203 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
3204
3205 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
3206
3207 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
3208
3209 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
3210
32112000-09-04 Dave Love <fx@gnu.org>
3212
3213 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
3214 New variable.
3215 (vc-make-backend-function, vc-loadup, vc-call-backend)
3216 (vc-backend-defines): New functions.
3217
3218 * vc-hooks.el: Various doc fixes.
3219 (vc-default-back-end, vc-follow-symlinks): Custom fix.
3220 (vc-match-substring): Function removed. Callers changed to use
3221 match-string.
3222 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
3223 Simplify.
3224
32252000-09-04 Dave Love <fx@gnu.org>
3226
3227 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
3228 type.
3229 (vc-sccs-project-dir, vc-search-sccs-project-dir)
3230 (vc-sccs-registered): Doc fix.
3231
3232 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
3233 (vc-cvs-registered): Doc fix.
3234
3235 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
3236 (vc-rcs-registered): Doc fix.
3237
32382000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3239
3240 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
3241
3242 * vc-hooks.el: vc-registered has been renamed
3243 vc-default-registered. Some functions have been moved to the
3244 backend specific files. they all support the
3245 vc-BACKEND-registered functions.
3246
32472000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3248
3249 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
3250
3251 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
3252
a033ea13
DL
32532000-09-04 Dave Love <fx@gnu.org>
3254
179fc9ef
DL
3255 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
3256 menu-bar-update-hook.
3257
3258 * help.el (help-manyarg-func-alist): Add
3259 find-operation-coding-system.
3260
a033ea13
DL
3261 * wid-edit.el (widget-sexp-validate): Fix garbled code.
3262
3263 * custom.el (custom-set-variables): Print message about errors in
3264 setting.
3265
f8803e97
AI
32662000-09-03 Andrew Innes <andrewi@gnu.org>
3267
3268 * makefile.w32-in: Change to DOS line endings.
3269
59836110
EZ
32702000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
3271
3272 * mouse.el (mouse-popup-menubar): Supply the prompt string for
3273 minor-mode keymaps, if they don't have one.
3274
5514ba5c
EZ
32752000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
3276
3277 * eshell/esh-module.el (eval-when-compile): Don't lose if
3278 esh-module.el's file name is truncated to DOS 8+3 limits.
3279
79cf8e80
JW
32802000-09-01 John Wiegley <johnw@gnu.org>
3281
3282 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
3283 predicate, which caused entries in the completion list to be
3284 doubled.
3285
32862000-08-30 John Wiegley <johnw@gnu.org>
3287
3288 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
3289 sending to subprocesses. Also, hook pre-command-hook if
3290 `eshell-send-direct-to-subprocesses' is non-nil.
3291 (eshell-send-direct-to-subprocesses): New config variable. If t,
3292 subprocess input is send immediately.
3293 (eshell-toggle-direct-send): New function.
3294 (eshell-self-insert-command): New function.
3295 (eshell-intercept-commands): New function.
3296 (eshell-send-input): If direct subprocess sending is enabled,
3297 don't echo any input to the Eshell buffer. Let the subprocess
3298 handle that. This requires "stty echo" in bash, for example.
3299
33002000-08-28 John Wiegley <johnw@gnu.org>
3301
3302 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
3303 completion function for Eshell's implementation of `unset'.
3304
778911b9
EZ
33052000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
3306
3307 * info.el (Info-directory-list): Doc fix.
3308
05d07b49
PB
33092000-08-31 Peter Breton <pbreton@ne.mediaone.net>
3310
9b4a7800 3311 * filecache.el (file-cache-add-directory-using-find): Don't quote
05d07b49
PB
3312 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
3313
9941d4c7
KH
33142000-08-31 Kenichi Handa <handa@etl.go.jp>
3315
3316 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
3317 coding systems.
3318
af9ba8ad
AI
33192000-08-30 Andrew Innes <andrewi@gnu.org>
3320
3321 * timer.el (run-with-idle-timer): Undo last change, so that timer
3322 is not activated immediately if Emacs is already idle. Some
3323 existing code relies on this behaviour.
3324
caccd8f2
MB
33252000-08-30 Miles Bader <miles@gnu.org>
3326
3327 * frame.el (set-frame-font): Do completion of font-name for
3328 interactive use.
3329
b64c0a1c
KH
33302000-08-30 Kenichi Handa <handa@etl.go.jp>
3331
3332 * international/quail.el (quail-start-translation): Bind locally
3333 last-command-event, last-command, and this-command.
3334 (quail-start-conversion): Likewise.
75cf0095 3335 (quail-self-insert-command): Fix docstring.
b64c0a1c 3336
fd5f61d3
GM
33372000-08-29 Gerd Moellmann <gerd@gnu.org>
3338
3339 * progmodes/executable.el
3340 (executable-make-buffer-file-executable-if-script-p): Check that
3341 buffer contains at least 2 characters.
3342
5b671d04
EZ
33432000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
3344
3345 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
3346
485d9513
DL
33472000-08-29 Dave Love <fx@gnu.org>
3348
a39fb83d
DL
3349 * diff-mode.el (diff-mode) <defgroup>: Add :version.
3350 (diff-mode-shared-map): Bind mouse-2.
3351 (diff-imenu-generic-expression): New variable.
3352 (diff-mode): Use it.
3353
485d9513
DL
3354 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
3355 (mouse-popup-menubar): Add minor mode menus.
3356 (popup-menu): Check for lookup-key returning number.
3357
ba3478d9
MB
33582000-08-29 Miles Bader <miles@gnu.org>
3359
3360 * comint.el (comint-send-input): Create overlays using the proper
3361 front/read-advance arguments.
9b4a7800 3362
c3d6d211
GM
33632000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3364
3365 * ps-print.el: Even/odd pages printing. Doc fix.
3366 (ps-print-version): New version number (6.0).
3367 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
3368 (ps-background, ps-begin-file, ps-begin-job): Code fix.
3369 (ps-print-duplex-feature): Variable eliminated.
3370 (ps-even-or-odd-pages): New variable.
3371
ba087cd7 3372 * progmodes/ebnf2ps.el: Doc fix.
87d0f685
GM
3373 (ebnf-version): New version (3.3).
3374 (ebnf-user-arrow): Change variable customization to sexp.
3375 (ebnf-user-arrow): Function eliminated.
3376 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
9b4a7800 3377
d313265f
KH
33782000-08-29 Kenichi Handa <handa@etl.go.jp>
3379
cba62b78 3380 * help.el (help-xref-mule-regexp): New variable.
d313265f
KH
3381 (help-make-xrefs): Handle help-xref-mule-regexp.
3382
3383 * international/mule-cmds.el (help-xref-mule-regexp-template): New
3384 variable.
3385 (describe-input-method): Temporarily activate the specfied input
3386 method to display the information.
3387 (describe-language-environment): Hyperlinks to mule related items.
3388
3389 * international/mule-diag.el (charset-multibyte-form-string): New
3390 function.
3391 (list-character-sets-1): Use charset-multibyte-form-string.
3392 (describe-character-set): New function.
3393 (describe-coding-system): Hyperlinks to safe character sets.
3394
3395 * international/quail.el (quail-help): New arg PACKAGE.
3396 Hyperlinks to mule related items.
3397 (quail-help-insert-keymap-description): Use
3398 substitute-command-keys instead of describe-bindings.
3399 (quail-translation-help): Hyperlinks to mule related items.
3400
b4bd214e
JW
34012000-08-28 John Wiegley <johnw@gnu.org>
3402
ca7aae91
JW
3403 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
3404 have a defsubst call itself. Made `eshell-flatten-list' back into
3405 a function again.
3406
b4bd214e
JW
3407 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
3408 catch, in case re-centering point at bottom messes up the display.
3409 This happens frequently in Emacs 21, due I believe to variable
3410 line heights.
3411
3412 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
3413 to call `find-tag-interactive'.
3414
3415 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
3416 the list of remember directories.
3417
d44e146b
JW
34182000-08-28 John Wiegley <johnw@gnu.org>
3419
3420 * align.el: Test align-region-separate to see if it's a symbol.
3421
546c0888 34222000-08-28 John Wiegley <johnw@gnu.org>
d44e146b
JW
3423
3424 * eshell/esh-util.el (eshell-flatten-list): Made this function
3425 into a defsubst form. It gets used very frequently, although
3426 calls don't occur all that often.
3427
3428 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
3429 examining it.
3430
3431 * eshell/esh-cmd.el (eshell-rewrite-while-command):
3432 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
3433 `eshell-protect'.
3434 (eshell-copy-handles): Created a new macro for duplicating the
3435 current set of open handles. This is needed by the looping
3436 functions.
3437 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
3438 is not incorrectly stomped on.
3439
3440 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
3441 declaration for pcomplete-use-paring.
3442 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
3443 value of eshell-cmpl-use-paring.
3444 * pcomplete.el (pcomplete-use-paring): New config variable, to
3445 indicate whether paring should be used.
3446 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
3447 completion alternatives that have already been used.
3448
3449 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
3450 bound to C-c C-y, which will repeat the previous N arguments
3451 (based on prefix argument).
3452 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
3453
3454 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
3455 if there is no *Help* buffer. This is for XEmacs, which renames
3456 its help buffers uniquely. TODO: Find out what the current buffer
3457 name to delete is.
3458
3459 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
3460 first entry that correlates to a passwd/group number. Later
3461 entries (used for group/user name aliasing to multiple IDs) are
3462 ignored.
3463
9b4a7800
TTN
3464 * eshell/em-xtra.el (eshell/expr):
3465 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
3466 (eshell-grep, eshell/diff, eshell/locate):
d44e146b
JW
3467 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
3468 argument list, before passing it to the system command.
3469
3470 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
3471 `find-tag' for use at final position in Eshell buffers (which
3472 otherwise triggers an error on Emacs 21).
3473 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
3474 buffer, if it is currently bound to `find-tag'.
3475
3476 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
3477 in the list of matched Makefile names.
3478 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
3479 directory, prefer its contents to Makefile.
3480
3481 * eshell/em-dirs.el (eshell/cd): cd commands that look up
3482 directory parts (like "cd old new", or "cd =regexp"), are now case
3483 sensitive on non-Windows/DOS platforms.
3484
3485 * eshell/esh-mode.el (eshell-parse-command-input): When a user
3486 types RET after an open delimiter (like "), display a message
3487 indicating that Eshell is waiting for the closing delimiter.
3488
3489 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
3490 environment variables.
3491
3492 * eshell/em-unix.el (eshell/diff): Added logic to fail more
3493 gracefully if the user enters incorrect arguments.
3494
3495 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
3496 Eshell buffers.
3497
9b4a7800
TTN
3498 * eshell/esh-var.el (eshell-interpolate-variable):
3499 * eshell/esh-mode.el (eshell-move-argument):
d44e146b
JW
3500 * eshell/em-unix.el (eshell-du-sum-directory):
3501 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
3502 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
3503 (not (= ...)).
3504
3505 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
3506 to ensure the `preserve' flag gets propagated when doing recursive
3507 directory copies.
3508
546c0888 35092000-08-28 Stefan Monnier <monnier@cs.yale.edu>
d44e146b
JW
3510
3511 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
3512 Don't convert \n into \0177 in memory.
3513 (eshell-read-history, eshell-write-history): Convert \n to \0177,
3514 and back again, when reading and writing.
9b4a7800 3515
546c0888 35162000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
d44e146b
JW
3517
3518 * eshell/esh-util.el (eshell-processp): Added to relieve constant
3519 testing of `fboundp' on `processp'.
3520
3521 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
3522 (eshell/jobs): Don't call process-list if it is not bound.
3523 (eshell-gather-process-output): Support systems where async
3524 subprocesses aren't supported.
3525 (eshell-scratch-buffer, eshell-last-sync-output-start): New
3526 variables.
3527
3528 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
3529 eshell-do-eval returns t.
3530 (eshell-do-pipelines-synchronously): New defmacro.
3531 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
3532 when async subprocesses aren't supported.
3533 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
3534 if async subprocesses aren't supported.
3535 (eshell-resume-command): Don't assume STATUS is a string.
3536
3537 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
3538
3539 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
3540 (eshell-close-target, eshell-get-target): Use eshell-processp.
3541 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
3542 fix.
3543 (eshell-get-target, eshell-create-handles): Doc fix.
3544
546c0888 35452000-08-28 Miles Bader <miles@lsi.nec.co.jp>
d44e146b 3546
546c0888 3547 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
d44e146b
JW
3548 criterion to include commands that output something, as long as it
3549 leaves both the command and the end-of-buffer visible when the
3550 command has exited.
3551 (eshell-review-quick-commands): Adjust the help doc string
3552 accordingly.
3553
2a371c3b
PB
35542000-08-28 Peter Breton <pbreton@ne.mediaone.net>
3555
8348e1f9 3556 * locate.el (locate): Cleaned up locate command's interactive prompting
d313265f 3557 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
8348e1f9 3558
9b4a7800 3559 * filecache.el (file-cache-case-fold-search): New variable
2a371c3b
PB
3560 (file-cache-assoc-function): New variable
3561 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
3562 Use file-cache-case-fold-search variable
3563 (file-cache-add-file): Use file-cache-assoc-function
3564 (file-cache-delete-file): likewise
3565 (file-cache-directory-name): likewise
3566 (file-cache-debug-read-from-minibuffer): likewise
3567
95931eb1
GM
35682000-08-28 Gerd Moellmann <gerd@gnu.org>
3569
3570 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
3571 (abbrev-table-name): New function.
3572 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
3573 If non-nil list local abbrev, only.
3574
bb17930d
GM
35752000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
3576
546c0888
EZ
3577 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
3578 from Gnus support code, and use special article copy buffer
bb17930d
GM
3579 `(gnus-original-article-buffer)' instead. This allows to get rid
3580 of article-hide-headers usage (which breaks in the latest Gnus
3581 version). Thanks to Detlev Zundel.
3582
41a68aef
KH
35832000-08-28 Kenichi Handa <handa@etl.go.jp>
3584
3585 * international/quail.el (quail-use-package): Hide "... loaded"
3586 message.
3587 (quail-start-translation, quail-start-conversion): Likewise.
3588
3589 * international/kkc.el (kkc-region): Hide "... loaded" message.
3590
28bb2cef
DL
35912000-08-27 Dave Love <fx@gnu.org>
3592
3593 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
3594
11a1118d
MB
35952000-08-27 Miles Bader <miles@gnu.org>
3596
3597 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
3598
0f85d477
KH
35992000-08-27 Kenichi Handa <handa@etl.go.jp>
3600
3601 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
3602 'ja-dic-cnv), not (require 'skkdic-cnv).
3603
2d73e8d3
MB
36042000-08-26 Miles Bader <miles@gnu.org>
3605
a0e5a5a4
MB
3606 * faces.el (face-x-resources): Add entry for :inherit.
3607 * cus-face.el (custom-face-attributes): Add support for :inherit
3608 attribute. Add support for relative face heights.
3609 (custom-face-attributes-get): Treat `nil' as being a default value
3610 for :inherit (as well as `unspecified').
3611
19feb949
MB
3612 * faces.el (set-face-attribute): Update doc string.
3613 (face-attribute-name-alist): Add :inherit.
3614 (face-valid-attribute-values): Handle :inherit.
3615 (face-read-string): Rephrase prompt to be less confusing.
3616 Assume that DEFAULT is a string, since we must return a string.
3617 (face-read-integer): Use `format' to turn DEFAULT into an
3618 acceptable default for face-read-string. Match NEW-VALUE against
3619 the string "unspecified", not the symbol `unspecified', since
3620 that's what face-read-string returns.
3621 (read-face-attribute): Lookup a name for old-value in valid, and
3622 use it as a default if we find one. Treat all values from
3623 face-read-string as strings. If the default is used, don't do any
3624 more processing on the value, just use the old value directly.
3625 (read-face-and-attribute, modify-face): Tweak prompt.
3626 (read-face-name): Don't assume prompt ends with a space.
3627
2d73e8d3
MB
3628 * faces.el (describe-face): Add support for :inherit attribute.
3629
a1a2e38f
KH
36302000-08-25 Kenichi Handa <handa@etl.go.jp>
3631
e84fa7c5
KH
3632 * terminal.el (terminal-emulator): Fix args to `concat'. Now
3633 concat doesn't accept interger.
3634
a1a2e38f
KH
3635 * international/kkc.el: Remove SKK from Keywords. Require
3636 ja-dic-utl instead of skkdic-utl.
3637
3638 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
3639 Provide ja-dic-cnv instead of skkdic-cnv.
3640 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
3641 (iso-2022-7bit-short): Add safe-charsets property.
3642 (skkdic-convert-postfix): Search Japanese chou-on character in
3643 addition to Hiragana character.
3644 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
3645 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
3646 (batch-skkdic-convert): Likewise.
3647
3648 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
3649 Provide ja-dic-utl instead of skkdic-utl.
3650 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
3651
f6499c03
DL
36522000-08-24 Dave Love <fx@gnu.org>
3653
1c2c3f16
DL
3654 * disp-table.el (standard-display-default): Make the test of `l'
3655 useful.
3656
f6499c03
DL
3657 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
3658 mod sample text.
3659
3660 * international/iso-ascii.el: Make pilcrow convenient string
3661 consistent with section.
3662 (iso-ascii-display): Set up multibyte characters as well as
3663 unibyte.
3664
c543db81
KH
36652000-08-24 Kenichi Handa <handa@etl.go.jp>
3666
3667 * international/mule-cmds.el (reset-language-environment): Set
3668 default-process-coding-system to '(undecided . iso-latin-1), which
3669 makes process I/O almost consistent with file I/O. Call this
3670 function when mule-cmds.el[c] is loaded.
3671
746d9caf
AI
36722000-08-22 Andrew Innes <andrewi@gnu.org>
3673
3674 * makefile.w32-in: New file.
3675
5484005d
MB
36762000-08-22 Miles Bader <miles@lsi.nec.co.jp>
3677
3678 * comint.el (comint-output-filter): Compare end of
3679 comint-last-output-overlay with the start of the newly inserted
3680 text, not the end, when deciding whether to extend it.
9b4a7800 3681 Set saved-point's insertion type to advance after insertion.
5484005d
MB
3682
3683 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
3684 since this is now done independently of font-lock mode.
3685
7a912f63
GM
36862000-08-21 Gerd Moellmann <gerd@gnu.org>
3687
3688 * server.el (server-kill-new-buffers): New user option.
3689 (server-existing-buffer): New buffer-local variable.
3690 (server-visit-files): When using an existing buffer, set
3691 server-existing-buffer to t.
3692 (server-buffer-done): If server-kill-new-buffers is t, kill the
3693 buffer, unless it was already present before visiting it with
3694 Emacs server.
9b4a7800 3695
240301df
EZ
36962000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
3697
3698 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
3699 even if the display doesn't support colors: some displays will
3700 support bold/underline faces.
3701
cbcef616
GM
37022000-08-21 Gerd Moellmann <gerd@gnu.org>
3703
6917e6bb
GM
3704 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
3705
cbcef616
GM
3706 * startup.el (command-line): If user's init file had an error,
3707 add explanatory text to *Messages*.
3708
6922b018
KH
37092000-08-21 Kenichi Handa <handa@etl.go.jp>
3710
3711 * man.el (Man-getpage-in-background): Decode the process output by
3712 the system locale coding system.
3713
e50c4203
DL
37142000-08-20 Dave Love <fx@gnu.org>
3715
96ab6351
DL
3716 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
3717 Don't test x-popup-menu.
3718 (function) <complete-function>: Complete only fbound symbols.
3719 <validate, value>: New.
3720 (variable) <complete-function>: Complete only bound symbols.
3721 (coding-system): Add :base-only, :complete-function, :validate,
3722 :value, :prompt-match.
3723 (widget-coding-system-prompt-value): Use read-coding-system and
3724 act on :base-only.
3725 (editable-field): Add :help-echo.
3726 (widget-push-button-gui, widget-push-button-cache)
3727 (widget-gui-action, widget-editable-list-gui): COmment out, along
3728 with uses.
3729 (widget-at): Make arg optional.
3730 (widget-echo-help): Adjust for current help-echo calling sequence.
3731 (widget-specify-field, widget-specify-button)
3732 (widget-specify-insert, widget-get-sibling, widget-image-find)
3733 (widget-convert, widget-insert, widget-leave-text)
3734 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
3735 (widget-setup, widget-field-find, widget-before-change)
3736 (widget-after-change, widget-default-complete)
3737 (widget-default-create, widget-default-delete)
3738 (widget-push-button-value-create, editable-field)
3739 (widget-field-prompt-value, widget-field-validate)
3740 (widget-choice-value-create, widget-choice-action)
3741 (widget-choice-validate, widget-checklist-add-item)
3742 (widget-radio-add-item, widget-radio-chosen)
3743 (widget-radio-value-inline, widget-editable-list-value-create)
3744 (widget-editable-list-entry-create)
3745 (widget-documentation-link-add)
3746 (widget-documentation-string-value-create)
3747 (widget-regexp-validate, widget-file-complete)
3748 (widget-sexp-validate, widget-plist-convert-widget)
3749 (widget-plist-convert-widget, widget-alist-convert-widget)
3750 (widget-alist-convert-widget, widget-color-complete): Simplify,
3751 particularly to avoid bindings which aren't optimized out.
3752
e50c4203
DL
3753 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
3754 Doc fix.
3755 (down-list, backward-up-list, up-list, kill-sexp)
3756 (backward-kill-sexp, mark-sexp): Make arg optional.
3757 (lisp-complete-symbol): Add optional arg PREDICATE.
3758
3759 * cus-start.el: Add display-buffer-reuse-frames,
3760 file-coding-system-alist.
3761
511bd4eb
GM
37622000-08-20 Gerd Moellmann <gerd@gnu.org>
3763
3764 * startup.el (command-line): Clear realized faces after
3765 modifying TTY color mappings.
3766
a9de7d29
MB
37672000-08-20 Miles Bader <miles@gnu.org>
3768
3769 * faces.el (face-attr-match-p): Don't return true if ATTRS are
3770 merely a subset of FACE's attributes.
3771
8a8023d9
MB
37722000-08-19 Miles Bader <miles@gnu.org>
3773
3774 * comint.el (comint-output-filter): Save the point with a marker,
3775 not just a buffer position.
3776
3777 * international/mule.el (set-buffer-process-coding-system): Make
3778 interactive prompt less confusing.
3779
1433385f
GM
37802000-08-19 Gerd Moellmann <gerd@gnu.org>
3781
3782 * hilit-chg.el: General cleanup of doc strings, comments and
3783 code formatting.
3784
136b4eda
MB
37852000-08-19 Miles Bader <miles@gnu.org>
3786
3787 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
3788 Compiler macro removed; beginning-of-line is no longer always
3789 equivalent to forward-line, in the presence of fields.
3790
3791 * comint.el (comint-output-filter): Remove ad-hoc saving of
3792 restriction, and just use save-restriction, now that it works
3793 correctly. Don't adjust comint-last-input-start to account for
3794 our insertion; it shouldn't have moved because we don't use
3795 insert-before-markers anymore. Comment out call to
3796 `force-mode-line-update'; why is it here?
3797
3798 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
3799 while checking for prompt to delete. Use `forward-line 0'
3800 instead of beginning-of-line.
3801 (gud-filter): Temporarily widen gud comint buffer while
3802 examining output.
3803
cdd0f857
SM
38042000-08-18 Stefan Monnier <monnier@cs.yale.edu>
3805
ebf96bfa
SM
3806 * progmodes/sh-script.el: Big bag of typos.
3807
cdd0f857
SM
3808 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
3809 check since ispell-process is not bound when ispell is not yet loaded.
3810
9bb7a286
DL
38112000-08-18 Dave Love <fx@gnu.org>
3812
3813 * image.el (find-image): Copy `spec' before using plist-put.
3814
74ec6045
GM
38152000-08-18 Gerd Moellmann <gerd@gnu.org>
3816
3817 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
3818 `portugues'.
3819
3820 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
3821 backward-kill-sexp, analogous to kill-sexp.
3822
3823 * progmodes/icon.el (icon-indent-line)
3824 (icon-is-continuation-line): Handle comments specially.
3825
38262000-08-17 Ken Stevens <k.stevens@ieee.org>
3827
3828 * ispell.el: Set to standard author/maintainer/keyword fields.
3829 Fine tuning to menu map appearance and operation, and added help.
3830 Remove `start' and `end' error messages when compiling.
3831 (ispell-choices-win-default-height): Fixed comment string.
3832 (ispell-dictionary-alist-1): Fixed regexp in castellano and
3833 castellano8 dictionaries.
3834 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
3835 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
3836 dictionary, added italiano dictionary.
3837 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
3838 word character
3839 (ispell-tex-skip-alists): Added psfig support.
3840 (ispell-skip-html): Renamed from ispell-skip-sgml.
3841 (ispell-begin-skip-region-regexp, ispell-skip-region)
3842 (ispell-minor-check): Improved html skipping support to skip across
3843 code, and recognize `&' commands without propper `;' syntax;
3844 (ispell-process-line): Fix alignment error when manually
3845 correcting spelling.
3846 (ispell): Fix comment string.
3847 (ispell-add-per-file-word-list): Always put word list on new line.
3848
3787e12e
GM
38492000-08-17 Gerd Moellmann <gerd@gnu.org>
3850
a7b28523
GM
3851 * format.el (format-encode-run-method): Fix error message to say
3852 `encode' instead of `decode'. Use save-window-excursion around
3853 shell-command-on-region as in format-decode-run-method because
3854 shell-command-on-region can display a buffer with error output.
3855 (format-decode): Don't record undo information for the decoding.
3856 (format-annotate-function): Add parameter FORMAT-COUNT. Make
3857 that number part of the temporary buffer name so that more than
3858 one decoding using a temporary buffer can happen safely.
3859
3860 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
3861 of `A-z' in the regexp.
3862
3863 * hilit-chg.el: Fix typos in commentary.
3864
3787e12e
GM
3865 * help.el (view-emacs-news): Rewritten for new naming scheme
3866 for old NEWS files.
3867
3868 * startup.el (command-line): Pop to *Messages* in case an error
3869 is signaled while loading user-init-file.
3870
d2473540
AS
38712000-08-17 Andreas Schwab <schwab@suse.de>
3872
3873 * files.el (insert-directory): Don't lose original file name,
3874 undoing an undocumented change.
3875
c0bbaf57
GM
38762000-08-17 Alex Schroeder <alex@gnu.org>
3877
3878 * sql.el (sql-magic-go): Use comint-bol.
3879 (sql-copy-column): Use comint-line-beginning-position.
3880 (comint-line-beginning-position): Define a replacement for
3881 comint-line-beginning-position if it is not fboundp.
3882
38832000-08-17 Alex Schroeder <alex@gnu.org>
3884
3885 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
3886 it didn't have any effect anyway.
3887
38882000-08-17 Alex Schroeder <alex@gnu.org>
3889
3890 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
3891 --pset and pager=off instead of sending \\o|cat at the beginning
3892 of the session.
3893
9d245da5
MB
38942000-08-17 Miles Bader <miles@gnu.org>
3895
3896 * progmodes/octave-inf.el: Add compatibility definition of
3897 comint-line-beginning-position.
3898
abfdbd2e
KH
38992000-08-17 Kenichi Handa <handa@etl.go.jp>
3900
3901 * startup.el (normal-top-level): Look in each dir in load-path for
3902 a leim-list.el file too. This assures of loading leim-list.el
3903 that is created at Emacs installation time even if a user have his
3904 own leim-list.el.
3905
a0b8c939
MB
39062000-08-17 Miles Bader <miles@gnu.org>
3907
3908 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
3909 foreground color to black if the background is dark.
3910
7382bcae
SM
39112000-08-16 Stefan Monnier <monnier@cs.yale.edu>
3912
3913 * loadhist.el (unload-feature): Typo.
3914
9b4a7800 3915 * finder.el (finder-compile-keywords):
7382bcae
SM
3916 * cus-dep.el (custom-make-dependencies): Add local-variable settings
3917 to the generated file.
3918
3919 * mail/mh-e.el (mh-make-local-vars):
3920 Replace make-variable-buffer-local with make-local-variable.
3921
cdd0f857 3922 * play/landmark.el:
7382bcae 3923 * options.el (Edit-options-{set,toggle,t,nil}):
9b4a7800
TTN
3924 * mail/mailabbrev.el (mail-abbrevs-mode):
3925 * textmodes/tex-mode.el (tex-expand-files):
7382bcae
SM
3926 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
3927
3928 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
3929
3930 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
3931 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
3932 Allow going past the last element.
9b4a7800 3933 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
7382bcae
SM
3934 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
3935 (cvs-mouse-toggle-mark): Don't move point.
3936 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
3937
3938 * progmodes/compile.el (grep): Provide a default set of files.
3939 (next-error): Docstring fix.
3940 (compilation-find-file): Avoid find-file (fails in a dedicated window).
3941
3942 * emacs-lisp/easy-mmode.el (define-minor-mode):
3943 Use `symbol-value' to keep the byte-compiler quiet.
3944
3945 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
3946 (diff-find-source-location): New fun, extracted from diff-goto-source.
3947 (diff-goto-source): Use it.
3948 (diff-next-complex-hunk, diff-filter-lines): New function.
3949 (diff-apply-hunk): New command.
3950
3951 * smerge-mode.el (smerge-mode-menu): Doc fix.
3952
3953 * msb.el (msb-mode): Define it in terms of define-minor-mode.
3954
4f00b8c1
DL
39552000-08-16 Dave Love <fx@gnu.org>
3956
2b5198bb
DL
3957 * windmove.el (windmove) <defgroup>: Add :version.
3958
3959 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
3960 (goto-address-fontify-p, goto-address-highlight-p)
3961 (goto-address-url-face, goto-address-url-mouse-face)
3962 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
3963 (goto-address-url-regexp): Use thing-at-point-url-regexp.
3964 (goto-address-fontify, goto-address-at-mouse): Simplify,
3965 (goto-address-at-point): browse-url-url-at-point,
3966 goto-address-find-address-at-point can return nil.
3967 (goto-address-find-address-at-point): Return nil on failure.
3968
3969 * align.el (align) <defgroup>: Add :version.
3970
3971 * calculator.el (calculator): Add :version.
3972 (calculator): Use two lines for calculator window if `modeline'
3973 face is boxed.
3974
4f00b8c1
DL
3975 * play/5x5.el: Doc fixes.
3976 (5x5) <defgroup>: Add :version.
3977
3978 * play/fortune.el (fortune) <defgroup>: Add :version.
3979 (fortune-append): Fix error message.
3980 (fortune-from-region): Doc fix.
3981
3982 * play/pong.el (pong): Doc fix.
3983
3984 * play/morse.el: Keywords, commentary, autoloads.
3985
69db7ee7
EZ
39862000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
3987
3988 * desktop.el (desktop-save): Don't look at symbol-value of a
3989 member of minor-mode-alist, unless it is boundp.
3990
10e1dad9
SS
39912000-08-16 Sam Steingold <sds@gnu.org>
3992
a0b8c939 3993 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
10e1dad9
SS
3994 `while'; use `with-current-buffer' instead of `save-excursion'.
3995 Removed unnecessary kludges now that "*Buffer List*" is excluded.
3996
9d7bcb2e
KH
39972000-08-16 Kenichi Handa <handa@etl.go.jp>
3998
3999 * international/ccl.el (declare-ccl-program): Docstring modified.
4000 (ccl-execute-with-args): Likewise.
4001
04231ab8
MB
40022000-08-16 Miles Bader <miles@gnu.org>
4003
9d245da5 4004 * progmodes/sql.el: Add compatibility definition of
04231ab8
MB
4005 comint-line-beginning-position.
4006
f68446ef
GM
40072000-08-15 Gerd Moellmann <gerd@gnu.org>
4008
dc28878c
GM
4009 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
4010 'buffer-menu' property.
4011 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
4012 fails.
4013 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
4014 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
4015 wasn't killed.
10e1dad9 4016
58ed0d3b
GM
4017 * buff-menu.el (list-buffers-noselect): Don't display the
4018 *Buffer List* buffer.
4019
32dc52f7
GM
4020 * font-lock.el: Require jit-lock to prevent a very late
4021 `Loading jit-lock' message.
4022
f68446ef 4023 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
10e1dad9 4024 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
f68446ef
GM
4025 mail address.
4026
90ac90a2
MB
40272000-08-15 Miles Bader <miles@gnu.org>
4028
4029 * textmodes/ispell.el (ispell-graphic-p): New constant.
4030 (ispell-choices-win-default-height, ispell-help): Use
4031 `ispell-graphic-p' instead of `xemacsp'.
4032
b0a0e263
DL
40332000-08-15 Dave Love <fx@gnu.org>
4034
c1e757e3
DL
4035 * simple.el: Autoload widget-convert when compiling.
4036 (mail-user-agent): Doc fix.
4037
4038 * help.el (function-called-at-point, variable-at-point): Use
4039 with-syntax-table.
4040 (help-manyarg-func-alist): Add insert-and-inherit.
4041
4042 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
4043
4044 * delsel.el (delsel-unload-hook): New function.
4045
4046 * find-file.el: Doc fixes. Move provide to end.
4047 (ff) <defgroup>: Add :link.
4048 (ff-goto-click): Deleted.
4049 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
4050 Use mouse-set-point.
4051
4052 * textmodes/tildify.el: Doc fixes.
4053 (tildify) <defgroup>: Add:version.
4054
4055 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
4056 (glasses-custom-set): Use set-default, not set.
4057 (minor-mode-alist): Propertize the lighter.
4058 (glasses-mode): Provide optional arg.
4059
5f847612
DL
4060 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
4061 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
4062 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
4063 option. Provide :type.
4064 (cwarn-configuration): Provide :type.
4065 (cwarn-mode): Doc fix.
4066
4067 * add-log.el (change-log-merge): Doc fix.
4068 (change-log-redate): New command.
4069
b0a0e263
DL
4070 * net/browse-url.el (browse-url-filename-alist): Add a clause for
4071 Doze and Dog.
4072 (browse-url): Use dolist, not mapcar.
4073 (browse-url-at-point): Check for null url.
4074 (browse-url-event-buffer, browse-url-event-point): Functions
4075 deleted.
4076 (browse-url-at-mouse, browse-url-netscape): Simplify.
4077
4078 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
4079 modes.
4080 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
4081 Fix previous change to mapcan.
4082 (msb--init-file-alist, msb--add-separators)
4083 (msb--make-keymap-menu): Simplify.
4084 (msb--choose-file-menu): Use copy-sequence.
4085 (msb-mode-map): Add title to keymap.
4086 (msb-unload-hook): New function.
4087
4088 * bs.el: Fix indentation.
4089 (bs) <defgroup>: Add :links.
2b5198bb
DL
4090 (bs-show): Doc fix.
4091 (bs-apply-sort-faces): Don't use window-system.
4092 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
b0a0e263 4093
70f1b78e
EZ
40942000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
4095
4096 * calendar/timeclock.el (timeclock-file): Run .timelog through
4097 convert-standard-filename.
4098
956777b3
GM
40992000-08-14 Gerd Moellmann <gerd@gnu.org>
4100
3215096c
GM
4101 * emacs-lisp/authors.el: New file.
4102
956777b3
GM
4103 * paren.el (show-paren-priority): New user option.
4104 (show-paren-function): Set overlay priorities to
4105 show-paren-priority.
10e1dad9 4106
0cde1424
MB
41072000-08-14 Miles Bader <miles@gnu.org>
4108
4109 * comint.el (comint-bol): Use `forward-line 0' instead of calling
4110 beginning-of-line with inhibit-field-text-motion bound.
4111
90cbf47e
GM
41122000-08-14 Gerd Moellmann <gerd@gnu.org>
4113
4114 * calendar/timeclock.el: New file.
4115
41162000-08-14 David Ponce <david@dponce.com>
4117
4118 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
4119 `widget-button-click'. so that one can use left mouse button to
4120 click on dialog buttons.
4121
41222000-08-14 Emmanuel Briot <briot@gnat.com>
4123
4124 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
814299a7 4125 identifiers, since XML is case sensitive
10e1dad9 4126
79e8dca7 41272000-08-12 Miles Bader <miles@gnu.org>
10e1dad9 4128
660394d1
MB
4129 * comint.el (comint-output-filter): Don't bother frobbing
4130 window-start, it doesn't seem to be necessary.
79e8dca7
MB
4131
4132 * comint.el (comint-send-string, comint-send-region): Make into
4133 real functions. Snapshot the prompt before sending.
4134
218c2cc7
EZ
41352000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
4136
4137 * info.el (Info-find-emacs-command-nodes): Rewrite to use
4138 technique similar to Info-index, instead of relying on specific
4139 names of relevant Index nodes.
4140 (Info-goto-emacs-command-node): Bind Info-history to nil when
4141 going to the first node found by Info-find-emacs-command-nodes.
4142
51e066d2 41432000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
968280cc
EZ
4144
4145 * menu-bar.el (menu-bar-help-menu): Add a :help string.
4146
867102f2
MB
41472000-08-10 Miles Bader <miles@gnu.org>
4148
4149 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
4150
af718538
EZ
41512000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
4152
4153 * info.el (Info-file-list-for-emacs): More elements for the
4154 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
4155 and woman manuals.
4156
c51bacd6
MB
41572000-08-10 Miles Bader <miles@lsi.nec.co.jp>
4158
4159 * comint.el (comint-send-input): Make the newline boundary overlay
4160 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
4161 (comint-output-filter): Use `insert' instead of
4162 `insert-before-markers'. Extend comint-last-output-overlay when
4163 necessary since we can't rely on insert-before-markers to do it.
4164 * gud.el (gud-filter): Use `with-current-buffer' instead of
4165 save-excursion when inserting the output, so that point gets
4166 updated correctly; the old method relied on a rather dodgy
4167 side-effect of comint-output-filter to avoid the effect of
4168 save-excursion.
4169
98532b12
EZ
41702000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
4171
4172 * files.el (recover-file): Call insert-directory instead of
4173 invoking `ls' directly.
4174
3db4b719
MB
41752000-08-10 Miles Bader <miles@gnu.org>
4176
4177 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
4178 (comint-last-prompt-overlay): New variables.
4179 (comint-output-filter): Implement prompt highlighting.
4180 (comint-snapshot-last-prompt): New function.
4181 (comint-send-input): Snapshot the last prompt.
4182 Use comint-highlight-input-face.
4183 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
4184 Use defface instead of defcustom.
4185 (send-invisible, comint-send-eof): Snapshot the last prompt.
4186 (comint-delchar-or-maybe-eof): Use comint-send-eof.
4187 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
4188
96190aa1
SM
41892000-08-09 Stefan Monnier <monnier@cs.yale.edu>
4190
5cda4b07
SM
4191 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
4192 (regexp-opt-group): Use a list of chars for `letters'.
4193 (regexp-opt-charset): `chars' is now a list of chars.
4194 Use a char-table rather than a vector so it works for multibyte chars.
4195
96190aa1
SM
4196 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
4197 Set cvs-minor-current-files to the selected fileinfo.
4198 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
4199 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
4200
7d093d56
EZ
42012000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
4202
4203 * files.el (insert-directory): Don't call access-file on
4204 directories on DOS and Windows.
4205
b24c5811
KH
42062000-08-09 Kenichi Handa <handa@etl.go.jp>
4207
4208 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
4209 longer if necessary.
4210 (ccl-embed-code): Call ccl-embed-data to store CODE in
4211 ccl-program-vector.
4212
0a6fd67e
MB
42132000-08-09 Miles Bader <miles@gnu.org>
4214
4215 * comint.el (comint-output-filter): Properly handle the case where
4216 the text surrounded by comint-last-output-overlay was deleted.
4217
9f6d1a6c
GM
42182000-08-08 Gerd Moellmann <gerd@gnu.org>
4219
25ad1371
GM
4220 * info.el (Info-insert-dir): Use Info-additional-directory-list if
4221 non-nil.
4222 (Info-file-list-for-emacs): Remove "info" from the list because
4223 that leads to trying to use the documentation from file `info'
4224 in various situations where it isn't appropriate, for instance
4225 C-h C-k C-h i.
4226
4227 * ffap.el (ffap-read-file-or-url-internal): Handle case that
4228 DIR and/or STRING are nil.
4229
4230 * progmodes/compile.el (compilation-setup): Make variable
4231 compilation-error-screen-columns buffer-local, as some comment
4232 in the code suggests it should be.
4233
4234 * files.el (auto-mode-interpreter-regexp): New variable.
4235 (set-auto-mode): Use it.
4236
4237 * indent.el (indent-for-tab-command): Doc fix.
4238
4239 * mouse-sel.el (mouse-sel-mode): Doc fix.
4240
9f6d1a6c
GM
4241 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
4242 labels.
4243
4244 * help.el (print-help-return-message): When
4245 display-buffer-reuse-frames is set, let the help window been quit,
4246 instead of deleting it, which might delete a reused frame.
4247
3d819a75
EZ
42482000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
4249
4250 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
4251 rename a directory to a name that differs only by its letter case.
4252
c5a52529
KH
42532000-08-08 Kenichi Handa <handa@etl.go.jp>
4254
4255 * international/quail.el (quail-define-rules): Handle Quail decode
4256 map correctly. Add code for supporting annotations.
4257 (quail-install-decode-map): New function.
4258 (quail-defrule-internal): New optional arguments decode-map and
4259 props.
4260 (quail-advice): New function.
4261
5e9e032a
SS
42622000-08-07 Sam Steingold <sds@gnu.org>
4263
4264 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
4265 `defconst', `define-condition', `with-slots'.
4266 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
4267
46645f4b
MB
42682000-08-03 Miles Bader <miles@gnu.org>
4269
4270 * comint.el (comint-use-prompt-regexp-instead-of-fields):
4271 New variable.
4272 (comint-prompt-regexp, comint-get-old-input): Document dependence on
4273 comint-use-prompt-regexp-instead-of-fields.
4274 (comint-send-input): Add `input' field property to stuff we send to
4275 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
4276 (comint-output-filter): Add `output' field property to process
4277 output, if comint-use-prompt-regexp-instead-of-fields is nil.
4278 (comint-replace-by-expanded-history)
4279 (comint-get-old-input-default, comint-show-output)
4280 (comint-backward-matching-input, comint-forward-matching-input)
4281 (comint-next-prompt, comint-previous-prompt): Use field
4282 properties if comint-use-prompt-regexp-instead-of-fields is nil.
4283 (comint-line-beginning-position): New function.
4284 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
4285 (comint-replace-by-expanded-history-before-point): Use
4286 comint-line-beginning-position and line-end-position.
4287 (comint-last-output-overlay): New variable.
4288 (comint-mode): Make `comint-last-output-overlay' buffer-local.
4289
4290 * shell.el (shell-prompt-pattern): Doc change.
4291 (shell-backward-command): Use line-beginning-position.
4292
4293 * gud.el (gud-gdb-complete-command): Use
4294 comint-line-beginning-position.
4295
4296 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
4297 comint-bol doesn't actually go to the beginning of the line.
4298
4299 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
4300 if comint-use-prompt-regexp-instead-of-fields is non-nil.
4301 (try-expand-line-all-buffers): Likewise.
4302
4303 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
4304 explicitly matching comint-prompt-regexp.
4305 (sql-copy-column): Use comint-line-beginning-position instead of
4306 explicitly matching comint-prompt-regexp.
4307
4308 * progmodes/octave-inf.el (inferior-octave-complete): Use
4309 comint-line-beginning-position.
4310
4311 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
4312
4313 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
4314 looking for a prompt, use `forward-line 0' instead of
4315 `beginning-of-line', to avoid getting caught by an input field.
4316
ff3d9573
GM
43172000-08-07 Gerd Moellmann <gerd@gnu.org>
4318
4319 * files.el (shell-quote-wildcard-pattern): Make sure to return
4320 PATTERN, in the Unix case.
4321
e0d8827b
EZ
43222000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
4323
4324 * play/zone.el (zone): Discard any pending input before running
4325 the randomly-chosen pgm.
4326
24d55b8f
KH
43272000-08-07 Kenichi Handa <handa@etl.go.jp>
4328
4329 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
4330 checking the existence of any multibyte characters.
4331
3d05e1ee
GM
43322000-08-06 Gerd Moellmann <gerd@gnu.org>
4333
6c4a4368
GM
4334 * help.el (describe-mode): Test minor-mode symbol for being
4335 bound before testing its value for being nil.
4336
3d05e1ee
GM
4337 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
4338 `first', `second', and `third'.
4339
4340 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
4341 (second): Make it an alias for `cadr'.
4342
6968a481
EZ
43432000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
4344
4345 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
4346 types of display support faces now.
4347
e49aa397
GM
43482000-08-05 Gerd Moellmann <gerd@gnu.org>
4349
4350 * pcvs.el (require): Require `cl' during compilation, only.
4351
4352 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
4353 (toplevel): Remove `remq' and `remove' from autoloads.
4354 (cl-fake-autoloads): New variable. If set, arrange for an error
4355 when CL functions etc. are autoloaded.
4356
588aca27
EZ
43572000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
4358
2e78d4ab
EZ
4359 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
4360
85628348
EZ
4361 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
4362 popped up, but the user clicks outside the menu, return an empty
4363 regexp (that causes unhighlight-regexp to have no effect).
4364
74f0e552
EZ
4365 * menu-bar.el (menu-bar-games-menu): Add Zone.
4366
588aca27
EZ
4367 * hi-lock.el (toplevel): Require font-lock.
4368
f4988be7
GM
43692000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4370
ba087cd7 4371 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
f4988be7
GM
4372 (ebnf-8-bit-chars): New var for bug fix.
4373 (ebnf-string): Bug fix.
4374
027b73ac
SS
43752000-08-03 Sam Steingold <sds@gnu.org>
4376
4377 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
4378 instead of `buffer-string'.
4379 (require 'cl): Always, not just when compiling.
4380 `ignore-errors' in `interactive', `list*', `defun*' &c make this
4381 necessary.
4382
2f1fa038
EZ
43832000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
4384
4385 * international/mule-cmds.el (select-safe-coding-system): Make
4386 the message text about selecting a safe coding system more clear.
4387
ead53494
GM
43882000-08-02 Gerd Moellmann <gerd@gnu.org>
4389
abb2db1c
GM
4390 * hi-lock.el: New file.
4391
4392 * play/zone.el: New file.
4393
ead53494
GM
4394 * replace.el (occur): Set tab-width in the *Occur* buffer to the
4395 value of tab-width in the original buffer. Choose a line number
4396 format that's a multiple of the original buffer's tab width, so
4397 that lines appear right.
4398
4399 * textmodes/ispell.el (ispell): New function, replacing an alias.
4400 Spell-check active region if in transient-mark-mode and mark
4401 is active; otherwise spell-check buffer.
4402
44032000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4404
4405 * ps-mule.el: Fix a customization problem on
4406 ps-mule-font-info-database-default.
4407
f4a2b0a4
EZ
44082000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
4409
4410 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
4411 display-mouse-p instead of window-system.
4412 (ebrowse-member-mode-map): Ditto.
4413
b685181e
GM
44142000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4415
ba087cd7
EZ
4416 * progmodes/ebnf2ps.el: Update ps-print functions call.
4417 Indentation fix. Doc fix.
b685181e
GM
4418 (ebnf-version): New version number (3.2).
4419 (ebnf-format-color, ebnf-begin-job): Code fix.
027b73ac 4420
3b5fab87
EZ
44212000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
4422
032ebb29
EZ
4423 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
4424 font lock support on window-system.
4425 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
4426
3b5fab87
EZ
4427 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
4428 display-color-p, if fboundp, instead of window-system.
4429
7e2605e7
EZ
44302000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
4431
4432 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
4433 instead of window-system.
4434
4435 * wid-edit.el (widget-choose): Use display-mouse-p instead of
4436 window-system.
4437 (widget-choice-mouse-down-action): Use display-popup-menus-p
4438 instead of window-system.
4439
4440 * strokes.el (strokes-file): Run the file name through
4441 convert-standard-filename.
4442 (strokes-mode): Call display-mouse-p instead of looking at
4443 window-system. Change the error message accordingly.
4444
4445 * progmodes/cpp.el (toplevel): Support faces on tty's.
4446
4447 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
4448 (lm-plot-square, lm-init-display): Don't use window-system.
4449
4450 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
4451 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
4452
4453 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
4454 instead of looking at window-system.
4455
26119624
GM
44562000-07-30 Gerd Moellmann <gerd@gnu.org>
4457
4458 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
4459 of testing if iswitchb-prepost-hooks is bound, because the
4460 latter will always be true when invoking a recursive minibuffer
4461 from an active Iswitchb buffer.
4462
c90596f3
EZ
44632000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
4464
4465 * files.el (shell-quote-wildcard-pattern): New function.
4466 (insert-directory): Call it. Only prepend "\" to command on Unix
4467 and GNU/Linux systems.
4468
18925e78
GM
44692000-07-30 Gerd Moellmann <gerd@gnu.org>
4470
4471 * eshell/esh-groups.el: Change custom :link file names
4472 from `eshell.info' to `eshell'.
4473
44742000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
4475
4476 * dired.el (dired-build-subdir-alist): Expand subdirectory names
4477 correctly in recursive ange-ftp listings.
4478
44792000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4480
4481 * ps-print.el: Fix bug 1: if ps-font-size-internal,
4482 ps-header-font-size-internal and
4483 ps-header-title-font-size-internal variables are not set,
4484 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
4485 face text property is (foreground-color . COLOR) or
4486 `(background-color . COLOR)', ps-print crashes. Doc fix.
4487 (ps-print-version): New version number (5.2.4).
4488 (ps-plot-region): Code fix.
4489 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
4490 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
4491 Bug fix 2.
4492
44932000-07-30 Milan Zamazal <pdm@freesoft.cz>
4494
4495 * glasses.el (glasses-make-readable): Fix uncapitalization of
4496 identifiers like `myXMLDocument'.
4497
aeb4c63e
KF
44982000-07-28 Karl Fogel <kfogel@red-bean.com>
4499
18925e78
GM
4500 * mail/mail-hist.el (mail-hist-previous-input)
4501 (mail-hist-next-input): Do the obvious code factorization.
4502 (mail-hist-retrieve-and-insert): New func, contains common
aeb4c63e
KF
4503 code of above two.
4504 If inserting a message body, leave point at top.
4505
9d453139
SS
45062000-07-28 Sam Steingold <sds@gnu.org>
4507
4508 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
18925e78
GM
4509 Use `<=', not `<' to compare times!
4510 (ange-ftp-ls): Remove.
9d453139 4511
b548072f
GM
45122000-07-27 Gerd Moellmann <gerd@gnu.org>
4513
27848c01
GM
4514 * play/cookie1.el: Add explanation of how to make cookie.el
4515 compatible with strfile(1) to comment.
4516
4517 * subr.el (remove, remq): New functions.
4518
3ab82477
GM
4519 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
4520 escape `*' in regexps.
4521 (midnight-find): Reverse order of arguments in the funcall of
4522 TEST.
4523
4524 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
4525 and `.class'.
4526
b548072f
GM
4527 * play/meese.el: Add Commentary section.
4528
27848c01
GM
45292000-07-27 Alex Schroeder <alex@gnu.org>
4530
4531 * sql.el (sql-ms): Added autoload cookie.
4532 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
4533 (sql-oracle): Ditto.
4534 (sql-help): Doc change.
4535
4536 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
4537 types and exceptions.
4538
45392000-07-27 Alex Schroeder <alex@gnu.org>
4540
4541 * sql.el (sql-placeholder-history): New variable.
4542 (sql-query-placeholders-and-send): New function that will query
4543 the user and replace placeholders with user input.
4544 (sql-oracle): If running on NT, set comint-input-sender to
4545 sql-query-placeholders-and-send.
4546
4547 (sql-stop): If in the SQLi buffer, insert stop notification, else
4548 present it as a message.
4549
45502000-07-27 Alex Schroeder <alex@gnu.org>
4551
4552 * sql.el (sql-input-ring-separator): Doc change.
4553 (sql-input-ring-file-name): Doc change.
4554 (sql-interactive-mode): Use `sql-input-ring-separator' and
4555 `sql-input-ring-file-name' to set the comint-mode equivalents
4556 without making them local variables.
4557 (sql-stop): Don't bind `sql-input-ring-separator' and
4558 `sql-input-ring-file-name' dynamically to their comint-mode
4559 equivalents.
4560
91ae8751
KH
45612000-07-27 Kenichi Handa <handa@etl.go.jp>
4562
4563 * international/mule.el (register-char-codings): New function.
4564 (make-coding-system): Handle `safe-chars' specification in the arg
4565 PROPERTY.
4566
4567 * international/mule-cmds.el
4568 (find-coding-systems-region-subset-p): This function deleted.
4569 (sort-coding-systems-predicate): New variable.
4570 (sort-coding-systems): New function.
4571 (find-coding-systems-region): Use
4572 find-coding-systems-region-internal.
4573 (find-coding-systems-string): Use find-coding-systems-region.
4574 (find-coding-systems-for-charsets): Check
4575 char-coding-system-table.
4576 (select-safe-coding-system-accept-default-p): New variable.
4577 (select-safe-coding-system): Mostly rewritten. New argument
4578 ACCEPT-DEFAULT-P.
4579 (select-message-coding-system): Call select-safe-coding-system
4580 with ACCEPT-DEFAULT-P arg.
4581 (reset-language-environment): Reset default-sendmail-coding-system
4582 to the default value iso-latin-1.
4583 (set-language-environment): Don't set the obsolete variable
4584 charset-origin-alist.
4585
4586 * international/codepage.el (cp-coding-system-for-codepage-1):
4587 Give `safe-chars' property to make-coding-system.
4588
4589 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
4590 calling select-message-coding-system twice.
4591
4592 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
4593 instead of `safe-charsets'.
4594 (cyrillic-alternativnyj): Likewise.
4595 (ccl-encode-alternativnyj): Don't check the charset
4596 cyrillic-iso8859-5.
4597
90cf4474
KH
45982000-07-27 Kenichi Handa <handa@etl.go.jp>
4599
4600 * composite.el (compose-chars-after): Preserve match data.
4601
a1f84f6d
SS
46022000-07-26 Sam Steingold <sds@gnu.org>
4603
4604 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
4605 (ange-ftp-real-file-newer-than-file-p): New function.
4606 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
4607 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
4608
4609 * tooltip.el (tooltip-float-time): Removed (use `float-time').
4610 * midnight.el (midnight-float-time): Ditto.
4611
e092928e
AS
46122000-07-26 Andreas Schwab <schwab@suse.de>
4613
4614 * files.el (normal-backup-enable-predicate): Correct
4615 interpretation of the return value of compare-strings.
4616
7465ebef
GM
46172000-07-26 Gerd Moellmann <gerd@gnu.org>
4618
3353ef5a
GM
4619 * isearch.el (isearch-resume): New function.
4620 (isearch-done): Add something to command-history to resume
4621 the search.
4622 (isearch-yank-line, isearch-yank-word): Use
4623 buffer-substring-no-properties instead of buffer-substring.
4624
7465ebef
GM
4625 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
4626 of flyspell-mouse-map.
4627
4628 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
4629 duplicate definition.
4630 (makefile-mode): Remove duplicate setting of local-abbrev-table.
4631
4632 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
4633 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
4634
5044b74a
SS
46352000-07-25 Sam Steingold <sds@gnu.org>
4636
25759a92
SS
4637 * net/ange-ftp.el: Get modtime over the net.
4638 (ange-ftp-file-modtime): New function.
a95cb10a
GM
4639 (ange-ftp-write-region, ange-ftp-insert-file-contents)
4640 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
25759a92
SS
4641 Use it.
4642 (ange-ftp-dot-to-slash): New function.
4643 (ange-ftp-fix-name-for-vms): Use it.
4644
5044b74a
SS
4645 * midnight.el (midnight-buffer-display-time): Use
4646 `with-current-buffer'.
4647
5dcfb3f4
GM
46482000-07-25 Gerd Moellmann <gerd@gnu.org>
4649
4650 * find-dired.el: Update copyright notice.
4651 (find-dired): Offer to kill a running `find'.
4652
4653 * enriched.el (enriched-face-ans): For a `foreground-color'
4654 property, return '(("x-color" COLOR))' so that COLOR will be
4655 output as a parameter of the x-color annotation. Likewise for the
4656 `background-color' property. In the case of normal face
4657 properties, don't return annotations for unspecified foreground
4658 and background face attributes.
4659
8c662166
KH
46602000-07-25 Kenichi Handa <handa@etl.go.jp>
4661
4662 * language/japan-util.el (japanese-katakana-region): Fix handling
4663 HANKAKU argument.
4664
c28da489
MB
46652000-07-25 Miles Bader <miles@gnu.org>
4666
4667 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
4668 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
4669 constrain-to-field.
4670
ad349719
AI
46712000-07-24 Andrew Innes <andrewi@gnu.org>
4672
4673 * timer.el (timer-activate-when-idle): Add optional parameter
4674 DONT-WAIT. Update docstring.
4675 (run-with-idle-timer): Specify extra parameter to
4676 timer-activate-when-idle, so that timer will be activated
4677 immediately if Emacs is already idle.
4678
4679 * w32-fns.el (w32-using-nt): Fix docstring.
4680
c95162f5
DL
46812000-07-24 Dave Love <fx@gnu.org>
4682
4683 * mouse.el (popup-menu): Set last-command-event.
4684 (mouse-major-mode-menu-prefix): Declare.
4685
e3c31fd5
GM
46862000-07-24 Gerd Moellmann <gerd@gnu.org>
4687
4688 * textmodes/flyspell.el: Update to author's version 1.5d.
4689
4690 * progmodes/hideshow.el: Update copyright notice.
4691
4692 * vcursor.el: Set maintainer to FSF, since author cannot
4693 be reached.
4694
7636d2a3
EZ
46952000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
4696
fbe0a958
EZ
4697 * info.el (Info-goto-emacs-key-command-node): Leave a space after
4698 the prompt.
4699
7636d2a3
EZ
4700 * mouse.el (popup-menu): Run the keymap through indirect-function,
4701 in case it was defined with define-prefix-key. If the menu is a
4702 list of keymaps, look up the binding of user's choice in each one
4703 of the keymaps.
4704 (mouse-popup-menubar): If the global and local menu-bar keymaps
4705 don't have a prompt string, create one and insert it into the
4706 keymap. Don't barf if current-local-map returns nil.
4707
e024b101
GM
47082000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
4709
4710 * dired.el (dired-sort-R-check): Added to allow recursive listing
4711 to be undone.
4712 (dired-sort-other): Use it.
4713
7972fcfc
GM
47142000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
4715
e024b101 4716 * Release of cc-mode 5.27
7972fcfc
GM
4717
47182000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
4719
4720 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
4721 c-beginning-of-statement-1 that caused a bad case of recursion
4722 which could consume a lot of CPU in large classes in languages
4723 that have in-expression classes (i.e. Java and Pike).
4724
4725 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
4726 statements before top level constructs (i.e. case 6 is moved
4727 before case 5 and is now case 4) to catch in-expression
4728 classes in top level expressions correctly.
4729
47302000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
4731
4732 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
4733 objc-method-intro. Case 4 removed and case 5I added.
4734
4735 * cc-langs.el (c-append-paragraph-start): New variable used by
4736 c-common-init to get paragraph-start correct.
4737 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
4738 initialize paragraph-start to make it correct both with and
4739 without the javadoc special case.
4740
4741 * cc-mode.el (java-mode): Use c-append-paragraph-start to
4742 initialize paragraph-start for javadoc markup.
4743
4744 * cc-vars.el (c-style-variables-are-local-p): Incompatible
4745 change by defaulting this to t. It's motivated by the
4746 confusing behavior that otherwise arise from the style system
4747 when editing both java and non-java files at the same time
4748 (see the comments about style setting in c-common-init).
4749
47502000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
4751
4752 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
4753 similar to the one in c-fill-paragraph to check the fill
4754 prefix from the adaptive fill function for sanity.
4755
47562000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
4757
4758 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
4759 defun block.
4760
47612000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
4762
5044b74a 4763 * cc-mode.texi Documented the change of cpp-macro.
7972fcfc
GM
4764
47652000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
4766
4767 * cc-align.el (c-lineup-multi-inher): Handle lines with
4768 leading comma nicely. Extended to handle member initializers
4769 too.
4770
e024b101 4771 * cc-engine.el: (c-beginning-of-inheritance-list,
7972fcfc
GM
4772 c-guess-basic-syntax): Fixed recognition of inheritance lists
4773 when the lines begins with a comma.
4774
5044b74a 4775 * cc-mode.texi: Updated doc for c-lineup-multi-inher.
7972fcfc
GM
4776
4777 * cc-vars.el (c-offsets-alist): Changed default for
4778 member-init-cont to c-lineup-multi-inher since it now handles
4779 member initializers and indents better for leading commas.
4780
47812000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
4782
4783 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
4784 handling that caused class open lines to be recognized as
4785 statement-conts in some cases.
4786
4787 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
4788 guessed by the adaptive fill function unless point is on the
4789 first line of a block comment.
4790
4791 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
4792 when the buffer ends with a macro continuation char.
4793
4794 * cc-engine.el (c-guess-basic-syntax): Added support for
4795 function definitions as statements in Pike. The first
4796 statement in a lambda block is now labeled defun-block-intro
4797 instead of statement-block-intro.
4798
4799 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
4800 so that the class surrounding point is selected, not the one
4801 innermost in the state.
4802
4803 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
4804 recognition of switch labels having hanging multiline
4805 statements.
4806
4807 * cc-engine.el (c-beginning-of-member-init-list): Broke out
4808 some code in c-guess-basic-syntax to a separate function.
4809 * cc-engine.el (c-just-after-func-arglist-p): Fixed
4810 recognition of member inits with multiple line arglists.
4811 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
4812 member-init-cont when the commas are in funny places.
4813
48142000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
4815
4816 * cc-defs.el (c-auto-newline): Removed this macro since it's
4817 not used anymore.
4818
4819 * cc-engine.el (c-looking-at-bos): New helper function.
4820 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
4821 inexpr and toplevel classes apart in Pike.
4822
4823 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
4824 of case 9A.
4825
4826 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
4827 constant, since "class" can introduce an in-expression class
4828 in Pike nowadays.
4829
48302000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
4831
4832 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
4833 indentation on cpp-macro lines.
4834
4835 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
4836 a syntax modifier like comment-intro, to make it possible to
4837 get syntactic indentation for preprocessor directives. It's
4838 incompatible wrt to lineup functions on cpp-macro, but it has
4839 no observable effect in the 99.9% common case where cpp-macro
4840 is set to -1000.
4841
48422000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
4843
4844 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
4845 member-init-cont when the preceding arglist is several lines.
4846
48472000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
4848
4849 * cc-styles.el (c-style-alist): The basic offset for the BSD
4850 style corrected to 8.
4851
48522000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
4853
4854 * cc-styles.el (c-style-alist): Adjusted the indentation of
4855 brace list openers in the gnu style.
4856
48572000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
4858
4859 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
4860
4861 * cc-cmds.el (c-electric-brace, c-electric-slash,
4862 c-electric-star, c-electric-semi&comma, c-electric-colon,
4863 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
4864 when c-syntactic-indentation is nil.
4865
4866 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
4867 we were left at comments preceding the first statement when
4868 reaching the beginning of the buffer.
4869
4870 * cc-vars.el (c-syntactic-indentation): New variable to turn
4871 off all syntactic indentation.
4872
48732000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
4874
4875 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
4876 between the text and the block comment ender when it hangs,
4877 depending on how many there are before the fill.
4878
48792000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
4880
4881 * cc-engine.el (c-beginning-of-closest-statement): New helper
4882 function to go back to the closest preceding statement start,
4883 which could be inside a conditional statement.
4884 * cc-engine.el (c-guess-basic-syntax): Use
4885 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
4886
4887 * cc-engine.el (c-guess-basic-syntax): Better handling of
4888 arglist-intro, arglist-cont-nonempty and arglist-close when
4889 the arglist is nested inside parens. Cases 7A, 7C and 7F
4890 changed.
4891
4892 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
4893 up-to-date with javadoc 1.2.
4894
48952000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
4896
4897 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
4898 multiline Pike type decls.
4899
49002000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
4901
4902 * cc-cmds.el (c-indent-new-comment-line): Always break
4903 multiline comments in multiline mode, regardless of
4904 comment-multi-line.
4905
49062000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
4907
4908 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
4909 fully::qualified::names in C++ member init lists. Preamble in
4910 case 5D changed.
4911
49122000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
4913
4914 * cc-langs.el (c-common-init): Handling of obsolete variables
4915 moved to c-initialize-cc-mode. More compatible style override
4916 when using global style variables.
4917 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
4918 variables moved here.
4919
e024b101 4920 * cc-mode.texi: Documented the special behavior of
7972fcfc
GM
4921 c-special-indent-hook as a style variable. Don't talk about
4922 doing (c-make-styles-buffer-local t) in a mode hook, since
4923 that's already too late to work right.
5044b74a 4924
7972fcfc
GM
4925 * cc-styles.el (c-make-styles-buffer-local): Flag style
4926 variable localness in c-style-variables-are-local-p to make
4927 the compatibility measure in c-common-init work well.
4928
4929 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
4930 longer contain set-from-style.
4931 * cc-styles.el (c-initialize-builtin-style): Don't check for
4932 set-from-style on c-special-indent-hook.
4933 * cc-styles.el (c-copy-tree): Obsolete. The standard function
4934 copy-alist is sufficient now.
4935
4936 * cc-styles.el (c-set-style, c-set-style-1,
4937 c-get-style-variables): Fixes to variable initialization so
4938 that duplicate entries in styles have the same effect
4939 regardless of DONT-OVERRIDE.
4940
4941 * cc-styles.el (c-set-style-2): Fixed bug where the
4942 initialization of inheriting styles failed when the
4943 dont-override flag is set.
4944
4945 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
4946 on this.
4947
49482000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
4949
4950 * cc-defs.el (c-forward-comment): Removed the workaround
4951 introduced in 5.38 since it had worse side-effects. If a line
4952 contains the string "//\"", it regarded the // as a comment
4953 start since the \ temporarily doesn't have escape syntax.
4954
49552000-07-17 Emmanuel Briot <briot@act-europe.fr>
4956
4957 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
4958 ada-xref.el before ada-prj.el, so that the Project menu is created
4959 when ada-prj tries to add to it.
4960 (ada-activate-keys-for-case): Suppress the characters that are not
4961 part of the Ada syntax. Better compatibility with else-mode
4962 (ada-adjust-case-interactive): When auto-casing is not active,
4963 correctly insert newlines (used to insert only ^M). Prevent the
4964 syntax table from being changed in case of an error
814299a7 4965 (or '_' becomes part of a word and some commands are confused).
7972fcfc
GM
4966 Do nothing if ada-auto-case is nil.
4967 (ada-after-keyword-p): Ignore keywords that are also attributes
4968 (ada-batch-reformat): Update usage comment
4969 (ada-call-from-contextual-menu): New function
4970 (ada-case-read-exceptions): Reinitialize the casing exception list
4971 first to nil first, so that the casing exception file can be
4972 shared.
4973 (ada-check-defun-name): Handles "configure" keyword for gnatdist
4974 files.
4975 (ada-compile-goto-error): Fix regexp used to detect a file:line
4976 anywhere in the error message
4977 (ada-contextual-menu-last-point): New variable
4978 (ada-create-keymap): If the variable delete-key-deletes-forward is
4979 t on XEmacs, it means that DEL should delete one character
4980 forward.
4981 (ada-create-menu): Use :included instead of :visible for XEmacs.
4982 New submenu "Options".
4983 (ada-end-stmt-re): Correctly indent "select ... then abort"
4984 statements.
4985 (ada-fill-comment-paragraph): Correctly delete all leading '--'
4986 even if they don't match ada-fill-comment-prefix Fix handling of
4987 paragraphs on the first or last line of a file.
4988 (ada-format-paramlist): Fix handling of default parameter values.
4989 (ada-get-body-name): New function.
4990 (ada-get-current-indent): Optimized by searchling directly for an
4991 existing generic part or a statement outside of it. Handle
4992 ada-indent-align-comments when indenting comments Replaced some
4993 regexps by testing directly the next character. This results in a
4994 huge speedup on some files. New indentation scheme for renames
4995 statements. Stop looking for the 'while' or 'for' associated with
4996 a 'loop' at the first semicolon encountered. A "return" can also
4997 match an anonymous access subprogram declaration.
4998 (ada-get-indent-noindent): Ignore strings and comments when
4999 looking for the keywords "record" and "private".
5000 (ada-goto-matching-decl-start): When matching "if", make sure we
5001 are not in fact seeing "end if". Ignore "when" statements except
5002 when initial keyword was "begin". Fix handling of nested
5003 procedures. Add a recursive call to this function to skip over
5004 other 'end' statmts. Fix indentation for "when .. => begin"
5005 (ada-in-open-paren-p): Fix indentation for complex boolean
5006 expressions, where 'and then', 'or else' and parenthesis
5007 statements are mixed up.
5008 (ada-in-paramlist-p): Skip comments while searching for the
5009 beginning Fix handling of operator declarations.
5010 (ada-indent-align-comments): New variable
5011 (ada-indent-current): Change the syntax table only in the
5012 protected section, so that we are sure it is restored correctly.
5013 (ada-indent-on-previous-lines): Use ada-use-indent and
5014 ada-with-indent Correctly indent "select ... then"
5015 (ada-indent-region): Slight speedup.
5016 (ada-indent-renames): New variable.
5017 (ada-last-which-function-subprog, ada-last-which-function-line):
5018 New variables
5019 (ada-looking-at-semi-private): Correctly indent the 'private'
5020 keyword when it is the first word in a package declaration.
5021 (ada-loose-case-word): Stop searching if at the end of the buffer.
5022 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
5023 even if point is not initially at the end of the word.
5024 (ada-matching-decl-start-re): Add "when".
5025 (ada-mode): Add support for abbrev-mode, outline-mode and
5026 which-func-mode Override the old find-file.el entry in
5027 ff-special-constructs since it is using the obsolete
5028 ada-spec-suffix variable
5029 (ada-no-auto-case): New function
5030 (ada-scan-paramlist): When parsing the argument type, accept
5031 spaces (as in "X 'Class", generated by Rational Rose).
5032 (ada-other-file-name): No longer loads the other file.
5033 (ada-popup-menu): Save and restore the current buffer and cursor
5034 position before and after displaying the menu.
5035 (ada-search-ignore-complex-boolean): New function.
5036 (ada-uncomment-region): Emacs21 already knows how to delete
5037 comments not starting in the first column.
5038 (ada-use-indent): New variable
5039 (ada-which-function): New function.
5040 (ada-with-indent): New variable
5041 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
5042 can be batch-compiled from the command line.
5043
5044 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
5045 Add to the menu when the file is loaded, not in ada-mode-hook.
5046 Add -toolbar to the default ddd command Switches moved from
5047 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
5048 ada-prj-default-comp-opt
5049 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
5050 Reference Manual to the menu
5051 (ada-check-current): rewritten as a call to ada-compile-current
5052 (ada-compile): Removed.
5053 (ada-compile-application, ada-compile-current, ada-check-current):
5054 Set the compilation-search-path so that compile.el automatically
5055 finds the sources in src_dir. Automatic scrollong of the
5056 compilation buffer. C-uC-cC-c asks for confirmation before
5057 compiling
5058 (ada-compile-current): New parameter, prj-field
5059 (ada-complete-identifier): Load the .ali file before doing
5060 processing
5061 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
5062 conform to gnatmake's behavior.
5063 (ada-find-file-in-dir): New function
5064 (ada-find-references): Set the environment variables for gnatfind
5065 (ada-find-src-file-in-dir): New function.
5066 (ada-first-non-nil): Removed
5067 (ada-gdb-application): Add support for jdb, the java debugger.
5068 (ada-get-ada-file-name): Load the original-file first if not done
5069 yet.
5070 (ada-get-all-references): Handles the new ali syntax (parent types
5071 are found between <>).
5072 (ada-initialize-runtime-library): New function
5073 (ada-mode-hook): Always load a project file when a file is opened,
5074 so that the casing exceptions are correctly read.
5075 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
5076 (ada-parse-prj-file): Use find-file-noselect instead of find-file
5077 to open the project file, since the latter does not work with
5078 speedbar Get default values before loading the prj file, or the
5079 default executable file name is wrong. Use the absolute value of
5080 src_dir to initialize ada-search-directories and
5081 compilation-search-path,... Add the standard runtime library to
5082 the search path for find-file.
5083 (ada-prj-default-debugger): Was missing an opening '{'
5084 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
5085 variables.
5086 (ada-prj-default-gnatmake-opt): New variable
5087 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
5088 buffers, the project file is the default one Save the windows
5089 configuration before displaying the menu.
5090 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
5091 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
5092 ...) regexp-quote identifiers names to support operators +,
5093 -,... in regexps.
5094 (ada-remote): New function.
5095 (ada-run-application): Erase the output buffer before starting the
5096 run Support remote execution of the application. Use
5097 call-process, or the arguments are incorrectly parsed
5098 (ada-set-default-project-file): Reread the content of the active
5099 project file, not the one from the current buffer When a project
5100 file is set as the default project, all directories are
5101 automatically associated with it.
5102 (ada-set-environment): New function
5103 (ada-treat-cmd-string): New special variable ${current}
5104 (ada-treat-cmd-string): Revised. The substitution is now done for
5105 any ${...} substring
5106 (ada-xref-current): If no body was found, compiles the spec
5107 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
5108 compiler to get rid of command line length limitations.
5109 (ada-xref-get-project-field): New function
5110 (ada-xref-project-files): New variable
5111 (ada-xref-runtime-library-specs-path)
5112 (ada-xref-runtime-library-ali-path): New variables
5113 (ada-xref-set-default-prj-values): Default run command now does a
5114 cd to the build directory. New field: main_unit Provide a default
5115 file name even if the current buffer has no prj file.
5116
5117 * ada-prj.el:
5118 Rewritten to show a tabbed-dialog.
5119 (ada-prj-add-ada-menu): Remove the map and name parameters.
5120 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
5121 New function
5122 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
5123 (ada-prj-load-from-file): New function
5124 (ada-prj-save): Always save fields that depend on the current buffer
5125 (ada-prj-show-value): New function
5044b74a 5126
7972fcfc
GM
5127 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
5128 Ada mode. This will allow us to display the Ada menu in any buffer
5129 we want (for project items).
5130 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
5131 number of spaces in the header.
5044b74a 5132
8730a8da
DL
51332000-07-24 Dave Love <fx@gnu.org>
5134
5135 * ediff-init.el (ediff-region-help-echo): Bind face-help.
5136
db3ca487
NF
51372000-07-23 Noah Friedman <friedman@splode.com>
5138
ad953485
NF
5139 * type-break.el (type-break): perform autosave.
5140 Suggested by Stephen Gildea <gildea@intouchsys.com>.
5141 (type-break-do-query): Cancel query schedule while performing
5142 actual query, to avoid possibility of a second query being made
5143 while first one is already in progress.
5144 (type-break-time-stamp-format): New variable.
5145 (type-break-time-stamp): New function.
5146 (type-break-time-warning): Use it.
5147 (type-break-keystroke-warning): Use it.
5148 (type-break-noninteractive-query): Use it.
5149
03a9c6d0
NF
5150 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
5151 cookie.
5152 Use add-minor-mode to set minor-mode-alist, if available.
5153 (eldoc-echo-area-use-multiline-p): New user option.
5154 (eldoc-echo-area-multiline-supported-p): New variable.
5155 (eldoc-docstring-format-sym-doc): Use them.
5156 (eldoc-mode): If not using idle timers, append to local post and
5157 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
5158 (eldoc-display-message-no-interference-p): Don't interfere with
5159 edebug.
5160 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
5161 (eldoc-function-arglist): New function.
5162 (eldoc-function-argstring): Use it.
5163
db3ca487
NF
5164 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
5165 auto save directory exists before calling directory-files.
5166
f7ad1899
DL
51672000-07-23 Dave Love <fx@gnu.org>
5168
5169 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
5170 ^o, ^u.
5171
43e764c9
DL
51722000-07-21 Dave Love <fx@gnu.org>
5173
475de6f4
DL
5174 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
5175 now passed to the function. It now works properly.
5176
43e764c9
DL
5177 * smerge-mode.el (smerge-mode-menu): Fill it out.
5178
e8bea4c0
GM
51792000-07-20 Gerd Moellmann <gerd@gnu.org>
5180
5181 * info-look.el (info-lookup): If *info* is shown in another frame
5182 on the same display, select that frame, instead of switching to
5183 the Info buffer in another window of the selected frame.
5184
5185 * simple.el (universal-argument-map): Bind numeric keypad keys
5186 kp-0 to kp-9 and kp-subtract.
5187 (digit-argument): Handle these keys.
5188
bc75b4fd
DL
51892000-07-20 Dave Love <fx@gnu.org>
5190
5191 * net/goto-addr.el (goto-address-fontify): Don't bother with
5192 buffer-modified and read-only stuff -- irrelevant with overlays.
5193 Put an extra property on the overlays and use it to clean up in
5194 case goto-address is re-run.
5195
8b7bc628
RS
51962000-07-19 Richard M. Stallman <rms@gnu.org>
5197
18e21ce8
RS
5198 * timer.el (run-with-idle-timer): Doc fix.
5199
db3ca487 5200 * mail/mail-utils.el (mail-strip-quoted-names):
8b7bc628
RS
5201 Handle case where <...> appears inside "...".
5202 Use replace-match to edit the string more simply.
5203 (rmail-dont-reply-to): Cope with an unmatched ".
5204
50575ec2
DL
52052000-07-19 Dave Love <fx@gnu.org>
5206
5207 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
5208 implementation.
5209
5210 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
5211 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
5212 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
5213
4279296d
GM
52142000-07-19 Gerd Moellmann <gerd@gnu.org>
5215
47db06aa
GM
5216 * textmodes/refer.el: Correct maintainer's email address.
5217
5218 * progmodes/hideif.el: Correct author's email address.
5219 Fix typo in comment.
5220
5221 * xml.el: New file.
5222
4279296d
GM
5223 * mail/mailheader.el: Correct author's mail address.
5224
5225 * gnus/parse-time.el: Correct author's mail address.
5226
47db06aa 52272000-07-19 Colin Walters <walters@cis.ohio-state.edu>
db3ca487
NF
5228
5229 * comint.el (comint-highlight-input, comint-highlight-face):
47db06aa
GM
5230 New user options.
5231 (comint-input-ring-file-name): Change custom type.
5232 (comint-mode-map): Bind mouse-2.
5233 (comint-insert-clicked-input): New function.
5234 (comint-send-input): Handle input highlighting.
5235
21ad0f7b
SM
52362000-07-18 Stefan Monnier <monnier@cs.yale.edu>
5237
5238 * mouse.el (popup-menu): New function.
5239 (mouse-major-mode-menu): Use it.
5240
3b33a005
DL
52412000-07-18 Dave Love <fx@gnu.org>
5242
5243 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
5244 improvements.
5245
dc1cac59
GM
52462000-07-18 Gerd Moellmann <gerd@gnu.org>
5247
21ad0f7b 5248 * faces.el (face-font-selection-order)
dc1cac59 5249 (face-font-family-alternatives): Add custom type.
db3ca487 5250
f8276b77
DL
52512000-07-18 Dave Love <fx@gnu.org>
5252
5253 * cus-edit.el (custom-variable-reset-saved)
5254 (custom-variable-reset-standard): Remove unused bindings.
5255
5256 * rect.el (open-rectangle-line): Remove unused let.
5257
5258 * hl-line.el (hl-line-highlight): Check hl-line-mode.
5259
3d6cd763
GM
52602000-07-18 Gerd Moellmann <gerd@gnu.org>
5261
5262 * cdl.el: Fix `Maintainer' keyword.
5263
5264 * play/pong.el: Add author's email address.
5265
34342a07
SS
52662000-07-17 Sam Steingold <sds@gnu.org>
5267
5268 * files.el (insert-directory): Call `split-string' instead of
5269 re-implementing it.
5270
088831a6
GM
52712000-07-18 Gerd Moellmann <gerd@gnu.org>
5272
5273 * mail/vms-pmail.el: Change maintainer to FSF.
5274
5275 * net/goto-addr.el: Change maintainer to FSF.
5276
5277 * recentf.el: Update from author.
5278
5279 * info.el (Info-title-face-alist): Removed.
db3ca487 5280
68be2869
EZ
52812000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
5282
5283 * eshell/eshell.el (eshell): Replace links to eshell.info with
5284 links to eshell, to avoid problems on systems where the manual is
5285 installed as `eshell'.
5286 * eshell/esh-cmd.el (eshell-cmd): Ditto.
5287 * eshell/em-smart.el (eshell-smart): Ditto.
5288 * eshell/em-banner.el (eshell-banner): Ditto.
21ad0f7b 5289 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
68be2869
EZ
5290
5291 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
5292 same-file check in the MS-DOS version (it does support inodes).
5293
5294 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
5295
21ad0f7b
SM
5296 * eshell/eshell.el (eshell-directory-name):
5297 Run default directory name through convert-standard-filename.
68be2869 5298
269b4dcb
KH
52992000-07-18 Kenichi Handa <handa@etl.go.jp>
5300
21ad0f7b
SM
5301 * international/mule-cmds.el (select-safe-coding-system):
5302 Fix typo in the comment.
240a16cf 5303
21ad0f7b
SM
5304 * language/european.el (compound-text):
5305 Force katakana-jisx0201 to be designated to G1.
aa96c820 5306
21ad0f7b
SM
5307 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
5308 Don't translate some national variant characters of latin-jisx0201.
aa96c820 5309 (x-ctext): Force katakana-jisx0201 to be designated to G1.
a99c9d06 5310
269b4dcb
KH
5311 * international/kkc.el (kkc-after-update-conversion-functions):
5312 New variable.
5313 (kkc-update-conversion): Run functions in it at the tail.
5314
68be2869 53152000-07-16 John Wiegley <johnw@gnu.org>
6feeb380 5316
21ad0f7b
SM
5317 * lisp/align.el (align-newline-and-indent):
5318 Adding new function. for auto-aligning blocks of code on RET.
6feeb380
JW
5319 (align-region): Fixed badly formatted minibuffer message.
5320
7a3fd467
KH
53212000-07-17 Kenichi Handa <handa@etl.go.jp>
5322
21ad0f7b 5323 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
7a3fd467
KH
5324 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
5325 the conversion list at first if appropriate.
5326 (kkc-next): Don't update kkc-next-count here.
5327 (kkc-prev): Don't update kkc-prev-count here.
5328 (kkc-show-conversion-list-update): Fix setting up of conversion
5329 list message.
5330
a45423d8
SM
53312000-07-16 Stefan Monnier <monnier@cs.yale.edu>
5332
088831a6 5333 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
a45423d8 5334
91a38db1
DL
53352000-07-16 Dave Love <fx@gnu.org>
5336
5337 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
5338 function to be more specific.
5339
5340 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
5341 non-string help-echo.
5342 (widget-types-convert-widget): Defsubst it.
5343 (widget-echo-help): Try to cope with a help-echo function of two
5344 possible sorts.
5345
3fddcdc3
JR
53462000-07-15 Jason Rumney <jasonr@gnu.org>
5347
5348 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
5349 Declare as obsolete.
5350
5351 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
5352
bd23a692
GM
53532000-07-14 Gerd Moellmann <gerd@gnu.org>
5354
5355 * hilit-chg.el: Fix typo.
5356
d4af987a
DL
53572000-07-14 Dave Love <fx@gnu.org>
5358
5359 * info.el (Info-mode-menu): Fix use of :help, :enable.
5360
3a4f3f86
SM
53612000-07-14 Stefan Monnier <monnier@cs.yale.edu>
5362
5363 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
5364
cf6936a4
DL
53652000-07-13 Dave Love <fx@gnu.org>
5366
4d6d04b5
DL
5367 * emacs-lisp/easymenu.el: Doc fixes.
5368 (easy-menu-remove): Defalias to ignore.
5369
cf6936a4
DL
5370 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
5371 Call throw correctly.
5372
56437999
GM
53732000-07-13 Gerd Moellmann <gerd@gnu.org>
5374
5375 * faces.el (frame-background-mode): Doc fix.
5376
5377 * simple.el (eval-expression-print-length): Change custom type to
5378 allow entering nil as value.
5379
d04a3972
DL
53802000-07-13 Dave Love <fx@gnu.org>
5381
3a4f3f86
SM
5382 * progmodes/fortran.el (fortran-imenu-generic-expression):
5383 Change definition layout.
a8189dfe
DL
5384 (fortran-mode-menu): Reinstate customize entries.
5385
d04a3972
DL
5386 * cus-edit.el (custom-group-menu-create, customize-menu-create):
5387 Use :filter, per old XEmacs code.
5388
4bf4fb05
GM
53892000-07-12 Gerd Moellmann <gerd@gnu.org>
5390
5391 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
5392 event when deciding what to send to the terminal.
5393
37328bcd
DL
53942000-07-12 Dave Love <fx@gnu.org>
5395
5396 * cus-start.el: Add optional version as 4th element of specs and
5397 use it for several things new in v21. Remove load-path. Fix type
5398 of line-number-display-limit.
5399
89492072
DL
54002000-07-11 Dave Love <fx@gnu.org>
5401
3a4f3f86
SM
5402 * progmodes/fortran.el: Don't require easymenu.
5403 Use repeat counts in various regexps.
315aa1de
DL
5404 (fortran-mode-syntax-table): Defvar directly.
5405 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
3a4f3f86
SM
5406 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
5407 Use defvar, not defconst.
5408 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
315aa1de
DL
5409 (fortran-mode): Set fortran-comment-line-start-skip,
5410 fortran-comment-line-start-skip, dabbrev-case-fold-search.
5411 (fortran-comment-indent): Use defsubst.
3a4f3f86
SM
5412 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
5413 Use fortran-comment-indent, not fortran-comment-indent-function.
315aa1de
DL
5414 (fortran-comment-region, fortran-electric-line-number): Simplify.
5415 (fortran-auto-fill): New function.
5416 (fortran-do-auto-fill): Deleted.
3a4f3f86
SM
5417 (fortran-find-comment-start-skip):
5418 Check for non-null comment-start-skip.
5419 (fortran-auto-fill-mode, fortran-fill-statement):
5420 Use fortran-auto-fill.
315aa1de 5421 (fortran-fill): Use fortran-auto-fill. Check for null
3a4f3f86 5422 comment-start-skip. Simplify final clause and use end-of-line finally.
315aa1de 5423
89492072
DL
5424 * widget.el (widget-plist-member): New alias.
5425
d55ead18
EZ
54262000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
5427
5428 * eshell/esh-module.el (toplevel): Reference
5429 byte-compile-current-file only if it is bound.
5430
e82a2a05
GM
54312000-07-10 Gerd Moellmann <gerd@gnu.org>
5432
5433 * dired.el: Don't require `dired-aux'.
5434
1fc7fb2b
MB
54352000-07-10 Miles Bader <miles@lsi.nec.co.jp>
5436
5437 * dired-aux.el (dired-show-file-type): New function.
5438 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
5439 (dired-show-file-type): Add autoload.
5440
ab49ce15
KH
54412000-07-10 Kenichi Handa <handa@etl.go.jp>
5442
5443 * international/mule-diag.el (describe-font): Adjusted for the
3a4f3f86 5444 change of fontset-info.
ab49ce15
KH
5445 (print-fontset): Likewise.
5446
f45aab65
SM
54472000-07-09 Stefan Monnier <monnier@cs.yale.edu>
5448
5449 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
5450
2f72fd2f
GM
54512000-07-07 Gerd Moellmann <gerd@gnu.org>
5452
e82a2a05 5453 * bindings.el: Bind `[delete]' to delete-char.
965522f5 5454
2f72fd2f
GM
5455 * dired.el (dired-find-alternate-file): New function.
5456 (dired-mode-map): Bind `a' to dired-find-alternate-file.
5457 (toplevel): Require dired-aux when compiling.
5458 (dired-buffers): Move defvar within file to avoid compiler warning.
5459
5460 * info.el (Info-last-search): Variable removed.
5461 (Info-search-history): New variable.
5462 (Info-search): New Info-search-history.
5463
5464 * battery.el, info-look.el: Change author's mail address.
5465
965522f5 54662000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
34342a07 5467
965522f5
GM
5468 * mail/rmail.el (rmail-clear-headers): Don't throw an error
5469 if rmail-ignored-headers is nil.
5470 (rmail-retry-failure): Bind rmail-ignored-headers and
5471 rmail-displayed-headers to nil.
5472
dd8888a1
GM
54732000-07-06 Gerd Moellmann <gerd@gnu.org>
5474
e5c81191
GM
5475 * lpr.el (lpr-page-header-switches): Add `-h' switch.
5476 (print-region-1): Don't hard code `-h' here.
5477
dd8888a1
GM
5478 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
5479
e5c81191
GM
54802000-07-01 Francesco Potorti` <pot@gnu.org>
5481
5482 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
5483 exim can use "your message" instead of "the message".
34342a07 5484
f45aab65
SM
54852000-07-06 Stefan Monnier <monnier@cs.yale.edu>
5486
5487 * facemenu.el: Docstrings fixes.
5488 (facemenu-get-face): Don't use internal-find-face.
5489 (facemenu-iterate): Rename arg to match the docstring.
5490
5491 * newcomment.el (uncomment-region): Be more careful when skipping
5492 backwards over `=' not to bump into BOBP.
5493
d396e521 54942000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
34342a07 5495
dd8888a1
GM
5496 * ediff-diff.el (ediff-wordify): Use syntax table.
5497 * ediff-init.el (ediff-has-face-support-p): Use
d396e521 5498 ediff-color-display-p.
dd8888a1 5499 (ediff-color-display-p): Use display-color-p, changed to defun
d396e521
MK
5500 from defsubst.
5501 Got rid of special cases for NeXT and OS/2.
dd8888a1 5502 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
d396e521 5503 face.
34342a07 5504
5e2dfaa4
SM
55052000-07-05 Stefan Monnier <monnier@cs.yale.edu>
5506
5507 * emacs-lisp/lucid.el: Require CL.
5508 (copy-tree, remprop): Remove, it's provided by CL.
5509 (map-keymap): Define in terms of cl-map-keymap.
5510 (extent-property, set-extent-end-glyph): New functions.
5511
5512 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
5513
d5c5cddd
GM
55142000-07-05 Gerd Moellmann <gerd@gnu.org>
5515
485266d0
GM
5516 * Makefile.in (DONTCOMPILE): Add comment that the name may
5517 not be changed without changing the make-dist script.
5518
5e2dfaa4 5519 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
d5c5cddd 5520 (cl-mapc): Use mapc instead of cl-old-mapc.
34342a07 5521
e2c46326
AI
55222000-07-05 Andrew Innes <andrewi@gnu.org>
5523
5524 * makefile.nt: Add support for `bootstrap' and related targets.
5525
a027a91b
SM
55262000-07-05 Stefan Monnier <monnier@cs.yale.edu>
5527
5528 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
5529 (easy-menu-do-define): Use `menu-item' format.
5530 Handle case where easy-menu-create-menu returns a symbol.
5531 Manually call the potential top-level filter in the function binding.
5532 (easy-menu-filter-return): New arg NAME.
5533 Convert to a keymap if MENU is an XEmacs menu.
5534 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
5535 (easy-menu-converted-items-table, easy-menu-convert-item):
5536 New var and fun to memoize easy-menu-convert-item-1.
5537 (easy-menu-do-add-item): Use it.
5538 (easy-menu-create-menu): Use easy-menu-convert-item.
5539 Wrap easy-menu-filter-return around any :filter specification.
5540 Don't convert the menu if a filter was specified.
5541 Tell easy-menu-make-symbol not to check for MENU being an expression.
5542 (easy-menu-make-symbol): New arg NOEXP.
5543
5e03eb84
GM
55442000-07-05 Gerd Moellmann <gerd@gnu.org>
5545
5546 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
5547 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
5548 (eval-defun): If called with prefix arg, instrument code for
5549 Edebug.
5550
5551 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
5552 similar to that of eval-defun.
5553
fca68a95
DL
55542000-07-04 Dave Love <fx@gnu.org>
5555
7ccbba4c
DL
5556 * hl-line.el (hl-line-overlay): Make it permanent-local.
5557
fca68a95
DL
5558 * calendar/todo-mode.el: Replaced with a working version, based on
5559 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
5560
55612000-07-03 Miles Bader <miles@lsi.nec.co.jp>
78e7e8a0
MB
5562
5563 * paths.el (prune-directory-list): New function.
5564 (Info-default-directory-list): Rewritten to more methodically
5565 enumerate a big list of possible info directories (based on the
5566 list used by the standalone info reader).
fca68a95 5567
78e7e8a0 5568 * info.el (info-initialize): Use prune-directory-list to remove
3a4f3f86 5569 non-existent directories from Info-directory-list.
78e7e8a0 5570
78e7e8a0
MB
5571 * paths.el (Info-default-directory-list): Try a list of possible
5572 info-directories instead of a single one. Add the possible
5573 info directory "/usr/share/info".
5574
5575 * woman.el (woman-man.conf-path): Explicitly include the debian
5576 man-db config file "/etc/manpath.config".
5577 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
5578 are present in `manpath.config'.
5579 (woman-manpath): Include "/usr/share/man".
5580
67c9a1d2
GM
55812000-07-03 Gerd Moellmann <gerd@gnu.org>
5582
6753393b
GM
5583 * frame.el (blink-cursor-mode): Don't hide cursor initially.
5584
5585 * startup.el (command-line): Initialize blink-cursor based
5586 on window-system.
5587
e4f98ad3
GM
5588 * frame.el (blink-cursor): Default to nil if not running under
5589 a window-system.
5590
2f516940
GM
5591 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
5592 (face-x-resources): Remove duplicate entry for :font.
5593
67c9a1d2
GM
5594 * textmodes/refer.el (refer-find-entry-internal): Use some-window
5595 instead of cycling through windows with next-window.
5596
5597 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
5598 of cycling through windows with next-window.
5599
5600 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
5601 of cycling through windows with next-window.
5602
5603 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
5604 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
5605 instead of cycling through windows with next-window.
5606
5607 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
5608 instead of cycling through windows with next-window.
5609
5610 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
5611 of cycling through windows with next-window.
5612
5613 * terminal.el (te-process-output): Use walk-windows instead of
5614 cycling through windows with next-window.
5615
5616 * server.el (server-switch-buffer): Use some-window instead of
5617 cycling through windows with next-window.
5618
5619 * window.el (some-window): New function.
5620 (walk-windows): Remove reference to walk-windows-start.
831a6cb0 5621
3a4f3f86 5622 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
831a6cb0 5623
8b7bc628 56242000-07-03 Richard Stallman <rms@gnu.org>
67c9a1d2
GM
5625
5626 * window.el (walk-windows): Guarantee termination by keeping a list
5627 of all the windows already handled.
5628
d0d57043
EZ
56292000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
5630
5631 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
5632 window-system.
5633
5634 * man.el (Man-notify-when-ready): Don't use window-system. If
5635 Man-notify-method is newframe, and the display is not
5636 multi-frame, select the frame created for the man page.
5637 (Man-init-defvars): Doc fix.
5638
d5483ab1
GM
56392000-06-28 Gerd Moellmann <gerd@gnu.org>
5640
af5c25e1
GM
5641 * faces.el (region): Change background color for light background.
5642
5643 * ediff-wind.el (ediff-setup-control-frame): Remove :box
5644 attribute from mode-line face of Ediff control frame.
5645
d5483ab1
GM
5646 * replace.el (query-replace-map): Bind `e' like `E'.
5647
9d47450f
EZ
56482000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
5649
3a4f3f86
SM
5650 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
5651 Change name to "Select All".
496b7491 5652
9d47450f
EZ
5653 * dos-fns.el (convert-standard-filename): Fix last change.
5654
0b431deb
GM
56552000-06-27 Gerd Moellmann <gerd@gnu.org>
5656
4fa9f636
GM
5657 * help.el (describe-variable): Don't insert a second `'s' in front
5658 of the string `value is shown below'. Since the syntax-table is
5659 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
5660 an existing `'s', so that this won't be deleted.
5661
0b431deb
GM
5662 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
5663 * pcmpl-unix.el: New files.
5664
32cad0aa
SM
56652000-06-26 Stefan Monnier <monnier@cs.yale.edu>
5666
5667 * wid-edit.el (widget-member): Use the new plist-member.
5668
2c69ced2
GM
56692000-06-26 Gerd Moellmann <gerd@gnu.org>
5670
44c0f771
GM
5671 * replace.el (perform-replace): Undo change of 2000-04-04.
5672 Instead, move backward 1 character at the end of the loop when
5673 necessary.
34342a07 5674
1d36487c
GM
5675 * faces.el (fringe): Change face for different backgrounds.
5676
5677 * eshell/esh-module.el (toplevel): Load defgroup's differently;
5678 patch from John.
5679
2c69ced2
GM
5680 * eshell/*.el: Change spelling of the Free Software Foundation.
5681
5682 * eshell/esh-toggle.el: Removed.
5683
5684 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
5685
5686 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
5687 interactively.
5688
56892000-06-26 Alex Schroeder <alex@gnu.org>
5690
5691 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
5692 `define-key'; instead of checking `(emacs-version)' check for
5693 `set-keymap-parent' and `set-keymap-name' directly. Add entries
5694 for `;' and `o' which might be electric.
5695
5696 (sql-electric-stuff): New user option.
5697 (sql-magic-go): New function which uses `sql-electric-stuff'.
5698 (sql-magic-semicolon): New function which uses
5699 `sql-electric-stuff'.
5700
5701 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
5702 is not fboundp.
5703
5704 (sql-oracle-options): New variable.
5705 (sql-oracle): Use it.
5706
5707 (sql-imenu-generic-expression): Doc change.
5708 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
5709 is used.
5710
5711 (sql-informix): Added command line parameter "-" to force
5712 sql-informix-program to use stdout.
5713
db1306d8
EZ
57142000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
5715
3a4f3f86 5716 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
db1306d8
EZ
5717 (cp864-decode-table): Doc fix.
5718 (cp720-decode-table): New variable, supports the Arabic OEM
5719 codepage used by Windows.
5720 (cp737-decode-table): New, Greek OEM codepage used by Windows.
5721
c69e5fcd
DL
57222000-06-23 Dave Love <fx@gnu.org>
5723
5724 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
5725 (font-lock-fontify-anchored-keywords): Use
5726 line-beginning-position.
5727 (global-font-lock-mode): Use mapc.
5728
30ad8f23
SM
57292000-06-23 Stefan Monnier <monnier@cs.yale.edu>
5730
5731 * eshell/esh-module.el: Require CL when compiling.
5732
26b4dc84
GM
57332000-06-23 Gerd Moellmann <gerd@gnu.org>
5734
78c56e70
GM
5735 * comint.el (comint-substitute-in-file-name): Call replace-match
5736 with second and third arg t.
5737
34342a07 5738 * cus-edit.el (custom-button-face, custom-button-pressed-face):
f6478c66
GM
5739 Specify foreground color.
5740
5741 * faces.el (tool-bar, mode-line, header-line): Specify foreground
5742 color.
5743
affbf647
GM
5744 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
5745
5746 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
5747 cddr instead of cdddr.
5748
25fffb31
GM
5749 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
5750 instead of copy-list.
5751
5752 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
5753 of copy-list.
5754
26b4dc84
GM
5755 * subdirs.el: Add eshell subdirectory.
5756
5757 * eshell: New subdirectory containing the Eshell package.
5758
5759 * pcomplete.el: New file.
5760
78c56e70
GM
57612000-06-23 Paul Eggert <eggert@twinsun.com>
5762
ea055732
GM
5763 * mail/mailpost.el (post-mail-send-it): Make sure file has
5764 proper permissions from birth.
5765
5766 * files.el (basic-save-buffer-2): When temporarily setting
5767 file modes, set them to current modes plus 0200, not to 0777.
5768
78c56e70
GM
5769 * emerge.el (emerge-make-temp-file): Make sure file has proper
5770 permissions from birth.
5771
a3a7ff33
EZ
57722000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
5773
5774 * files.el (make-backup-file-name-1): On DOS/Windows, run the
5775 backup file name through convert-standard-filename.
5776
5777 * dos-fns.el (convert-standard-filename): Convert leading
5778 directories as well. When long file names are supported, convert
5779 characters that are invalid in Windows file names.
5780
1fd9b7fe
GM
57812000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5782
5783 * ps-print.el: Fix bug: if ^L is the very first buffer character,
5784 ps-print crashes. New feature: page selection for printing. Create
5785 raw-text-unix coding system for XEmacs. Doc fix.
5786 (ps-print-version): New version number (5.2.3).
5787 (ps-plot-region): Bug fix.
5788 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
5789 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
5790 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
5791 funs.
5792 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
5793 (ps-last-page): New vars.
5794
16ed8416
GM
57952000-06-21 Gerd Moellmann <gerd@gnu.org>
5796
5797 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
5798 empty option string.
5799
4fbee715
EZ
58002000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
5801
5802 * man.el (man): Doc fix.
5803
eaecfc94
KH
58042000-06-21 Kenichi Handa <handa@etl.go.jp>
5805
5806 * international/mule-cmds.el (set-language-info-alist): Docstring
5807 fixed.
5808
4a27bdfb
GM
58092000-06-20 Gerd Moellmann <gerd@gnu.org>
5810
5811 * version.el (emacs-version): Use ISO date format.
5812
5813 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
5814 instead of `M-backspace'.
5815
5816 * simple.el (turn-off-auto-fill): New function.
5817
8972fe79
SM
58182000-06-20 Stefan Monnier <monnier@cs.yale.edu>
5819
5820 * jit-lock.el (with-buffer-prepared-for-jit-lock):
5821 Renamed from with-buffer-prepared-for-font-lock and use
5822 inhibit-modification-hooks rather than setting *-change-functions.
5823 Update all functions to use the new name.
5824 (jit-lock-first-unfontify-pos): New semantics (and doc).
5825 (jit-lock-mode): Make non-interactive.
5826 Don't automatically turn on font-lock.
5827 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
5828 Always use jit-lock-after-change.
5829 Remove and restore font-lock-after-change-function.
5830 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
5831 (jit-lock-after-unfontify-buffer): Remove.
5832 (jit-lock-stealth-fontify):
5833 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
5834 (jit-lock-after-change): Set the `fontified' text-prop to nil.
5835
5d80cc9c
SS
58362000-06-20 Sam Steingold <sds@gnu.org>
5837
5838 * emacs-lisp/cl-indent.el (toplevel): Indent
5839 `print-unreadable-object' properly. Untabify.
5840
f54e4d13
CD
58412000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
5842
5843 * textmodes/reftex.el (reftex-find-citation-regexp-format):
5844 Support for bibentry.
5845 (reftex-compile-variables): Fixed problem with end of section-re.
5846
5847 * texmodes/reftex-dcr.el (reftex-view-crossref,
8972fe79
SM
5848 reftex-view-crossref-from-bibtex):
5849 Deal with changed `reftex-find-citation-regexp-format'.
f54e4d13
CD
5850 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
5851 Replaced `remprop' with `put'.
8972fe79
SM
5852 (reftex-view-crossref, reftex-view-crossref-when-idle):
5853 Support for bibentry.
f54e4d13 5854
8972fe79
SM
5855 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
5856 New entry for bibentry package.
f54e4d13 5857
8972fe79
SM
5858 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
5859 Regexp also matches "\nobibliography".
f54e4d13 5860
8972fe79
SM
5861 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
5862 Call `reftex-ensure-write-access' before doing anything.
f54e4d13
CD
5863 (reftex-ensure-write-access): New function.
5864
f54e4d13
CD
58652000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
5866
5867 * progmodes/idlwave.el: File re-installed (update to version 4.2)
5868
5869 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
5870
5871 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
5872
5873 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
5874
5875
560c43f4
DL
58762000-06-20 Dave Love <fx@gnu.org>
5877
5878 * faces.el (frame-background-mode): Use set-default, not set, in
5879 setter.
5880 (frame-update-faces, frame-update-face-colors): Define with
5881 defalias.
5882
5883 * enriched.el (enriched-decode-foreground)
5884 (enriched-decode-background): Don't use internal-find-face.
5885
5886 * apropos.el: Doc fixes.
5887
5888 * cus-edit.el (customize-changed-options): Check arg.
5889 (customize-version-lessp): Don't require decimal point.
5890
5891 * custom.el (defcustom, defgroup): Doc fix.
5892
5893 * newcomment.el (comment) <defgroup>: Add :version.
5894 (comment-multi-line): Doc fix.
5895
5896 * emulation/mlsupport.el (define-hooked-local-abbrev,
5897 define-hooked-global-abbrev): Fix, using define-abbrev.
5898
cdf0357b
GM
58992000-06-19 Gerd Moellmann <gerd@gnu.org>
5900
5901 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
5902 the whole buffer.
5903
10013d74
DL
59042000-06-19 Dave Love <fx@gnu.org>
5905
5906 * menu-bar.el (menu-bar-options-save): New function.
5907 (menu-bar-options-menu): Use it.
5908 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
5909 Simplify.
5910
6922f208
AS
59112000-06-19 Andreas Schwab <schwab@suse.de>
5912
5913 * progmodes/etags.el (tags-query-replace): Put new parameters
5914 START and END at the end, for backward compatibility.
5915
10d7bf84
KH
59162000-06-19 Kenichi Handa <handa@etl.go.jp>
5917
5918 * international/codepage.el:
5919 (cp-coding-system-for-codepage-1): Delete special codes for
5920 generating xxx-dos coding system because now a CCL based coding
5921 system can handle EOL conversion by default.
5922
5923 * international/mule.el (make-coding-system): Generate subsidiary
5924 coding systems for EOL handling variants even for a CCL based
5925 coding system.
5926
8f3c9a3d
KH
59272000-06-19 Kenichi Handa <handa@etl.go.jp>
5928
5929 * international/isearch-x.el (isearch-minibuffer-input-method)
5930 (isearch-minibuffer-input-method-function): These variables
5931 deleted.
5932 (isearch-with-input-method): Don't use the above variables.
5933 (isearch-process-search-multibyte-characters): Likewise. Call
5934 read-string with the arg INHERIT-INPUT-METHOD t.
5935
c2acf685
SM
59362000-06-17 Stefan Monnier <monnier@cs.yale.edu>
5937
13f0d185
SM
5938 * font-lock.el (font-lock-after-fontify-buffer)
5939 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
5940
5941 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
5942 Use consistent make-local-variable style for font-lock-fontified.
5943 (jit-lock-fontify-buffer):
5944 Don't bother checking for font-lock-mode and jit-lock-mode.
5945
c2acf685
SM
5946 * time.el: Remove trailing ^M that prevent CVS-merging.
5947
a9021acd
GM
59482000-06-16 Gerd Moellmann <gerd@gnu.org>
5949
5950 * Makefile.in (distclean): New target.
5d80cc9c 5951
0df68e9f
SM
59522000-06-16 Stefan Monnier <monnier@cs.yale.edu>
5953
5954 * Makefile.in (srcdir): Define for update-subdirs.
5955
6344985d
GM
59562000-06-16 Gerd Moellmann <gerd@gnu.org>
5957
5958 * find-lisp.el: New file.
5959
63239267
AI
59602000-06-16 Andrew Innes <andrewi@gnu.org>
5961
5962 * time.el (display-time-mail-function): New variable, to allow
5963 external packages to indicate when new mail is available.
5964 (display-time-update): Use it.
5965
1699f991
KH
59662000-06-16 Kenichi Handa <handa@etl.go.jp>
5967
a3b37893
KH
5968 * international/mule.el (mule-version): Change version name to
5969 SAKAKI. AOI has already been used by Meadow.
5970
1699f991
KH
5971 * international/quail.el (quail-show-guidance-buf): To find the
5972 bottom window (but minibuffer), pay attention to the height of
5973 minibuffer.
5974
228b083e
EZ
59752000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
5976
7d5c8691
EZ
5977 * arc-mode.el (archive-mode-map): Use the new menu-item format for
5978 menu-bar menus. Add help strings. Don't remove the Edit menu
5979 from the menu bar, as the menu bar has enough space now.
5980
261f3289
EZ
5981 * Makefile.in (SHELL): Make sure /bin/sh is used.
5982
228b083e
EZ
5983 * woman.el (woman-man-buffer): Fix bold and underlined CJK
5984 characters, which use series of two ^H characters instead of one.
5985
e27e8d71
GM
59862000-06-15 Gerd Moellmann <gerd@gnu.org>
5987
5d80cc9c 5988 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
451ec4e3 5989 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
5d80cc9c 5990 functions.
451ec4e3
GM
5991 (Info-find-node-2): Try a case-sensitive search first, then
5992 do a case-insensitive search.
5993
5994 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
5995 tutorials.
5996
b675095c
GM
5997 * complete.el (PC-env-vars-alist): New variable.
5998 (PC-complete-as-file-name): New function.
5999 (partial-completion-mode): Initialize PC-env-vars-alist from
6000 process-environment.
6001 (PC-do-completion): Handle completion of env vars.
6002
6003 * info.el (Info-set-mode-line): Show file name in mode line,
6004 use `*Info*' instead of `Info:'.
6005
e27e8d71
GM
6006 * startup.el (command-line-1): Change copyright messages to year
6007 2000.
6008
28223a7e
DL
60092000-06-15 Dave Love <fx@gnu.org>
6010
6011 * net/goto-addr.el (goto-address-fontify): Use keymap property,
6012 not local-map.
6013
32684631
KH
60142000-06-15 Kenichi Handa <handa@etl.go.jp>
6015
6016 * international/mule.el (set-buffer-file-coding-system): Almost
6017 rewritten to handle `undecided' as no-op.
6018
9f817ea4
GM
60192000-06-14 Gerd Moellmann <gerd@gnu.org>
6020
e27e8d71 6021 * Makefile.in: New file.
dce6b995
GM
6022
6023 * Makefile: Removed.
6024
9f817ea4
GM
6025 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
6026 (goto-address-highlight-keymap): Bind C-c RET.
6027
2de33f94
KH
60282000-06-14 Kenichi Handa <handa@etl.go.jp>
6029
bbf1e8a5
KH
6030 * mail/sendmail.el (sendmail-send-it): The temporary buffer
6031 inherits buffer-file-coding-system of the current buffer.
725a6897 6032
02891cc3
KH
6033 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
6034 0. Give correct argument to set-auto-coding-function.
6035 (tar-expunge): For goto-char, use (point-min), not 0.
6036 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
6037 (tar-subfile-save-buffer): Likewize.
6038
2de33f94
KH
6039 * international/mule.el
6040 (after-insert-file-set-buffer-file-coding-system): Call
6041 set-buffer-file-coding-system with the arg FORCE t.
6042
1681ead6
GM
60432000-06-13 Gerd Moellmann <gerd@gnu.org>
6044
6045 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
6046 nil. Contemporary sendmails issue an X-Authentication-Warning if
b675095c 6047 the sender is set with `-f'.
1681ead6 6048
fdf4b680
DL
60492000-06-13 Dave Love <fx@gnu.org>
6050
9c50afce
DL
6051 * help.el (describe-function-1): Kluge around cases of functions
6052 fset to subrs whose doc doesn't match their symbol-name.
6053
0ad550ba 6054 * image.el (insert-image): Default STRING to a space.
f290ca08 6055
fdf4b680 6056 * info.el Doc fixes.
5d80cc9c 6057 (Info-build-node-completions): Match Ref tags.
fdf4b680 6058
9b6610db
EZ
60592000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
6060
a704139d
EZ
6061 * frame.el (display-multi-frame-p, display-multi-font-p): New
6062 defaliases for display-graphic-p.
6063
9b6610db
EZ
6064 * hl-line.el: Fixed a typo in commentary.
6065
7a5ea398
KH
60662000-06-13 Kenichi Handa <handa@etl.go.jp>
6067
6068 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
6069 fixed.
6070
0dc91c57
DL
60712000-06-12 Dave Love <fx@gnu.org>
6072
6073 * image.el (insert-image): Save a little consing.
6074
0bd5914b
KH
60752000-06-12 Kenichi Handa <handa@etl.go.jp>
6076
6077 * language/tibet-util.el: Convert all tibetan-1-column characters
6078 to the corresponding tibetan characters.
6079 (tibetan-add-components): Delete code for the special treatment of
6080 'a chung.
6081
6082 * language/tibetan.el (tibetan-composable-pattern): Fix previous
6083 change.
6084 (tibetan-vowel-transcription-alist): More rules added.
6085 (tibetan-composite-vowel-alist): New variable.
6086 (tibetan-precomposition-rule-alist): More rules added.
6087
6dc7d3d5
SM
60882000-06-12 Stefan Monnier <monnier@cs.yale.edu>
6089
9c04c393
SM
6090 * startup.el (command-line): Only call menu-bar-mode if interactive.
6091
6092 * thingatpt.el (toplevel symbol-properties):
6093 * textmodes/makeinfo.el (makeinfo-compile):
6094 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
5d80cc9c 6095 * progmodes/hideif.el (hif-compress-define-list)
9c04c393 6096 (hide-ifdef-use-define-alist):
5d80cc9c 6097 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
9c04c393
SM
6098 (ange-ftp-vms-add-file-entry):
6099 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
6100 * man.el (Man-build-man-command):
6101 * mail/rnewspost.el (news-reply-header-hook):
6102 * info.el (Info-insert-dir):
6103 * emulation/mlconvert.el (backward-word, forward-word, setq):
6104 * emacs-lisp/gulp.el (gulp-send-requests):
5d80cc9c
SS
6105 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
6106 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
9c04c393
SM
6107 (byte-optimize-apply, end of file):
6108 * emacs-lisp/advice.el (ad-advice-class-completion-table)
6109 (ad-make-freeze-definition):
6110 * startup.el (command-line, command-line-1): Don't quote lambdas.
6111
6dc7d3d5
SM
6112 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
6113 (cvs-cleanup-removed): New function.
6114 (cvs-cleanup-functions): New var.
6115 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
6116 some flexibility in specifying additional entries to auto-cleanup.
6117 (cvs-quickdir): New function.
6118 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
6119 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
6120 (cvs-mode-find-file): Check that we are on a filename or dirname
6121 when invoked through a mouse-click.
6122 (cvs-full-path): Remove.
6123 (cvs-dired-action): Re-introduced.
6124 (cvs-dired-noselect): Use it.
6125 (vc-post-command-functions): use this new hook if available.
6126
6127 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
6128 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
6129 (cvs-filename-map, cvs-dirname-map): Remove.
6130 (cvs-default-action): Remove.
6131 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
6132 if the arg is really a keymap.
6133 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
6134 Don't hardcode the mapping from state (aka type) to face, but check
6135 the var cvs-fi-<type>-face instead.
6136 (cvs-fileinfo-from-entries): New function.
6137
6138 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
6139 Docstring fix.
6140 (cvs-find-file-and-jump): Change default to be safer.
6141 (cvs-mode-diff-map): Define it as a function as well.
6142 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
6143 Bind mouse-2 in this global map rather than with text-properties.
6144
6145 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
6146 file to resolve the ambiguity between C(conflict) and C(need-merge).
6147
5050a2ef
KH
61482000-06-12 Kenichi Handa <handa@etl.go.jp>
6149
6150 * international/mule.el (set-buffer-file-coding-system): If
6151 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
6152 unconditionally.
6153
35a7ac84
DL
61542000-06-12 Dave Love <fx@gnu.org>
6155
6156 * wid-edit.el (widget-specify-button): Really suppress the face if
6157 required.
6158
db8eeecd
GM
61592000-06-11 Gerd Moellmann <gerd@gnu.org>
6160
6161 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
6162
70223ca4
SM
61632000-06-11 Stefan Monnier <monnier@cs.yale.edu>
6164
6165 * imenu.el (imenu-generic-expression): Docstring fix.
6166
6167 * composite.el (composition-function-table): Move the `put'
6168 below the autoload cookie so we can load the file before loaddefs.
6169
6170 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
6171
6172 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
6173 Handle easy-mmode-define-global-mode.
6174 For complex macros like define-minor-mode that can generate
6175 several autoload entries, try to autoload entries in the
6176 macroexpanded code.
6177
6178 * emacs-lisp/easy-mmode.el (define-minor-mode):
6179 If KEYMAP is a symbol, just use it.
6180 Use byte-compile-current-file and load-file-name to infer the
6181 proper :require to pass to defcustom.
6182 Wrap the hook var into `progn' so as not to autoload it.
6183 Add a :autoload-end cookie.
6184 Be more careful about the evaluation of KEYMAP.
6185 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
6186 (define-derived-mode): Move define-abbrev-table outside of defvar.
6187
61882000-06-10 Stefan Monnier <monnier@cs.yale.edu>
6189
6190 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
6191 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
6192 (backup-compiled-files): Ignore errors during `tar'.
6193 (bootstrap): Make autoloads before elc files.
6194
9c53b34e
KH
61952000-06-10 Kenichi Handa <handa@etl.go.jp>
6196
6197 * international/mule.el (set-buffer-file-coding-system): If one of
5d80cc9c 6198 undecided-XXX is specified, change only EOL conversion.
9c53b34e
KH
6199
6200 * international/mule-conf.el (unix): New alias for the coding
6201 system undecided-unix.
6202
22ddd299
DL
62032000-06-09 Dave Love <fx@gnu.org>
6204
5ee42746
DL
6205 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
6206
70223ca4 6207 * progmodes/executable.el: Byte compile dynamic.
22ddd299
DL
6208 (executable-insert): Change custom type.
6209 (executable-find): Add autoload cookie.
cc7e1d18
DL
6210 (executable-make-buffer-file-executable-if-script-p): New
6211 function. After Noah Friedman.
22ddd299
DL
6212
6213 * files.el (after-save-hook): Customize, with
cc7e1d18 6214 executable-make-buffer-file-executable-if-script-p as an option.
22ddd299 6215
41ea3794
KH
62162000-06-09 Kenichi Handa <handa@etl.go.jp>
6217
f89437e3
KH
6218 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
6219 "tib24p-mule.bdf" for Tibetan.
6220
7a4ee259
KH
6221 * composite.el (decompose-composite-char): Declare it as obsolete.
6222
ff6a65c2
KH
6223 * man.el (Man-fontify-manpage): Pay attention to underline and
6224 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
41ea3794 6225
f83fe4b4
GM
62262000-06-08 Gerd Moellmann <gerd@gnu.org>
6227
6228 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
6229 Set maintainer to FSF since author isn't reachable.
6230
e56d7900
DL
62312000-06-08 Dave Love <fx@gnu.org>
6232
6233 * international/mule-cmds.el (select-safe-coding-system): If
6234 DEFAULT-CODING-SYSTEM is not specified, also check the most
6235 preferred coding-system if buffer-file-coding-system is
6236 `undecided'. From Handa.
6237
d3981b49
KH
62382000-06-08 Kenichi Handa <handa@etl.go.jp>
6239
6240 * international/mule.el
6241 (after-insert-file-set-buffer-file-coding-system): If the buffer
6242 size is greater than INSERTED, judget that we are not visiting.
6243
bff71087
RV
62442000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
6245
6246 * whitespace.el (defgroup whitespace): Comment out `:version'.
6247 XEmacs 20.4 has problems defining the group with this present.
6248 We'll have this commented out till get resolve the problem.
6249
45f485a6
GM
62502000-06-07 Gerd Moellmann <gerd@gnu.org>
6251
6252 * align.el: Update from author.
6253
62542000-06-07 Jari Aalto <jari.aalto@poboxes.com>
6255
6256 * apropos.el (apropos-mode-hook): New user variable.
6257 (apropos-mode): Run apropos-mode-hook.
bff71087 6258
45f485a6
GM
62592000-06-07 David Ponce <david@dponce.com>
6260
6261 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
6262 commands. Require `wid-edit' at run-time.
6263
62642000-06-07 David Ponce <david@dponce.com>
6265
6266 * recentf.el: Added some "Commentary".
6267 (recentf-open-more-files, recentf-edit-list): Minor changes to
6268 move the point at the top of the file list. This behaviour is
6269 consistent with the menu one when the list contains a lot of
6270 files.
6271 (recentf-cleanup): Now displays the number of items removed from
6272 the list.
6273 (recentf-relative-filter) New menu filter to show filenames
6274 relative to `default-directory'.
bff71087 6275
45f485a6
GM
62762000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6277
6278 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
6279 with/without giving an error if PostScript printer doesn't have this
6280 kind of page size. Zebra Stripe continues or restarts on next page.
6281 Manual/automatic paper feeding. Switch or not the header.
6282 (ps-print-version): New version number (5.2.2).
6283 (ps-windows-system): Include emx as a Windows system.
6284 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
6285 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
6286 (ps-background-text): Code fix.
6287 (ps-error-handler-message, ps-user-defined-prologue)
6288 (ps-print-prologue-header, ps-printer-name)
6289 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
6290 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
6291 (ps-use-face-background): Customization fix.
6292 (ps-n-up-database): Data fix.
6293 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
6294 (ps-switch-header): New vars.
6295 (ps-xemacs-color-name, ps-face-foreground-name)
6296 (ps-face-background-name, ps-boolean-constant): New funs.
6297
c14dcd22
DL
62982000-06-07 Dave Love <fx@gnu.org>
6299
6300 * allout.el: New version from Manheimer.
6301
e4044bb0
KH
63022000-06-07 Kenichi Handa <handa@etl.go.jp>
6303
6304 * textmodes/fill.el (fill-find-break-point): Check the validity of
6305 charset.
6306
59cfe8b9
KF
63072000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
6308
6309 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
6310 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
6311 Call display-color-p and display-mouse-p instead of looking at
6312 window-system.
6313
bb2337f5
DL
63142000-06-06 Dave Love <fx@gnu.org>
6315
6316 * image.el (find-image): Doc fix. Return nil if image not found.
6317 (put-image, insert-image): Make STRING arg optional.
6318
8e624fa2
KH
63192000-06-06 Kenichi Handa <handa@etl.go.jp>
6320
6321 * language/vietnamese.el: Remove eval-when-compile.
6322 (viet-viscii-nonascii-translation-table): Define it as a
6323 translation table made from viet-viscii-decode-table.
6324 (viet-viscii-encode-table): Define it as a translation table made
6325 from the reverse map of above.
6326 (viet-vscii-nonascii-translation-table): Define it as a
6327 translation table made from viet-vscii-decode-table.
6328 (viet-vscii-encode-table): Define it as a translation table made
6329 from the reverse map of above.
6330 (ccl-decode-viscii): Use translate-character.
6331 (ccl-encode-viscii, ccl-encode-viscii-font)
6332 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
6333 Likewize.
bff71087 6334
8e624fa2
KH
6335 * language/cyrillic.el: Remove eval-when-compile.
6336 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
6337 translation table made from cyrillic-koi8-r-decode-table.
6338 (cyrillic-koi8-r-encode-table): Define it as a translation table
6339 made from the reverse map of above.
6340 (ccl-decode-koi8): Use translate-character.
6341 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
6342 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
6343 a translation table made from cyrillic-alternativnyj-decode-table.
6344 (cyrillic-alternativnyj-encode-table): Define it as a translation
6345 table made from the reverse map of above.
6346 (ccl-decode-alternativnyj): Use translate-character.
6347 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
6348 Likewize
6349
6350 * international/mule-diag.el (non-iso-charset-alist): Specify
6351 translation table symbol instead of translation table itself.
6352 (list-block-of-chars): CHARSET may be a translation table symbol.
6353
6354 * international/mule.el (make-coding-system): If CODING-SYSTEM
6355 already exists, override it.
6356
6357 * international/fontset.el: Use family `proportional' for Tibetan
6358 fonts.
6359
6360 * international/ccl.el (ccl-compile-translate-character): Don't
6361 check if Rrr has property translation-table.
6362 (ccl-compile-map-multiple): Modified to avoid compiler warning.
6363
1969fae2
GM
63642000-06-05 Gerd Moellmann <gerd@gnu.org>
6365
6366 * info.el: Bind case-fold-search to t when searching in case
6367 a user sets it to nil in a hook.
6368
d5b037c5
SM
63692000-06-05 Stefan Monnier <monnier@cs.yale.edu>
6370
d3d02e65
SM
6371 * autoarg.el (autoarg-mode, autoarg-kp-mode):
6372 * hl-line.el (hl-line-mode): Use the new :global key argument.
6373
6374 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
6375 (tar-clip-time-string): Prepend a space.
6376 (tar-grind-file-mode): Construct a string rather than modifying one.
6377 (tar-header-block-summarize): Fix docstring.
6378 Use `format' rather than an error-prone set of copy-loops.
6379
6380 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
6381 (diff-goto-source, diff-unified->context, diff-context->unified)
6382 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
6383 understand the format output by the `-p' argument to diff.
6384
bff71087 6385 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
d3d02e65
SM
6386 (sh-re-done): Use defconst.
6387 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
6388 (sh-help-string-for-variable, sh-guess-basic-offset):
6389 Don't quote lambdas.
6390 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
6391 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
6392
f7c4478f
SM
6393 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
6394 (mh-letter-mode): Derive from text-mode.
6395 This implicitly means that it now calls kill-all-local-variables.
6396 Also remove the Emacs-18 compatibility code.
6397
a8add29d
SM
6398 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
6399 Make use of symbol-property doc-string-elt.
6400 Use memq rather than a sequence of eq.
6401 (doc-string-elt): Fix the wrong or missing previously unused values.
6402 (autoload-print-form): New function extracted from
6403 generate-file-autoloads to allow recursion when handling progn
6404 so that defvar's and defun's docstrings are properly printed.
6405 (generate-file-autoloads): Use it.
6406
d5b037c5
SM
6407 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
6408 Use find-file-hooks in the minor-mode function.
6409 Be careful not to loop indefinitely in the post-command-hook function.
6410
560ef11a 64112000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
bff71087 6412
1969fae2 6413 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
560ef11a 6414 tty's.
1969fae2 6415 * ediff-diff.el (ediff-exec-process): Use --binary for fine
d5b037c5 6416 differences whenever appropriate.
1969fae2
GM
6417 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
6418 * viper.el (find-file, find-file-other-window): Get viper to do
bff71087
RV
6419 wildcards.
6420
b5bbbb76
SM
64212000-06-04 Stefan Monnier <monnier@cs.yale.edu>
6422
d5b037c5
SM
6423 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
6424 (jit-lock-fontify-buffer): New function for JIT refontification.
6425 (jit-lock-mode): Fix docstring.
6426 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
6427 Remove jit-lock-after-change from the _local_ hook.
6428 (jit-lock-function-1): Fix docstring.
6429
6430 * info.el (Info-on-current-buffer): Initialize info.
6431
6432 * newcomment.el (comment-indent): Ignore comment-indent-hook.
6433
6434 * progmodes/tcl.el (tcl-indent-for-comment):
6435 Ignore comment-indent-hook.
6436
6437 * emacs-lisp/easy-mmode.el: Require CL during compilation.
6438 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
b5bbbb76
SM
6439 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
6440 and improve to use the lighter to guess the capitalization.
6441 (define-minor-mode): Inline code from easy-mmode-define-toggle.
6442 Add keyword arguments to specify global-ness or the custom group.
6443 Add local-map and help-echo properties to the lighter.
6444 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
d5b037c5 6445 (easy-mmode-define-global-mode): New macro.
b5bbbb76 6446
bfa6c260
DL
64472000-06-02 Dave Love <fx@gnu.org>
6448
6449 * wid-edit.el: byte-compile-dynamic since we typically don't use
6450 all the widgets. Don't require cl or widget. Remove
6451 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
6452 (widget-read-event): Removed. Callers changed to use read-event.
6453 (widget-button-release-event-p): Renamed from
6454 button-release-event-p.
6455 (widget-field-add-space, widget-field-use-before-change):
6456 Uncustomize.
6457 (widget-specify-field): Use keymap property, not local-map.
6458 (widget-specify-button): Obey :suppress-face.
6459 (widget-specify-insert): Use modern backquote syntax.
6460 (widget-image-directory): Renamed from widget-glyph-directory.
6461 (widget-image-enable): Renamed from widget-glyph-enable.
6462 (widget-image-find): Replaces widget-glyph-find.
6463 (widget-button-pressed-face): Move defvar.
6464 (widget-image-insert): Replaces widget-glyph-insert.
6465 (widget-convert): Use keywordp.
6466 (widget-leave-text, widget-children-value-delete): Use mapc.
6467 (widget-keymap): Remove XEmacs stuff.
b5bbbb76 6468 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
bfa6c260
DL
6469 (widget-button-click): Don't set point at the click, but re-centre
6470 if we scroll out of window. Rewritten for images v. glyphs &c.
6471 (widget-tabable-at): Use POS arg, not point.
6472 (widget-beginning-of-line, widget-end-of-line)
6473 (widget-item-value-create, widget-sublist, widget-princ-to-string)
6474 (widget-sexp-prompt-value, widget-echo-help): Simplify.
6475 (widget-default-create): Use widget-image-insert; some rewriting.
6476 (widget-visibility-value-create)
6477 (widget-push-button-value-create, widget-toggle-value-create): Use
6478 widget-image-insert.
6479 (checkbox): Create on and off images dynamically.
6480 (documentation-link): Change :help-echo.
6481 (widget-documentation-link-echo-help): Remove.
6482
3837de12
SM
64832000-06-02 Stefan Monnier <monnier@cs.yale.edu>
6484
6485 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
6486
6487 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
6488 (easy-mmode-define-toggle, define-minor-mode): Use it.
6489 (easy-mmode-define-keymap): Docstring fix.
6490 (define-derived-mode): Default PARENT to fundamental-mode.
6491 Add the derived-mode-parent symbol-property.
6492 (easy-mmode-derived-mode-p): New function.
6493
90aa4ea8
DL
64942000-06-02 Dave Love <fx@gnu.org>
6495
37193ee6
DL
6496 * files.el (convert-standard-filename): Doc fix.
6497 (normal-backup-enable-predicate): New function.
6498 (backup-enable-predicate): Use it to replace the lambda form.
6499
6500 * calendar/todo-mode.el: [This needs more work on the outline
6501 stuff.] Doc fixes.
6502 (todo) <defgroup>: Add :version.
6503 (todo-add-category): Don't use pushnew.
6504 (todo-cmd-raise): Fix typo.
6505 (todo-top-priorities): Change temp buffer name.
6506 (todo-category-alist): Avoid redundant lambda.
3837de12
SM
6507 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
6508 Use outline-next-heading.
37193ee6 6509
90aa4ea8
DL
6510 * autoarg.el: Rewritten to use define-minor-mode.
6511 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
6512 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
6513
2e54623a
KH
65142000-06-02 Kenichi Handa <handa@etl.go.jp>
6515
6516 * isearch.el (isearch-other-meta-char): Fix previous change.
6517
c5def0db
SM
65182000-06-01 Stefan Monnier <monnier@cs.yale.edu>
6519
3837de12
SM
6520 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
6521 (log-edit-done): Only add the comment to the ring if it's different
6522 from the last comment entered.
6523
c5def0db
SM
6524 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
6525
2330c9d4
DL
65262000-06-01 Dave Love <fx@gnu.org>
6527
6528 * hl-line.el: Rewritten using define-minor-mode.
6529
6530 * help.el (describe-function-1): Distinguish special form from
6531 builtin function. Sanity-check presence of arglist for builtins.
6532
6e5dfc31
KH
65332000-06-01 Kenichi Handa <handa@etl.go.jp>
6534
4dc1225b
KH
6535 * international/characters.el: Fix syntax/category setting of
6536 Tibetan characters.
6537
6538 * language/tibet-util.el (tibetan-add-components): Fixes for new
6539 encoding of Tibetan characters.
6540 (tibetan-decompose-precomposition-alist): New variable.
6541 (tibetan-decompose-region): Convert precomposed characters to
6542 non-precomposed characters.
6543 (tibetan-decompose-string): Likewise.
6544 (tibetan-composition-function): Fix args to
6545 thibetan-compose-string.
6546
6547 * language/tibetan.el (tibetan-composable-pattern): More
6548 characters included.
6549 (tibetan-consonant-transcription-alist): Rule for "R" added.
6550 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
6551 "+R" added.
6552 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
6553
eadef5e6
KH
6554 * language/lao-util.el (lao-composition-function): Fix args to
6555 compose-string.
6556
6557 * language/thai-util.el (thai-composition-function): Fix args to
6558 compose-string.
6559
6e5dfc31 6560 * isearch.el (isearch-update): Set disable-point-adjustment to t
6389e4ab
KH
6561 to prevent the point moving to the end of a composition when a
6562 part of a composition is searched.
6e5dfc31
KH
6563 (isearch-other-meta-char): If the key invoking this command can be
6564 mapped by function-key-map to a printing char, call
6565 isearch-process-search-char directly.
6566
2598a293
SM
65672000-06-01 Stefan Monnier <monnier@cs.yale.edu>
6568
6569 * emacs-lisp/bytecomp.el:
6570 * frame.el:
6571 * international/mule-cmds.el:
6572 * international/mule-util.el:
6573 * international/mule.el:
6574 * mouse.el:
6575 * subr.el:
6576 * faces.el: Update calls to make-obsolete with a WHEN argument.
6577
6578 * byte-run.el (make-obsolete, make-obsolete-variable):
6579 Add an optional WHEN argument and change the format of the
bff71087 6580 symbol-property information.
2598a293
SM
6581 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
6582 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
6583 new obsolete-symbol-property format and print WHEN if it is provided.
6584
28d8dff1
DL
65852000-05-31 Dave Love <fx@gnu.org>
6586
6587 * loadhist.el (loadhist-hook-functions): Remove
6588 before-change-function, after-change-function.
6589 (unload-feature): Deal with symbols which are both bound and
6590 fbound.
6591
6592 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
6593 before-change-function, after-change-function.
6594
6595 * simple.el (newline): Don't bind before-change-function,
6596 after-change-function.
6597
7f565d87
RV
65982000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
6599
6600 * whitespace.el (whitespace-rescan-timer-time): Update interval
6601 set to 600 seconds (10 minutes) instead of 60 seconds since
6602 a large number of whitespace buffers causes emacs to `freeze'
6603 for a considerable amount of time.
6604
bff71087 6605 * whitespace.el: Updated email address
7f565d87 6606
a8d693d8
DL
66072000-05-31 Dave Love <fx@gnu.org>
6608
6609 * add-log.el (change-log-font-lock-keywords) <function>: Add
6610 pattern for function of change.
6611 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
6612 acknowledgements patterns.
6613
a50192e7
KH
66142000-05-31 Kenichi Handa <handa@etl.go.jp>
6615
6616 * isearch.el (isearch-printing-char): If keyboard coding system is
6617 being used, call isearch-process-search-multibyte-characters.
6618
6619 * international/isearch-x.el: Mostly rewritten.
6620
6621 * international/quail.el (quail-start-conversion): Don't include
6622 unhandled events in the returned events, but set them in
6623 unread-command-events. Exit if all inputs are deleted.
6624
7e492772
JR
66252000-05-30 Jason Rumney <jasonr@gnu.org>
6626
6627 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
6628
6629 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
6630 Reenable code to create initial fontsets.
6631 Use set-fontset-font in place of put-charset-property.
6632
10fc3187
GM
66332000-05-30 Gerd Moellmann <gerd@gnu.org>
6634
79148ea7
GM
6635 * progmodes/perl-mode.el (perl-indent-line): When looking for a
6636 label, ensure that the first colon isn't followed by another.
6637
6638 * paths.el (Info-default-directory-list): Doc fix.
6639
086d5b87
GM
6640 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
6641 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
6642 send a query containing USER only, not USER@HOST.
6643
10fc3187
GM
6644 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
6645 and rmail-msgend to compute the restriction at the end, instead of
6646 computing it.
6647
49e70dec
GM
66482000-05-29 Gerd Moellmann <gerd@gnu.org>
6649
66254a13
GM
6650 * dabbrev.el (dabbrev-expand): Don't display messages in the
6651 echo area if the minibuffer window is active.
6652
49e70dec
GM
6653 * jit-lock.el (jit-lock-mode): Add after change function to
6654 local hook.
6655
66562000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
6657
6658 * antlr-mode.el: New commands: hide/unhide actions,
6659 upcase/downcase literals.
6660 (antlr-tiny-action-length): New user option.
6661 (antlr-hide-actions): New command. Suggested by
6662 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
7f565d87 6663 (antlr-mode-map): New binding [C-c C-v].
49e70dec
GM
6664 (antlr-mode-menu): New entries.
6665 (antlr-downcase-literals): New command.
6666 (antlr-upcase-literals): Ditto.
6667
6668 * antlr-mode.el: Minor changes: indendation, mode-name.
6669 (antlr-indent-line): Indent cpp directive at column 0.
6670 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
6671
6672 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
6673 (antlr-font-lock-additional-keywords): Workaround for intentional
6674 bug in XEmacs version of font-lock.
6675 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
6676 be used by a smarter version of `buffers-menu-grouping-function'.
6677
66782000-05-29 Gerd Moellmann <gerd@gnu.org>
6679
6680 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
6681 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
6682
49f93684
KH
66832000-05-29 Kenichi Handa <handa@etl.go.jp>
6684
6685 * international/encoded-kb.el
6686 (encoded-kbd-iso2022-designation-map): Pay attention to that
6687 charset-iso-final-char return -1 for eight-bit-control and
6688 eight-bit-graphic.
6689
5b1ae051
EZ
66902000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
6691
6692 * speedbar.el (speedbar-use-images, speedbar-update-flag)
6693 (speedbar-easymenu-definition-base): Use display-graphic-p where
6694 available, instead of window-system.
6695
a205e32a
EZ
66962000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
6697
6698 * international/codepage.el (cp-coding-system-for-codepage-1): Add
6699 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
6700 coding systems.
6701
dd854dc2
DL
67022000-05-26 Dave Love <fx@gnu.org>
6703
c88a85d5
DL
6704 * disp-table.el (standard-display-underline): Don't use
6705 internal-find-face.
6706
dd854dc2
DL
6707 * mail/reporter.el: Maintainer change. Doc fixes.
6708 (reporter-version): Deleted.
6709
6710 * emacs-lisp/elp.el: Maintainer change.
6711 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
6712
dc29aa6c
SM
67132000-05-26 Stefan Monnier <monnier@cs.yale.edu>
6714
6715 * add-log.el (add-change-log-entry): Merge the current entry with the
6716 previous one if the previous one is empty.
6717
ed62683d
DL
67182000-05-26 Dave Love <fx@gnu.org>
6719
4370a375
DL
6720 * loadhist.el (unload-feature): Fix interactive spec [from
6721 lijnzaad@ebi.ac.uk].
6722
ed62683d
DL
6723 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
6724 subr-arity to check primitives.
6725 (byte-compile-flush-pending, byte-compile-file-form-progn)
6726 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
6727 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
6728 mapcar.
6729
ba9f8f95
KH
67302000-05-26 Kenichi Handa <handa@etl.go.jp>
6731
0f3e0672
KH
6732 * international/fontset.el: Set family names of non-latin charsets
6733 in default fontset to "*".
6734
cebefb44
KH
6735 * international/mule-diag.el (print-fontset): Combine family part
6736 and registry part of the fontname by "-*-" instead of "-".
6737
ba9f8f95
KH
6738 * international/mule-cmds.el (encode-coding-char): Make strings
6739 multibyte before calling encode-coding-string.
6740
931d0724
SM
67412000-05-25 Stefan Monnier <monnier@cs.yale.edu>
6742
6743 * derived.el: Fix keywords.
8ccce2b0 6744 (define-derived-mode): Only define if needed.
931d0724
SM
6745
6746 * simple.el (fill-comment, comment-column, comment-start)
6747 (comment-start-skip, comment-end, comment-indent-function)
6748 (block-comment-start, block-comment-end, indent-for-comment)
6749 (set-comment-column, kill-comment, comment-padding, comment-region)
6750 (comment-multi-line, indent-new-comment-line): Remove.
6751
6752 * bindings.el (esc-map): Change ; to comment-dwim and use the new
6753 function names for comment operations.
6754
6755 * newcomment.el: Add abundant autoload cookies.
6756 (comment-style): Don't depend on runtime data at compile-time.
6757 (comment-indent-hook): Remove.
6758 (comment-indent): Check if comment-indent-hook is bound.
6759 (comment-region): Docstring fix.
6760
6fc596cf
DL
67612000-05-25 Dave Love <fx@gnu.org>
6762
6763 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
6764 byte-code-function-p.
6765
6766 * mail/rmailsum.el: Add provide.
6767
6768 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
6769
6770 * smerge-mode.el (smerge-diff-switches): Don't use list* in
6771 defcustom.
6772
7997f1ca 67732000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
7f565d87 6774
7997f1ca
MK
6775 * ediff-diff.el (ediff-exec-process): delete --binary option from
6776 non-buffer ediff jobs.
7f565d87 6777
e7a903e8
EZ
67782000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
6779
6780 * hilit-chg.el (highlight-changes-mode): Ask about color or
6781 grayscale support, not about window-system.
6782
6783 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
6784 window-system.
6785 (ffap-highlight): Always default to t.
6786
6787 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
6788 display-popup-menus-p instead of looking at window-system.
6789
6790 * disp-table.el (standard-display-g1, standard-display-graphic):
6791 Only refuse to use string glyphs on X and MS-Windows.
6792
6793 * avoid.el: Remove window-system from commentary, suggest to use
6794 display-*-p instead.
6795
6796 * apropos.el (apropos-print): Use display-mouse-p instead of
6797 window-system.
6798
14028d57
EZ
67992000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
6800
6801 * international/codepage.el (cp-decoding-vector-for-codepage):
6802 Fill up unsupported characters with their own codes. From Kenichi
6803 Handa.
6804
1a4f9cc1
EZ
68052000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
6806
6807 * international/mule-diag.el (describe-char-after): Use
6808 display-graphic-p instead of window-system, so that this function
6809 works on MS-DOS.
6810
89f6ca4e
EZ
68112000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
6812
6813 * international/codepage.el (cp-make-coding-systems-for-codepage):
6814 Remove the eight-bit-graphic and eight-bit-control charsets from
6815 the list of charsets which we convert into `?'.
6816
eacfd7fe
KH
68172000-05-25 Kenichi Handa <handa@etl.go.jp>
6818
6819 * international/mule-conf.el: Specify CHARSET-ID explicitely for
6820 private charsets.
6821 (mule-unicode-0100-24ff, japanese-jisx0213-1,
6822 japanese-jisx0213-2): New charsets.
6823
6824 * international/fontset.el: Setup default fontset for new charsets.
6825
deadf7e3
DL
68262000-05-24 Dave Love <fx@gnu.org>
6827
6828 * info.el (Info-find-node-2): Restructure [following "Vadim
6829 S. Solomin" <sovs@uic.nnov.ru>].
6830
6831 * icomplete.el: Fix header for Finder.
6832
68332000-05-24 Eric M. Ludlam <zappo@ultranet.com>
6834
6835 * rmailout.el (rmail-output-to-rmail-file): Added optional param
6836 STAY.
6837
6838 * rmail.el (rmail-automatic-folder-directives): New user variable.
6839 (rmail-show-message): Add call to `rmail-auto-file' during
6840 display.
6841 (rmail-auto-file): New function.
6842
6de3983f 68432000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
7f565d87 6844
fc6a6a4e 6845 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
6de3983f 6846 account.
fc6a6a4e
GM
6847 (ediff-test-utility,ediff-diff-mandatory-option)
6848 (ediff-reset-diff-options): Utilities for proper initialization of
6de3983f 6849 ediff-diff-options and ediff-diff3-options on Windows.
7f565d87 6850
fc6a6a4e 6851 * ediff-init.el (ediff-merge-filename-prefix): New customizable
6de3983f 6852 variable.
7f565d87 6853
fc6a6a4e 6854 * ediff-mult.el (ediff-filegroup-action): Use
6de3983f
MK
6855 ediff-merge-filename-prefix.
6856
fc290d1d
MK
68572000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
6858
fc6a6a4e 6859 * viper-ex.el (ex-write): Set selective display to nil.
7f565d87 6860
273182b8
EZ
68612000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
6862
6863 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
6864 aliases for hebrew-iso-8bit.
6865
f471ea57
EZ
68662000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
6867
6868 * woman.el: New version from Francis J. Wright
6869 <F.J.Wright@Maths.QMW.ac.uk>.
6870 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
6871 names in environment variables regardless of the path separator.
6872 (woman-topic-all-completions-1): Don't call file-name-directory-p
6873 on all files, since woman-file-regexp already filters out any
6874 directories.
6875
01162f24
KH
68762000-05-24 Kenichi Handa <handa@etl.go.jp>
6877
48e3df76
KH
6878 * international/quail.el (quail-start-translation): Don't change
6879 modified-p of the current buffer.
6880 (quail-start-conversion): Likewise.
6881
6882 * international/kkc.el (kkc-region): Don't change modified-p of
6883 the current buffer.
6884
747d90ea
KH
6885 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
6886 conform to RFC1468.
6887 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
01162f24 6888
17a223ff
EL
68892000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
6890
6891 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
6892 (speedbar-insert-button): Invisible text property fix.
6893 (speedbar-directory-plus): Renamed from speedbar-directory-+
6894 (speedbar-directory-minus): Renamed from speedbar-directory--
6895 (speedbar-page-plus): Renamed from speedbar-file-+
6896 (speedbar-page-minus): Renamed from speedbar-file--
6897 (speedbar-page): Renamed from speedbar-file-
6898 (speedbar-tag): Renamed from speedbar-tag-
6899 (speedbar-tag-plus): Renamed from speedbar-tag-+
6900 (speedbar-tag-minus): Renamed from speedbar-tag--
6901 (speedbar-expand-image-button-alist): Use above renames.
6902
6903 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
6904 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
6905 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
6906 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
6907 * sb-pg.xpm: Renamed from sb-file.xpm
6908 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
6909 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
7f565d87 6910
e6b6fc18
KH
69112000-05-24 Kenichi Handa <handa@etl.go.jp>
6912
6913 * international/quail.el (quail-show-guidance-buf): Set
6914 current-input-method of the guidance buffer to the name of the
6915 curren input method.
6916
a1a336eb
SM
69172000-05-23 Stefan Monnier <monnier@cs.yale.edu>
6918
6919 * progmodes/compile.el (compile-internal): Style typo.
6920
6921 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
6922 quote vars and functions in the docstring.
6923
6924 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
6925
6926 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
6927 Don't quote lambdas.
6928
6929 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
6930
9695b783
GM
69312000-05-23 Gerd Moellmann <gerd@gnu.org>
6932
716e3b88
GM
6933 * startup.el (command-line): Determine source file of compiled
6934 user init file differently. Warn if compiled user init file
6935 is older than its source file.
6936
9695b783 6937 * ffap.el (ffap-url-regexp): Add `https'.
7f565d87 6938
41ac433f
EZ
69392000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
6940
6941 * files.el (make-backup-file-name-1): Replace slashes with `!'
6942 rather than `|' (which is not allowed on Windows). Replace the
6943 drive letters with a string "drive_X".
6944
46600ab1
GM
69452000-05-23 Gerd Moellmann <gerd@gnu.org>
6946
6947 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
6948
6949 * files.el (interpreter-mode-alist): Add `bash2'.
6950
79a64d87
DL
69512000-05-22 Dave Love <fx@gnu.org>
6952
6953 * loadhist.el (feature-symbols, file-provides, file-requires): Use
6954 mapc.
6955 (feature-file): Avoid calling symbol-name. Doc fix.
6956 (file-set-intersect, file-dependents): Use dolist, not mapcar.
6957 (loadhist-hook-functions): Add mouse-position-function.
6958 (unload-feature): Change uses of mapcar.
6959
6960 * files.el (parse-colon-path): Doc fix.
6961 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
6962 (set-auto-mode): Use mapc.
6963
6964 * complete.el (PC-look-for-include-file): Use :alnum: character
6965 class.
6966 (partial-completion-mode): Add autoload cookie.
6967
0e8c11d8
SS
69682000-05-22 Sam Steingold <sds@gnu.org>
6969
ce75fd23 6970 * info.el (Info-fontify-node): Fixed the call to
0e8c11d8
SS
6971 `add-text-properties' (bug introduced on 2000-05-18).
6972
d8d0fa6c
DL
69732000-05-22 Dave Love <fx@gnu.org>
6974
6975 * bindings.el: Remove debug-ignored-errors set in other files.
6976
6977 * progmodes/etags.el: Add to debug-ignored-errors.
6978 (visit-tags-table-buffer): Clear out buffers holding old tables
6979 when making a new list.
6980 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
6981 mapc.
6982
6983 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
6984 quote keywords.
6985 (cmpl-string-case-type): Use character classes.
6986
0e8c11d8
SS
6987 * comint.el:
6988 * textmodes/ispell.el:
6989 * imenu.el:
d8d0fa6c
DL
6990 * mail/mh-e.el:
6991 * progmodes/compile.el: Add to debug-ignored-errors.
6992
6993 * dabbrev.el: Add to debug-ignored-errors.
6994 (dabbrev-completion): Use mapc.
6995
1edbbf8a
EZ
69962000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
6997
6998 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
6999 (woman-mapcan, woman-parse-man.conf)
7000 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
7001 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
7002 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
7003 path syntax better.
7004 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
7005 (woman-manpath): Call woman-parse-man.conf.
7006 (woman-emulation): New defcustom, defaults to nroff.
7007 (woman-font-support): New defconst.
7008 (woman-use-symbol-font): New defcustom.
7009 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
7010 "Emulation".
7011 Many functions: Doc fix.
7012
5bd2148c
KH
70132000-05-22 Kenichi Handa <handa@etl.go.jp>
7014
7015 * international/quail.el (quail-simple-translation-keymap): Map
7016 128..255 to quail-self-insert-command.
7017 (quail-keyboard-layout-alist): Add definition for "pc102-de".
7018
4125ec7e
SM
70192000-05-22 Stefan Monnier <monnier@cs.yale.edu>
7020
a1a336eb
SM
7021 * help.el (help-manyarg-func-alist): Typo.
7022
40aeecad
SM
7023 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
7024 intervals which makes it heaps simpler.
7025
4125ec7e
SM
7026 * newcomment.el (comment-region-internal): Go back to BEG after quoting
7027 the nested comment markers.
e4da9c1c
SM
7028
7029 * subr.el (remove-hook): Don't turn the hook's value into a list.
7030
cb7216a7
DL
70312000-05-21 Dave Love <fx@gnu.org>
7032
ac266581
DL
7033 * edmacro.el (edmacro-parse-keys): Return vector if any elements
7034 are invalid characters.
7035
cb7216a7
DL
7036 * international/mule-util.el (detect-coding-with-priority): Use
7037 mapc. Remove redundant lambda.
7038
7039 * international/mule-diag.el (list-non-iso-charset-chars)
7040 (describe-fontset): Remove redundant lambda.
7041
7042 * emulation/crisp.el (brief-mode): New alias.
7043
7044 * emacs-lisp/ring.el (ring-elements): New function.
7045
7046 * emacs-lisp/easymenu.el (easy-menu-create-menu)
7047 (easy-menu-do-add-item): Use keywordp.
7048
7049 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
7050
7051 * replace.el: Doc and error message fixes.
7052 (replace-highlight): Use facep, not internal-find-face.
7053
9b0d1d6e
SM
70542000-05-20 Stefan Monnier <monnier@cs.yale.edu>
7055
b2d2cf58
SM
7056 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
7057
ffe7dc64
SM
7058 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
7059 (log-edit-insert-changelog): Drop `:' as well.
7060
7061 * log-view.el: Fix file description.
7062 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
7063 available.
7064 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
7065 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
7066
c8c21615
SM
7067 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
7068 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
7069 Print a status message if the toggle is called interactively.
7070 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
7071 for global minor modes and use `defcustom' for them.
7072 Use add-minor-mode.
7073 (easy-mmode-define-derived-mode): Remove.
7074 (define-derived-mode): Fancier default docstring.
7075 (easy-mmode-define-navigation): Signal an error rather than (ding).
7076
9b0d1d6e
SM
7077 * newcomment.el (comment-styles): New `box-multi'.
7078 (comment-normalize-vars): Better default for comment-continue to
7079 avoid whitespace-only continuations.
7080 (comment-search-forward): Always move even in the no-syntax case.
7081 (comment-padright): Only obey N if it's only obeyed for padleft.
7082 (comment-make-extra-lines): Better handling of empty continuations.
7083 Use `=' for the filler if comment-start has only one character.
7084 (uncomment-region): Try handling the special `=' filler.
7085 (comment-region): Allow LINES even if MULTI is nil.
7086 (comment-box): Choose box style based on comment-style.
7087
f5ee6d0f
KH
70882000-05-20 Kenichi Handa <handa@etl.go.jp>
7089
9b0d1d6e 7090 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
f5ee6d0f
KH
7091 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
7092
c9671f81
KH
70932000-05-20 Kenichi HANDA <handa@etl.go.jp>
7094
7095 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
7096 and insert, not subst-char-in-region.
7097
7098 * international/mule-diag.el (list-character-sets-1): Handle
7099 charsets eight-bit-control and eight-bit-graphic.
7100 (list-iso-charset-chars): Likewise.
7101 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
7102 charactes as is. Use indent-to to align characters.
7103
7104 * international/mule-cmds.el (find-multibyte-characters): Never
7105 exclude charsets eight-bit-control and eight-bit-graphic.
7106
1426aa5c
SM
71072000-05-19 Stefan Monnier <monnier@cs.yale.edu>
7108
7109 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
7110 Don't quote lambdas.
7111
7112 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
7113
2b63d473
GM
71142000-05-19 Gerd Moellmann <gerd@gnu.org>
7115
7116 * gud.el (gud-jdb-directories): Doc fix.
7117
f1355756
SM
71182000-05-19 Stefan Monnier <monnier@cs.yale.edu>
7119
7120 * newcomment.el: New file.
7121
5f64c9e0
GM
71222000-05-19 Gerd Moellmann <gerd@gnu.org>
7123
2b63d473 7124 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
5f64c9e0 7125
db7314bd
AS
71262000-05-18 Andreas Schwab <schwab@suse.de>
7127
7128 * dired.el (dired-between-files): Also skip lines beginning with
7129 `used'.
7130
25bb0401
GM
71312000-05-18 Gerd Moellmann <gerd@gnu.org>
7132
7133 * msb.el (msb-menu-cond): Add choice `user'.
7134
a199a865 71352000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
0e8c11d8 7136
a199a865
GM
7137 * ps-print.el: Compatibility, customization and doc fix.
7138 (ps-printer-name-option): Replace defconst by defvar.
7139 (ps-postscript-code-directory): XEmacs compatibility.
7140 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
7141 fix.
7142 (ps-user-defined-prologue, ps-print-prologue-header)
7143 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
7144 compatibility and code fix.
7145 (ps-print-background-image, ps-print-background-text):
7146 Customization fix.
7147 (ps-line-number-start, ps-n-up-on): New vars.
7148
25bb0401
GM
71492000-05-18 Espen Skoglund <esk@ira.uka.de>
7150
7151 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
7152 the indent-comment function to just return the appropriate indent.
7153
68e6c83a
EL
71542000-05-18 Eric M. Ludlam <zappo@ultranet.com>
7155
7156 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
7157 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
7158 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
7159
dae6cb9f
DL
71602000-05-18 Dave Love <fx@gnu.org>
7161
7162 * info.el (Info-fontify-node): Add intangible property as well as
7163 invisible.
7164
7165 * calendar/appt.el (appt-make-list): Match all lines of entry.
7166 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
7167
813086ea
KH
71682000-05-18 Kenichi Handa <handa@etl.go.jp>
7169
7170 * international/mule-diag.el (describe-char-after): Call
7171 internal-char-font, not char-font. If internal-char-font returns
7172 nil, display "-- none --".
7173
24978190
EZ
71742000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
7175
7176 * image.el (image-type-available-p): Don't reference image-types
7177 if it isn't bound.
7178
2fca2d5d
SM
71792000-05-17 Stefan Monnier <monnier@cs.yale.edu>
7180
7181 * autoarg.el (autoarg-mode): Typo in the :set argument.
7182
cfc75d05
EZ
71832000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
7184
7185 * startup.el (command-line-1): Don't signal an error if the
7186 directory for auto-save-list files does not yet exist.
7187
c4e30387
KH
71882000-05-17 Kenichi Handa <handa@etl.go.jp>
7189
7190 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
7191
dd6b8ea7
SM
71922000-05-16 Stefan Monnier <monnier@cs.yale.edu>
7193
7194 * subr.el (remove-hook): `setq' hook-value, not `set'.
7195
399c88ad
SS
71962000-05-16 Sam Steingold <sds@gnu.org>
7197
a199a865 7198 * info.el (debug-ignored-errors): More errors to ignore.
399c88ad 7199
01651f07
DL
72002000-05-16 Dave Love <fx@gnu.org>
7201
7202 * cus-edit.el: Don't require cl or easymenu.
7203 (custom-variable-prompt): Test standard-value property, not
7204 user-variable-p.
7205
2248c40d
SS
72062000-05-16 Sam Steingold <sds@gnu.org>
7207
7208 * subr.el (add-hook): `setq' hook-value, not `set'.
7209
b15f3b77
GM
72102000-05-16 Gerd Moellmann <gerd@gnu.org>
7211
7212 * startup.el (command-line-1): Mention the FAQ in the startup
7213 message.
7214
7215 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
7216
7217 * progmodes/compile.el (compilation-parse-errors): Collect
7218 `nomessage' regexps last.
7219
7220 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
7221
7222 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
7223 to the function name.
7224
f9bbcfac
EL
72252000-05-15 Dave Love <fx@gnu.org>
7226
7227 * speedbar.el (speedbar-recenter): Typo.
7228 (speedbar-expand-line): Make arg optional.
7229 (speedbar-mode): Avoid a compiler warning.
7230
119b42eb
GM
72312000-05-15 Gerd Moellmann <gerd@gnu.org>
7232
7233 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
7234 user-specified option string is empty.
7235
7236 * mouse.el (mouse-yank-at-click): Doc fix.
7237
f685bea9
EZ
72382000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
7239
7240 * term/internal.el (IT-character-translations): More updates of
7241 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
7242 documents.
7243
a1b8d58b
GM
72442000-05-15 Gerd Moellmann <gerd@gnu.org>
7245
7246 * env.el (getenv): New function, interactively callable.
7247 (setenv, getenv): Remove autoload cookies.
7248
7249 * loadup.el: Load `env'.
7250
7251 * progmodes/f90.el: Change author's mail address.
7252
c9bba7ed
DL
72532000-05-14 Dave Love <fx@gnu.org>
7254
e5c83697
DL
7255 * mail/rmail.el (rmail-show-message-hook): Customize and offer
7256 goto-addr as an option.
7257
7258 * help.el (help-xref-stack): Doc fix.
7259 (help-xref-following): New variable.
7260 (help-make-xrefs): Use it.
7261 (help-xref-go-back): Use position information from stack element.
7262 (help-follow): Make position in stack element a pair. Use
7263 help-xref-following.
399c88ad 7264
e5c83697
DL
7265 * autoarg.el: New file.
7266
7267 * faces.el: Declare more functions obsolete.
7268
c9bba7ed
DL
7269 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
7270 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
7271 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
7272 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
7273 Remove all the setup-...-environment functions.
7274
b6389bfb
EL
72752000-05-13 Eric M. Ludlam <zappo@ultranet.com>
7276
a1b8d58b
GM
7277 * speedbar.el: Updated the commentary section. xemacs20p now uses
7278 >= when detecting. Require `defimage' safely.
b6389bfb
EL
7279 (speedbar-easymenu-definition-base): Add toggle for images.
7280 (speedbar-easymenu-definition-special): Add flush cache & expand.
7281 (speedbar-visiting-tag-hook): Set new defaults. Added options.
7282 (speedbar-reconfigure-keymaps-hook): New variable.
7283 (speedbar-frame-parameters): Updated documentation.
7284 (speedbar-use-imenu-flag): Updated custom tag
7285 (speedbar-dynamic-tags-function-list): New variable.
7286 (speedbar-tag-hierarchy-method): Updated doc & custom.
a1b8d58b
GM
7287 (speedbar-indentation-width, speedbar-indentation-width) New
7288 variables.
7289 (speedbar-hide-button-brackets-flag): Customizable.
b6389bfb
EL
7290 (speedbar-vc-indicator): Doc update.
7291 (speedbar-ignored-path-expressions): Updated default value.
7292 (speedbar-supported-extension-expressions): Updated default value.
7293 (speedbar-syntax-table): Remove {} paren status.
a1b8d58b
GM
7294 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
7295 as "+". Added overlay aliases.
7296 (speedbar-mode): Use `speedbar-mode-line-update' instead of
7297 `force-mode-line-update'.
7298 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
7299 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
7300 `mouse-set-point'
b6389bfb 7301 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
a1b8d58b
GM
7302 (speedbar-item-info-tag-helper): Revamped to handle a wider range
7303 of arbitrary text, and new helper functions.
7304 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
7305 filename finder.
b6389bfb
EL
7306 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
7307 (speedbar-directory-buttons): Update path search/expansion.
7308 (speedbar-make-tag-line): Pay attention to
a1b8d58b
GM
7309 `speedbar-indentation-width'. Use more care w/ invisible
7310 properties.
b6389bfb
EL
7311 (speedbar-change-expand-button-char): Call
7312 `speedbar-insert-image-button-maybe'.
7313 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
a1b8d58b
GM
7314 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
7315 (speedbar-trim-words-tag-hierarchy)
7316 (speedbar-simple-group-tag-hierarchy): New functions
b6389bfb 7317 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
a1b8d58b
GM
7318 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
7319 functions.
b6389bfb
EL
7320 (speedbar-mouse-set-point): New function
7321 (speedbar-power-click): Updated documentation.
a1b8d58b
GM
7322 (speedbar-line-token, speedbar-goto-this-file): Handle more types
7323 of tag prefix text.
7324 (speedbar-expand-line, speedbar-contract-line): Make more robust
7325 to strange text.
7326 (speedbar-expand-line): Takes universal argument to flush the
7327 cache.
b6389bfb
EL
7328 (speedbar-flush-expand-line): New function.
7329 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
7330 Use new generator insertion method.
7331 (speedbar-fetch-dynamic-tags): New function.
7332 (speedbar-fetch-dynamic-imenu): Removed code now handled in
7333 `speedbar-fetch-dynamic-imenu'.
7334 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
7335 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
7336 "Revert Buffer" menu items.
7337 (speedbar-buffer-buttons-engine): Be smarter when creating a
7338 filename tag (for expansion purposes.).
a1b8d58b
GM
7339 (speedbar-highlight-one-tag-line,
7340 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
7341 (speedbar-recenter): New functions.
b6389bfb 7342 (defimage-speedbar): Image loading abstraction.
a1b8d58b
GM
7343 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
7344 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
7345 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
7346 (speedbar-tag-type, speedbar-tag-mail): New images.
b6389bfb
EL
7347 (speedbar-expand-image-button-alist): New variable.
7348 (speedbar-insert-image-button-maybe): Insert an image over some
7349 buttons.
7350
43fe9244
KH
73512000-05-13 Kenichi Handa <handa@etl.go.jp>
7352
7353 * international/mule-cmds.el (encode-coding-char): An ASCII
7354 character is always encodable.
7355
7356 * international/mule-conf.el: Add more information in descriptions
7357 of character sets.
7358
813086ea 7359 * international/mule-diag.el (describe-char-after): New function.
43fe9244
KH
7360 (describe-font-internal): Adjusted for the change of font-info.
7361 (describe-font): Likewise.
7362 (print-fontset): Rewritten for the new fontset implementation.
7363 (describe-fontset): Include fontset alias names in completion.
7364 (list-fontsets): Adjusted for the change of print-fontset.
7365
7366 * simple.el (what-cursor-position): If DETAIL is non-nil, call
7367 describe-char-after instead of displaying the detail in the echo
7368 area.
813086ea
KH
7369 (syntax-code-table): Format changed.
7370 (string-to-syntax): Adjusted for the above change.
0e8c11d8 7371
e8564f57
SM
73722000-05-12 Stefan Monnier <monnier@cs.yale.edu>
7373
7374 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
7375
9278c60d
DL
73762000-05-12 Dave Love <fx@gnu.org>
7377
7378 * calendar/todo-mode.el: Remove some compatibility stuff and CL
7379 dependence. Use line-{beginning,end}-position, not
7380 point-at{b,e}ol. Some doc fixes.
7381 (todo-position): New function. Fix callers of position to use it.
7382 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
7383
be0505fe
GM
73842000-05-12 Gerd Moellmann <gerd@gnu.org>
7385
7386 * time.el (display-time-mail-icon): Use `:ascent center'.
7387
a8a3541c
GM
7388 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
7389 handling FTP security extensions.
399c88ad 7390
44d5f148
DL
73912000-05-11 Dave Love <fx@gnu.org>
7392
33d0c179 7393 * calendar/todo-mode.el: New file.
44d5f148 7394
da4496b6
GM
73952000-05-11 Gerd Moellmann <gerd@gnu.org>
7396
cdc4401d
GM
7397 * comint.el (comint-read-input-ring): Move reference to
7398 comint-input-ring-size outside of the save-excursion. It was
7399 causing the default value to be the only one ever seen.
399c88ad 7400
0279f991
GM
7401 * font-lock.el: Update copyright. Remove Simon Marshall's email
7402 address on request from him.
7403
da4496b6
GM
7404 * subr.el (substitute-key-definition): Add comment describing
7405 the meaning of PREFIX.
7406
ac5cb26d
SM
74072000-05-10 Stefan Monnier <monnier@cs.yale.edu>
7408
7409 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
7410
7411 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
7412 (add-minor-mode): Don't make the variable buffer-local and add a
7413 reference to define-minor-mode in the docstring.
7414
7415 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
7416 HEADER/FOOTER and fix bug with trailing empty directory.
7417 (cvs-append-to-ignore): Use vc-editable-p if available.
7418 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
7419 (vc-do-command): Tweak advice to handle the new VC.
7420
7421 * log-view.el (log-view-goto-rev): New function for the new VC.
7422 (log-view-minor-wrap): Use mark-active.
7423
7424 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
7425 (log-edit-changelog-full-paragraphs): New var.
7426 (log-edit-insert-changelog): Remove a lonely leading `* file'.
7427 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
7428 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
7429 (log-edit-changelog-ours-p, log-edit-changelog-entries)
7430 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
7431 Replace the `cvs' prefix with `log-edit'.
7432
7433 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
7434
7435 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
7436 (diff-font-lock-defaults): Explicitly turn off multiline.
7437 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
7438 (diff-ediff-patch): Fix call to ediff-patch-file.
7439 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
7440 Handle comments.
7441
7442 * frame.el (automatic-hscrolling): Typo.
7443
7444 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
7445
21c34da3
DL
74462000-05-09 Sam Steingold <sds@goems.com>
7447
7448 * apropos.el (apropos-print): use `describe-face' instead of
7449 `customize-face-other-window'.
7450
950cf06f
DL
74512000-05-09 Dave Love <fx@gnu.org>
7452
7453 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
7454
7455 * help.el (describe-variable): Have customize button pop the
7456 help-xref stack when invoked.
7457 (help-xref-symbol-regexp): Add `face'.
7458 (help-make-xrefs): Check for quoted face names and adapt regexp
7459 submatch numbers to cope.
7460 (help-xref-interned): Maybe insert face doc too. Separate
7461 sections with a line of hyphens.
7462
0623e40f 7463 * faces.el: Some doc fixes. Declare some functions obsolete.
950cf06f
DL
7464 (describe-face): Add customize button. Return the help
7465 text. Fix prompt.
7466
82e2ca9d
EZ
74672000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
7468
7469 * term/internal.el (IT-character-translations): Fix last change.
7470
10c00b5c
EZ
74712000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
7472
7473 * woman.el: New file
7474 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
7475
9deed82f
EZ
74762000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
7477
001ad319
EZ
7478 * term/internal.el (IT-character-translations): Update ASCII
7479 simulations for greek-iso8859-7, add latin-iso8859-14 and
7480 latin-iso8859-15.
7481
9deed82f
EZ
7482 * international/mule-cmds.el (set-language-info-alist): Call
7483 define-prefix-command with 3 arguments, to make the map suitable
7484 for a menu.
7485
4f37b78a
DL
74862000-05-07 Dave Love <fx@gnu.org>
7487
d313265f 7488 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
4f37b78a 7489
64a4c526
DL
74902000-05-05 Dave Love <fx@gnu.org>
7491
7492 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
7493 list in doc string. Don't quote keyword symbols.
7494 * emacs-lisp/cl.el: Likewise
7495 * emacs-lisp/cl-seq.el: Likewise
7496
056565f7
GM
74972000-05-05 Gerd Moellmann <gerd@gnu.org>
7498
7499 * abbrev.el (abbrev-mode): Make ARG optional.
7500
4656b314
GM
75012000-05-04 Gerd Moellmann <gerd@gnu.org>
7502
ec82fb2f
GM
7503 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
7504
7505 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
7506
4656b314
GM
7507 * subr.el (substitute-key-definition): Clarify documentation.
7508
75092000-05-04 Milan Zamazal <pdm@freesoft.cz>
7510
7511 * glasses.el (glasses-convert-to-unreadable): Use
7512 `glasses-separator' instead of the hard-wired "_".
7513 (glasses-mode): Call `glasses-make-unreadable' only in a single
7514 place.
7515
7b081c78
EZ
75162000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
7517
7518 * term/internal.el (cjk-codepages-alist): Add associations for
7519 Chinese and Korean codepages. Remove FIXME comment.
7520
baa5536e
DL
75212000-05-03 Dave Love <fx@gnu.org>
7522
7523 * time.el (display-time-mail-face, display-time-use-mail-icon):
7524 New option.
7525 (display-time-mail-icon): New variable.
7526 (display-time-string-forms): Use the above. Fix the local-map.
7527
cbf18892
GM
75282000-05-03 Gerd Moellmann <gerd@gnu.org>
7529
4ff40dd0
GM
7530 * replace.el (query-replace-map): Add binding for `E'.
7531 (query-replace-help): Extend help text.
7532 (perform-replace): Allow editing the replacement string.
7533
7534 * make-mode.el (makefile-mode-abbrev-table): New variable.
7535 (makefile-mode): Set local abbrev table to
7536 makefile-mode-abbrev-table.
7537 (makefile-font-lock-keywords): Fontify includes and conditionals.
399c88ad 7538
cbf18892
GM
7539 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
7540 set TOGGLE's value.
7541
4ff40dd0
GM
7542 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
7543 mail-interactive-insert-alias.
7544 (mail-abbrev-complete-alias): New command.
7545 (mail-mode-map): Bind it to `M-TAB'.
399c88ad 7546
ffec4d9f
KH
75472000-05-03 Kenichi Handa <handa@etl.go.jp>
7548
7549 * language/lao-util.el (lao-compose-region): New function.
7550
1b0672c3
GM
75512000-05-02 Gerd Moellmann <gerd@gnu.org>
7552
576da55d
GM
7553 * files.el (recover-session): Make directories as necessary
7554 if they don't exist yet.
7555
399c88ad
SS
7556 * calendar/cal-french.el
7557 (french-calendar-multibyte-special-days-array)
1b0672c3
GM
7558 (french-calendar-special-days-array): Change French text.
7559 (calendar-french-date-string): Change output.
7560 (calendar-goto-french-date): Likewise.
7561
75622000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
7563
7564 * wid-edit.el (widget-default-active): Obey `:always-active'.
7565 (widget-documentation-string-value-create): Set `:always-active'.
7566
4b33deaa
EZ
75672000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
7568
7569 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
7570 default prefix to `~/_emacs.d/auto-save.list/_s'.
7571 (normal-top-level): Create the directory for auto-save files, if
7572 it doesn't already exist (in the ms-dos case only).
7573
5c922ea7
EZ
75742000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
7575
7576 * international/mule-cmds.el (set-language-environment): Don't
7577 concat an integer (dos-codepage), use format instead.
7578
820ad5e7
DL
75792000-05-02 Dave Love <fx@gnu.org>
7580
7581 * help.el (help-xref-on-pp): Check for constant symbols.
7582
57cb56f5
GM
75832000-04-29 Gerd Moellmann <gerd@gnu.org>
7584
7585 * startup.el (normal-top-level): Put a condition-case around
7586 the code loading subdirs.el.
7587
75882000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
399c88ad 7589
57cb56f5
GM
7590 * ps-print.el: Upside-down and face background color printing,
7591 line number step, doc fix.
7592 (ps-print-version): New version number (5.2).
7593 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
7594 (ps-face-attribute-list, ps-plot-with-face): Code fix.
7595 (ps-spool-config): Var fix.
7596 (ps-printer-name-option): Const fix.
7597 (ps-print-upside-down, ps-use-face-background)
7598 (ps-line-number-step): New vars.
7599 (ps-window-system, ps-lp-system): New consts.
7600 (ps-face-background): New fun.
7601
084cec2f
GM
76022000-04-28 Richard Stallman <rms@gnu.org>
7603
7604 * files.el (make-auto-save-file-name):
7605 Apply auto-save-file-name-transforms to visited file name
7606 before generating auto save file name.
7607 (auto-save-file-name-transforms): New variable.
7608
399c88ad 7609 * files.el (backup-enable-predicate):
084cec2f
GM
7610 Correctly test for a file under a temporary directory.
7611
c94f4677
GM
76122000-04-28 Gerd Moellmann <gerd@gnu.org>
7613
7614 * subr.el (add-minor-mode): Rewritten.
7615
7b211df5
KH
76162000-04-28 Kenichi Handa <handa@etl.go.jp>
7617
7618 * mail/sendmail.el (sendmail-send-it): Set
7619 buffer-file-coding-system to the selected coding system for MIME
7620 header.
7621
c76e04a8 76222000-04-27 Gerd Moellmann <gerd@gnu.org>
e3e36d74 7623
c76e04a8
GM
7624 * dired.el (dired-move-to-filename-regexp): Allow format where
7625 YYYY is followed by two spaces.
e3e36d74 7626
c76e04a8
GM
7627 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
7628 in the second character class of the regexp.
7629
7630 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
7631 mh-etc, too.
353964e3 7632
c76e04a8
GM
7633 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
7634 nil.
399c88ad 7635
353964e3
GM
7636 * subr.el (add-minor-mode): Use `set' instead of `setq'.
7637
7638 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
7639 argument.
7640
c76e04a8 76412000-04-27 Sen Nagata <sen@eccosys.com>
399c88ad 7642
c76e04a8
GM
7643 * emacs-lisp/crm.el (crm-completion-table): New variable.
7644 (crm-collection-fn, crm-test-completion)
7645 (completing-read-multiple): Use it.
7646
76472000-04-27 Dave Love <fx@gnu.org>
7648
7649 * help.el (locate-library): Use mapc.
7650 (help-manyarg-func-alist): Add call-process-region.
7651
7464346d
GM
76522000-04-26 Gerd Moellmann <gerd@gnu.org>
7653
b35bd33d
GM
7654 * subr.el (add-minor-mode): Make argument MAP optional.
7655
7464346d
GM
7656 * desktop.el (desktop-save): Save list of minor modes.
7657 (desktop-create-buffer): Restore minor modes.
7658 (desktop-minor-mode-table): New user-option.
7659
7660 * subr.el (add-minor-mode): New function.
7661
7662 * image.el (find-image): New function.
7663 (defimage): Rewritten to find image at load time.
7664
7665 * startup.el (normal-top-level-add-to-load-path): Handle
7666 case that the default directory is not in load-path.
7667
7668 * help.el: Old patch from Stefan Monnier.
7669 (help-xref-on-pp): New function.
7670 (describe-variable): Use it to display xrefs in a symbol's value.
7671
23c0fb21
SM
76722000-04-26 Stefan Monnier <monnier@cs.yale.edu>
7673
7674 * cus-edit.el (custom-face): Fix parenthesis.
7675
fad95037
KH
76762000-04-26 Kenichi Handa <handa@etl.go.jp>
7677
f03392a1
KH
7678 * mail/rmail.el (rmail-expunge): When there are no deleted
7679 messages, do nothing.
fad95037 7680
0d7c5bb9
DL
76812000-04-26 Dave Love <fx@gnu.org>
7682
7683 * international/mule-cmds.el (locale-translation-file-name):
7684 Defvar to nil.
7685 (set-locale-environment): Set it here (at runtime).
7686
612839b6
GM
76872000-04-25 Gerd Moellmann <gerd@gnu.org>
7688
7689 * replace.el (perform-replace): Add parameters START and END. Use
7690 them instead of the check for a region in Transient Mark mode.
7691 (query-replace-read-args): Return two more list elements for the
7692 start and end of the region in Transient Mark mode.
7693 (query-replace, query-replace-regexp, query-replace-regexp-eval)
7694 (map-query-replace-regexp, replace-string, replace-regexp): Add
7695 optional last arguments START and END and pass them to
7696 perform-replace.
7697
7698 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
7699 form with additional arguments for perform-replace.
7700
7701 * progmodes/etags.el (tags-query-replace): Add parameters START
7702 and END. Construct a form with additional arguments for
7703 perform-replace.
7704
7705 * simple.el (shell-command): Set default directory for "*Shell
7706 Command Output" buffer.
7707
7708 * language/european.el (iso-latin-4): Fix typo.
7709
7710 * emacs-lisp/crm.el: New file.
7711
2917cc05
DL
77122000-04-24 Dave Love <fx@gnu.org>
7713
7714 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
7715 (Custom-reset-saved, Custom-reset-standard)
7716 (custom-group-value-create, custom-group-set, custom-group-save)
7717 (custom-group-reset-current, custom-group-reset-saved)
7718 (custom-group-reset-standard): Use mapc.
7719 (custom-buffer-create-internal): Disable undo when creating items.
7720 Use mapc.
7721 (custom-face): Avoid redundant lambda.
7722
abfcc168
GM
77232000-04-24 Gerd Moellmann <gerd@gnu.org>
7724
7725 * startup.el (auto-save-list-file-prefix): Set default to
7726 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
7727
fa78f71b
SS
77282000-04-24 Sam Steingold <sds@gnu.org>
7729
7730 * time-stamp.el (time-stamp-string-preprocess): Always convert
7731 `field-result' to a string.
7732
cc181e95
GM
77332000-04-24 Gerd Moellmann <gerd@gnu.org>
7734
7735 * frame.el (scrolling): New group.
7736 (automatic-hscrolling): New user-option.
7737
7738 * startup.el (command-line-x-option-alist): Add `-lsp' and
7739 `--line-spacing'.
7740
6142fdcb
DL
77412000-04-19 Dave Love <fx@gnu.org>
7742
7743 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
7744 (cl-mapc): Rename from mapc. Fix the funcall.
7745
5e3dac3f
GM
77462000-04-19 Gerd Moellmann <gerd@gnu.org>
7747
1c459486
GM
7748 * simple.el (clone-indirect-buffer-other-window): New command.
7749 (clone-indirect-buffer): Add optional arg NORECROD.
7750 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
7751
271b4185
GM
7752 * help.el (resize-temp-buffer-window): Use count-screen-lines.
7753
7754 * window.el (count-screen-lines): New function.
7755 (shrink-window-if-larger-than-buffer): Use count-screen-lines
7756 instead of window-buffer-height.
7757
7758 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
7759 non-existing variable comint-input-sentinel.
7760 (inferior-lisp-args-to-list): Removed.
7761 (inferior-lisp): Use split-string instead of
7762 inferior-lisp-args-to-list.
7763
7764 * hexl.el (hexl-insert-hex-string): New command.
7765
5e3dac3f
GM
7766 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
7767 instead of concat.
7768
f6d3257b
GM
77692000-04-18 Gerd Moellmann <gerd@gnu.org>
7770
7771 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
7772 at the start of an existing but empty folder.
7773
77742000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7775
7776 * ps-mule.el: Customization fix, doc fix.
7777 (ps-multibyte-buffer): Customization fix.
7778
8b7bc628 77792000-04-17 Richard M. Stallman <rms@gnu.org>
e61482c0
RS
7780
7781 * subr.el (read-passwd): Use read-char-exclusive.
7782
0daee095
GM
77832000-04-17 Gerd Moellmann <gerd@gnu.org>
7784
7785 * textmodes/texinfo.el (texinfo-insert-@email)
7786 (texinfo-insert-@emph, texinfo-insert-@quotation)
7787 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
7788 (texinfo-mode-map): Add key bindings for them.
7789
7790 * files.el (basic-save-buffer-2): Use a template with `$'
7791 instead of `#' for VMS.
7792
7793 * simple.el (clone-indirect-buffer): New function.
7794
e10f64e7
GM
77952000-04-16 Stephen Eglen <stephen@gnu.org>
7796
7797 * iswitchb.el (iswitchb-case): New function. If the user input
7798 contains any upper-case characters, the search is made
7799 case-sensitive.
7800
e3721db1
SM
78012000-04-17 Stefan Monnier <monnier@cs.yale.edu>
7802
e10f64e7
GM
7803 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
7804 comment-end.
e3721db1
SM
7805 (texinfo-font-lock-syntactic-keywords): New var.
7806 (texinfo-font-lock-keywords): Remove comment regexp.
7807 (texinfo-insert-block): New function.
7808 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
e10f64e7
GM
7809 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
7810 and font-lock-defaults. Use regexp-opt for outline-regexp.
e3721db1 7811 (texinfo-environments): New var.
e10f64e7
GM
7812 (texinfo-environment-regexp): Use regexp-opt and
7813 texinfo-environments.
e3721db1 7814
e10f64e7
GM
7815 * textmodes/ispell.el (ispell-menu-map-needed): Check that
7816 ispell-process is bound since this might be eval'd before ispell
7817 is loaded.
7818 (ispell-message): Use a tiny bit less magic and a bit more hard
7819 data to figure out what kind of sc-cite-regexp to use.
e3721db1
SM
7820
7821 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
7822
7823 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
7824 (insert-cyclic-diary-entry): Unquote the lambda.
7825
7826 * gud.el (gud-jdb-build-source-files-list): Fix typo.
7827
7828 * files.el (backup-enable-predicate): Unquote the lambda.
7829
7830 * cus-edit.el (custom-face, face): Unquote the lambda.
7831
712dc9e0
GM
78322000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7833
7834 * ps-print.el: Check for line-beginning-position definition.
fa78f71b 7835
712dc9e0
GM
7836 * ps-print.el: Fix counting lines in a region.
7837 (ps-print-version): New version number (5.1.5).
7838 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
7839 (ps-printing-region): Fun code fix.
7840
ffc50f2a
GM
78412000-04-15 Gerd Moellmann <gerd@gnu.org>
7842
7843 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
7844 to file-directory-p.
7845
a2522dca
GM
78462000-04-14 Gerd Moellmann <gerd@gnu.org>
7847
7848 * gud.el (gud-jdb-build-source-files-list): Check that directory
7849 exists before calling directory-files.
7850
6e883610
DL
78512000-04-13 Dave Love <fx@gnu.org>
7852
7853 * emacs-lisp/trace.el: Change maintainer. Use new backquote
7854 syntax.
7855
7856 * emacs-lisp/cl-specs.el: Remove when, unless.
7857
7858 * emacs-lisp/cl-extra.el: Don't quote keywords.
7859 (cl-old-mapc): New variable.
7860 (mapc): Use it.
7861 (cl-map-intervals): Use with-current-buffer. Don't check for
7862 next-property-change.
7863 (cl-map-overlays): Use with-current-buffer.
7864 (cl-expt): Remove.
7865 (copy-tree, remprop): Define unconditionally.
7866
7867 * emacs-lisp/cl-compat.el (keywordp): Remove.
7868
7869 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
7870 to use keywordp.
7871 (edebug-spec): Enable keywordp.
7872
7873 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
7874 string-lessp.
7875
7876 * cus-start.el: Use keywordp.
7877
198e3c7a
GM
78782000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7879
7880 * diary-lib.el (include-other-diary-files): Fix the fix of
7881 2000-02-18 by doing a save-excursion.
7882
78832000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7884
7885 * ps-print.el: Customization fix, doc fix.
7886 (ps-print-version): New version number (5.1.4).
7887 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
7888 (ps-print-preprint): Adjust code.
7889 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
7890 (ps-print-prologue-header, ps-print-control-characters)
7891 (ps-spool-config): Customization fix.
fa78f71b 7892
8eba343c
EZ
78932000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
7894
7895 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
7896 converted to the new menu-item format, names silightly changed,
7897 help strings added.
7898
7899 Support for spelling without async subprocesses:
7900
7901 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
7902 (ispell-session-buffer): New variables.
7903 (ispell-start-process, ispell-process-status,
7904 ispell-accept-output, ispell-send-string): New functions, for
7905 Ispell invocation when async subprocesses aren't supported.
7906 (ispell-word, ispell-pdict-save, ispell-command-loop,
7907 ispell-process-line, ispell-buffer-local-parsing): Replace calls
7908 to process-send-string with calls to ispell-send-string, and
7909 accept-process-output with ispell-accept-output.
7910 (ispell-init-process): Call ispell-process-status instead of
7911 process-status with.
7912 (ispell-init-process): Call ispell-start-process. Call
7913 ispell-accept-output and ispell-send-string. Don't call
7914 process-kill-without-query and kill-process if they are unbound.
7915 (ispell-async-processp): New function.
7916
3d30065d
DL
79172000-04-12 Dave Love <fx@gnu.org>
7918
7919 * info.el: Add debug-ignored-errors.
7920 (Info-mode-menu): Add some items.
7921 (Info-directory): Add autoload cookie.
7922
7923 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
7924 Modify `truncate-lines'. Make `describe-language-environment'
7925 always visible and add help. Modify `describe-key' help. Invoke
7926 Info-directory from `info'. New entry `emacs-manual'.
7927
1a1b1895
GM
79282000-04-10 Gerd Moellmann <gerd@gnu.org>
7929
8b2affc5
GM
7930 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
7931 propertized-buffer-identification.
7932 (ebrowse-update-member-buffer-mode-line): Likewise.
7933 (ebrowse--mode-strings): Removed.
7934 (ebrowse--mode-line-props): Removed.
7935
1a1b1895
GM
7936 * files.el (auto-mode-alist): Add `EBROWSE'.
7937
7938 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
7939 space before testing for end of buffer.
7940 (ebrowse-load): Removed.
7941 (ebrowse-revert-tree-buffer-from-file): Rewritten.
7942 (ebrowse-create-tree-buffer): Rewritten.
7943 (ebrowse-tree-mode): Read tree from buffer.
7944
7945 * progmodes/ebrowse-ffh.el: Removed.
7946
223f3c91
KH
79472000-04-10 Kenichi Handa <handa@etl.go.jp>
7948
7949 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
7950
25fbf2c4
GM
79512000-04-10 Gerd Moellmann <gerd@gnu.org>
7952
7953 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
7954 at the wrong place.
7955
92c13173
DL
79562000-04-09 Dave Love <fx@gnu.org>
7957
7958 * files.el (backup-enable-predicate): Use
7959 temporary-file-directory, small-temporary-file-directory.
7960 (make-backup-file-name-function, backup-directory-alist): New
7961 variables.
7962 (make-backup-file-name-1): New function.
7963 (make-backup-file-name): Use it.
7964 (find-backup-file-name): Likewise. Use format for clarity, not
7965 concat.
7966 (file-newest-backup): Use make-backup-file-name.
7967
be0dbdab
GM
79682000-04-09 Gerd Moellmann <gerd@gnu.org>
7969
c45be9ac 7970 * progmodes/ebrowse-ffh.el: New file.
fa78f71b 7971
c45be9ac
GM
7972 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
7973 to ebrowse-ffh.el.
7974 (ebrowse-load): Add autoload.
7975
7976 * finder.el (finder-commentary): Add autoload cookie.
7977
be0dbdab
GM
7978 * mail/rfc2368.el: Correct author's email address.
7979
7980 * progmodes/ebrowse.el: New file.
7981
7982 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
7983 item help string.
7984 (easy-menu-do-add-item): Ditto.
7985 (easy-menu-define): Extend doc string.
7986
7987 * jit-lock.el (with-buffer-unmodified): Use
7988 restore-buffer-modified-p.
7989 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
7990 (jit-lock-function, jit-lock-stealth-fontify): Don't use
7991 with-buffer-unmodified.
7992
3f923efe
DL
79932000-04-08 Dave Love <fx@gnu.org>
7994
7995 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
7996 unless, when.
7997
d35bee0e
MK
79982000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
7999
8000 * viper-util.el (viper-put-on-search-overlay): New subroutine.
8001 (viper-flash-search-pattern): No operation when using Emacs
fa78f71b 8002 doesn't support face.
d35bee0e 8003 Use `viper-put-on-search-overlay'.
fa78f71b 8004
c407c570
GM
80052000-04-04 Gerd Moellmann <gerd@gnu.org>
8006
8007 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
8008 like C-r.
8009
8010 * progmodes/make-mode.el: Some doc fixes.
8011 (makefile-mode-abbrev-table): New variable.
8012 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
8013 (makefile-font-lock-keywords): Fontify includes and conditionals.
8014 (toplevel): Require `dabbrev' and `add-log' when compiling.
8015
8016 * replace.el (perform-replace): Don't move forward one char
8017 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
8018 to do that because it leaves point 1 position after the last
8019 replacement, after everything has been replaced.
8020
8021 * jit-lock.el (with-buffer-unmodified): New macro.
8022 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
8023 modified state.
8024 (jit-lock-function-1): Extracted from jit-lock-function; not
8025 preserving buffer's modified state.
8026 (jit-lock-function, jit-lock-stealth-fontify): Call
8027 jit-lock-function-1.
8028
8029 * mail/rfc2368.el: Remove supernumerary copyright line.
8030
685e5ed2
GM
80312000-04-04 Milan Zamazal <pdm@freesoft.cz>
8032
8033 * glasses.el: Provide facilities for inserting space before left
8034 parentheses and uncapitalization of identifiers.
8035 (glasses-mode): Try to remove old overlays in all cases.
8036
0166aed1
GM
80372000-04-03 Gerd Moellmann <gerd@gnu.org>
8038
62f20204
GM
8039 * progmodes/compile.el (compile-internal): Display the compilation
8040 buffer in a different frame, if it's already displayed there.
8041
6460c400
GM
8042 * mail/rfc2368.el: New file.
8043
c0510d27
GM
8044 * simple.el (sendmail-user-agent-compose): Recognize a `body'
8045 header and insert its value as mail body.
8046
8047 * subr.el (member-ignore-case): New function.
8048
8049 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
8050 (dabbrev--find-expansion): Ignore buffers matching a regexp
8051 from dabbrev-ignored-regexps.
8052
0166aed1
GM
8053 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
8054 to extensions handled by gzip.
8055
c0510d27
GM
80562000-04-03 Richard M. Stallman <rms@gnu.org>
8057
8058 * files.el (insert-directory): List the total free space
8059 along with the used space.
fa78f71b 8060
c0510d27
GM
8061 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
8062 line is followed by one that matches CITATION-REGEXP, end the
8063 paragraph.
8064
80652000-04-03 Markus Rost <rost@delysid.gnu.org>
8066
8067 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
8068 (rmail-make-basic-summary-line): Use that option.
fa78f71b 8069
14c04384
KH
80702000-04-03 Kenichi Handa <handa@etl.go.jp>
8071
8072 * international/mule-cmds.el (encoded-string-description):
8073 Rewritten. Try pretty description for ISO 2022 escape sequences
3a100fd6
KH
8074 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
8075 for hexadecimal format.
14c04384 8076
ccf5869a
DL
80772000-04-01 Dave Love <fx@gnu.org>
8078
8079 * cpp.el: Change customization group to `c' from `C'.
8080
8081 * vcursor.el (vcursor-move): Use display-color-p.
8082
8083 * international/mule-util.el: Provide mule-utils.
8084 (string-to-sequence): Simplify and speed up.
8085
8086 * international/mule.el (make-coding-system): Purecopy doc-string.
8087
8088 * international/mule-cmds.el: Various menu changes.
8089 (describe-specified-language-support): Handle `Default'.
8090 (set-language-info): Purecopy `info'.
8091
610d841e
GM
80922000-03-31 Andrew Innes <andrewi@gnu.org>
8093
8094 * vc.el (vc-backend-diff): Return the correct status if we had to
8095 retry the rcsdiff command without the --brief option.
fa78f71b 8096
7f9de034
DL
80972000-03-31 Dave Love <fx@gnu.org>
8098
2de47765
DL
8099 * help.el (help-manyarg-func-alist): Correct several omissions.
8100
72838819
DL
8101 * add-log.el: Don't require cl, fortran.
8102 (add-log-current-defun-function): Doc fix.
8103 (change-log-version-number-regexp-list): Remove SCCS part. Doc
8104 fix.
8105 (change-log-version-rcs): Function deleted.
8106 (change-log-version-number-search): Doc fix. Use
8107 vc-workfile-version. Avoid CL dolist.
8108 (add-change-log-entry): Just call add-log-current-defun to get
8109 defun. Simplify somewhat.
8110 (change-log-get-method-definition-1): Likewise.
8111 (add-log-current-defun): Return nil if calling
8112 add-log-current-defun-function does so. Move Fortran stuff to
8113 fortran.el. Return string without properties.
8114
7f9de034
DL
8115 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
8116 and :alpha: char classes.
8117
8118 * mail/supercite.el: Defvar curline when compiling.
8119 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
8120 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
8121 rather than a-zA-Z0-9 to allow non-ASCII characters.
8122
aa110c0c
GM
81232000-03-31 Gerd Moellmann <gerd@gnu.org>
8124
8125 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
8126
8127 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
8128 Re-enable new code.
8129
8130 * lpr.el (print-region-1): Use -d to specify printer name for
8131 systems `usg-unix-v*, `dgux', `hpux', `irix'.
8132
81332000-03-31 Dave Love <fx@gnu.org>
fa78f71b 8134
aa110c0c
GM
8135 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
8136 for function definition in symbol's function value slot first
8137 instead of first consulting byte-compile-function-environment.
fa78f71b 8138
6733d074
KH
81392000-03-31 Kenichi Handa <handa@etl.go.jp>
8140
8141 * language/european.el ("Polish"): New language environment.
8142 (setup-polish-environment): New function.
8143
63fcfa04
GM
81442000-03-30 Gerd Moellmann <gerd@gnu.org>
8145
8146 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
8147 Disable new code.
8148
8149 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
8150 trying to `load' the symbol of an autoload instead of the file
8151 recorded in the autoload. Fix error messages.
8152
7438c86b
GM
81532000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8154
8155 * ps-print.el: PostScript programming fix for ghostview, doc fix.
8156 (ps-print-version): New version number (5.1.3).
8157 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
8158 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
8159 (ps-generate-postscript-with-faces): Code fix.
8160 (ps-color-values): XEmacs compatibility.
8161 (ps-print-background-image, ps-print-background-text, ps-printer-name)
8162 (ps-default-fg, ps-default-bg): Adjust customization.
8163 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
8164 (ps-color-scale): Renaming old ps-color-value fun.
8165 (ps-print-headers): Replace ps-print-header group to avoid conflict
8166 with ps-print-header variable.
8167 (ps-print-miscellany): New group.
8168 (ps-format-color, ps-rgb-color): New funs.
8169 (ps-default-foreground): New var.
8170 (ps-printer-name-option): New const.
fa78f71b 8171
326855a0
PB
81722000-03-30 Peter Breton <pbreton@ne.mediaone.net>
8173
1f56ba73
PB
8174 * net/net-utils.el:
8175 (network-connection-host, network-connection-service): New variables
8176 (network-connection-mode): New mode, derived from comint-mode
8177 (network-connection-mode-setup): New function, saves host and
fa78f71b 8178 service information in local variables.
1f56ba73 8179
326855a0
PB
8180 * lisp/locate.el:
8181 (locate-word-at-point): Added this function
8182 (locate): Default to using locate-word-at-point as input
8183 Run dired-mode-hook
8184
141384bd
DL
81852000-03-29 Dave Love <fx@gnu.org>
8186
8187 * calendar/appt.el: Doc fixes.
8188 (appt-check): Convert min-to-app to a string before passing to
8189 appt-disp-window-function or concat.
8190 (appt-delete-window): Remove test for frame-root-window.
8191 (appt-select-lowest-window, appt-convert-time): Simplify.
8192
8193 * emacs-lisp/bytecomp.el: Doc fixes.
8194 (byte-compile-file-form-autoload): Update
8195 byte-compile-function-environment.
8196
c5aa0fc2
AS
81972000-03-29 Andreas Schwab <schwab@suse.de>
8198
8199 * emacs-lisp/autoload.el: Also print defsubst doc string
8200 specially.
8201
8202 * dired.el (dired-insert-directory): If dired-free-space-program
8203 failed just delete its output.
8204
f1d6fe69
DL
82052000-03-29 Dave Love <fx@gnu.org>
8206
8207 * international/iso-cvt.el: Move provide to end. Doc fixes.
8208 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
8209 (iso-iso2sgml, iso-sgml2iso): New functions.
8210 (iso-cvt-define-menu): Fix some entries and use backquote for
8211 clarity.
8212
8213 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
8214
b61f1215
GM
82152000-03-28 Gerd Moellmann <gerd@gnu.org>
8216
8217 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
8218 ISO-DATE. If non-nil, return date in ISO 8601 format.
8219
ea4b0ca3
SM
82202000-03-26 Stefan Monnier <monnier@cs.yale.edu>
8221
3831af62
SM
8222 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
8223 if it ever becomes used.
8224 (log-edit-mode-hook): Default to vc-log-mode-hook.
8225 (log-edit-mode): Fix the docstring.
8226
ea4b0ca3
SM
8227 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
8228 the code.
8229
08f8b1cc
DL
82302000-03-26 Dave Love <fx@gnu.org>
8231
082527fe
DL
8232 * net/browse-url.el (browse-url): Re-fix case of
8233 browse-url-browser-function being an alist.
8234 (browse-url): Add :link to defgroup.
8235
08f8b1cc
DL
8236 * files.el: Doc fixes.
8237 (file-truename): Include `[' in wildcard characters.
8238 (automount-dir-prefix): Customize.
8239 (find-file-wildcards): Add :version.
8240 (find-file-noselect): Simplify a mapcar call.
8241
8242 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
8243 compatible with inf-lisp version.
8244 (eval-defun-1): Fix custom-declare-variable case.
8245
ea4b0ca3
SM
82462000-03-25 Stefan Monnier <monnier@cs.yale.edu>
8247
8248 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
8249
9a0dd3dc
GM
82502000-03-24 Gerd Moellmann <gerd@gnu.org>
8251
b68c375f
GM
8252 * Makefile (COMPILE_FIRST): New macro.
8253 (compile-files): Compile files from COMPILE_FIRST first.
8254
8255 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
8256 code.
8257
9a0dd3dc
GM
8258 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
8259 matching open parenthesis in column 0 to defun-prompt-regexp
8260 only if open-paren-in-column-0-is-defun-start is set.
8261
8262 * sun-curs.el: Require CL at compile-time only.
8263
8264 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
8265 instead of copy-list which is a function from CL.
8266 (msb--choose-menu, msb--mode-menu-cond)
8267 (msb--create-buffer-menu-2): Use dolist instead of mapc.
8268 (msb--init-file-alist): Use mapcar instead of mapcan.
8269 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
8270 `(' in column 0 in doc string.
8271 (msb--add-separators): Use mapcar instead of mapcan.
8272
8273 * cus-dep.el: Require CL at compile-time only.
8274
c7dcadb5
SM
82752000-03-24 Stefan Monnier <monnier@cs.yale.edu>
8276
8277 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
8278 (byte-compile-warnings): New warning `noruntime'.
8279 (byte-compile-constants, byte-compile-variables): Fix docstring.
8280 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
8281 execute `eval-whenc-compile's body.
8282 (byte-compile-unresolved-functions): Fix docstring.
8283 (byte-compile-eval): New function.
8284 (byte-compile-callargs-warn): Check if the function will be available
8285 at runtime (via property `byte-compile-noruntime').
8286 (byte-compile-print-syms): New function.
8287 (byte-compile-warn-about-unresolved-functions): Also warn about
8288 `noruntime' functions (and use `byte-compile-print-syms').
8289 (byte-compile-file): Capitalize the message.
8290
3b55acc9
GM
82912000-03-24 Gerd Moellmann <gerd@gnu.org>
8292
8293 * mail/rmail.el (rmail-confirm-expunge): New user-option.
8294 (rmail-expunge): Ask for confirmation depending on the setting
8295 of rmail-confirm-expunge.
8296
82972000-03-23 Gerd Moellmann <gerd@gnu.org>
8298
8299 * Makefile (bootstrap-clean): If $(emacs) exists, build
8300 loaddefs.el first. A loaddefs.el that's not up-to-date might
8301 cause a bootstrap failure because things don't autoload as
8302 expected.
8303
02c76af4
DL
83042000-03-23 Dave Love <fx@gnu.org>
8305
8306 * net/browse-url.el: Restore previous use of
8307 browse-url-maybe-new-window.
8308
1a3199d9
GM
83092000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8310
8311 * ps-print.el: Skip banner page fix.
8312 (ps-print-version): New version number (5.1.2).
8313 (ps-begin-file, ps-end-file, ps-generate): Code fix.
fa78f71b 8314
1a3199d9
GM
83152000-03-23 Dave Pearson <davep@davep.org>
8316
8317 * net/quickurl.el Changed the type of parameter passed to the
8318 function defined by `quickurl-format-function'. Before only the
8319 text of the URL was passed. Now the whole URL structure is passed
8320 and the function is responsible for extracting the parts it
8321 requires. Changed the default of `quickurl-format-function'
8322 accordingly.
8323 (quickurl-insert): Changed the `funcall' of
8324 `quickurl-format-function' to match the above change.
8325 (quickurl-list-insert): Changed the `url' case so that it makes
8326 use of `quickurl-format-function', previous to this the format was
8327 hard wired.
fa78f71b 8328
72db3ab5
GM
83292000-03-22 Gerd Moellmann <gerd@gnu.org>
8330
8331 * startup.el: Change some spellings for the X Window System.
8332
68049bfa
SM
83332000-03-22 Stefan Monnier <monnier@cs.yale.edu>
8334
8335 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
8336 up the code and the regexp and make sure the cursor is temporarily
8337 moved to the suspicious line while querying the user.
8338
ff4df011
JR
83392000-03-22 Jason Rumney <jasonr@gnu.org>
8340
8341 * w32-fns.el (w32-charset-info-alist): Initialize.
8342
ee1c5b21
GM
83432000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8344
8345 * ps-print.el: N-up last page fix.
8346 (ps-print-version): New version number (5.1.1).
8347 (ps-end-file, ps-end-job, ps-generate): Code fix.
fa78f71b 8348
d2cbfba0
SM
83492000-03-21 Stefan Monnier <monnier@cs.yale.edu>
8350
bfb857d8
SM
8351 * files.el (find-file-run-dired): Update docstring.
8352 (find-directory-functions): New hook.
8353 (find-file-noselect): Run find-directory-functions rather than
8354 calling dired directly.
8355
8356 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
8357
cb3430a1
SM
8358 * pcvs.el: Add a minimal leading commentary.
8359 (cvs-make-cvs-buffer): Change the header part by removing the startup
8360 message and adding a `Module' entry. Also replace the FOOTER and
8361 HEADER special fileinfos with the new support in ewoc for updating
8362 its own footer and header.
8363 (cvs-update-header): Update to use the header/footer of the ewoc.
8364 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
8365 (cvs-is-within-p): New function.
8366 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
8367 to only examine some subset of the buffers.
8368
8369 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
8370 `format' instead of our own ad-hoc functions.
8371 Remove HEADER and FOOTER cases, now handled in the EWOC.
8372 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
8373
8374 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
8375 output to avoid scaring the user.
8376 (cvs-parse-table): Catch message for non-up-to-date commits.
8377
8378 * pcvs-defs.el (cvs-startup-message): Remove.
8379 (cvs-global-menu): New autoloaded menu.
8380
8381 * pcvs-util.el (cvs-string-fill): Remove.
8382
8383 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
8384 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
8385 PP part of it and also make it work for footers and headers.
8386 (ewoc-create): Drop POS and BUFFER arguments.
8387 Use the DLL's dummy node to store the end-of-footer position.
8388 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
8389 (ewoc-refresh): Remove unused `header' variable.
8390 (ewoc-(get|set)-hf): New functions.
8391
d2cbfba0
SM
8392 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
8393 log-view-*-(message|file) and use easy-mmode-define-navigation.
8394 (log-view-message-re): Match SCCS format as well.
8395 And match the revision line rather than the dashed separator line.
8396 (log-view-mode): Use the new define-derived-mode.
8397 (log-view-current-tag): Fill in with an actual implementation.
8398
8399 * cvs-status.el (cvs-status-(prev|next)): Rename from
8400 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
8401 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
8402 to let the output "breathe" a little more (more readable).
8403 (cvs-status-mode): Use the new define-derived-mode.
8404
8405 * smerge-mode.el (smerge-auto-leave): New function and variable.
8406 (smerge-basic-map): Rename from smerge-basic-keymap.
8407 Change the bindings for smerge-diff-*.
8408 (smerge-*-map): Use easy-mmode-defmap.
8409 (smerge-(next|prev)): Use easy-mmode-define-navigation.
8410 (smerge-keep-*): Use smerge-auto-leave.
8411
51663132
JR
84122000-03-21 Jason Rumney <jasonr@gnu.org>
8413
8414 * cus-edit.el (custom-button-face): Use 3D look for w32.
8415 (custom-button-pressed-face): Likewise.
8416
3f6e4b8b
GM
84172000-03-21 Gerd Moellmann <gerd@gnu.org>
8418
8419 * progmodes/etags.el (tags-case-fold-search): New user-option.
8420 (tags-loop-eval): New function. Bind case-fold-search around eval
8421 depending on the value of tags-case-fold-search.
8422 (tags-loop-continue): Use tags-loop-eval.
8423 (find-tag-in-order): Bind case-fold-search depending on the value
8424 of tags-case-fold-search.
8425
c7ea3acc
SM
84262000-03-21 Stefan Monnier <monnier@cs.yale.edu>
8427
0ae39f53
SM
8428 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
8429 (diff-end-of-hunk): Return the end position for use in
8430 `easy-mmode-define-navigation'.
8431 (diff-recenter): Remove.
8432 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
8433 of `easy-mmode-define-navigation'.
8434 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
8435 previous renaming) and fix to use new names.
8436 (diff-merge-strings): Use \n as separator: simpler, faster.
8437 (diff-mode): Use `define-derived-mode'.
8438
c7ea3acc
SM
8439 * derived.el (define-derived-mode): Don't autoload anymore.
8440 Prefer the macro-only version provided by easy-mmode.el.
8441
8442 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
8443 `easy-mmode-define-derived-mode'.
8444 Use `combine-run-hooks'.
8445 (easy-mmode-define-navigation): New macro.
8446
8447 * subr.el (combine-run-hooks): New function.
8448
6c4bfdc0
KH
84492000-03-21 Kenichi HANDA <handa@etl.go.jp>
8450
8451 * term/x-win.el: Fontsets related initialization is simplified.
8452
8453 * international/mule-diag.el (describe-font): Don't refer to
8454 global-fontset-alist, instead call font-list.
8455 (describe-fontset, list-fontsets, mule-diag): Likewise.
8456 (print-fontset): Adjusted for the change of fontset
8457 implementation.
8458
8459 * international/fontset.el (x-charset-registries): Variable
8460 removed, instead the corresponding data is stored in the default
8461 fontset.
8462 (register-alternate-fontnames): Function removed.
8463 (resolved-ascii-font): Variable removed.
8464 (x-compose-font-name): Ignore the second argument REDOCE.
8465 (x-complement-fontset-spec): Complement only an ASCII font and
8466 element for those charsets than can use that ASCII font.
8467 (generate-fontset-menu): Don't refer to global-fontset-alist,
8468 instead call fontset-list.
8469 (uninstantiated-fontset-alist): Variable removed.
8470 (x-style-funcs-alist): Likewise.
8471 (fontset-default-styles): Likewise.
8472 (x-modify-font-name): Function removed.
8473 (create-fontset-from-fontset-spec): Ignore the argument
8474 STYLE-VARIANT.
8475 (create-fontset-from-ascii-font): Docsting adjusted for the above
8476 change.
8477 (instantiate-fontset, resolve-fontset-name): Functions removed.
8478 (fontset-list): Now implemented by C code.
fa78f71b 8479
6c4bfdc0
KH
8480 * faces.el (read-face-font): Fix TABLE arg to completing-read.
8481 (describe-face): Include `font' attribute in the description.
8482
9111d4b5
KH
84832000-03-21 Kenichi Handa <handa@etl.go.jp>
8484
8485 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
8486
b33dd3b0
GM
84872000-03-20 Gerd Moellmann <gerd@gnu.org>
8488
a25bbe00
GM
8489 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
8490 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
8491 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
fa78f71b 8492
b33dd3b0
GM
8493 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
8494 about behavior of set-buffer-modified-p wrt redisplay.
8495
8b7bc628 84962000-03-19 Richard M. Stallman <rms@gnu.org>
e53ae11c
RS
8497
8498 * view.el (view-mode-disable): Kill local binding of view-read-only.
8499
d7b511c4
GM
85002000-03-18 Gerd Moellmann <gerd@gnu.org>
8501
8502 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
8503 is a string, convert it to a syntax cell using string-to-syntax.
8504
8505 * simple.el (syntax-code-table, syntax-flag-table): New variables.
8506 (string-to-syntax): New function.
8507
8508 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
8509 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
b33dd3b0 8510 try to use passive ftp mode.
d7b511c4 8511
998ecc60
GM
85122000-03-17 Gerd Moellmann <gerd@gnu.org>
8513
b33dd3b0 8514 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
998ecc60
GM
8515
8516 * simple.el (append-to-buffer): Update point of windows after
8517 insertion.
8518
8519 * abbrev.el (inverse-add-abbrev): Identify word by first moving
8520 forward then moving backward. Reindent.
8521
8522 * frame.el (other-frame): Call x-focus-frame only if
8523 focus-follows-mouse is off.
8524
235d6821
DL
85252000-03-17 Dave Love <fx@gnu.org>
8526
8527 * pcvs-util.el (cvs-strings->string): Rename
8528 replace-regexps-in-string.
8529
a29a2cd1
SM
85302000-03-17 Stefan Monnier <monnier@cs.yale.edu>
8531
af595444
SM
8532 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
8533 regexp for labels cannot span several lines.
8534
8535 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
998ecc60 8536 `(setq :<key> ':<key>)' to the macro expansion.
a29a2cd1 8537
a9be2843
DL
85382000-03-16 Dave Love <fx@gnu.org>
8539
8540 * progmodes/f90.el (f90): Put custom group under `languages', not
8541 `fortran'.
8542 (f90-mode-hook): Customize.
8543 (f90-mode): Set add-log-current-defun-function.
8544 (f90-current-defun): New function.
8545
d0ab3e9d
GM
85462000-03-16 Gerd Moellmann <gerd@gnu.org>
8547
16b20ed9
GM
8548 * cus-edit.el (custom-variable-tag-face): Handle case that
8549 default face's height is not a number.
8550 (custom-face-tag-face, custom-group-tag-face-1)
8551 (custom-group-tag-face): Ditto.
8552 (custom-group-tag-face-1): Add :group.
fa78f71b 8553
d0ab3e9d
GM
8554 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
8555
ae8ab422
GM
85562000-03-15 Gerd Moellmann <gerd@gnu.org>
8557
8558 * pcvs-defs.el (toplevel): Remove autoload cookie for form
8559 requiring easymenu.
8560
81c7ca69
GM
85612000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8562
8563 * ps-print.el: PostScript user-defined prologue, PostScript error
8564 handler, doc fix.
8565 (ps-print-version): New version number (5.1).
8566 (ps-user-defined-prologue, ps-error-handler-message)
8567 (ps-print-prologue-0, ps-error-handler-alist): New vars.
8568 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
8569 (ps-insert-string): New function.
fa78f71b 8570
dcf1003d
KH
85712000-03-15 Kenichi Handa <handa@etl.go.jp>
8572
8573 * international/ccl.el (ccl-compile-expression): Don't generate
8574 invalid self-assignment code.
8575
73825616
DL
85762000-03-14 Dave Love <fx@gnu.org>
8577
8578 * subr.el (replace-regexp-in-string): Renamed from
8579 replace-regexps-in-string. Doc fix.
8580
031020ac
DL
85812000-03-12 Dave Love <fx@gnu.org>
8582
8583 * cus-edit.el: Doc fixes.
8584 (customize-set-variable, customize-save-variable): Rename args for
8585 doc.
8586 (custom-variable-tag-face, custom-face-tag-face)
8587 (custom-group-tag-face-1, custom-group-tag-face): Modify from
8588 style which user identify as hyperlink.
8589 (hook): Don't add undefined functions to the hook.
8590 (debug-ignored-errors): Transfer message from bindings.el.
8591
9b2f3c38
GM
85922000-03-12 Gerd Moellmann <gerd@gnu.org>
8593
8594 * recentf.el (recentf-keep-non-readable-files-p): Remove
8595 double/nested definition.
8596
0d6e23cf
DL
85972000-03-12 Dave Love <fx@gnu.org>
8598
8599 * facemenu.el (facemenu-get-face): Use display-color-p.
8600 * enriched.el (enriched-decode-foreground): Likewise.
8601 (enriched-decode-background): Likewise.
8602 * isearch.el (isearch-highlight): Likewise.
8603 * info-look.el (info-lookup): Likewise.
8604 * simple.el (completion-setup-function): Likewise.
8605
8606 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
8607 :options.
8608
8609 * bindings.el (mode-line-format): Fix line-number and
8610 column-number items. Add help-echo for the background.
8611 (mode-line-mule-info): Modify help-echo.
8612
8613 * avoid.el (mouse-avoidance-mode): Add autoload cookie to
8614 defcustom.
8615
8616 * files.el (load-file): Allow completion to .elc.
8617
8618 * man.el: Doc fixes.
8619 (Man-init-defvars): Use display-color-p to set fontification.
8620
8621 * play/hanoi.el (hanoi-internal): Don't use oddp.
8622
e1cff360
GM
86232000-03-12 Gerd Moellmann <gerd@gnu.org>
8624
8625 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
8626
8627 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
8628
5e5dff44
GM
86292000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
8630
8631 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
8632 Fix comment.
8633
5b467bf4
SM
86342000-03-10 Stefan Monnier <monnier@cs.yale.edu>
8635
83fef604
SM
8636 * font-lock.el (font-lock-keywords): Fix the doc now that
8637 regexp-opt-depth is unnecessary.
8638 (save-buffer-state): Set an edebug spec.
8639 (font-lock-fontify-anchored-keywords): Properly handle the case when
8640 the matcher goes past the limit.
8641
5b467bf4
SM
8642 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
8643 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
8644
83fef604
SM
8645 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
8646 dll.el and cookie.el (from Elib) with heavy renaming and other
8647 massaging.
5b467bf4
SM
8648
8649 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
8650 Autoload the functions used.
8651 (easy-mmode-define-syntax): Fix CL typo.
8652 (easy-mmode-define-derived-mode): Improve the docstring generation.
8653
d407456c
GM
86542000-03-10 Gerd Moellmann <gerd@gnu.org>
8655
8656 * textmodes/texinfo.el (texinfo-version): Variable and function
8657 removed.
8658
5a7a545c
SM
86592000-03-09 Stefan Monnier <monnier@cs.yale.edu>
8660
0d6e23cf
DL
8661 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
8662 allow more flexibility.
8663 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
8664 fns.
8665 (easy-mmode-defmap, easy-mmode-defsyntax)
8666 (easy-mmode-define-derived-mode): New macros.
5a7a545c 8667
d407456c 86682000-03-09 Didier Verna <didier@xemacs.org>
445b0666
DL
8669
8670 * rect.el (replace-rectangle): New function.
8671
86722000-03-09 Dave Love <fx@gnu.org>
8673
8674 * progmodes/fortran.el (fortran-comment-line-start): Define as
8675 "C".
8676 (fortran-comment-line-start-skip): Don't match cpp stuff.
8677 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
8678 (fortran-mode-map): Remove over-eager custom-menu-create for now.
8679 (fortran-mode): Don't set fortran-comment-line-start-skip,
8680 fortran-comment-line-start here. Set comment-start,
8681 add-log-current-defun.
8682 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
8683 (fortran-current-defun): New function.
8684
80460654
GM
86852000-03-09 Gerd Moellmann <gerd@gnu.org>
8686
d1221ea9
GM
8687 * emacs-lisp/re-builder.el: New file.
8688
1853aa6b
GM
8689 * mouse.el (mouse-drag-region): Don't run up-event handler
8690 if hscroll has changed.
8691
80460654
GM
8692 * octave-mod.el (octave-font-lock-keywords): To font-lock the
8693 builtin operators, use `font-lock-builtin-face' for Emacs and
8694 `font-lock-preprocessor-face' otherwise.
fa78f71b
SS
8695
8696 * font-lock.el (lisp-font-lock-keywords-1): Highlight
80460654
GM
8697 `(defun (setf foo)' differently.
8698
c0056275
SM
86992000-03-08 Stefan Monnier <monnier@cs.yale.edu>
8700
8701 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
80460654
GM
8702 (regexp-opt): Update comment and adapt the code the new meaning of
8703 the `paren' argument of regex-opt-group for shy-groups.
8704 (regexp-opt-depth): Handle shy groups as well as backslashed
8705 backslashes.
c0056275
SM
8706 (regexp-opt-group): Turn the leading comment into a docstring.
8707 Allow `paren' to be a string (the string to use to open a group).
80460654
GM
8708 Remove open-presuf and close-presuf. Instead of checking for `all
8709 one-char' and then later on check for `several one-char', handle
8710 both cases close together. Also apply a more generic algorithm
8711 for suffixes (the mirror image of the algorithm used for
8712 prefixes). Use shy-groups. Use nreverse rather than reverse.
c0056275
SM
8713 (regexp-opt-try-suffix): Removed.
8714
8715 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
80460654
GM
8716 from comint-mode-map, so we can just inherit from it. Also, move
8717 the initialization into the `defvar' since there's no docstring
8718 anyway and it's fairly short.
8719 (inferior-scheme-mode): Define it as derived-mode: the code is
8720 shorter and this way we inherit from comint-mode-map rather than
8721 copying it.
c0056275 8722
80460654
GM
8723 * subr.el (replace-regexps-in-string): Properly handle the case
8724 where we match an empty string.
c0056275 8725
80460654
GM
8726 * comint.el (comint-exec-1): Add the current-dir to the exec-path
8727 when the command has a directory component (such as "./testml").
c0056275
SM
8728 Also fix a typo in the comment.
8729
5e91ff9e
GM
87302000-03-08 Gerd Moellmann <gerd@gnu.org>
8731
feab4fba
GM
8732 * Makefile (compile-files): Compile files one by one because
8733 that's the only way to ensure a clean compilation environment for
8734 each individual file.
8735
5e91ff9e
GM
8736 * frame.el (other-frame): Call x-focus-frame.
8737
76162e12
DL
87382000-03-07 Dave Love <fx@gnu.org>
8739
f64ce788
DL
8740 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
8741 :require to defcustom.
8742
76162e12
DL
8743 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
8744 lists.
8745
8746 * files.el (auto-mode-alist): Add configure.in.
8747
8748 * progmodes/autoconf.el: New file.
8749
f7daf1e1
GM
87502000-03-07 Gerd Moellmann <gerd@gnu.org>
8751
8752 * mail/mh-e.el: Change maintainer to `none'.
8753
8754 * recentf.el (recentf-keep-non-readable-files-p): Quote args
8755 to remove-hook and add-hook.
8756
87572000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
8758
8759 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
8760 it as the default.
8761 (mail-send): Test mail-send-nonascii also for the new `mime' value.
8762 (sendmail-send-it): Conditionally add MIME headers specifying the
8763 used character set.
fa78f71b 8764
63f6b2c4
DL
87652000-03-07 Dave Love <fx@gnu.org>
8766
8767 * winner.el: Fix keywords, autoload cookies. Split
8768 eval-when-compile form to avoid compilation failure.
8769
8330e2f9
KH
87702000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
8771
8772 * international/mule.el: Modify comment about coding system
8773 property `coding-category'.
8774 (make-coding-system): New argument EOL-TYPE. Pay attention to
8775 coding-category property of PROPERTIES.
8776
8777 * international/mule-conf.el (coding-category-utf-8,
8778 coding-category-utf-16-be, coding-category-utf-16-le): New coding
8779 categories. Include them in the argument for set-coding-priority.
8780
8781 * international/mule-cmds.el (reset-language-environment): Include
8782 coding-category-utf-8, coding-category-utf-16-be, and
8783 coding-category-utf-16-le in the argument for set-coding-priority.
8784 (reset-language-environment): Initialize coding-category-utf-8,
8785 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
8786
18bb0684
GM
87872000-03-06 Karl Fogel <kfogel@red-bean.com>
8788
8789 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
8790 code abstracted out of `bookmark-jump-noselect'. Now tries info
8791 extensions as well as compression extensions.
8792 (bookmark-jump-noselect): Use above new func.
fa78f71b 8793
71a6ba55
GM
87942000-03-03 Gerd Moellmann <gerd@gnu.org>
8795
8796 * strokes.el: Change maintainer's mail address.
8797
0d56cdff
KH
87982000-03-03 Kenichi Handa <handa@etl.go.jp>
8799
8800 * international/mule-diag.el (list-character-sets): Make help-echo
8801 string by substitute-command-keys.
8802 (list-character-sets): Likewise.
8803 (sort-listed-character-sets): Call help-setup-xref.
8804
900fa1f1
GM
88052000-03-02 Gerd Moellmann <gerd@gnu.org>
8806
8807 * time.el (display-time-mail-file): Add `none' to the list of
8808 choices.
8809
54d04320
DL
88102000-03-01 Dave Love <fx@gnu.org>
8811
43f3fa09
DL
8812 * help.el (help-xref-go-back): Don't try to set position.
8813
54d04320
DL
8814 * international/mule-diag.el (list-character-sets): Call
8815 help-setup-xref. Add help-echo to xrefs.
8816 (list-character-sets-1): Add help-echo to xrefs.
8817
d054101f
GM
88182000-03-02 Gerd Moellmann <gerd@gnu.org>
8819
8820 * frame.el (blink-cursor-mode): Switch cursor on when turning
8821 the mode off.
8822
8823 * add-log.el (add-log-current-defun): Add support for
8824 Autoconf mode.
8825
8826 * mail/rmail.el (rmail-quit-hook): New variable.
8827
d77dae5c
DL
88282000-03-01 Dave Love <fx@gnu.org>
8829
e5f597f0
DL
8830 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
8831
d77dae5c
DL
8832 * help.el (help-xref-button): Add help-echo arg.
8833 (describe-function-1, describe-variable, help-make-xrefs): Use it.
8834
8835 * faces.el (list-faces-display): Supply help-echo with
8836 help-make-xrefs.
8837
8838 * facemenu.el (list-text-properties-at): Set help-xref-stack to
8839 nil.
8840
72d19d75
GM
88412000-03-01 Gerd Moellmann <gerd@gnu.org>
8842
2df636f4
GM
8843 * image.el (defimage): Look for image files in load-path.
8844
fa78f71b 8845 * frame.el (busy-cursor-delay-seconds): Change type to
72d19d75
GM
8846 `number'.
8847
2df636f4
GM
88482000-03-01 David Ponce <david.ponce@wanadoo.fr>
8849
8850 * recentf.el (recentf): Added version tag to the defgroup of
8851 recentf.
8852
88532000-03-01 David Ponce <david.ponce@wanadoo.fr>
8854
8855 * recentf.el (recentf-cleanup): Changed to remove excluded file
8856 too.
8857 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
8858 action to select/unselect a file.
8859 (recentf-edit-list): Code cleanup and improvement.
8860 (recentf-open-more-files-action): `recentf-open-more-files' button
8861 widget action to open a file.
8862 (recentf-open-more-files): No more use standard completion but
8863 widgets.
8864 (recentf-more-collection): Deleted.
8865 (recentf-more-history): Deleted.
8866 (recentf-setup-more-completion): Deleted.
8867
88682000-03-01 David Ponce <david.ponce@wanadoo.fr>
8869
8870 * recentf.el (recentf-mode): No more needs that Emacs is running
8871 under a window-system.
8872
88731999-03-01 David Ponce <david.ponce@wanadoo.fr>
8874
8875 * recentf.el (recentf-edit-list): New command to edit the recent
8876 list which allow the user to remove files.
8877 (recentf-edit-selected-items): New global variable, used by
8878 `recentf-edit-list' to hold the list of files to be removed from
8879 the recent list.
8880 (recentf-make-menu-items): Updated to display a "Edit list..."
8881 menu item. Minor code cleanup.
8882
88831999-03-01 David Ponce <david.ponce@wanadoo.fr>
8884
8885 * recentf.el (recentf-open-more-files): New command to open files
8886 that are not displayed in the menu.
8887 (recentf-more-collection): New global variable holding the set of
8888 permissible completions used by `recentf-open-more-files'.
8889 (recentf-more-history): New global variable holding the history list
8890 used by `recentf-open-more-files' completion.
8891 (recentf-setup-more-completion): New function to setup completion for
8892 `recentf-open-more-files'.
8893 (recentf-make-menu-items): Updated to display a "More..." menu item.
8894
88951999-03-01 David Ponce <david.ponce@wanadoo.fr>
8896
8897 * recentf.el (recentf-menu-action): Doc fixed.
8898
88991999-03-01 David Ponce <david.ponce@wanadoo.fr>
8900
8901 * recentf.el (recentf-menu-filter): Doc updated.
8902 (recentf-update-menu-hook): Allow menu filters to force menu update.
8903 (recentf-make-menu-items): New menu filter handling.
8904 (recentf-make-menu-item): New helper function.
8905 (recentf-menu-elements): New menu handling function.
8906 (recentf-sort-ascending): Updated to new menu filter handling.
8907 (recentf-sort-descending): Updated to new menu filter handling.
8908 (recentf-sort-basenames-ascending): New menu filter function.
8909 (recentf-sort-basenames-descending): New menu filter function.
8910 (recentf-show-basenames): New menu filter function.
8911 (recentf-show-basenames-ascending): New menu filter function.
8912 (recentf-show-basenames-descending): New menu filter function.
8913
72d19d75
GM
89142000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8915
8916 * diary-lib.el (list-diary-entries): Don't try to go forward at
8917 the end of the buffer.
8918
1ac1c836
KH
89192000-02-29 Kenichi Handa <handa@etl.go.jp>
8920
8921 * international/mule-diag.el (list-character-sets): Completely
8922 rewritten.
8923 (sort-listed-character-sets): New function.
8924 (list-character-sets-1): Completely rewritten.
8925 (list-character-sets-2): New function.
8926 (non-iso-charset-alist): New variable.
8927 (decode-codepage-char): New function.
8928 (charset-history): New variable.
8929 (read-charset) (list-block-of-chars)
8930 (list-iso-charset-chars)
8931 (list-non-iso-charset-chars)
8932 (list-charset-chars): New functions.
8933 (mule-diag): Call list-character-sets-2, not
8934 list-character-sets-2.
8935 (dump-charsets): Likewise.
8936
ed4d0512
GM
89372000-02-29 Gerd Moellmann <gerd@gnu.org>
8938
72d19d75
GM
8939 * dired-x.el (dired-filename-at-point): Add `@' to valid
8940 file name characters.
8941 (dired-filename-at-point): Handle ange-ftp file names.
8942
ed4d0512
GM
8943 * frame.el (frame-notice-user-settings): Use assq-delete-all
8944 instead of assoc-delete-all.
8945 (frame-notice-user-settings): Ditto.
8946
8947 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
8948 Don't copy alist.
8949
32038c7a
GM
89502000-02-28 Eli Barzilay <eli@cs.cornell.edu>
8951
8952 * calculator.el (calculator-use-menu): New option.
8953 (calculator-initial-bindings): Changed some bindings to work as
8954 macros.
8955 (calculator-forced-input): Removed.
8956 (calculator-restart-other-mode): New variable.
8957 (calculator-mode-map): Set up menu.
fa78f71b 8958
32038c7a
GM
89592000-02-28 Jari Aalto <jari.aalto@poboxes.com>
8960
8961 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
8962 tags.
fa78f71b 8963
55d7ff38 89642000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
fa78f71b 8965
55d7ff38
MK
8966 * viper-cmd.el (viper-envelop-ESC-key): added the option to
8967 translate all ESC key sequences.
8968 (viper-goto-mark-subr): restore markers for files for which
8969 they were saved.
8970 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
8971 * viper-util.el (viper-set-replace-overlay-glyphs,
8972 viper-set-replace-overlay): always check if the replacement
8973 overlay is live.
8974 * viper.el (viper-vi-state-mode-list): added major modes.
8975 * ediff-wind.el: minor comment changes.
8976 * ediff.el: copyright notice date fix.
fa78f71b 8977
387023ee
JR
89782000-02-27 Jason Rumney <jasonr@gnu.org>
8979
8980 * faces.el (face-font-family-alternatives): Add arial to helv.
8981 (mode-line, header-line, tool-bar): Same default as x for w32.
8982 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
8983 face-font-family-alternatives from working.
8984 * term/w32-win.el (mouse-set-font): Do not build fontset from
8985 chosen font.
8986
f43d79c1
GM
89872000-02-25 Sam Steingold <sds@goems.com>
8988
5d80cc9c 8989 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
f43d79c1 8990 properly.
fa78f71b 8991
8b7bc628 89922000-02-25 Richard M. Stallman <rms@gnu.org>
f43d79c1
GM
8993
8994 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
8995
4eb8436f
GM
89962000-02-25 Gerd Moellmann <gerd@gnu.org>
8997
8998 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
8999 writable.
9000
449c3c52 9001 * frame.el (busy-cursor-delay-seconds): New option.
f5b58615 9002
42088c12
GM
90032000-02-24 Gerd Moellmann <gerd@gnu.org>
9004
9005 * frame.el (show-cursor-in-non-selected-windows): New option.
9006
c60ea02e
GM
90072000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
9008
9009 * diary-lib.el (include-other-diary-files): Undo the selective
9010 display in any included file and don't kill it.
9011
d066de8e
EZ
90122000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
9013
9014 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
9015 bar. Menu items converted to (menu-item format, help strings
9016 added.
9017 [downcase, upcase]: Don't enable on MS-DOS.
9018 [symlink, symlinks]: Don't show if make-symbolic-link is not
9019 bound.
9020 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
9021
b6906b38
DL
90222000-02-23 Dave Love <fx@gnu.org>
9023
275cf1b2
DL
9024 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
9025 (backward-kill-word): Revert addition of * to interactive spec --
9026 it's a feature.
9027
9028 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
9029 (backward-kill-sentence, kill-sentence): Likewise.
9030
99d48056
DL
9031 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
9032 scratch buffer name.
9033 (gud-format-command): Use int-to-string in ?l case. Simplify
9034 slightly.
9035
9036 * term/w32-win.el (internal-face-interactive): Update prompt for
9037 new read-face-name.
9038
9039 * mail/footnote.el (footnote): Add :version to defgroup.
9040 (footnote-section-tag-regexp): Customize.
9041 (footnote-start-tag, footnote-end-tag): New option.
9042 (footnote-latin-regexp): New variable.
9043 (Footnote-latin): New function.
9044 (footnote-style-alist): Add element for latin style.
9045 (footnote-style): Moved.
9046 (Footnote-goto-footnote): Use eq to test arg.
9047
9048 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
9049
b6906b38
DL
9050 * emacs-lisp/byte-opt.el: Change old backquote syntax.
9051 (byte-compile-trueconstp): Include keywords.
9052 (byte-optimize-quote, byte-optimize-lapcode): Use
9053 byte-compile-const-symbol-p.
9054 (byte-optimize-char-before): New optimization.
9055
9056 * emacs-lisp/bytecomp.el: Change old backquote syntax.
9057 (byte-compile-const-symbol-p): New function.
9058 (byte-compile-constp, byte-compile-out-toplevel)
9059 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
9060 Use it.
9061
9062 * subr.el (define-key-after): Default AFTER to t. Doc fix.
9063
214f877f
KH
90642000-02-23 Kenichi Handa <handa@etl.go.jp>
9065
c709bcf1
KH
9066 * international/encoded-kb.el: Be sure to update minor-mode-alist
9067 and minor-mode-map-alist.
9068 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
9069 codes SS2 and SS3 correctly.
9070 (encoded-kbd-self-insert-ccl): New function.
9071 (encoded-kbd-setup-keymap): New function.
9072 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
9073 by calling encoded-kbd-setup-keymap.
9074
214f877f
KH
9075 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
9076 characters.
9077 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
9078 locally.
9079
b021ef18
DL
90802000-02-22 Dave Love <fx@gnu.org>
9081
9082 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
9083 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
9084 defvar.
9085 (lisp-mode-syntax-table): Set up for #|...|# comments.
9086 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
9087 classes. Match `defface'.
9088 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
9089 (eval-defun-1): Fix for defcustom.
9090 (lisp-indent-region): Doc fix.
9091
9092 * subr.el (when, unless, split-string): Doc fix.
9093 (read-passwd): Move call of clear-this-command-keys to the right
9094 place.
9095 (replace-regexps-in-string): New function.
9096
14cc00ad
GM
90972000-02-22 Gerd Moellmann <gerd@gnu.org>
9098
9099 * help.el (describe-variable): Set syntax table to
9100 emacs-lisp-mode-syntax-table when moving forward over the
9101 symbol's name.
9102
47da5efa
DL
91032000-02-22 Dave Love <fx@gnu.org>
9104
9105 * xt-mouse.el: Doc fixes.
9106 (xterm-mouse-position-function): New function, replacing advice of
9107 mouse-position.
9108 (xterm-mouse-mode): Use it. Don't turn on under a window system.
9109
9110 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
9111
f0a6c717
GM
91122000-02-21 Gerd Moellmann <gerd@gnu.org>
9113
9114 * format.el (format-annotate-single-property-change): Handle
9115 properties.with dotted-list values.
9116 (format-proper-list-p): New function.
9117
9118 * enriched.el (enriched-face-ans): Handle '(foreground-color
9119 . COLOR) and (background-color . COLOR).
9120
2be80b63
DL
91212000-02-20 Dave Love <fx@gnu.org>
9122
9123 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
9124 and assignments to it.
9125 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
9126 current local map.
9127 (make-flyspell-overlay): Use it.
9128 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
9129
9130 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
9131 (lm-get-header-re): Defun, not defsubst.
9132 (lm-get-package-name): Defun, not defsubst. Simplify.
9133 (lm-version): Doc fix. Simplify.
9134 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
9135 (lm-crack-address, lm-last-modified-date, lm-commentary)
9136 (lm-verify, lm-synopsis): Simplify.
9137 (lm-report-bug): Require emacsbug. Use compose-mail.
9138
329eed9f
GM
91392000-02-20 Gerd Moellmann <gerd@gnu.org>
9140
9141 * dired.el (dired-mode): Call propertized-buffer-identification
9142 to set mode-line-buffer-identification to something having
9143 the right text properties.
9144
9145 * bindings.el (propertized-buffer-identification): New function.
9146
be5bb146
DL
91472000-02-20 Dave Love <fx@gnu.org>
9148
9149 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
9150 check for t-mouse too.
9151
9152 * cus-start.el: Make echo-keystrokes `number'.
9153
1d4311c3
EZ
91542000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
9155
9156 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
9157 Don't call ring-empty-p unless tags-location-ring is bound.
9158 From Noah Friedman <friedman@splode.com>.
9159
a23c5037
TTN
91602000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
9161
9162 * progmodes/hideshow.el (hs-flag-region): No longer use
9163 `intangible' overlay property.
9164
9165 (hs-toggle-hiding): New command.
9166 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
9167
9168 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
9169 Fix omission bug: Run `hs-minor-mode-hook' for both activation
9170 and deactivation.
9171
b6a22bf8
GM
91722000-02-18 Gerd Moellmann <gerd@gnu.org>
9173
9174 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
9175
d621caf7
GM
91762000-02-17 Gerd Moellmann <gerd@gnu.org>
9177
3c0ed7ce
GM
9178 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
9179
d621caf7
GM
9180 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
9181 of `*' to handle `(* ... *)' comments.
9182
538d88fb
EZ
91832000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
9184
53c80cf6 9185 * faces.el (list-faces-display): Use display-mouse-p instead of
f24fef2f 9186 window-system.
53c80cf6 9187
538d88fb
EZ
9188 * menu-bar.el (global-map): Menu-bar items converted to the new
9189 format (menu-item..., rearranged for better CUA compliance, and
9190 their names changed for better clarity. Help strings added.
9191
9192 * international/mule-cmds.el (mule-menu-keymap)
9193 (describe-language-environment-map, set-coding-system-map)
9194 (setup-language-environment-map): Convert to new (menu-item...
9195 form, add help strings. Change names of menu items for better
9196 clarity. "Mule" menu-bar item removed (it's now in the "Options"
9197 submenu).
9198
8389e1e2 91992000-02-17 Gerd Moellmann <gerd@gnu.org>
84fe35f0 9200
a23c5037 9201 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
8389e1e2 9202 within the code.
a23c5037 9203
8389e1e2 92042000-02-16 Dave Love <fx@gnu.org>
a23c5037 9205
84fe35f0
DL
9206 * faces.el: Don't require custom. Add more specific :groups to
9207 various deffaces.
9208 (set-face-attribute): Purecopy args.
9209 (read-face-name): Default to name at point and use it in prompt.
9210 Remove colon from arg in all callers.
9211 (list-faces-display): Hyperlink to face descriptions and customize
9212 buffers.
9213
b2aeee30
DL
92142000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
9215
9216 * wid-edit.el (widget-match-inline): An atom never matches a
9217 list.
9218
99e95407
GM
92192000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
9220
82d2c7c5
DL
9221 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
9222 at ':' characters by call to split-string.
99e95407
GM
9223
92242000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
9225
82d2c7c5 9226 * textmodes/bibtex.el: Added RCS version identification.
99e95407
GM
9227
92282000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
9229
82d2c7c5
DL
9230 * textmodes/bibtex.el: Some temporary comments removed.
9231 (bibtex-field-name, bibtex-entry-type): Made the relationship
9232 explicit.
9233 (bibtex-field-const): Allow capital letters.
9234 (bibtex-start-of-string): Deleted because unused.
9235
9236 * textmodes/bibtex.el: Unified some nomenclature. We no longer
9237 use the term 'reference' to describe a bibtex entry as a whole.
9238 Further, reference keys are no longer called 'labels'.
9239 (bibtex-keys): Renamed to bibtex-reference-keys.
9240 (bibtex-reformat-previous-labels): Renamed to
9241 bibtex-reformat-previous-reference-keys.
9242 (bibtex-reference-type): Renamed to bibtex-entry-type.
9243 (bibtex-reference-head): Renamed to bibtex-entry-head.
9244 (bibtex-reference-maybe-empty-head): Renamed to
9245 bibtex-entry-maybe-empty-head.
9246 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
9247 (bibtex-search-reference): Renamed to bibtex-search-entry.
9248 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
9249 bibtex-enclosing-entry-maybe-empty-head.
9250 (bibtex-entry-field-alist, bibtex-entry-head,
9251 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
9252 bibtex-map-entries, bibtex-search-entry,
9253 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
9254 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
9255 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
9256 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
9257 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
9258 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
9259 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
99e95407
GM
9260
92612000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
9262
82d2c7c5
DL
9263 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
9264 comment.
9265 (bibtex-format-field-delimiters): New function, functionality
9266 extracted from bibtex-format-entry.
9267 (bibtex-autokey-get-yearfield-digits): New function, functionality
9268 extracted from bibtex-autokey-get-yearfield.
9269
9270 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
9271 entries in order to avoid stack overflow in the regexp matcher if
9272 field contents become large.
9273 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
9274 bibtex-field-string-part-not-braced,
9275 bibtex-field-string-part-no-inner-braces,
9276 bibtex-field-string-part-1-inner-brace,
9277 bibtex-field-string-part-2-inner-braces,
9278 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
9279 bibtex-field-string-quoted, bibtex-field-string,
9280 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
9281 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
9282 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
9283 as parsing is now performed by the following functions.
9284 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
9285 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
9286 bibtex-parse-field-string, bibtex-search-forward-field-string,
9287 bibtex-parse-association, bibtex-field-name-for-parsing,
9288 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
9289 bibtex-search-forward-field, bibtex-search-backward-field,
9290 bibtex-start-of-field, bibtex-end-of-field,
9291 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
9292 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
9293 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
9294 bibtex-parse-string, bibtex-search-forward-string,
9295 bibtex-search-backward-string, bibtex-start-of-string,
9296 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
9297 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
9298 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
9299 entries. Instead of reporting the results of the parsing by
9300 match-beginning or match-end, these functions return data structures
9301 that hold the corresponding positions.
9302 (bibtex-enclosing-field): Changed to also report field boundaries by
9303 return values rather than by match-beginning or match-end. The
9304 following functions have been adapted to use the new parsing
9305 functions.
9306 (bibtex-skip-to-valid-entry, bibtex-search-reference,
9307 bibtex-enclosing-field, bibtex-format-entry,
9308 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
9309 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
9310 bibtex-print-help-message, bibtex-end-of-entry,
9311 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
9312 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
9313 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
9314 method for parsing.
9315 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
9316 bibtex-map-entries, bibtex-flash-head,
9317 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
9318 bibtex-autokey-change, bibtex-autokey-get-namefield,
9319 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
9320 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
9321 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
9322 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
9323 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
9324 order to make the new binding of case-fold-search immediately
9325 visible.
99e95407
GM
9326
93272000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
9328
82d2c7c5
DL
9329 * textmodes/bibtex.el: Copyright notice is up to date.
9330 Added constant 'bibtex-maintainer-salutation.
99e95407 9331
82d2c7c5
DL
9332 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
9333 than make-temp-name, use match-string-no-properties and eliminate
9334 a quadratic behavior when building bibtex-strings.
99e95407 9335
82d2c7c5
DL
9336 * bibtex.el (bibtex-reference-key): Accept string entries whose
9337 reference key contains upper case letters.
99e95407
GM
9338
93392000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
9340
82d2c7c5
DL
9341 * bibtex.el (bibtex-reference-head): Allow entries to start with
9342 a new line.
99e95407
GM
9343
93442000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
9345
82d2c7c5
DL
9346 * bibtex.el: Hiding of entry bodies is not longer provided by
9347 bibtex.el directly. Instead the hideshow package can be used.
9348 Added a special bibtex entry to hs-special-modes-alist.
9349 (bibtex-hs-forward-sexp): Added for hideshow.el.
8389e1e2
GM
9350
93512000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
9352
f24fef2f
SM
9353 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
9354 at ':' characters by call to split-string.
8389e1e2
GM
9355
93562000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
9357
f24fef2f 9358 * textmodes/bibtex.el: Added RCS version identification.
8389e1e2
GM
9359
93602000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
9361
f24fef2f
SM
9362 * textmodes/bibtex.el: Some temporary comments removed.
9363 (bibtex-field-name, bibtex-entry-type): Made the relationship
9364 explicit.
9365 (bibtex-field-const): Allow capital letters.
9366 (bibtex-start-of-string): Deleted because unused.
fa78f71b 9367
f24fef2f
SM
9368 * textmodes/bibtex.el: Unified some nomenclature. We no longer
9369 use the term 'reference' to describe a bibtex entry as a whole.
9370 Further, reference keys are no longer called 'labels'.
9371 (bibtex-keys): Renamed to bibtex-reference-keys.
9372 (bibtex-reformat-previous-labels): Renamed to
9373 bibtex-reformat-previous-reference-keys.
9374 (bibtex-reference-type): Renamed to bibtex-entry-type.
9375 (bibtex-reference-head): Renamed to bibtex-entry-head.
9376 (bibtex-reference-maybe-empty-head): Renamed to
9377 bibtex-entry-maybe-empty-head.
9378 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
9379 (bibtex-search-reference): Renamed to bibtex-search-entry.
9380 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
9381 bibtex-enclosing-entry-maybe-empty-head.
9382 (bibtex-entry-field-alist, bibtex-entry-head,
9383 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
9384 bibtex-map-entries, bibtex-search-entry,
9385 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
9386 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
9387 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
9388 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
9389 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
9390 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
9391 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
8389e1e2
GM
9392
93932000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
9394
f24fef2f
SM
9395 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
9396 comment.
9397 (bibtex-format-field-delimiters): New function, functionality
9398 extracted from bibtex-format-entry.
9399 (bibtex-autokey-get-yearfield-digits): New function, functionality
9400 extracted from bibtex-autokey-get-yearfield.
fa78f71b 9401
f24fef2f
SM
9402 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
9403 entries in order to avoid stack overflow in the regexp matcher if
9404 field contents become large.
9405 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
9406 bibtex-field-string-part-not-braced,
9407 bibtex-field-string-part-no-inner-braces,
9408 bibtex-field-string-part-1-inner-brace,
9409 bibtex-field-string-part-2-inner-braces,
9410 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
9411 bibtex-field-string-quoted, bibtex-field-string,
9412 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
9413 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
9414 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
9415 as parsing is now performed by the following functions.
9416 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
9417 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
9418 bibtex-parse-field-string, bibtex-search-forward-field-string,
9419 bibtex-parse-association, bibtex-field-name-for-parsing,
9420 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
9421 bibtex-search-forward-field, bibtex-search-backward-field,
9422 bibtex-start-of-field, bibtex-end-of-field,
9423 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
9424 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
9425 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
9426 bibtex-parse-string, bibtex-search-forward-string,
9427 bibtex-search-backward-string, bibtex-start-of-string,
9428 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
9429 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
9430 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
9431 entries. Instead of reporting the results of the parsing by
9432 match-beginning or match-end, these functions return data structures
9433 that hold the corresponding positions.
9434 (bibtex-enclosing-field): Changed to also report field boundaries by
9435 return values rather than by match-beginning or match-end. The
9436 following functions have been adapted to use the new parsing
9437 functions.
9438 (bibtex-skip-to-valid-entry, bibtex-search-reference,
9439 bibtex-enclosing-field, bibtex-format-entry,
9440 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
9441 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
9442 bibtex-print-help-message, bibtex-end-of-entry,
9443 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
9444 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
9445 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
9446 method for parsing.
9447 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
9448 bibtex-map-entries, bibtex-flash-head,
9449 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
9450 bibtex-autokey-change, bibtex-autokey-get-namefield,
9451 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
9452 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
9453 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
9454 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
9455 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
9456 order to make the new binding of case-fold-search immediately
9457 visible.
8389e1e2
GM
9458
94592000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
9460
f24fef2f
SM
9461 * textmodes/bibtex.el: Copyright notice is up to date.
9462 Added constant 'bibtex-maintainer-salutation.
fa78f71b 9463
f24fef2f
SM
9464 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
9465 than make-temp-name, use match-string-no-properties and eliminate
9466 a quadratic behavior when building bibtex-strings.
fa78f71b 9467
f24fef2f
SM
9468 * bibtex.el (bibtex-reference-key): Accept string entries whose
9469 reference key contains upper case letters.
8389e1e2
GM
9470
94712000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
9472
f24fef2f
SM
9473 * bibtex.el (bibtex-reference-head): Allow entries to start with
9474 a new line.
8389e1e2
GM
9475
94762000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
9477
f24fef2f
SM
9478 * bibtex.el: Hiding of entry bodies is not longer provided by
9479 bibtex.el directly. Instead the hideshow package can be used.
9480 Added a special bibtex entry to hs-special-modes-alist.
9481 (bibtex-hs-forward-sexp): Added for hideshow.el.
99e95407
GM
9482
94832000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
9484
82d2c7c5 9485 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
99e95407
GM
9486 proceedings entry type (for cross referencing). Thanks to Wagner
9487 Toledo Correa for the suggestion.
9488
82d2c7c5 9489 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
99e95407 9490
eae61d8f
KH
94912000-02-14 Kenichi Handa <handa@etl.go.jp>
9492
9493 * international/characters.el: Setup case table for Vietnamese.
9494
fb07a302
GM
94952000-02-12 Gerd Moellmann <gerd@gnu.org>
9496
9497 * uniquify.el (toplevel): Require CL at compile time.
9498 (uniquify-push): Removed.
9499
9500 * shadowfile.el (shadow-when): Removed.
9501
9502 * tempo.el (tempo-dolist, tempo-mapc): Removed.
9503 (tempo-process-and-insert-string): Use dolist instead of
9504 tempo-dolist.
9505
9506 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
9507 regexp for paragraph-start.
9508
9509 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
9510 commas as well.
9511
a0eddf92
DL
95122000-02-10 Dave Love <fx@gnu.org>
9513
9514 * wid-edit.el: (widgets) [defgroup]: Remove url link.
9515 (widget-color-choice-list, widget-color-history, widget-mouse-help):
9516 Deleted.
9517 (widget-specify-field, widget-specify-button): Don't use
9518 widget-mouse-help as help-echo property.
9519 (default): Use #'ignore for :validate and :mouse-down-action.
9520 (checkbox): Add help-echo.
9521 (widget-sexp-validate): Rewritten to clarify error messages.
9522 (character): Use char-valid-p in :match function.
9523 (widget-color-complete): Use facemenu-color-alist.
9524 (widget-color-action): Use facemenu-read-color.
9525
9526 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
9527 set up `caar' &c that we now have.
9528
82d2c7c5
DL
95292000-02-09 Ray Blaak <blaak@gnu.org>
9530
9531 * delphi.el: Make resourcestring a declaration region, like const
9532 and var.
9533
6cbc1482
DL
95342000-02-09 Dave Love <fx@gnu.org>
9535
9536 * bindings.el (mode-line-input-method-map): New variable.
9537 (mode-line-mule-info): Use it; fix last change.
9538 (mode-line-mode-menu): Move definition.
9539 (mode-line-mouse-sensitive-p): Deleted.
9540 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
9541 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
9542 level.
9543
9544 * startup.el (command-line-1): Don't call
9545 make-mode-line-mouse-sensitive.
9546
f7136ee8
GM
95472000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
9548
9549 * mail/rmail.el (rmail-retry-failure): Use
9550 rmail-beginning-of-message before rmail-toggle-header, because the
9551 former toggles headers.
9552
6e1d0d15
SM
95532000-02-06 Stefan Monnier <monnier@cs.yale.edu>
9554
fef8c55b
SM
9555 * diff-mode.el (diff-kill-junk): New interactive function.
9556 (diff-reverse-direction): Use delete-and-extract-region.
9557 (diff-post-command-hook): Restrict the area so that the hook also works
9558 outside of any diff hunk. This is necessary for the minor-mode.
9559 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
9560 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
9561
6e1d0d15
SM
9562 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
9563 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
9564 so that it can be used more easily in <foo>-mode-hook. Also make sure
9565 to avoid duplicate entries.
9566 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
9567 (font-lock-remove-keywords): Just as was done for `add', allow it to
9568 work even if font-lock-mode is nil. Also make sure we don't modify
9569 any pre-existing list by forcing a copy-sequence. Finally rename
9570 `major-mode' to `mode'.
9571 (font-lock-fontify-syntactic-anchored-keywords)
9572 (font-lock-fontify-anchored-keywords)
9573 (font-lock-fontify-keywords-region): Use line-end-position.
9574 Don't make `font-lock-multiline' local (it's now done in
9575 font-lock-set-defaults).
9576 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
9577 move the `font-lock-fontified' creation to inside the `unless'.
9578
a75dfea0
AI
95792000-02-06 Andrew Innes <andrewi@gnu.org>
9580
9581 * term/w32-win.el (x-handle-args): Comment out call to message,
9582 which occurs before window system is initialized.
9583
9584 * makefile.nt: Add support for recompiling lisp code.
9585
b85e9462
DL
95862000-02-04 Dave Love <fx@gnu.org>
9587
9ff33afb
DL
9588 * bindings.el (mode-line-mule-info): Fix/extend last change.
9589
b85e9462
DL
9590 * completion.el: Replace completion-dolist with dolist.
9591
9592 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
9593 dotimes.
9594
44dff075
CD
95952000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
9596
9597 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
9598 environment names before they go into the section regexp.
9599
9600 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
9601 char class in regexp.
9602
9603 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
9604 `case-fold-search' to nil.
9605
9606 * progmodes/idlwave.el (idlwave-template): Respect
9607 `idlwave-abbrev-change-case'.
9608 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
9609 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
9610 idlwave-while): respect `idlwave-reserved-word-upcase'.
9611 (idlwave-rw-case): New function.
9612 (idlwave-statement-match): Fixed problem with assignment regexp.
9613 (idlwave-font-lock-keywords): Improved regexp for keyword
9614 parameters.
a23c5037 9615 (idlwave-surround): New argument LENGTH to support padding of
44dff075
CD
9616 operators longer than 1 char.
9617
9618 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
9619 idlwave-shell-expression-overlay. Implemented printing of
9620 expressions on higher levels of the calling stack.
9621 (idlwave-shell-display-level-in-calling-stack): Restore stack
9622 level.
9623 (idlwave-retrieve-expression-from-level): New function.
9624 (idlwave-shell-last-calling-stack): Variable removed.
9625 (idlwave-shell-reset): Argument action reversed (`visible' to
9626 `hidden'). Also remove stop-line overlay.
9627 (idlwave-shell-calling-stack-routine): New variable.
9628 (idlwave-shell-parse-stack-and-display): Messages now display
9629 negative level numbers.
9630 (idlwave-shell-mode): Set `modeline-format'.
9631 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
9632 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
9633 21.
9634 (idlwave-shell-print-expression-function): New option.
a23c5037 9635
44dff075
CD
9636 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
9637 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
9638 `tool-bar' instead of `toolbar'.
9639
f26c34fd
DL
96402000-02-02 Dave Love <fx@gnu.org>
9641
9642 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
9643 emacs-lisp-mode-hook. Don't check for defalias being defined.
9644
9645 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
9646 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
9647 the new builtins directly.
9648
9649 * whitespace.el (whitespace): Add :version to defgroup.
9650
9651 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
9652 Doc fix.
9653
9654 * thingatpt.el (sexp-at-point, symbol-at-point)
9655 (number-at-point, list-at-point): Add autoload cookie.
9656
9657 * recentf.el (recentf): Add :version to defgroup.
9658
9659 * quickurl.el (quickurl): Add :version to defgroup.
9660
9661 * elide-head.el (elide-head): Use point-marker more.
9662
9663 * bs.el (bs): Add :version to defgroup.
9664
9665 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
9666
9667 * progmodes/delphi.el (delphi): Add :version to defgroup.
9668
d240a249
GM
96692000-02-02 Gerd Moellmann <gerd@gnu.org>
9670
9671 * ange-ftp.el (ange-ftp-write-region): Handle case that
9672 succeeding process operation sets a different coding system.
9673
9674 * calculator.el: New file.
9675
d5179a01
EZ
96762000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
9677
9678 * frame.el (frames-on-display-list, framep-on-display): New
9679 functions.
9680 (display-mouse-p, display-popup-menus-p, display-graphic-p)
9681 (display-selections-p, display-screens, display-pixel-width)
9682 (display-pixel-height, display-mm-width, display-mm-height)
9683 (display-backing-store, display-save-under, display-planes)
9684 (display-color-cells, display-visual-class): New functions.
9685
9686 * term/tty-colors.el (tty-color-gray-shades): New function.
9687
9688 * faces.el (display-color-p): Use framep-on-display.
9689 (display-grayscale-p): New function.
9690
968e00f0
DL
96912000-01-31 Dave Love <fx@gnu.org>
9692
9693 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
9694 (create-fontset-from-x-resource): Don't concat integers.
9695
2cb750ba
GM
96962000-01-31 Inge Frick <inge@nada.kth.se>
9697
9698 * view.el: Some changes in documentation. Removed some trailing
9699 whitespace. Changed some parameter names to agree with
9700 documentation.
9701 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
9702 window is not deleted. Modifies change 1998-04-26.
a23c5037 9703
74e9213b
GM
97042000-01-31 Gerd Moellmann <gerd@gnu.org>
9705
47569935
GM
9706 * windmove.el: New file.
9707
74e9213b
GM
9708 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
9709 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
2cb750ba 9710 progmodes/ebnf-yac.el: Update copyright and license info.
a23c5037 9711
74e9213b
GM
9712 * jit-lock.el (jit-lock-function): Widen before calculating end
9713 position.
9714 (jit-lock-stealth-chunk-start): Rewritten.
9715
9716 * info.el (Info-title-face-alist): Removed.
9717 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
9718 faces.
9719 (Info-fontify-node): Use these faces.
9720
994c5afe
GM
97212000-01-30 Gerd Moellmann <gerd@gnu.org>
9722
9723 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
9724 (cl-macro-list1): Recognize `&allow-other-keys' instead of
9725 `&allow-other-keywords'.
9726
9727 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
9728 the list of directories scanned heuristically.
9729
9730 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
9731 exist.
9732
f00276e3
JR
97332000-01-30 Jason Rumney <jasonr@gnu.org>
9734
9735 * w32-fns.el: Define w32-tty-standard-colors.
9736
9737 * startup.el (command-line): Use w32-tty-standard-colors when in
9738 w32 console mode.
9739
cc4dfff0
DL
97402000-01-30 Dave Love <fx@gnu.org>
9741
e645e77b
DL
9742 * jka-compr.el (jka-compr-load): Fix up load-history.
9743
cc4dfff0
DL
9744 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
9745
9746 * emacs-lisp/cl-macs.el: Revert previous change.
9747
16215eb0
DL
97482000-01-29 Dave Love <fx@gnu.org>
9749
9750 * facemenu.el: Purecopy various strings.
9751
9752 * timezone.el (timezone-fix-time): Window against 69 for two-digit
9753 years. Deal with three-digit years.
9754
9755 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
9756 defconst, purecopy.
9757 (help-back-label): Purecopy it.
9758
bbd9b566
GM
97592000-01-18 Gerd Moellmann <gerd@gnu.org>
9760
9761 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
9762 variable. If non-nil, order the buffer list according to the
9763 currently selected frame.
9764 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
9765 non-nil, pass the selected frame to function buffer-list.
a23c5037 9766
887448e1
GM
97672000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9768
9769 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
9770
7df85084
DL
97712000-01-28 Dave Love <fx@gnu.org>
9772
142e109c
DL
9773 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
9774
7df85084
DL
9775 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
9776 Don't use lisp-indent-hook property.
9777 (cl-abs): Remove.
9778
9779 * subr.el: Move out indent and edebug specs for when and unless.
9780
9781 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
9782 when, unless.
9783
9784 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
9785 unless, when.
9786
3b43c01c
GM
97872000-01-28 Gerd Moellmann <gerd@gnu.org>
9788
d060bc9f
GM
9789 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
9790 `collecting' as synonym for `collect'.
9791
9792 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
9793 for the case it contains spaces.
9794
9795 * simple.el (what-cursor-position): Change formatting of
9796 messages.
9797
b02786f9
GM
9798 * frame.el (delete-other-frames): New function.
9799 (toplevel): Bind it to C-x 5 1.
9800
efd68b8a
GM
9801 * sort.el (sort-numeric-base): New option.
9802 (sort-numeric-fields): If number starts with `0' or `0[xX[',
9803 interpret it as octal or hexadecimal. Use sort-numeric-base
9804 as default base.
9805
3b43c01c
GM
9806 * progmodes/glasses.el: New file.
9807
984ae001
GM
98082000-01-27 Gerd Moellmann <gerd@gnu.org>
9809
a0b796e3
GM
9810 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
9811 userids differently.
9812
984ae001
GM
9813 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
9814 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
9815 progmodes/ebnf-yac.el: New files.
9816
6c67ddee
DL
98172000-01-26 Dave Love <fx@gnu.org>
9818
9819 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
9820 on a function with an empty body. [From Eric Ludlam.]
9821
4e6473c8
GM
98222000-01-25 Andre Spiegel <spiegel@gnu.org>
9823
9824 * vc.el (vc-version-diff): Make sure file name is expanded.
9825
e12489f9
GM
98262000-01-25 Gerd Moellmann <gerd@gnu.org>
9827
9828 * scroll-bar.el (scroll-bar-timer): Variable removed.
9829 (scroll-bar-toolkit-scroll): Don't use a timer.
9830
8dbe2b07
KH
98312000-01-25 Kenichi Handa <handa@etl.go.jp>
9832
9833 * language/thai-util.el (thai-composition-function): Delete
9834 superfluous `a'.
9835
26ef1c87
DL
98362000-01-24 Dave Love <fx@gnu.org>
9837
9838 * fortran.el (fortran-mode): Use beginning-of-defun-function,
9839 end-of-defun-function.
9840
9841 * font-lock.el (turn-on-font-lock): Don't depend on window-system
9842 &c.
9843
7ed4e9a7
JR
98442000-01-22 Jason Rumney <jasonr@gnu.org>
9845
9846 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
9847 conflicts with new face support.
9848
8b7bc628 98492000-01-22 Richard M. Stallman <rms@gnu.org>
d2ce3151
RS
9850
9851 * replace.el (query-replace): Rename last arg to DELIMITED.
9852 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
9853 (query-replace-regexp): Likewise.
9854
8b7bc628 98552000-01-20 Richard M. Stallman <rms@gnu.org>
2d5e9b54 9856
02b14400
RS
9857 * subr.el (with-syntax-table): Use make-symbol, not gensym.
9858
5bb6f079
RS
9859 * emacs-lisp/lisp.el (beginning-of-defun-function):
9860 Variable renamed from beginning-of-defun.
9861 Do not call make-variable-buffer-local.
9862 (beginning-of-defun-raw): Use new variable name; doc fix.
9863 (beginning-of-defun): Doc fix.
9864 (end-of-defun-function): Variable renamed from end-of-defun.
9865 Do not call make-variable-buffer-local.
9866 (end-of-defun): Use new variable name; doc fix.
9867
02b14400
RS
9868 * subr.el (dolist, dotimes): Copied from cl-macs.el
9869 and made to work.
2d5e9b54 9870
a23c5037 9871 * mail/undigest.el (rmail-digest-end-regexps):
2d5e9b54
RS
9872 Variable replaces rmail-digest-end-regexp.
9873 Allows multiple regexps for detecting the end line.
9874 (undigestify-rmail-message): Corresponding changes.
9875
60af03f1
DL
98762000-01-19 Dave Love <fx@gnu.org>
9877
fe5d99e1
DL
9878 * files.el (user-init-file): Don't declare here -- is primitive.
9879
60af03f1
DL
9880 * startup.el (command-line): Check for compiled user-init-file and
9881 set to uncompiled version if necessary.
9882
72dbbc7d
GM
98832000-01-18 Gerd Moellmann <gerd@gnu.org>
9884
6a1950ec
GM
9885 * mail/undigest.el (rmail-digest-end-regexp): New user option.
9886 (undigestify-rmail-message): Use it.
9887
72dbbc7d
GM
9888 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
9889
fbe91bbd
GM
98902000-01-17 Gerd Moellmann <gerd@gnu.org>
9891
9892 * tmm.el (tmm-goto-completions): Adapt to prompt being part
9893 of mini-buffer.
9894
33a6685b
GM
98952000-01-14 Gerd Moellmann <gerd@gnu.org>
9896
b3303df7
GM
9897 * emacs-lisp/copyright.el (copyright-update): Removed the
9898 requirement for a trailing space from `copyright-regexp', to
9899 support copyrights with owner specified on a separate line..
a23c5037 9900
3c4c8064
GM
9901 * align.el: New file.
9902
33a6685b
GM
9903 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
9904
9905 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
9906
044a4975
DL
99072000-01-13 Dave Love <fx@gnu.org>
9908
9909 * ph.el: Removed. (Obsoleted by EUDC.)
9910
0a352cd7
GM
99112000-01-13 Gerd Moellmann <gerd@gnu.org>
9912
9913 * net/eudc.el (toplevel): Remove autoloaded code installing
9914 menu with easymenu, because that causes build problems.
9915
9916 * frame.el (frame-notice-user-settings): New variable.
9917 (frame-notice-user-settings): Don't modify frame parameters
9918 if called a second time.
9919
8b7bc628 99202000-01-13 Richard M. Stallman <rms@gnu.org>
0a352cd7
GM
9921
9922 * frame.el (frame-notice-user-settings):
9923 Notice default-frame-parameters even for non-window frames.
9924
feb450e0
GM
99252000-01-13 Gerd Moellmann <gerd@gnu.org>
9926
9927 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
9928 for Emacs.
9929 (eudc-bob-can-display-inline-images): Extend for Emacs.
9930 (eudc-bob-toggle-inline-display): Ditto.
9931 (eudc-bob-display-jpeg): Ditto.
9932
99c6d63b
GM
99332000-01-12 Gerd Moellmann <gerd@gnu.org>
9934
7970b229
GM
9935 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
9936 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
9937 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
a23c5037 9938
e4936aa9
GM
9939 * add-log.el (add-change-log-entry): Fix error trying an `(insert
9940 nil)'.
9941
9942 * subdirs.el: Add `net' directory.
9943
133c9e59
GM
9944 * net: New directory.
9945
99c6d63b
GM
9946 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
9947 eval-last-sexp. Don't bind debug-on-error here.
9948 (eval-last-sexp): New function. Bind debug-on-error if
9949 eval-expression-debug-on-error is non-nil.
9950 (eval-defun-2, eval-defun): Likewise.
9951
9952 * simple.el (eval-expression): Don't bind debug-on-error if
9953 eval-expression-debug-on-error is nil. Detect changed
9954 debug-on-error, and propagate new value to global binding, if
9955 eval-expression-debug-on-error is non-nil,
9956 (eval-expression-debug-on-error): Change doc string.
a23c5037 9957
8b7bc628 99582000-01-11 Richard M. Stallman <rms@gnu.org>
83c8f461
RS
9959
9960 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
9961
9962 * emacs-lisp/lisp-mode.el (with-syntax-table):
9963 Set up lisp-indent-function property.
9964
9965 * subr.el (with-syntax-table): Moved from simple.el.
9966
9967 * simple.el (with-syntax-table): Moved to subr.el.
9968
7e3c74fa
GM
99692000-01-11 Gerd Moellmann <gerd@gnu.org>
9970
1fab1775
GM
9971 * tmm.el (tmm-shortcut): Delete region after prompt instead
9972 of erasing buffer.
9973
7e3c74fa 9974 * textmodes/fill.el (fill-common-string-prefix): New function.
133c9e59
GM
9975 (fill-context-prefix): Use the longest common prefix of first
9976 and second line fill prefix, if there is one.
7e3c74fa 9977
8b7bc628 99782000-01-11 Richard M. Stallman <rms@gnu.org>
782bd3ec
RS
9979
9980 * array.el (array-mode): Don't use make-variable-buffer-local.
9981 Use make-local-variable for `truncate-lines'.
9982
aa705642 99832000-01-11 Jari Aalto <jari.aalto@poboxes.com>
57df2446 9984
aa705642
GM
9985 * add-log.el (add-log-current-defun): Handle user-defined
9986 add-log-current-function returning nil,
a23c5037 9987
57df2446 9988 * add-log.el (add-change-log-entry): Insert version number
aa705642 9989 if having found a current function
c1356086
GM
9990
9991 * add-log.el (add-log-current-defun): Call
9992 `add-log-current-defun-function'. Try matches at level 0 and
9993 level 1. Strip whitespace from defun found.
a23c5037 9994
1d8c59e9
RS
99952000-01-10 John Wiegley <johnw@gnu.org>
9996
9997 * allout.el (isearch-done/outline-provisions): Added `edit'
9998 argument to correspond with the current definition of
9999 `isearch-done'.
10000
8cf87e9b
DL
100012000-01-10 Dave Love <fx@gnu.org>
10002
10003 * elide-head.el (elide-head): Use point-marker, not point.
10004
9050446c
GM
100052000-01-10 Gerd Moellmann <gerd@gnu.org>
10006
8321b22a
GM
10007 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
10008 before and after the year 2000.
a23c5037 10009
9050446c
GM
10010 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
10011 Add ispell- prefix.
10012
100132000-01-10 Ken Stevens <k.stevens@ieee.org>
10014
10015 * ispell.el: Only define dictionaries in menus when they exist.
10016 (version18p): New variable.
10017 (version20p): New variable.
10018 (xemacsp): New variable.
10019 (ispell-choices-win-default-height): Fix for XEmacs visibility.
10020 (ispell-dictionary-alist1): Added Brasileiro dictionary.
10021 (ispell-dictionary-alist6): Russian command lines no longer accept
f24fef2f 10022 run-together words.
9050446c
GM
10023 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
10024 (ispell-dictionary-alist): Add koi8-r to customize definition.
10025 (check-ispell-version): Added documentation string. Returns
f24fef2f 10026 library path when called non-interactively.
9050446c
GM
10027 (ispell-menu-map-needed): Uses new variables.
10028 (ispell-library-path): New variable.
10029 (ispell-decode-string): XEmacs fix for bogus variable bindings.
10030 (ispell-word): Improved documentation string. Test for valid
10031 character mappings. Correctly check typed in word changes that can
10032 result in single words split into multiple words. Returns
10033 replacement word.
10034 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
10035 replace in recursive query replace mode. Help message for
10036 recursive edit mode.
10037 (ispell-show-choices): Protect against bad framepop bindings.
10038 (ispell-help): Fix to work with XEmacs.
10039 (ispell-highlight-spelling-error): Use new variables.
10040 (ispell-overlay-window): Fix to work with XEmacs.
10041 (ispell-parse-output): Passed and returns location information
10042 tracking spelling corrections. Doesn't recheck same word on
10043 current line.
10044 (ispell-init-process): Protect against bogus XEmacs variable binding.
10045 Fix call to single argument in sleep-for. Use new variables.
10046 (ispell-region): Passed and returns location information tracking
10047 spelling corrections. Doesn't check same word on current line.
10048 Improved documentation string. Doesn't resend a line already
10049 checked to the ispell process - fixes bug in LaTeX parsing.
10050 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
10051 (ispell-skip-region): No longer skips <TT> in SGML.
10052 (ispell-process-line): Tracks location information with spelling
10053 corrections. Added documentation string. Accounts for words
10054 already accepted on this line. Don't allow query-replace on line
10055 starting with math characters. Doesn't resend a line already sent
10056 to ispell process. Fixes alignment error bug.
a23c5037 10057
8b7bc628 100582000-01-10 Richard M. Stallman <rms@gnu.org>
6d0c28f4 10059
a23c5037 10060 * dired-x.el (dired-guess-shell-alist-default):
8f3efb4e
RS
10061 Suggest xloadimage, which is free, not xv, which isn't.
10062
a23c5037 10063 * ange-ftp.el (ange-ftp-file-name-nondirectory):
6d0c28f4
RS
10064 Don't ever include the host name or user name in the value.
10065
9ed79f5d
GM
100662000-01-09 Gerd Moellmann <gerd@gnu.org>
10067
10068 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
10069 of a real newline.
10070
b950abb1
GM
100712000-01-09 Stephen Eglen <stephen@gnu.org>
10072
a23c5037 10073 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
b950abb1
GM
10074 for .png files.
10075
3c708e98
GM
100762000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
10077
10078 * cus-edit.el (custom-hook-convert-widget): Fix comment.
10079
bf61662d
GM
100802000-01-09 Gerd Moellmann <gerd@gnu.org>
10081
f1d851ae
GM
10082 * progmodes/cperl-mode.el: Replace ^F with ^L.
10083
bf61662d 10084 * sendmail.el (toplevel): Provide `sendmail' when compiling
a23c5037 10085 before `require'ing rmail and mailalias to prevent infinite
bf61662d
GM
10086 recursion.
10087
c65d14ee
DL
100882000-01-08 Dave Love <fx@gnu.org>
10089
8cf87e9b
DL
10090 * emacs-lisp/backquote.el: Remove inappropriate customization
10091 (allowing custom.el to use backquote).
c65d14ee 10092
83de2ebc
DL
100932000-01-07 Dave Love <fx@gnu.org>
10094
10095 * add-log.el (add-log-debugging): Deleted.
10096 (add-change-log-entry): Treat a backup FILE-NAME as its parent
10097 file. Remove debugging code.
10098 (change-log-get-method-definition, change-log-name): Add doc.
10099 (change-log-sortable-date-at): New function.
10100 (change-log-merge): New command.
10101
10102 * time.el (display-time-string-forms): Make the Mail string active.
10103 (display-time-update): Provide help-echo for load average.
10104
10105 * bindings.el (make-mode-line-mouse2-map): New function.
10106 (mode-line-modified): Use it and simplify.
10107 (mode-line-mule-info): Provide help-echo info.
10108 (minor-mode-alist): Activate the strings.
10109 (make-mode-line-mouse-sensitive): Simplify for
10110 mode-line-buffer-identification.
10111
c1475eae
GM
101122000-01-07 Gerd Moellmann <gerd@gnu.org>
10113
10114 * play/pong.el: New file.
10115
83de2ebc
DL
101162000-01-06 Dave Love <fx@gnu.org>
10117
10118 * array.el: Assorted cleanups for compiler warnings, doc strings,
10119 `array-' prefix for symbols.
10120
101212000-01-05 Dave Love <fx@gnu.org>
10122
10123 * textmodes/outline.el (outline-mode-menu-bar-map): Add
10124 outline-headers-as-kill.
10125 (outline-mode): Define imenu-generic-expression.
10126 (outline-headers-as-kill): New command.
10127
10128 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
10129 from paragraph-start.
10130 (paragraph-indent-minor-mode): New command.
10131
10132 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
10133 M-C-e, M-C-h, C-j, C-xnd, TAB.
10134 (fortran-mode): Set beginning-of-defun, end-of-defun.
10135 (fortran-column-ruler): Simplify.
10136 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
10137 (fortran-with-subprogram-narrowing): Likewise.
10138 (fortran-indent-subprogram): Call mark-defun.
10139 (fortran-check-for-matching-do): Change narrowing.
10140
10141 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
10142 (cl-lucid-hash-tag): Delete.
10143 (cl-hash-table-p): Correct test for native table.
10144 (cl-hash-table-count): Use hash-table-count.
10145
10146 * browse-url.el (browse-url): Fix case of
10147 browse-url-browser-function being an alist.
10148
676ac023
CD
101492000-01-05 Carsten Dominik <cd@gnu.org>
10150
c1475eae
GM
10151 * textmodes/reftex-vars.el (reftex-parse-file-extension)
10152 (reftex-index-phrase-file-extension): New options.
676ac023
CD
10153
10154 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
c1475eae 10155 Use new option `reftex-index-phrase-file-extension'.
676ac023
CD
10156
10157 * textmodes/reftex.el (reftex-access-parse-file): Use new option
c1475eae 10158 `reftex-parse-file-extension'.
eb483e17 10159
88807984
DL
101602000-01-05 Dave Love <fx@gnu.org>
10161
83de2ebc 10162 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
88807984
DL
10163 (beginning-of-defun-raw): Use it.
10164 (end-of-defun): New variable.
10165 (end-of-defun): Use it.
10166 (check-parens): New command.
10167
1362aeb4
TTN
101682000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
10169
c1475eae
GM
10170 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
10171 (hs-show-block): Don't use `mapcar' when not accumulating.
1362aeb4 10172
7ddafb95
TTN
10173 Fix buglet in local variables initialization.
10174
7334aa99
AS
101752000-01-05 Andreas Schwab <schwab@suse.de>
10176
10177 * hscroll.el (hscroll): Doc fix.
10178
b12e24cd
CD
101792000-01-05 Carsten Dominik <cd@gnu.org>
10180
10181 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
10182 idlw-toolbar.
10183
10184 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
10185 file idlw-rinfo.el.
1362aeb4
TTN
10186 (idlwave-customize): load must read file idlw-shell.el.
10187 (idlwave-create-customize-menu): load must read file idlw-shell.el.
b12e24cd 10188
d6226972
CD
101892000-01-05 Carsten Dominik <dominik@astro.uva.nl>
10190
10191 * progmodes/idlw-shell.el: Also provide idlwave-shell
10192 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
10193 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
10194
10195 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
10196 both reftex-dcr and reftex-vcr.
1362aeb4 10197
d6226972
CD
10198 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
10199
6ddb893f 102002000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
894ee0a2
KH
10201
10202 * ps-print.el: PostScript code now is in separate files, doc fix.
10203 (ps-print-version): New version number (5.0.3).
10204 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
10205 local.
10206 (ps-spool-config): Initialization fix.
c1475eae
GM
10207 (ps-print-prologue-1, ps-print-prologue-2)
10208 (ps-print-duplex-feature): PostScript code moved to separated file.
894ee0a2
KH
10209 (ps-background-image): Little code reformating.
10210 (ps-begin-file, ps-begin-job): Fix code.
88807984 10211 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
894ee0a2
KH
10212 (ps-prologue-file): New fun.
10213
ae833aae
KH
102142000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10215
c1475eae 10216 * ps-vars.el: Eliminated.
ae833aae
KH
10217
10218 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
10219 `;;;###autoload'.
10220
10221 * ps-print.el: ps-vars eliminated, doc fix.
10222 (ps-print-version): New version number (5.0.2).
10223 (ps-spool-config): Initialization fix.
10224 (ps-print-customize): New fun.
10225
560a7bd2
GM
102262000-01-04 Gerd Moellmann <gerd@gnu.org>
10227
10228 * autorevert.el (auto-revert-mode): Return value of
10229 auto-revert-mode.
10230
f45dd0f4
DL
102312000-01-04 Dave Love <fx@gnu.org>
10232
fae2ac05
DL
10233 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
10234 menu items.
f45dd0f4 10235
61255981
DL
102362000-01-03 Dave Love <fx@gnu.org>
10237
88807984 10238 * elide-head.el (elide-head) [defgroup]: Add :version.
c282ca4d 10239
83de2ebc 10240 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
61255981
DL
10241 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
10242 `cl-hash-table-p', not `hash-table-p'.
10243 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
10244
c182a70f
EZ
102452000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
10246
10247 * faces.el (face-read-integer, read-face-attribute)
10248 (color-defined-p, color-values): unspecified-{f,b}g are now
10249 strings.
10250
047f434a
GM
102512000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
10252
10253 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
10254 at comment end, and re-insert them after filling.
10255
bab531e2
EZ
102562000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
10257
10258 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
f7002084
EZ
10259 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
10260 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
bab531e2 10261
d684c676
EZ
102622000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
10263
10264 * term/x-win.el (xw-defined-colors): Call color-supported-p,
10265 the new name of face-color-supported-p.
10266
10267 * term/w32-win.el (xw-defined-colors): Likewise.
10268
0aad4805
EZ
102692000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
10270
10271 * simple.el (completion-setup-function): Count completion-size
10272 from minibuffer-prompt-end, not from point-min.
10273
5fe1d139
EZ
102742000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
10275
10276 * faces.el (read-face-attribute, defined-colors, color-defined-p):
10277 Pass the frame to tty-color-* functions.
10278 (display-color-p, frame-set-background-mode): Pass the frame to
10279 tty-display-color-p.
10280
10281 * term/tty-colors.el (tty-defined-color-alist): Renamed from
10282 tty-color-alist.
10283 (tty-color-alist, tty-modify-color-alist): New functions.
10284 (tty-color-define, tty-color-clear, tty-color-approximate)
10285 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
10286 an optional parameter FRAME.
10287
162dec01
GM
102882000-01-01 Gerd Moellmann <gerd@gnu.org>
10289
27189709
GM
10290 * image.el (create-image, defimage): Don't assume image data is a
10291 string.
10292
162dec01
GM
10293 * image.el (defimage): Handle specifications containing :data
10294 instead of :file.
10295 (image-type-from-data): New function.
10296 (image-type-from-file-header): Use it.
10297 (create-image): Add parameter DATA-P.
1362aeb4 10298
bea56df7 10299See ChangeLog.8 for earlier changes.
25a6fab1
KH
10300
10301;; Local Variables:
af9ba8ad 10302;; coding: iso-2022-7bit-unix
25a6fab1 10303;; End: