*** empty log message ***
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
2cfbdb7a
DL
12000-10-11 Dave Love <fx@gnu.org>
2
3 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode): Avoid
4 compiler warnings.
5 (scheme-mode): Doc fix.
6 (scheme-font-lock-keywords-1): Match `define-syntax'.
7
82000-10-11 Miles Bader <miles@lsi.nec.co.jp>
4b33f290
MB
9
10 * faces.el (frame-set-background-mode): Pay attention to saved
f161d539
MB
11 face specs as well as default ones. Only do anything if the
12 bg-mode or display-type has actually changed. Use `dolist'.
0c846ea2 13 (region): Make dark-background `region' face less in-your-face.
4b33f290 14
690ec649
SS
152000-10-10 Sam Steingold <sds@gnu.org>
16
17 * chistory.el, ielm.el, ledit.el:
18 * progmodes/inf-lisp.el, progmodes/scheme.el:
19 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
20
d646c828
DL
212000-10-10 Dave Love <fx@gnu.org>
22
23 * toolbar/tool-bar.el (tool-bar-add-item)
24 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono
25 display.
26
27 * startup.el (command-line): Don't require XPM support for toolbar.
28
29 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
30 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
31 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
32 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
33 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
34 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
35 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
36 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
37 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
38 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
39 the .xpms; probably need retouching.
40
862a7e28
MB
412000-10-10 Miles Bader <miles@lsi.nec.co.jp>
42
43 * subr.el (add-to-list): Add optional argument APPEND.
44 * battery.el (display-battery): Use `add-to-list'.
45
46e33aee
TTN
462000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
47
930baf47
TTN
48 * play/zone.el (zone-timer, zone-wc-tbl): Rework
49 these vars as symbol properties.
2cfbdb7a
DL
50 (zone, zone-when-idle, zone-leave-me-alone)
51 (zone-pgm-whack-chars): Use new symbol properties.
930baf47 52
5a430f9c
TTN
53 * battery.el (display-battery): Doc spelling fix.
54
46e33aee
TTN
55 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
56 property.
57
adf7d3a8
DL
582000-10-09 Dave Love <fx@gnu.org>
59
60 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
61 has been initialized before calling tool-bar-setup.
c2156508 62 (tool-bar-add-item-from-menu): Add autoload cookie.
adf7d3a8 63
06a8c9f8
EZ
642000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
65
e4ca8f8c
EZ
66 * menu-bar.el (send-mail-item-name): New function.
67 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
68 of mail-user-agent in the menu. Don't display the "Send Mail"
69 item if mail-user-agent is nil or its value is ignore.
70 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
71 if read-mail-command is nil or its value is ignore.
72
06a8c9f8
EZ
73 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
74
7dbc9c8a
MB
752000-10-09 Miles Bader <miles@gnu.org>
76
29e0814b
MB
77 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
78 Correct image size.
79 * toolbar/left_arrow.xpm: Correct image size.
80
7dbc9c8a
MB
81 * jka-compr.el: Don't call `jka-compr-install' when loading (it
82 will be done by the definition of `auto-compression-mode' if
83 necessary. Move code to uninstall existing file-name handler
84 before definition of `auto-compression-mode'.
85
86 * image-file.el (auto-image-file-mode): Move to the end of the
87 file, because `define-minor-mode' actually calls the mode-function
88 if the associated variable is non-nil, which requires that all
89 needed functions be already defined.
90
65b61266
MB
91 * mouse.el (popup-menu): Balance parens.
92
d6b8c85b
SM
932000-10-08 Stefan Monnier <monnier@cs.yale.edu>
94
95 * mouse.el (popup-menu): Move the command call outside the loop
96 so that popup-menu returns whatever the command returns.
97
98 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
99 (initialize-new-tags-table): Use run-hook-with-args-until-success.
100 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
101 (tags-table-format-functions): Renamed from tags-table-format-hooks.
102
103 * vc.el (vc-version-diff): diff-switches can be a list.
104 Use relative filenames for prettier output.
105
46e33aee 106 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
d6b8c85b
SM
107 (vc-post-command-functions): Remove old-VC compatibility code.
108
109 * newcomment.el (comment-indent-default): Autoload.
110
111 * font-lock.el (font-lock-defaults): Make buffer-local.
112 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
113 (font-lock-choose-keywords):
114 Ignore LEVEL unless KEYWORDS is a list of syms.
115 (c-keywords, c++-keywords, objc-keywords, java-keywords):
116 Don't wrap regexp-opt things in \(...\) unnecessarily.
117
118 * jit-lock.el: Don't require font-lock any more.
119 (jit-lock-functions): Make buffer-local.
120 (jit-lock-saved-fontify-buffer-function): Remove.
121 (jit-lock-mode): Remove autoload cookie.
122 Remove font-lock specific code.
123 (jit-lock-unregister): Don't bother handling complex hooks any more.
124 (jit-lock-refontify): New function.
125 (jit-lock-fontify-buffer): Use it.
126 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
127 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
128 Add optional args START and END.
129 Never call font-lock-fontify-region directly.
130 (jit-lock-function, jit-lock-stealth-fontify): Use it.
131
132 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
133
a30ed6ac
DL
1342000-10-08 Dave Love <fx@gnu.org>
135
4e7c7ca9
DL
136 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
137
138 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
139
140 * play/studly.el (studlify-region, studlify-word): Add autoload
141 cookie.
142
143 * play/morse.el (morse-region, unmorse-region): Add autoload
144 cookie.
145
146 * play/spook.el (spook-phrases-file): Use expand-file-name, not
147 concat.
148
149 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
150 insist on symbols starting with word syntax.
151 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
152 (eval-defun-1): Doc fix.
153 (indent-sexp): Use nconc to build up indent-stack.
154
155 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
156 Gnus with little use.
157 (mail-setup-hook): Add mail-abbrevs-setup to options.
158
968f7c4a
DL
159 * recentf.el: Doc fixes.
160
161 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
162 Clean up remainder.
163
164 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
165 without timezone and (8) with timezone to enforce some whitespace.
166 Simplify code somewhat.
167
168 * options.el (list-options): Doc that you should use customize.
169
170 * iswitchb.el (iswitchb-mode): Add :require.
171
a30ed6ac
DL
172 * info.el (Info-goto-node, Info-menu): Doc fix.
173 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
174 (info-tool-bar-map): New variable.
175 (Info-mode): Use it.
176 (Info-edit-map): Define all in defvar.
177 (speedbar-attached-frame): Avoid compiler warning.
178
179 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
180 (global-map): Bind [tool-bar] to a filtered map.
181 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
182 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
183 Allow PBM icons.
184 (tool-bar-setup): Adjust calls of tool-bar-add-item.
185
186 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
187 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
188 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
189 icons, except up_arrow, which is left-arrow rotated.
190
191 * imenu.el (imenu-add-to-menubar): Fix last change.
192
4e953aff
PB
1932000-10-08 Peter Breton <pbreton@ne.mediaone.net>
194
195 * generic-x.el (rul-generic-mode): Remove eval-when-compile
196 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
197
739e92a7
EZ
1982000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
199
d20faceb
EZ
200 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
201 typos in doc strings.
202
a640322e
EZ
203 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
204 the doc strings how to customize Font Lock faces.
205
739e92a7
EZ
206 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
207 computing growth when dragging the header line.
208
8be7408c
EZ
2092000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
210
211 * simple.el (kill-line): Doc fix.
212
6fee86a3
MB
2132000-10-08 Miles Bader <miles@gnu.org>
214
445a653e
MB
215 * faces.el (secondary-selection): Make foreground visible on tty.
216
6fee86a3
MB
217 * jka-compr.el (auto-compression-mode): Move to the end of the
218 file, because `define-minor-mode' actually calls the mode-function
219 if the associated variable is non-nil, which requires that all
220 needed functions be already defined.
221 (with-auto-compression-mode): Add autoload cookie.
222
a115794c
EZ
2232000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
224
225 * files.el (find-backup-file-name) [ms-dos]: If support for long
226 file names is not available, behave as if version-control were set
227 to never.
228
b12e6de3
DL
2292000-10-07 Dave Love <fx@gnu.org>
230
231 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
232 (browse-url-gnome-moz): New function.
233 (browse-url-browser-function): Use it.
234 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
235
20b1d079
SM
2362000-10-07 Stefan Monnier <monnier@cs.yale.edu>
237
238 * indent.el (tab-always-indent): New var.
239 (indent-for-tab-command): Use it.
39250ec3 240
9ee45b2c 241 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
a115794c 242 raise an error. This way it can still default to a sane value.
9ee45b2c 243
39250ec3
SM
244 * startup.el (fancy-splash-screens): Use local rather than global map.
245 Don't use `update-menu-bindings' any more.
246 Get rid of assumptions about keymap representation.
247
a23ccdf2
DL
2482000-10-06 Dave Love <fx@gnu.org>
249
814299a7 250 * textmodes/fill.el (sentence-end-double-space)
742c1822
DL
251 (sentence-end-without-period): Doc fix.
252 (adaptive-fill-regexp): Purecopy.
253 (unjustify-current-line): Use line-end-position.
254 (fill-individual-paragraphs-prefix): Use line-beginning-position.
255
256 * net/eudc-vars.el (eudc): Add :version, :link.
257
39250ec3 258 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
742c1822
DL
259
260 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
261 Fix for define-minor-mode.
262 (function-at-point): Alias to function-called-at-point.
263
264 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
265
266 * simple.el (backward-word): Doc fix.
267
a23ccdf2
DL
268 * image-file.el (image-file-name-regexp): image-file-regexps ->
269 image-file-name-regexps.
742c1822 270 (image-file-name-extensions): Add pbm.
a23ccdf2 271
39250ec3
SM
2722000-10-06 Stefan Monnier <monnier@cs.yale.edu>
273
274 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
275 and add filename to the names so that diff-mode can jump to source.
276
277 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
814299a7 278 (tex-font-lock-keywords, tex-font-lock-keywords-2)
39250ec3
SM
279 (tex-font-lock-keywords-1): Remove.
280 (font-lock-turn-on-thing-lock): Use jit-lock-register.
281 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
9ee45b2c
SM
282 (font-lock-default-fontify-region):
283 Expand beg..end correctly when just following a multiline region.
39250ec3
SM
284 (font-lock-fontify-anchored-keywords):
285 Include the anchor text as part of the multiline.
286
8d5dfacd
GM
2872000-10-06 Gerd Moellmann <gerd@gnu.org>
288
289 * loadup.el (toplevel): Load `loaddefs' before `help' because the
290 latter needs the autoloaded define-minor-mode macro during the
291 bootstrap.
292
293 * startup.el (command-line): For now, activate tool-bar-mode only
294 if XPM images are supported.
295
296 * mouse.el (mouse-drag-header-line): Don't allow resizing a
297 window by dragging a header-line at the top of the frame; that's
4c19fbce 298 confusing because the header-line doesn't move.
8d5dfacd
GM
299 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
300 of treating the event as a list. Some cleanup.
301
f69aad2b 3022000-10-06 Miles Bader <miles@gnu.org>
8fb051f9 303
f69aad2b
MB
304 * simple.el (display-message-or-buffer): New function.
305 (shell-command-on-region): Use `display-message-or-buffer'.
06933804 306
09cb7646
MB
307 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
308 docstring parts.
309
814299a7 310 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
8fb051f9
MB
311 (smbclient-prompt-regexp): Add usage note to doc string.
312 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
313 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
314 Use add-hook for adding the comint filter function, and only do so
315 if it's not already in the global hook list.
316 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
317 to `make-local-variable'.
318 (nslookup-font-lock-keywords): Remove prompt entry.
319 (nslookup): Don't set the process-filter.
320 (finger): Exit the loop correctly when the regexps list runs out.
321 (ftp, smbclient, smbclient-list-shares):
322 Set the real major mode immediately, not after execing.
323 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
324
325 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
326
4c19fbce
SM
3272000-10-05 Stefan Monnier <monnier@cs.yale.edu>
328
329 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
330
331 * which-func.el (which-func-format): Remove spurious space.
332 (which-func-mode): Don't make it permanent-local.
333 (which-func-ff-hook): Allow which-func-maxout to be nil.
334 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
335 (which-func-mode): Simplify.
336 Use post-command-idle-hook rather than post-command-hook.
337 Go through all buffers and update their state.
338 (which-function): Also try add-log-current-defun-function.
339
340 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
341 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
342 Update call to with-vc-properties accordingly.
343 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
344 (vc-revert-buffer): More careful about window selection and deletion.
345 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
346
347 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
348 (cvs-retrieve-revision): Reuse a pre-existing buffer.
349 (cvs-dired-action): Change the default to quickdir.
350
351 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
352 if comment-indent-function returns nil.
353 (comment-indent-default): New function.
354 (comment-indent-function): Use it and document the new semantics.
355
356 * image-file.el: Docstring fixes.
357
358 * help.el (help-xref-on-pp): Use match-string.
359 (describe-variable): New arg BUFFER.
360 Store the current buffer in the help-xref-stack.
361 (temp-buffer-resize-mode): Use define-minor-mode.
362
363 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
364 consistently with its docstring.
365 Set jit-lock-first-unfontify-pos in an idempotent way.
366 (jit-lock-register): Autoload and add arg CONTEXTUAL.
367
542c6552
GM
3682000-10-05 Alex Schroeder <alex@gnu.org>
369
370 * sql.el (sql-mysql-options): New variable.
371 (sql-mysql): Use it.
372
a3489ece
MB
3732000-10-05 Miles Bader <miles@lsi.nec.co.jp>
374
77f6105c
MB
375 * image.el (image): New group.
376
814299a7 377 * smerge-mode.el (smerge-mine-face, smerge-other-face)
a3489ece
MB
378 (smerge-base-face, smerge-markers-face): Add dark-background variants.
379
3478046b
PB
3802000-10-04 Peter Breton <pbreton@ne.mediaone.net>
381
382 * net/net-utils.el (nslookup-font-lock-keywords)
814299a7 383 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
3478046b
PB
384 Ignore the value of wqindow-system; always define keywords
385
22aca186
KH
3862000-10-05 Kenichi Handa <handa@etl.go.jp>
387
388 * startup.el (fancy-splash-screens): Remove the code for
389 debugging; `(trace-to-stderr "EXITTT\n")'.
390
55d5d717
MB
3912000-10-05 Miles Bader <miles@gnu.org>
392
393 * diff-mode.el (diff-goto-source): Update call to
394 `diff-hunk-status-msg' to reflect new REV variable.
395
41fa7178
SM
3962000-10-04 Stefan Monnier <monnier@cs.yale.edu>
397
398 * progmodes/icon.el (icon-mode):
399 Don't gratuitously override the default for comment-column.
400
401 * vc-hooks.el (vc-mode-line): Fix interactive spec.
402
403 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
404 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
405 (jit-lock-functions): New var.
406 (jit-lock-function-1): Use it if non-nil.
407 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
408 Set the `fontified' property before doing the fontification to avoid
409 repeatedly going through the same error.
410 Don't turn errors into messages.
411 (jit-lock-register, jit-lock-unregister): New functions.
412
413 * dired.el (dired-mark-pop-up): Turn comment into docstring.
414 Use with-current-buffer.
415
416 * dired-aux.el (dired-do-create-files, dired-kill-tree):
417 Turn comment into docstring.
418
419 * apropos.el (apropos-mode): Use define-derived-mode.
420
3dc78168
GM
4212000-10-04 Gerd Moellmann <gerd@gnu.org>
422
423 * startup.el (fancy-splash-pending-command): New variable.
424 (fancy-splash-pre-command): New function.
425 (fancy-splash-screens): Rewritten.
426 (command-line-1): If fancy-splash-pending-command is set, call it
427 interactively.
428
dae9dc56
DL
4292000-10-04 Dave Love <fx@gnu.org>
430
431 * toolbar/tool-bar.el (tool-bar-setup): New function.
432 (tool-bar-mode): Use it.
433
434 * subr.el (substitute-key-definition): Doc fix.
435 (play-sound-file): New command.
436
3388f0a5
AS
4372000-10-04 Andre Spiegel <spiegel@gnu.org>
438
814299a7 439 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
3388f0a5
AS
440 vc-version-backup-file-name): New functions.
441
442 * files.el (basic-save-buffer): Call vc-before-save before saving.
814299a7
MB
443
444 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
3388f0a5
AS
445 vc-cvs-stay-local-p.
446
447 * vc.el (vc-revert-buffer): Handle empty diff properly.
448 (vc-version-backup-file): New function.
449 (vc-checkout): Create a version backup if necessary.
450 (vc-checkin): If a version backup file exists, delete it.
451 (vc-version-diff): Diff locally using version backups, if available.
452 (vc-revert-file): If there's a version backup, revert locally.
453 (vc-transfer-file): Use version backup for base version, if
454 available. If not, ask for confirmation whether to get it from the
455 server. Update mode line before check-in.
456
ebd4825d
DL
4572000-10-04 Dave Love <fx@gnu.org>
458
459 * toolbar/tool-bar.el (tool-bar-setup): New function.
460 (tool-bar-mode): Use it.
461
1b24f4b7
PB
4622000-10-04 Peter Breton <pbreton@ne.mediaone.net>
463
3dc78168 464 * net/net-utils.el (nslookup-font-lock-keywords)
814299a7 465 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
8b7187d8
PB
466 Only set if window-system is non-nil
467 (net-utils-run-program): Returns buffer.
468 (network-connection-reconnect): Added this function.
469
814299a7
MB
470 * generic.el:
471 Incorporates extensive cleanup and docfixes by
9a7f629d
PB
472 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
473 Uses cl compile-time macros.
3dc78168
GM
474 (generic-mode-name, generic-comment-list)
475 (generic-keywords-list, generic-font-lock-expressions)
476 (generic-mode-function-list, generic-mode-syntax-table):
9a7f629d
PB
477 Removed variables.
478 (generic-mode-alist): Renamed to generic-mode-list.
479 (generic-find-file-regexp): Default changed to "^#".
480 (generic-read-type): Uses completing read on generic-mode-list.
481 (generic-mode-sanity-check): removed this function.
482 (generic-add-to-auto-mode): Removed this function
3dc78168 483 (generic-mode-internal): Bind mode-specific definitions
9a7f629d
PB
484 into function instead of putting them in alist.
485 (generic-mode-set-comments): Reworked extensively.
486 (generic-mode-find-file-hook): Simplified regexp searching
814299a7 487 (generic-make-keywords-list): Omit extra pair of parens
9a7f629d 488
814299a7 489 * find-lisp.el (find-lisp-find-files-internal):
1b24f4b7
PB
490 Make sure directory name ends with "/".
491
814299a7 492 * generic-x.el (apache-conf-generic-mode):
1b24f4b7
PB
493 Regexp now allows leading whitespace.
494 (rc-generic-mode): Added eval-when-compile
495 around generic-make-keywords-list.
496 Deleted duplicate regexp
497 (rul-generic-mode): Added eval-when-compile
498 around generic-make-keywords-list.
499 (etc-fstab-generic-mode): New generic mode.
500 (rul-generic-mode): Removed one eval-when-compile
814299a7 501 which caused a max-specpdl-size exceeded error.
1b24f4b7 502
a7bf5cf3
MB
5032000-10-04 Miles Bader <miles@gnu.org>
504
505 * simple.el (minibuffer-temporary-goal-position): New variable.
506 (next-history-element): Try to keep the position of point in the
507 input string constant.
508
509 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
510 (dired-do-create-files): If there's only one file, pass it in as
511 the DEFAULT arg to dired-mark-read-file-name.
512
ce1087a9
SM
5132000-10-03 Stefan Monnier <monnier@cs.yale.edu>
514
515 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
516 (diff-goto-source): Be smarter when choosing REVERSE or not.
517
518 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
519 (texinfo-mode-menu): Add an explicit shortcut for update all.
520
0e41e1d6
AS
5212000-10-03 Andre Spiegel <spiegel@gnu.org>
522
814299a7 523 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
858f7cb4
AS
524 factorize backend-specific code cleanly (this was essentially
525 conceived by Stefan Monnier).
526 (vc-unregister): Function removed.
814299a7 527 (vc-revert-file): New function.
858f7cb4
AS
528 (vc-revert-buffer): Delegate some of the work to it.
529
0e41e1d6
AS
530 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
531 default branch unconditionally.
532 (vc-rcs-set-default-branch): New function.
533 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
534 (vc-rcs-checkin): If an appropriate default branch has been set,
535 force creation of that branch.
858f7cb4
AS
536 (vc-rcs-receive-file): Rewritten to contain only backend-specific
537 code (as suggested by Stefan Monnier).
0e41e1d6 538
01c86c56
GM
5392000-10-02 Gerd Moellmann <gerd@gnu.org>
540
45c477b4
GM
541 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
542 highlighting overlay with a different face over the overlay
543 isearch uses to highlight the current match because that can lead
544 to bad face combinations.
545
01c86c56
GM
546 * loadup.el (toplevel): Load faces before isearch.
547
548 * isearch.el (isearch-faces): New custom group.
549 (isearch): New defface; was already tested for in the code.
550 (isearch-lazy-highlight-face): Changed to defface from defcustom.
551 (isearch-highlight): Always use face `isearch'.
552
944425c0
DL
5532000-10-02 Dave Love <fx@gnu.org>
554
555 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
556 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
557 comparison of opcode with operand.
558
2a099bcc
MB
5592000-10-03 Miles Bader <miles@gnu.org>
560
561 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
562 buffer, since the echo area will now grow to accommodate them.
563
4300ecb8
AS
5642000-10-02 Andre Spiegel <spiegel@gnu.org>
565
566 * vc-hooks.el (vc-registered): If FILE used to be registered under
567 a certain backend, try that one first.
568
814299a7 569 * vc.el (vc-responsible-backend): Undo the previous change in the
4300ecb8
AS
570 argument list. Handle multiple backends correctly.
571 (vc-find-new-backend): Function removed.
572 (vc-register): Use vc-responsible-backend, as before.
573 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
574
64e6cc18
GM
5752000-10-02 Gerd Moellmann <gerd@gnu.org>
576
577 * startup.el (fancy-splash-head): Change message below the
578 logo.
579
00df919e
MB
5802000-10-02 Miles Bader <miles@lsi.nec.co.jp>
581
582 * diff-mode.el (diff-goto-source): Emit a status message.
583 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
4eaa6852 584 (diff-test-hunk): Fix doc string.
00df919e
MB
585 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
586 (diff-advance-after-apply-hunk): New variable.
4eaa6852 587 (diff-apply-hunk): Don't return a value.
00df919e 588
ceec5a0c
SM
5892000-10-01 Stefan Monnier <monnier@cs.yale.edu>
590
591 * vc.el (vc-editable-p): Minor optimization.
592 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
593 (vc-find-new-backend): New function split from vc-responsible-backend.
594 (vc-register): Use it.
595 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
596 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
597 (vc-default-unregister, vc-revert-buffer): Docstring fix.
598 (vc-clear-headers): Don't use find-file.
599 (vc-revert-buffer): Use `and' again (must have been a braino).
600 (vc-switch-backend): Only prompt if requested.
601 Short circuit if nothing is to be done.
602 Don't use vc-resynch-buffer which could lose unsaved editing.
603 (vc-default-receive-file): Update call to vc-unregister.
604 (with-vc-file, vc-next-action-on-file):
605 Use vc-backend rather than vc-registered.
606 (vc-next-action-on-file): Use intern-soft.
607 Deal with read-only *vc-diff* buffer.
608 (vc-transfer-file): Docstring fix.
609
610 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
611 (vc-rcs-receive-file): Avoid with-vc-properties.
612 Update call to vc-unregister.
613 Use constant `RCS' rather than (dynamically bound) var `backend'.
614
4ad5da8f
AS
6152000-10-01 Andre Spiegel <spiegel@gnu.org>
616
814299a7 617 * vc.el (vc-next-action-on-file): Update mode line only if file
4ad5da8f
AS
618 is visited.
619 (vc-start-entry): New argument initial-contents. Don't visit the file
620 if it isn't already visited. Brought documentation up-to-date.
814299a7
MB
621 (vc-next-action, vc-register): Updated calls to vc-start-entry.
622 (vc-checkin): New optional arg initial-contents, which is passed to
4ad5da8f
AS
623 vc-start-entry.
624 (vc-finish-logentry): Make sure to bury log buffer only if there
625 really is one. Call `vc-resynch-buffer' on log-file, not
626 buffer-file-name.
627 (vc-default-comment-history, vc-default-wash-log): New functions.
628 (vc-index-of): Removed.
629 (vc-transfer-file): Make do without the above.
630 (vc-default-receive-file): Call comment-history unconditionally. Pass
631 the resulting string to vc-checkin, instead of inserting it into the
632 comment ring.
633
634 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
635 unconditionally. Use the comments as initial contents of the log
814299a7 636 entry buffer. Document the trick to force branch creation with no
4ad5da8f
AS
637 changes.
638
aa0c3dca
MB
6392000-10-01 Miles Bader <miles@gnu.org>
640
641 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
642 `recenter' with an arg to prevent redrawing the display.
643
d5f5a2c5
SM
6442000-09-30 Stefan Monnier <monnier@cs.yale.edu>
645
646 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
647
648 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
649
814299a7 650 * progmodes/c-mode.el (c-mode):
d5f5a2c5
SM
651 Don't gratuitously override the default for comment-column.
652
653 * textmodes/tex-mode.el (latex-metasection-list): New var.
654 (latex-imenu-create-index): Use it.
655 Move the regexp construction outside loops (and use push).
814299a7 656 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
d5f5a2c5
SM
657 (tex-font-lock-keywords): Moved from font-lock.el.
658 (tex-comment-indent): Remove.
659 (tex-common-initialization): Don't set comment-indent-function.
660 (latex-block-default): New var.
661 (tex-latex-block): Use it to provide a default choice.
662 Add any unknown choice to latex-block-names.
663 Insert [...] after {...}.
664 (tex-last-unended-begin): Simplify regexp.
665 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
666 (latex-forward-sexp-1, latex-forward-sexp): New functions.
667 (latex-mode): Set forward-sexp-function.
668
669 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
670 Add regexp for @ignore ... @end ignore.
671 (texinfo-heading-face): New face.
672 (texinfo-font-lock-keywords): Use it.
673 (texinfo-mode-menu): New menu.
674 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
675 New functions.
676 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
814299a7 677 (texinfo-section-types-regexp, texinfo-section-level-regexp)
d5f5a2c5
SM
678 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
679 Remove declaration.
680 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
681
682 * delsel.el (delete-selection-mode): Use define-minor-mode.
683
684 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
685
6862000-09-29 Stefan Monnier <monnier@cs.yale.edu>
687
688 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
689
8a5506f2
GM
6902000-09-30 Gerd Moellmann <gerd@gnu.org>
691
068127d6
GM
692 * replace.el (keep-lines-read-args): New function.
693 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
694 read arguments interactively. Add parameters RSTART and REND.
695 Operate on the active region in Transient Mark mode.
696
d777bb8f
GM
697 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
698
8a5506f2
GM
699 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
700 (authors-obsolete-files-regexps): New variable.
701 (authors-add): Don't record changes in obsolete files.
702
3fa87bfc
SM
7032000-09-29 Stefan Monnier <monnier@cs.yale.edu>
704
705 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
706
707 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
708 (comment-indent): Make sure there's a space between code and comment.
709 Shift comments left to avoid going past fill-column.
710
f02149ce
GM
7112000-09-29 Gerd Moellmann <gerd@gnu.org>
712
713 * startup.el (startup-echo-area-message): New function.
714 (display-startup-echo-area-message): Use it.
715 (fancy-splash-screens): Rewritten to use keymaps and a timer.
716 (fancy-splash-default-action): New function.
717 (fancy-splash-screens-1): New function.
718 (fancy-splash-head): Put a help-echo and a keymap under the image.
719
a3ef6569
SM
7202000-09-29 Stefan Monnier <monnier@cs.yale.edu>
721
722 * diff-mode.el (diff-add-log-file-name): Remove.
723 (diff-mode): Use add-log-buffer-file-name-function.
724
725 * add-log.el (find-change-log): New arg BUFFER-FILE.
726 (add-log-file-name): Obey add-log-file-name-function.
727 (add-log-buffer-file-name-function): New var.
728 (add-change-log-entry): Use it.
729
75e5b373
MB
7302000-09-29 Miles Bader <miles@gnu.org>
731
732 * image-file.el (image-file-name-extensions): New variable.
733 (image-file-name-regexps): Renamed from `image-file-regexps'.
734 New default value is nil. Call `auto-image-file-mode'.
735 (image-file-name-regexp): New function.
736 (auto-image-file-mode): New minor mode.
737 (insert-image-file): Don't make conditional on the image-file
738 handler being enabled.
739 (image-file-handler): Make the call here conditional instead.
740 (set-image-file-handler-enabled, enable-image-file-handler)
741 (disable-image-file-handler): Functions removed.
742
743 * emacs-lisp/authors.el (authors-print): Rephrase many-files
744 string.
745
de6e1f7c
GM
7462000-09-29 Gerd Moellmann <gerd@gnu.org>
747
748 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
749 it's a function from CL.
750 (latex-imenu-create-index): Replace eval-when-compile with progn
751 because latex-section-alist is not bound while compiling.
752
d8c201f5
SM
7532000-09-28 Stefan Monnier <monnier@cs.yale.edu>
754
755 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
756 (outline-mode): Use define-derived-mode.
757
814299a7 758 * progmodes/perl-mode.el (perl-mode):
d8c201f5
SM
759 * progmodes/awk-mode.el (awk-mode):
760 * progmodes/asm-mode.el (asm-mode):
761 Don't gratuitously override the default for comment-column.
762
763 * emacs-lisp/lisp.el (lisp-complete-symbol):
764 Distinguish the let-binding case from the funcall case.
765 (forward-sexp-function): New variable.
766 (forward-sexp): Use it.
767
768 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
769 (easy-mmode-defmap): Remove the now useless autoload.
770
771 * time.el (display-time-mode): Use define-minor-mode.
772
773 * subr.el (add-minor-mode): Don't eval NAME.
774 Don't depend on the presence of TOGGLE-FUN for any special behavior.
775 Use if rather than cond.
776
777 * simple.el (read-expression-map): Define more properly.
778 (comment-indent-hook): Remove.
779 (string-to-syntax): Bug fix.
780
781 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
782 (cvs-ediff-diff): Fix typo.
783 (cvs-revert-if-needed): Don't bother preserving read-only.
784
785 * paren.el (show-paren-mode): Use define-minor-mode.
786
787 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
788 (toggle-auto-compression): Remove.
789 (jka-compr-build-file-regexp): Remove useless grouping.
790
791 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
792 Avoid user-reserved bindings.
793 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
794 (diff-header-face): Revert to grey85.
795
796 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
797
798 * complete.el (partial-completion-mode) <defcustom>: Remove.
799 (partial-completion-mode): Use define-minor-mode.
800 (PC-do-completion): Understand `completion-auto-help = delay'
801 to mean to popup the completion buffer only the second time.
814299a7 802 (PC-include-file-all-completions, PC-include-file-all-completions)
d8c201f5
SM
803 (PC-include-file-all-completions): Don't quote lambda.
804
805 * comint.el (comint-mode-hook): Docstring fix.
806 (comint-mode): Use define-derived-mode.
807 (comint-mode-map): Remove obsolete comment.
808 (make-comint): Minor stylistic change.
809 (comint-insert-clicked-input): Be more careful to find the overlay.
810 Use this-command-keys rather than hardcoding mouse-2.
811
812 * font-lock.el: Replace confusing (,@ with ,
813 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
814 Don't use regexp-opt-depth. Spice up the regexp for args.
815 Don't distinguish between cmds that can take an opt arg or not.
816 Use `append' and `prepend' rather than `keep'.
817
818 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
819 (latex-outline-regexp): New var.
820 (latex-outline-level): New fun.
821 (latex-section-alist): New var.
822 (latex-imenu-create-index): Use it. Use `push' as well.
823 (tex-shell-map): Initialize it properly.
824 (tex-mode): Minor stylistic change.
825 (plain-tex-mode): Use define-derived-mode.
826 (latex-mode): Use define-derived-mode.
827 Construct the paragraph regexps in a more readable way.
828 Set the buffer-local outline-{level,regexp} vars.
829 (slitex-mode): Derive from latex-mode.
830 (tex-common-initialization): Don't kill-all-vars anymore.
831 Add setting for comment-add and font-lock-defaults.
832 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
833 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
834 (tex-start-tex): New arg DIR (and send a chdir command for it).
835 Also display the shell buffer and save it in tex-last-buffer-texed.
836 (tex-region): Use expand-file-name rather than concat.
837 Remove code made useless by changes in tex-start-tex.
838 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
839
840 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
841
ff398532
DL
8422000-09-28 Dave Love <fx@gnu.org>
843
844 * eshell/eshell.el (eshell) <defgroup>: Add :version.
845
f9415d5b
GM
8462000-09-28 Gerd Moellmann <gerd@gnu.org>
847
848 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
849 `append'.
850
fa003899
SM
8512000-09-28 Stefan Monnier <monnier@cs.yale.edu>
852
853 * info.el (Info-extract-pointer): Undo last change.
854 Instead, fix the position of the `bound' arg to re-search-backward.
855
8562000-09-27 Stefan Monnier <monnier@cs.yale.edu>
857
858 * info.el (Info-extract-pointer):
859 Widen more carefully, to avoid finding pointers in other nodes.
860 (Info-index): Use push.
861
f9415d5b 8622000-09-27 Gerd Moellmann <gerd@gnu.org>
6f22f1ad
GM
863
864 * frame.el (set-frame-font): Remove call to obsolete function
865 frame-update-faces.
866 (set-foreground-color, set-background-color): Likewise for
867 frame-update-face-colors.
868
5538b8ba
MB
8692000-09-27 Miles Bader <miles@gnu.org>
870
871 * image-file.el: New file.
872
60536eea
GM
8732000-09-27 Gerd Moellmann <gerd@gnu.org>
874
5b551d58
GM
875 * frame.el (frame-notice-user-settings): Don't call
876 frame-update-faces, which is a no-op now.
814299a7 877
60536eea
GM
878 * ediff-wind.el (ediff-control-frame-parameters): Add zero
879 tool-bar-lines.
880
36f1966f
DL
8812000-09-27 Dave Love <fx@gnu.org>
882
883 * mouse.el: Fix last change.
884
c5785b73
MB
8852000-09-27 Miles Bader <miles@lsi.nec.co.jp>
886
887 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
888
672172d9
KH
8892000-09-22 Kenichi Handa <handa@etl.go.jp>
890
891 * international/quail.el (quail-help): The output message is
892 improved.
893
4653b4ea
DL
8942000-09-26 Dave Love <fx@gnu.org>
895
896 * mouse.el (popup-menu): If POSITION is nil, set it using
897 mouse-position.
898
63900fcf
SS
8992000-09-25 Sam Steingold <sds@gnu.org>
900
901 * net/browse-url.el (browse-url-file-url): Check for null maps.
902
cd3b81be
GM
9032000-09-26 Gerd Moellmann <gerd@gnu.org>
904
876512ab 905 * frame.el (frame-notice-user-settings): Don't add a
fa003899 906 tool-bar-lines frame parameter to default-frame-alist in batch mode.
814299a7 907
fa003899
SM
908 * frame.el (frame-notice-user-settings):
909 Make tool-bar-mode and default-frame-alist consistent.
77072ab1 910
cd3b81be
GM
911 * toolbar/tool-bar.el (tool-bar-help): New function.
912
d8b4516f
GM
9132000-09-25 Gerd Moellmann <gerd@gnu.org>
914
6567e9b5
GM
915 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
916 current-load-list in top-level forms. Else this leaks a cons cell
917 every time a defun is called.
63900fcf 918
d8b4516f 919 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
63900fcf 920
a461758e
DL
9212000-09-25 Dave Love <fx@gnu.org>
922
7df6adc3
DL
923 * startup.el (fancy-splash-head): Check XPM is available.
924
a461758e
DL
925 * autoinsert.el (auto-insert): Doc fix.
926 (auto-insert-alist): Following GNU notices, don't say `copyright
927 _by_'. Use line-beginning-position.
928 (auto-insert): Check buffer-file-name is non-nil before use.
929
b11af2dd
GM
9302000-09-25 Gerd Moellmann <gerd@gnu.org>
931
932 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
933 starting with `@def' or `@multitable', in addition to ones
934 specified by the user in auto-fill-inhibit-regexp.
935
5f9f981b
GM
9362000-09-25 Markus Rost <rost@math.ohio-state.edu>
937
938 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
939 rmail-dont-reply-to-names matches the empty string.
63900fcf 940
8ff16b4e
GM
9412000-09-25 Gerd Moellmann <gerd@gnu.org>
942
63900fcf 943 * startup.el (command-line-1, fancy-splash-text): Change the
8ff16b4e
GM
944 text to sound more friendly.
945
9b4a7800
TTN
9462000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
947
948 * progmodes/hideshow.el: Update author email address.
949 Generally, sync w/ maintainer version 5.22.
9b4a7800
TTN
950 (hs-hide-all-non-comment-function): New var.
951 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
952 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
953 (hs-show-region): Delete this command.
954 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
955
4c7c1f3f
DL
9562000-09-22 Dave Love <fx@gnu.org>
957
958 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
959 (hl-line-highlight): Specify buffer when moving overlay.
960
961 * progmodes/fortran.el (fortran-mode): Locally set
962 normal-auto-fill-function.
963 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
964 (fortran-mode-map): Adjust auto-fill menu entry.
965
13f93dee
GM
9662000-09-22 Gerd Moellmann <gerd@gnu.org>
967
36eb0a91
GM
968 * vc-rcs.el (toplevel): Require `vc' when compiling.
969
fa003899 970 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
13f93dee 971
36a03bf9
AS
9722000-09-22 Andre Spiegel <spiegel@gnu.org>
973
9b4a7800 974 * vc.el (vc-switch-backend): Signal an error if the file is not
36a03bf9
AS
975 registered under the new backend.
976
9b4a7800 977 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
36a03bf9
AS
978 without explicit revision number.
979
6e4e8a3b
SM
9802000-09-21 Stefan Monnier <monnier@cs.yale.edu>
981
982 * diff-mode.el (diff-file-header-face): Reset to its previous value.
983 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
984 (diff-xor): New function.
985 (diff-find-source-location): Use it. Fix a stupid name clash.
986 (diff-hunk-status-msg): New function.
987 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
988 (diff-test-hunk): Use diff-find-source-location.
989 (diff-goto-source): Favor the `reverse'.
990 (diff-hunk-text): Properly handle one-sided context diffs.
991 (diff-apply-hunk): When done, advance to the next hunk.
992
1b24b888
GM
9932000-09-21 Gerd Moellmann <gerd@gnu.org>
994
623a0aae
GM
995 * startup.el (command-line): If frame was created with a non-zero
996 tool-bar-lines parameter, switch tool-bar-mode on.
9b4a7800 997
1b24b888
GM
998 * add-log.el (change-log-date-face, change-log-name-face)
999 (change-log-email-face, change-log-file-face)
1000 (change-log-list-face, change-log-conditionals-face)
fa003899
SM
1001 (change-log-function-face, change-log-acknowledgement-face):
1002 New faces, inheriting from font-lock faces.
1b24b888 1003 (change-log-font-lock-keywords): Use them.
9b4a7800 1004
93b3a1c8
DL
10052000-09-21 Dave Love <fx@gnu.org>
1006
80585273
DL
1007 * progmodes/cperl-mode.el (top-level): Clean up
1008 `eval-when-compile's and assorted defvars.
1009 (cperl-invalid-face): Don't double-quote value. Change custom
1010 type.
1011 (cperl-mode): Set normal-auto-fill-function and don't zap
1012 auto-fill-function.
1013 (cperl-imenu--function-name-regexp-perl): Renamed from
1014 imenu-example--function-name-regexp-perl.
1015 (cperl-imenu--create-perl-index): Renamed from
1016 imenu-example--create-perl-index.
1017 (cperl-xsub-scan): Don't require cl.
1018
93b3a1c8
DL
1019 * msb.el (msb-mode-map): Use substitute-key-definition.
1020 (msb-mode): Use msb-mode-map.
1021
43ccb598
AS
10222000-09-21 Andre Spiegel <spiegel@gnu.org>
1023
1024 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
1025 New functions.
fa003899 1026 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
43ccb598
AS
1027 (vc-switch-backend): New function.
1028 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
1029 (vc-register): Fix prompt.
1030 (vc-unregister, vc-default-unregister): New functions.
1031 (vc-version-diff): Handle empty buffer in sentinel.
1032
1033 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
1034 (vc-rcs-state-heuristic): Use it to guess the state of files with
1035 non-strict locking.
1036 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
1037 been set with -b, but not created yet.
1038 (vc-rcs-fetch-master-state): With non-strict locking, compare file
1039 contents in order to find the state.
1040 (vc-rcs-checkin): Allow creation of branches with no changes.
fa003899
SM
1041 (vc-rcs-unregister, vc-rcs-receive-file)
1042 (vc-rcs-set-non-strict-locking): New functions.
43ccb598 1043
9b4a7800 1044 * vc-hooks.el (vc-name): Force correct computation of the value
43ccb598 1045 in case it is missing.
9b4a7800 1046
95fadcca
GM
10472000-09-21 Gerd Moellmann <gerd@gnu.org>
1048
1049 * startup.el (fancy-splash-tail): Use a different foreground
1050 color on a dark frame background.
1051
470f23e1
MB
10522000-09-21 Miles Bader <miles@lsi.nec.co.jp>
1053
1054 * info.el: Use the correct capitalization when making Info-mode
1055 and Info-edit-mode `special' modes.
1056
281096ed
SM
10572000-09-20 Stefan Monnier <monnier@cs.yale.edu>
1058
1059 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
1060 (diff-mode): Add support for add-log.el.
1061 (diff-hunk-text): Use char offsets rather than line offsets.
1062 (diff-find-source-location): Replace LINE with line-offset (nil
1063 if not found) and always set POS to a meaningful position.
1064 Adapt to the new char-offsets.
1065 (diff-apply-hunk): Drop support for the unused `select' POPUP.
1066 Adapt to the new diff-find-source-location.
1067 (diff-goto-source): Adapt to the new diff-find-source-location.
1068
1069 * add-log.el (add-log-file-name): New function (split out of
1070 add-change-log-entry).
1071 (add-change-log-entry): Use it.
1072 Call add-log-file-name-function with the changelog file name if
1073 the current buffer is not associated with any file.
1074 Avoid find-file if the selected window is dedicated.
1075
1076 * diff-mode.el (diff-find-source-location):
1077 Move code from diff-apply-hunk. Return buffer rather than file.
1078 (diff-apply-hunk): Use the new result from diff-find-source-location.
1079 (diff-goto-source): Use the new diff-find-source-location.
1080
c29d77c4
DL
10812000-09-20 Dave Love <fx@gnu.org>
1082
1083 * iswitchb.el: Some doc fixes.
1084 (iswitchb-mode-map): Define completely initially. Inherit
1085 minibuffer-local-map.
1086 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
1087 fundamental-mode.
1088 (iswitchb-global-map): New variable.
1089 (iswitchb-summaries-to-end): Amalgamate regexps.
1090 (iswitchb-mode): New.
1091 (iswitchb-mode-hook): New variable.
1092 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
1093 `extensions'.
1094
49939379
GM
10952000-09-20 Gerd Moellmann <gerd@gnu.org>
1096
d05c87ac
GM
1097 * ehelp.el (electric-help): New defgroup.
1098 (electric-help-shrink-window): New user-option.
1099 (with-electric-help): Use it.
1100
1ec082d4
GM
1101 * window.el (shrink-window-if-larger-than-buffer): If face
1102 `mode-line' has a :box, and we're on a graphical frame, add 1
1103 to the needed window height.
1104
f46c275e
GM
1105 * frame.el (frame-notice-user-settings): Add a last parameter nil
1106 to a call to `append', because the last list passed to `append' is
1107 not copied, and so subsequent calls to assq-delete-all will modify
1108 default-frame-alist.
1109
b7e11c5b
GM
1110 * startup.el (fancy-splash-image): Change :type.
1111 (fancy-splash-head): Use an XBM image if appropriate.
1112 (command-line-1): Show splash screens in more cases.
1113
26ff68aa
GM
1114 * startup.el (fancy-splash-text): Don't quote faces.
1115
8320414c
GM
1116 * dired.el (dired-font-lock-keywords): Undo last change.
1117 (dired-readin): Bind indent-tabs-mode to nil.
1118
49939379
GM
1119 * startup.el (fancy-splash-head): If frame's background mode
1120 is `dark', change the black background of the image to gray.
1121 (fancy-splash-screens): Display startup echo area message.
1122 (display-startup-echo-area-message): New function.
1123
c3b27206
MB
11242000-09-20 Miles Bader <miles@lsi.nec.co.jp>
1125
55a3d2a1
MB
1126 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
1127
1128 * info.el (info-header-node): Tweak for color ttys.
1129
37a99821
MB
1130 * faces.el (face-valid-attribute-values): Make sure directories we
1131 search for stipples both exist and are readable before trying to
1132 search them.
1133
0415d0d0
MB
1134 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
1135 in the dry-run case.
1136
523b128c
MB
1137 * jka-compr.el (with-auto-compression-mode): New macro.
1138
c3b27206
MB
1139 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
1140 (custom-group-tag-face, custom-variable-tag-face): Use relative
1141 :height and inherit from `variable-pitch' face instead of
1142 hardwiring :family.
1143 * hi-lock.el (hi-black-hb): Likewise.
1144
ddba99ad
MB
1145 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
1146 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
1147 toolbar-add-item, if image doesn't have a mask add a `:mask
1148 heuristic'.
1149
7e99fbde
SM
11502000-09-19 Stefan Monnier <monnier@cs.yale.edu>
1151
1152 * diff-mode.el: Docstring fixes.
1153 (diff-header-face, diff-comment-face): New faces.
1154 (diff-font-lock-keywords): Highlight a bit differently.
1155 (diff-find-source-location): Don't return SPAN any more.
1156 (diff-hunk-text): Don't bother erasing the temp buffer.
1157 (diff-find-text): Drop argument LINE.
1158 (diff-apply-hunk): Update calls to diff-find-text.
1159 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
1160
1161 * calendar/calendar.el: Docstring fixes.
1162 (calendar-make-alist): Don't quote lambda.
1163 (calendar-star-date): Use make-local-variable.
1164
fb275c02
DL
11652000-09-19 Dave Love <fx@gnu.org>
1166
7e99fbde
SM
1167 * toolbar/tool-bar.el: Renamed from toolbar.el.
1168 Change `toolbar' to `tool-bar' generally in symbols.
1169 Make some items invisible in `special' major modes.
1170 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
1171 Add arg PROPS.
532cb34d 1172
7e99fbde
SM
1173 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
1174 Add :version here.
fb275c02
DL
1175 (fancy-splash-delay, fancy-splash-image): Remove :version here.
1176
8f4ca9a5
GM
11772000-09-19 Gerd Moellmann <gerd@gnu.org>
1178
da1608d9
GM
1179 * progmodes/sh-script.el (sh-search-word): Remove call to
1180 `debug'.
1181
8fb3df59
GM
1182 * files.el (find-file-suppress-same-file-warnings): New
1183 user-option.
1184 (find-file-noselect): Use it.
1185
a01bb1db
GM
1186 * startup.el (fancy-splash-delay, fancy-splash-image): Add
1187 :version.
1188 (fancy-splash-screen): Defgroup.
1189
8f4ca9a5
GM
1190 * add-log.el (change-log-font-lock-keywords): Match names
1191 more exactly for the case that font-lock-constant-face is
1192 underlined.
1193
ba9eeda1 11942000-09-19 Richard M. Stallman <rms@gnu.org>
9b4a7800 1195
ba9eeda1
GM
1196 * progmodes/sh-script.el (sh-search-word): Rewritten for
1197 speed.
1198
289eaef9
AS
11992000-09-19 Andre Spiegel <spiegel@gnu.org>
1200
1201 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
1202
ce9ded5d
GM
12032000-09-19 Gerd Moellmann <gerd@gnu.org>
1204
c113de23
GM
1205 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
1206 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
1207 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
1208 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
1209 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
1210 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
1211 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
1212 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
1213 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
1214 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
1215 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
8f4ca9a5 1216 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
c113de23 1217
ce9ded5d
GM
1218 * startup.el (fancy-splash-text): New variable.
1219 (fancy-splash-delay, fancy-splash-image): New user-options.
1220 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
1221 (fancy-splash-screens): New functions.
1222 (command-line-1): If display has a `display' frame parameter, has
1223 colors, and we have XPM support, show more fancy splash screens.
9b4a7800 1224
b9b1c3a9
DL
12252000-09-19 Dave Love <fx@gnu.org>
1226
1227 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
1228 with null `help'. Use modern backquote syntax.
1229
1af25534
GM
12302000-09-19 Gerd Moellmann <gerd@gnu.org>
1231
afd3c8cd
GM
1232 * font-lock.el (font-lock-mode): Change message telling the user
1233 that ``the buffer is too big''.
1234
1af25534
GM
1235 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
1236 for instance for the case that tab-width is 2.
1237
05b1f851
GM
12382000-09-18 Gerd Moellmann <gerd@gnu.org>
1239
1240 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
1241 toolbar-add-item, if image doesn't have a mask add a `:mask
1242 heuristic'.
1243
8ec8f673
MB
12442000-09-18 Miles Bader <miles@lsi.nec.co.jp>
1245
2b612b1f
MB
1246 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
1247 and return a cons if it's non-nil.
1248 (diff-apply-hunk): Try to jump to the line in the source text
1249 corresponding to the position of point in the in the hunk.
1250
9b4a7800 1251 * info.el (Info-title-3-face, Info-title-2-face)
8ec8f673
MB
1252 (Info-title-1-face): Use face inheritance and relative sizes
1253 instead of hard-wiring things.
1254
1255 * faces.el (secondary-selection): Make dark-background variant sane.
1256
5eedab4d
AI
12572000-09-16 Andrew Innes <andrewi@gnu.org>
1258
1259 * makefile.nt (compile-files): No need to make .elc files
1260 read-only, since they aren't under VC now.
1261
1262 * makefile.w32-in (compile-files-CMD): No need to make .elc files
1263 read-only, since they aren't under VC now.
1264
6a142f26
DL
12652000-09-17 Dave Love <fx@gnu.org>
1266
e07436e1
DL
1267 * tmm.el: Replace mapcar with mapc in several places.
1268
1269 * loadhist.el (unload-feature): Maybe call elp-restore-list and
1270 ad-unadvise.
1271
7d354dd5
DL
1272 * international/latin1-disp.el: New file.
1273
6a142f26
DL
1274 * calendar/cal-move.el (scroll-calendar-left)
1275 (scroll-calendar-right): Make arg optional (for active mode line).
1276
1277 * calendar/calendar.el (calendar-mode-line-format): Make fields
1278 mouse-sensitive.
1279 (calendar-read-date, calendar-read-date, calendar-window-list):
1280 Unquote lambda.
1281 (calendar-month-name): Use aref, not sref.
1282
1283 * view.el (minor-mode-alist): Propertize the string.
1284
1285 * international/characters.el (standard-case-table): Add entries
1286 for Greek.
1287
50ac70af
MB
12882000-09-18 Miles Bader <miles@gnu.org>
1289
53c9ab4f
MB
1290 * info.el (info-node, info-xref): Add dark-background variants.
1291
a114b1ca
MB
1292 * faces.el (header-line): Change defaults to be less confusing
1293 when mixed with mode-lines.
1294
50ac70af
MB
1295 * info.el (Info-fontify-node): Make a few cleanups.
1296 Add extra `help-echo' and `local-map' props to node xrefs.
1297 Use header-specific faces for node-names & xrefs.
1298 (Info-use-header-line): New variable.
53c9ab4f 1299 (info-header-xref, info-header-node): New faces.
50ac70af
MB
1300 (Info-setup-header-line): New function.
1301 (Info-select-node): Call Info-setup-header-line when enabled.
1302 (Info-extract-pointer): Work even if the header line is hidden.
1303 (Info-header-line): New variable.
1304
729927ff
SM
13052000-09-16 Stefan Monnier <monnier@cs.yale.edu>
1306
1307 * vms-patch.el (print-region-function): Don't quote lambda.
1308
1309 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
1310
1311 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
1312 (lm-get-header-re): Allow spaces between the header and the colon.
1313 (lm-header): Allow $ in non-RCS headers.
1314 (lm-header-multiline): Put the strings back into order.
1315 Stop at an empty line. Don't require two space chars if the
1316 line is clearly not another header line.
1317
1318 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
1319 (popup-menu-popup): Remove.
1320
7a98d821
GM
13212000-09-15 Gerd Moellmann <gerd@gnu.org>
1322
7f8f1edc
GM
1323 * toolbar/toolbar.el (toolbar-add-item): Use the same image
1324 specification if or if not tool-bar item contains an `:enabled'
1325 property.
1326
7a98d821
GM
1327 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
1328 current buffer has no file name.
1329
a7bc704b
DL
13302000-09-15 Dave Love <fx@gnu.org>
1331
1332 * strokes.el: Sync with maintainer's current version with changes
1333 for Emacs, but avoid runtime cl and levents.
1334 (toplevel): Change autoloads and compilation requires.
1335 (strokes-version, strokes-bug-address, strokes-lift): Values
1336 changed.
1337 (strokes-xpm-header, strokes-insinuated): New variable.
1338 (strokes): Add :link.
1339 (strokes-mode): Customized.
1340 (strokes-while-inhibiting-garbage-collector): New macro.
1341 (strokes-remassoc): Avoid remove-if.
1342 (strokes-fix-button2-command): Don't use ad-do-it.
1343 (strokes-insinuate): New function.
1344 (strokes-button-press-event-p, strokes-button-release-event-p):
1345 New functions, used instead of non-`strokes-' versions..
1346 (strokes-mouse-event-p): Rewritten.
1347 (strokes-event-closest-point): Avoid event-point.
1348 (strokes-get-grid-position): Avoid cdadr, caadr
1349 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
1350 functions.
1351 (strokes-help): Use with-output-to-temp-buffer.
1352 (strokes-window-configuration-changed-p): New function.
1353 (strokes-update-window-configuration): Use buffer-live-p,
1354 strokes-window-configuration-changed-p.
1355 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
1356 (strokes-char-face): New face.
1357 (strokes-char-table, strokes-base64-chars): New variable.
1358 (strokes-xpm-for-stroke, strokes-list-strokes)
1359 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
1360 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
1361 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
1362 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
1363 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
1364 functions.
1365
47e351a3
GM
13662000-09-15 Gerd Moellmann <gerd@gnu.org>
1367
ebb8f116
GM
1368 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
1369
47e351a3
GM
1370 * image.el (create-image): Doc fix.
1371
1372 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
1373 instead of `:heuristic-mask t'.
1374
fe83b953
AI
13752000-09-14 Andrew Innes <andrewi@gnu.org>
1376
1377 * makefile.w32-in: Revert to Unix line endings.
1378
52481729
AI
13792000-09-14 Andrew Innes <andrewi@gnu.org>
1380
3021e816
AI
1381 * makefile.w32-in: Add bootstrap support. Also copy lisp source
1382 when installing.
1383
52481729
AI
1384 * makefile.nt (DONTCOMPILE): Fix typo.
1385
1386 * shell.el (shell-write-history-on-exit): New function.
1387 (shell-dumb-shell-regexp): New custom variable.
1388 (shell-mode): Make shell-write-history-on-exit the process
1389 sentinel if shell name matches shell-dumb-shell-regexp.
1390
1391 * w32-fns.el: Comment out before-init-hook function which resets
1392 source-directory based; this breaks bootstrap.
1393
f8034e41
DL
13942000-09-14 Dave Love <fx@gnu.org>
1395
1396 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
1397 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
1398 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
1399 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
1400 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
1401 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
1402 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
1403 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
1404 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
1405
1406 * toolbar/toolbar.el: New.
1407
1408 * subdirs.el: Add toolbar.
1409
b9ce5694
GM
14102000-09-14 Gerd Moellmann <gerd@gnu.org>
1411
1412 * indent.el (indent-for-tab-command): Doc fix.
1413
986b7dee
GM
14142000-09-14 Alex Schroeder <alex@gnu.org>
1415
1416 * ansi-color.el (ansi-colors): Doc change.
1417 (ansi-color-get-face): Simplified regexp.
1418 (ansi-color-faces-vector): Added more faces, doc change.
1419 (ansi-color-names-vector): Doc change.
1420 (ansi-color-regexp): Simplified regexp.
1421 (ansi-color-parameter-regexp): New regexp.
1422 (ansi-color-filter-apply): Doc change.
1423 (ansi-color-filter-region): Doc change.
1424 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
1425 deal with zero length parameters.
1426 (ansi-color-apply-on-region): Doc change.
1427 (ansi-color-map): Doc change.
1428 (ansi-color-map-update): Removed debugging message.
1429 (ansi-color-get-face-1): Added condition-case to trap
1430 args-out-of-range errors.
1431 (ansi-color-get-face): Doc change.
1432 (ansi-color-make-face): Removed.
1433 (ansi-color-for-shell-mode): New option.
9b4a7800 1434
076ff911
KH
14352000-09-13 Kenichi Handa <handa@etl.go.jp>
1436
1437 * international/quail.el (quail-start-translation): Translate KEY
1438 if necessary even if it doesn't have any mapping in the current
1439 input method.
1440 (quail-start-conversion): Likewise.
1441 (quail-help): The output message is improved.
1442
bdf08678
MB
14432000-09-13 Miles Bader <miles@gnu.org>
1444
1445 * comint.el (comint-output-filter): Revert to using
1446 `insert-before-markers'. Add bletcherous hack to undo damage
1447 caused by `insert-before-markers'. Put `front-sticky' property on
1448 overlays created here so that the field code understands how the
1449 overlay works. Use a let when making comint-last-prompt-overlay,
1450 so that the code is easier to read.
1451
ffb8db8d
DL
14522000-09-13 Dave Love <fx@gnu.org>
1453
1454 * wid-edit.el (widget-default-format-handler): DTRT when
1455 doc-property is a function.
1456
5dd05f61
GM
14572000-09-12 Francesco Potorti` <pot@gnu.org>
1458
1459 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
1460 filed name if it's not there.
1461
35177617
DL
14622000-09-12 Dave Love <fx@gnu.org>
1463
9023837e
DL
1464 * simple.el (read-mail-command): Doc fix.
1465 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
1466
35177617
DL
1467 * vc.el (vc-dired-listing-switches): Fix :version.
1468
1469 * vc-hooks.el: Doc fixes.
1470
1471 * subr.el (add-minor-mode): Use toggle-fun arg.
1472
1473 * speedbar.el: Add :version to several defcustoms.
1474
1475 * imenu.el (imenu--truncate-items, imenu--cleanup)
1476 (imenu--generic-function): Avoid mapcar.
1477 (imenu--replace-spaces): Function removed.
1478 (imenu--completion-buffer): Use subst-char-in-string.
1479 (imenu-add-to-menubar): Use keymap inheritance.
1480
1afaae94
MB
14812000-09-12 Miles Bader <miles@gnu.org>
1482
1483 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
1484 (diff-mode-map): Bind `diff-test-hunk'.
1485 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
1486
14872000-09-11 Gerd Moellmann <gerd@gnu.org>
71246c2c
GM
1488
1489 * bytecomp.el (byte-compile-defvar): Undo last change
1490 because it breaks '(make-variable-buffer-local (defvar ...)'
1491 which is used at least in dired.
1492
63c36c3c
KH
14932000-09-12 Kenichi Handa <handa@etl.go.jp>
1494
1495 * international/quail.el (quail-define-package): Docstring
1496 modified.
1497
1ad24be1
KH
14982000-09-12 Kenichi Handa <handa@etl.go.jp>
1499
362a8065
KH
1500 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
1501 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
1502 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
1503 docstring of "chinese-py".
1504
1ad24be1
KH
1505 * international/quail.el (quail-translation-docstring): New
1506 variable.
1507 (quail-show-keyboard-layout): Docstring modified.
1508 (quail-select-current): Likewise.
1509 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
1510 infinite recursive call.
1511 (quail-help): Check quail-translation-docstring. Format of the
1512 output changed.
1513 (quail-help-insert-keymap-description): Adjusted for the above
1514 change.
1515
cc0f95a4
GM
15162000-09-11 Gerd Moellmann <gerd@gnu.org>
1517
1518 * bytecomp.el (byte-compile-defvar): Only cons onto
1519 current-load-list in top-level forms. Else this leaks a cons cell
1520 every time a defun is called.
1521
7530b6da
MB
15222000-09-11 Miles Bader <miles@lsi.nec.co.jp>
1523
1524 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
1525 Now understands non-unified diffs. Some functionality moved into
1526 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
1527 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
1528 modify anything. Only reposition point in the patched file if the
1529 patch succeeds. Only pop up another window if POPUP is true.
1530 Emit a message describing what happened if successful, and at what
1531 line-offset. Automatically detect reversed hunks and do something
1532 appropriate.
1533 (diff-hunk-text, diff-find-text): New functions.
1534 (diff-filter-lines): Function removed.
1535 (diff-test-hunk): New function.
1536 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
1537
6b124390
DL
15382000-09-10 Dave Love <fx@gnu.org>
1539
1540 * textmodes/tildify.el: Minor doc/commentary fixes.
1541 (tildify) <defgroup>: Add :version.
1542
1543 * faces.el (face-x-resources): Make custom type more specific.
1544 (frame-background-mode): Use mapc.
1545 (region) <defcustom>: Add :version.
1546
7f8b6551
SM
15472000-09-08 Stefan Monnier <monnier@cs.yale.edu>
1548
9b4a7800
TTN
1549 * vc-sccs.el (vc-sccs-register):
1550 * vc-rcs.el (vc-rcs-register):
7f8b6551
SM
1551 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
1552 * vc.el (vc-register): Clear file's properties.
1553
c454aac1
GM
15542000-09-08 Gerd Moellmann <gerd@gnu.org>
1555
1556 * faces.el (face-spec-set): Only face-spec-reset-face when
1557 ATTRS is non-nil.
1558
bb934822
EZ
15592000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
1560
1561 * help.el (help-insert-xref-button): Fix a typo in doc string.
1562
03419440
EZ
15632000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
1564
7f8b6551
SM
1565 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
1566 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
43b11fee
EZ
1567 methods.
1568
03419440
EZ
1569 * menu-bar.el (read-mail-item-name): New function.
1570 (menu-bar-tools-menu): Use it to compute and display the package
1571 used to read email.
1572 (menu-bar-tools-menu): Fix typo in GUD's help string.
1573
dbcee71a
DL
15742000-09-07 Dave Love <fx@gnu.org>
1575
19e713d8
DL
1576 * diff-mode.el (diff-mouse-goto-source): New function.
1577
a7cafade 1578 * vc-sccs.el: Doc fixes.
7f8b6551 1579 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
a7cafade
DL
1580
1581 * vc-rcs.el: Doc fixes.
7f8b6551
SM
1582 (vc-rcs-register-switches, vc-rcs-checkin-switches)
1583 (vc-rcs-checkout-switches, vc-rcs-header)
a7cafade
DL
1584 (vc-rcs-master-templates): Add or change :version.
1585
7f8b6551 1586 * vc-cvs.el: Doc fixes.
a7cafade
DL
1587 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
1588 (vc-cvs-stay-local): Add :version.
1589
dbcee71a
DL
1590 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
1591
ed254191
KH
15922000-09-07 Kenichi Handa <handa@etl.go.jp>
1593
1594 * international/quail.el (quail-help): Fix previous change.
1595
ab0ee409
GM
15962000-09-07 Gerd Moellmann <gerd@gnu.org>
1597
f46f845b 1598 * faces.el (color-values): Doc fix.
9b4a7800 1599
ab0ee409
GM
1600 * faces.el (frame-set-background-mode): Use frame-parameter
1601 instead of frame-parameters.
1602
1603 * frame.el (filtered-frame-list): Reduce consing.
9b4a7800 1604 (frames-on-display-list): Call frame-parameter instead of
ab0ee409 1605 frame-parameters.
9b4a7800 1606
f7246ac7
KH
16072000-09-07 Kenichi Handa <handa@etl.go.jp>
1608
1609 * language/devan-util.el (devanagari-to-indian-region): In the
1610 loop, change the following char, not preceding char.
1611
96889af2
GM
16122000-09-07 Gerd Moellmann <gerd@gnu.org>
1613
1091dd67
GM
1614 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
1615 instead of frame-parameters.
1616
9b4a7800 1617 * faces.el (set-face-attribute): Simplify by calling
0da3ecef
GM
1618 internal-set-lisp-face-attribute with FRAME being 0.
1619
1620 * vc.el: Remove `Id' version control keyword.
96889af2 1621
0fddd0dc
KH
16222000-09-07 Kenichi Handa <handa@etl.go.jp>
1623
1624 * help.el (help-make-xrefs): Adjusted for the change of
1625 help-xref-mule-regexp.
1626 (help-insert-xref-button): New function.
1627
1628 * international/mule-cmds.el (help-xref-mule-regexp-template):
1629 Include the pattern for character set.
1630 (leim): New group.
1631
1632 * international/quail.el: Don't require face.
1633 (quail): New group.
7f8b6551 1634 (quail-other-command): Dummy command to make quail-help work better.
0fddd0dc
KH
1635 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
1636 (quail-keyboard-layout-substitution): New variable.
1637 (quail-update-keyboard-layout): New function.
1638 (quail-keyboard-layout-type): New customizable variable.
1639 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
1640 (quail-keyboard-translate): Pay attention to
1641 quail-keyboard-layout-substitution.
1642 (quail-insert-kbd-layout): New function.
1643 (quail-show-keyboard-layout): New function.
1644 (quail-get-translation): If the definition is a vector of length
7f8b6551 1645 1, and the element is a string of length 1, return the character
0fddd0dc
KH
1646 in that string.
1647 (quail-update-current-translations): Fix the case of
1648 relative-index out of range.
1649 (quail-build-decode-map, quail-insert-decode-map): New Functions.
1650 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
7f8b6551 1651 Show key sequences for all available characters.
0fddd0dc
KH
1652 (quail-help-insert-keymap-description): Don't show such verbose
1653 key bindings as quail-self-insert-command.
1654
1655 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
1656 Format changed, and each element now have extra documentations.
1657 (tit-process-header): Delete invalid characters from TIT-PROMPT.
1658 Adjusted for the change of quail-cxterm-package-ext-info.
1659
8ddceaf1
GM
16602000-09-06 Gerd Moellmann <gerd@gnu.org>
1661
1662 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
1663 requiring it leads to a recursive loading of vc.el and vc-hooks.el
1664 during bootstrap.
1665
099bd78a
SM
16662000-09-05 Stefan Monnier <monnier@cs.yale.edu>
1667
1668 * vc.el: (toplevel): Don't require `dired' at run-time.
1669 (vc-dired-resynch-file): Remove autoload cookie.
1670
16712000-09-05 Andre Spiegel <spiegel@gnu.org>
1672
1673 * vc.el: Made several backend functions optional.
1674 (vc-default-responsible-p): New function.
1675 (vc-merge): Use RET for first version to trigger merge-news, not
1676 prefix arg.
1677 (vc-annotate): Handle backends that do not support annotation.
1678 (vc-default-merge-news): Removed. The existence of a merge-news
1679 implementation is now checked on caller sites.
1680
9b4a7800 1681 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
099bd78a
SM
1682 case.
1683
9b4a7800 1684 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
099bd78a
SM
1685 special case that has been removed from the default in vc-hooks.el.
1686
16872000-09-05 Stefan Monnier <monnier@cs.yale.edu>
1688
1689 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
1690
16912000-09-05 Andre Spiegel <spiegel@gnu.org>
1692
1693 * vc-hooks.el: Require vc during compilation.
1694 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
1695 macro `with-vc-properties' in vc.el.
1696 (vc-file-getprop): Doc fix.
1697 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
9b4a7800 1698
099bd78a
SM
1699 * vc.el: Require dired-aux during compilation.
1700 (vc-name-assoc-file): Moved to vc-sccs.el.
1701 (with-vc-properties): New macro.
9b4a7800 1702 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
099bd78a
SM
1703 vc-finish-steal): Use it.
1704 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
1705 to the backend-specific function is now supposed to do the checkout,
1706 too.
1707 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
1708
9b4a7800 1709 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
099bd78a
SM
1710 set file properties; that gets done in the generic code now.
1711
1712 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
1713 Changed parameter list, added code from vc.el that does the
1714 checkout, possibly with a double-take.
1715
1716 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
1717 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
1718 the above under the new name.
1719 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
1720 parameter list, added checkout command.
1721 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
1722 properties; that gets done in the generic code now.
1723
17242000-09-05 Stefan Monnier <monnier@cs.yale.edu>
1725
1726 * vc.el: Docstring fixes (courtesy of checkdoc).
1727
17282000-09-05 Stefan Monnier <monnier@cs.yale.edu>
1729
1730 * vc.el (vc-checkout-writable-buffer-hook)
1731 (vc-checkout-writable-buffer): Remove.
1732 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
1733 (vc-log-mode): Make it into a clean derived major mode.
1734 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
1735 vc-log-mode if log-edit is not available.
1736 (vc-dired-mode-map): Don't set-keymap-parent yet.
1737 (vc-dired-mode): Do set-keymap-parent here.
1738 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
1739
08ba3862
GM
17402000-09-05 Gerd Moellmann <gerd@gnu.org>
1741
1742 * faces.el (set-face-attribute, face-spec-reset-face)
1743 (face-spec-set): Avoid consing by removing calls to `apply'.
1744
1745 * frame.el (frame-parameter): Move to C code.
1746
3b4429b4
DL
17472000-09-05 Dave Love <fx@gnu.org>
1748
1749 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
1750 insert-before-markers-and-inherit. Now checked systematically!
1751
877055f6
GM
17522000-09-05 Alex Schroeder <alex@gnu.org>
1753
1754 * sql.el (sql-postgres): Use sql-postgres-options.
1755 (sql-postgres-options): New variable.
1756
17572000-09-05 Alex Schroeder <alex@gnu.org>
1758
1759 * sql.el (sql-mode-menu): Work around missing variable mark-active
1760 in XEmacs.
1761 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
1762 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
1763 compatibility.
1764
7a004b71
GM
17652000-09-04 Gerd Moellmann <gerd@gnu.org>
1766
54baed30 1767 * vc.el (vc-dired-resynch-file): Add autoload cookie.
9b4a7800 1768
7a004b71
GM
1769 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
1770
1771 * Makefile.in (DONTCOMPILE): Fix typo in file name.
1772
17732000-09-04 Andre Spiegel <spiegel@gnu.org>
1774
1775 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
1776 don't support anything else under SCCS yet.
1777
1778 * vc-hooks.el: Minor doc fixes.
1779
17802000-09-04 Andre Spiegel <spiegel@gnu.org>
1781
1782 * vc.el (vc-next-action-on-file): Do not visit the file if it's
1783 not necessary. If verbose in state `needs-patch', do the same as
1784 under `up-to-date'. When NOT verbose and `needs-patch', check out
1785 latest version instead of `merge-news'.
1786 (vc-next-action-dired): Don't mess with default-directory here; it
1787 breaks other parts of dired. It is the job of the
099bd78a 1788 backend-specific functions to adjust it temporarily if they need it.
7a004b71
GM
1789 (vc-next-action): Remove a special CVS case.
1790 (vc-clear-headers): New optional arg FILE.
1791 (vc-checkin, vc-checkout): Set properties vc-state and
1792 vc-checkout-time properly.
099bd78a 1793 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
7a004b71
GM
1794 (vc-print-log): Use new backend function `show-log-entry'.
1795 (vc-cancel-version): Do the checks in a different order. Added a
1796 FIXME concerning RCS-only code.
1797
1798 * vc-rcs.el (vc-rcs-show-log-entry): New function.
1799 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
1800
1801 * vc-cvs.el (vc-cvs-show-log-entry): New function.
1802
9b4a7800 1803 * vc-hooks.el (vc-default-mode-line-string): Show state
7a004b71
GM
1804 `needs-patch' as a `-' too.
1805
18062000-09-04 Andre Spiegel <spiegel@gnu.org>
1807
1808 * vc.el (vc-responsible-backend): New optional arg REGISTER.
1809 (vc-default-could-register): New function.
1810 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
1811 (vc-resynch-buffer): Call vc-dired-resynch-file.
1812 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
1813 vc-resynch-buffer instead of vc-resynch-window.
1814 (vc-next-action-dired): Don't redisplay here, that gets done as a
1815 result of the individual file operations.
1816 (vc-retrieve-snapshot): Corrected prompt order.
1817
1818 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
9b4a7800 1819
7a004b71
GM
1820 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
1821 as well.
1822 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
1823 hostname regexps. Updated all callers.
1824 (vc-cvs-responsible-p): Handle directories as well.
1825 (vc-cvs-could-register): New function.
1826 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
1827 properties up-to-date.
9b4a7800 1828
7a004b71
GM
1829 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
1830 user whether to create one.
1831
18322000-09-04 Andre Spiegel <spiegel@gnu.org>
1833
1834 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
1835 check out a non-existing file.
1836
1837 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
1838 workfile does not exist.
1839
1840 * vc.el (vc-version-diff): Use `require' to check for existence of
1841 diff-mode.
1842
18432000-09-04 Andre Spiegel <spiegel@gnu.org>
1844
1845 * vc-cvs.el (vc-cvs-registered): Use new function
1846 vc-cvs-parse-entry to do the actual work.
1847
18482000-09-04 Andre Spiegel <spiegel@gnu.org>
1849
1850 * vc-hooks.el (vc-find-backend-function): If function doesn't
1851 exist, return nil instead of error.
1852 (vc-call-backend): Doc fix.
1853
1854 * vc.el (vc-do-command): Doc fix.
1855 (vc-finish-logentry): When checking in from vc-dired, choose the
1856 right backend for logentry check.
1857 (vc-dired-mode-map): Inherit from dired-mode-map.
1858 (vc-dired-mode): Local value of dired-move-to-filename-regexp
1859 simplified.
1860 (vc-dired-state-info): Removed, updated caller.
1861 (vc-default-dired-state-info): Use parentheses instead of hyphens.
1862 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
1863 (vc-dired-listing-switches): New variable.
1864 (vc-directory): Use it, instead of dired-listing-switches.
1865
1866 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
1867 (vc-cvs-dir-state): New function.
7f8b6551 1868 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
7a004b71
GM
1869 (vc-cvs-parse-entry): New function, also to be used in
1870 vc-cvs-registered.
9b4a7800 1871
7a004b71
GM
18722000-09-04 Stefan Monnier <monnier@cs.yale.edu>
1873
1874 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
1875 *or* single-window-frames.
1876
18772000-09-04 Andre Spiegel <spiegel@gnu.org>
1878
1879 * vc.el (vc-update-changelog): Split into generic part and default
1880 implementation. Doc string adapted.
1881 (vc-default-update-changelog): New function. Call the `rcs2log'
1882 script in exec-directory, to fix a long-standing nuisance.
1883
1884 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
1885 simply signals an error.
9b4a7800 1886
7a004b71
GM
18872000-09-04 Stefan Monnier <monnier@cs.yale.edu>
1888
1889 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
1890 control-flow more clear and to avoid running `cvs' twice.
1891
1892 * vc.el (vc-next-action-on-file): Doc fix.
1893 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
1894 (vc-print-log): Eval `file' before constructing the continuation.
1895
18962000-09-04 Andre Spiegel <spiegel@gnu.org>
1897
1898 * vc.el (vc-next-action-on-file): Corrected several messages.
1899 (vc-merge): Add prefix arg `merge-news'; handle it.
1900
1901 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
1902 is not reached. It is.
1903 (vc-cvs-merge): Set state to 'edited after merge.
1904 (vc-cvs-merge-news): Set workfile version to nil if not known.
1905 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
1906
1907 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
1908 via stdout. (Merge from main line.)
9b4a7800 1909
7a004b71
GM
19102000-09-04 Stefan Monnier <monnier@cs.yale.edu>
1911
1912 * vc.el (vc-finish-logentry): Thinko in the "same comment"
1913 detection.
1914
19152000-09-04 Stefan Monnier <monnier@cs.yale.edu>
1916
1917 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
1918 against kill-all-local-variables.
1919 (vc-log-edit): Don't save vc-parent-buffer any more.
1920 (vc-last-comment-match): Initialize to an empty string.
1921 (vc-post-command-functions): New hook.
1922 (vc-do-command): Run it.
1923 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
1924 (vc-finish-logentry): Only add the comment to the ring if it's
1925 different from the last comment entered.
1926 (vc-new-comment-index): New function.
1927 (vc-previous-comment): Use it. Make the minibuffer message
1928 slightly less terse.
1929 (vc-comment-search-reverse): Make it work forward as well. Don't
1930 set vc-comment-ring-index if no match is found. Use
1931 vc-new-comment-index.
1932 (vc-comment-search-forward): Use vc-comment-search-reverse.
1933 (vc-dired-mode-map): Don't inherit from dired-mode-map since
1934 define-derived-mode will do it for us. Bind `v' to a keymap that
1935 inherits from vc-prefix-map so that we can bind `vt' without
1936 binding C-x v t.
1937 (vc-retrieve-snapshot): Parenthesis typo.
1938
1939 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
1940 to 1. Make sure to switch to *vc* before looking for an error
1941 message. Use vc-parse-buffer.
1942
19432000-09-04 Andre Spiegel <spiegel@gnu.org>
1944
1945 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
1946 and NAME.
1947 (vc-retrieve-snapshot): Split into two parts.
1948 (vc-default-retrieve-snapshot): New function.
1949
1950 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
1951 (vc-cvs-retrieve-snapshot): New function (untested).
1952 (vc-cvs-stay-local): Default to t.
1953 (vc-cvs-remote-p): New function and property.
1954 (vc-cvs-state): Stay local only if the above is t.
1955 (vc-handle-cvs): Removed.
1956 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
1957 done via vc-handled-backends now.
1958 (vc-cvs-header): Escape Id.
1959
19602000-09-04 Stefan Monnier <monnier@cs.yale.edu>
1961
1962 * vc.el (vc-do-command): Remove unused commands.
1963 (vc-version-diff): Make sure default-directory ends with a slash.
1964 Move the window commands into a vc-exec-after.
1965 (vc-print-log): Move more of the code into the `vc-exec-after'.
1966
19672000-09-04 Andre Spiegel <spiegel@gnu.org>
1968
1969 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
1970 (vc-print-log): Search current revision from beginning of buffer.
1971 (vc-revert-buffer): Clear echo area after the diff is finished.
1972 (vc-prefix-map): Removed definition of "t" for terse display in vc
1973 dired.
1974 (vc-dired-mode-map): Inherit from dired-mode-map. Added
1975 definition of "vt" for terse display.
1976 (vc-dired-mode): Fix dired-move-to-filename-regexp.
1977
19782000-09-04 Stefan Monnier <monnier@cs.yale.edu>
1979
1980 * vc.el (vc-exec-after): Avoid caddr.
1981
19822000-09-04 Stefan Monnier <monnier@cs.yale.edu>
1983
1984 * vc.el (vc-exec-after): New function.
1985 (vc-do-command): Use it to add a termination message for async
1986 procs.
1987 (vc-checkout): Try to handle a missing-backend situation.
1988 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
1989 of a directory with a backend using async diffs.
1990 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
1991 present.
1992
1993 * vc-sccs.el (vc-sccs-state-heuristic): Use
1994 file-ownership-preserved-p.
1995
1996 * vc-rcs.el (vc-rcs-state-heuristic): Use
1997 file-ownership-preserved-p.
1998 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
1999
20002000-09-04 Andre Spiegel <spiegel@gnu.org>
2001
2002 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
2003 vc-do-command.
2004
2005 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
2006 when there are no changes.
2007
20082000-09-04 Andre Spiegel <spiegel@gnu.org>
2009
2010 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
2011
2012 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
2013
20142000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2015
2016 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
2017
2018 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
2019 the `fset' outside of the defvar so that it works even if
2020 vc-prefix-map was already defined.
2021 (vc-setup-buffer): New function, split out of vc-do-command.
2022 (vc-do-command): Allow BUFFER to be t to mean `just use the
2023 current buffer without any fuss'.
2024 (vc-version-diff): Change the `diff' backend operation to just put
2025 the diff in the current buffer without erasing it. Always use
2026 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
2027 shrink-window-if-larger-than-buffer.
2028 (vc-print-log): Change the `print-log' backend operation to just
2029 put the log in the current buffer without erasing it. Protect
2030 shrink-window-if-larger-than-buffer.
2031 (vc-update-change-log): Fix setd typo.
2032
2033 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
2034 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
2035
2036 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
2037 (vc-rcs-diff): Insert in the current buffer and remove unused arg
2038 CMP.
2039
2040 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
2041 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
2042 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
2043
20442000-09-04 Andre Spiegel <spiegel@gnu.org>
2045
2046 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
2047 not possible, use vc-BACKEND-workfile-unchanged-p.
2048 (vc-default-workfile-unchanged-p): New function. Delegates to a
2049 full vc-BACKEND-diff.
2050
2051 * vc-hooks.el (vc-simple-command): Removed.
2052
2053 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
2054 instead of vc-simple-command.
2055 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
2056 avoid doing a diff when opening a file.
2057 (vc-rcs-state): Added check for unlocked-changes.
2058 (vc-rcs-header): Escape Id.
2059 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
2060 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
2061 version.
2062
2063 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
2064 (vc-sccs-diff): Remove optional arg CMP.
2065 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
2066 SCCS-specific function.
2067
2068 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
2069 vc-simple-command.
2070
20712000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2072
2073 * vc.el (vc-editable-p): Renamed from vc-writable-p.
2074 (with-vc-file, vc-merge): Use vc-editable-p.
2075 (vc-do-command): Remove unused var vc-file and fix the
2076 doubly-defined `status' var. Add a user message when starting an
2077 async command.
2078 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
2079 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
2080 Use with-current-buffer.
2081 (vc-buffer-sync): Use unless.
2082 (vc-next-action-on-file): If the file is 'edited by read-only,
2083 make it read-write instead of trying to commit.
2084 (vc-version-diff, vc-update-change-log): Use `setq
2085 default-directory' rather than `cd'.
2086 (vc-log-edit): Don't forget to set default-directory in the
2087 buffer.
2088
2089 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
2090 (vc-sccs-state-heuristic): Use file-writable-p instead of
2091 comparing userids.
2092 (vc-sccs-checkout): Use `unless'.
2093
2094 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
2095 of comparing userids.
2096 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
2097 Simplify the logic by eliminating unreachable code.
2098 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
2099 just do a recursive call if we need to retry.
2100 (vc-rcs-checkout): Handle the case where rcs is missing by making
2101 the buffer read-write if requested and re-signalling the error.
2102
2103 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
2104
21052000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2106
2107 * vc-hooks.el (vc-handled-backends): Docstring change.
2108 (vc-ignore-vc-files): Mark obsolete.
2109 (vc-registered): Check vc-ignore-vc-files.
2110 (vc-find-file-hook, vc-file-not-found-hook): Don't check
2111 vc-ignore-vc-files.
2112
2113 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
2114
21152000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2116
2117 * vc.el (vc-checkout): Don't do anything special for ange-ftp
2118 files since ange-ftp already has vc-registered return nil.
2119
2120 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
2121 (vc-sccs-workfile-version): Use with-temp-buffer and new
2122 vc-parse-buffer and don't bother setting the property.
2123 (vc-sccs-add-triple): Use with-current-buffer and
2124 find-file-noselect.
2125 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
2126
2127 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
2128 derives from the old vc-parse-buffer but uses the revision number
2129 rather than the date (much easier to compare robustly).
2130 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
2131 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
2132 locking-user more directly. Check strict locking and set
2133 checkout-model appropriately.
2134 (vc-rcs-parse-locks): Remove.
2135 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
2136 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
2137 (vc-rcs-system-release): Use with-current-buffer and
2138 vc-parse-buffer.
2139 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
2140
2141 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
2142 (vc-simple-command): Docstring fix.
2143 (vc-registered): Align the way the file-handler is called with the
2144 way the function itself works.
2145 (vc-file-owner): Remove.
2146
2147 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
2148 extraction of fields and call to file-attributes because of a
2149 temporary bug in rcp.el.
2150 (vc-cvs-fetch-status): Use with-current-buffer.
2151
21522000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2153
2154 * vc.el (vc-do-command): Use file-relative-name.
2155 (vc-responsible-backend): Use vc-backend if possible.
2156 (vc-create-snapshot): Improve the `interactive' spec. Add support
2157 for branches and dispatch to backend-specific `create-snapshot'.
2158 (vc-default-create-snapshot): New function, containing the bulk of
2159 the old vc-create-snapshot.
2160 (vc-retrieve-snapshot): Improve the interactive spec.
2161
2162 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
2163 (vc-backend-hook-functions): Remove.
2164 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
2165 (vc-backend): Reintroduce the test for `file = nil' now that I
2166 know why it was there (and added a comment to better remember).
2167
2168 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
2169 code from vc-sccs-hooks.el.
2170 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
2171 'vc anymore.
2172 (vc-sccs-responsible-p): Use expand-file-name instead of concat
2173 and file-directory-p instead of file-exists-p.
2174 (vc-sccs-check-headers): Simplify the regexp.
2175
2176 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
2177 from vc-rcs-hooks.el. Don't require 'vc anymore.
2178 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
2179 file-directory-p instead of file-exists-p.
2180
2181 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
2182 from vc-cvs-hooks.el.
2183 (proto vc-cvs-registered): Require 'vc-cvs instead of
2184 'vc-cvs-hooks. Don't require 'vc anymore.
2185 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
2186 file-directory-p instead of file-exists-p.
2187 (vc-cvs-create-snapshot): New function, replacing
2188 vc-cvs-assign-name.
2189 (vc-cvs-assign-name): Remove.
2190
21912000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2192
2193 * vc-cvs.el (vc-cvs-header): New var.
2194
2195 * vc-rcs.el (vc-rcs-exists): Remove.
2196 (vc-rcs-header): New var.
2197
2198 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
2199 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
2200 (vc-sccs-header): New var.
2201
2202 * vc.el (vc-do-command): Get rid of the `last' argument.
2203 (vc-header-alist): Remove, replaced by vc-X-header.
2204 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
2205 (vc-dired-hook): Use expand-file-name instead of concat.
2206 (vc-directory): Use file-name-as-directory.
2207 (vc-snapshot-precondition, vc-create-snapshot)
2208 (vc-retrieve-snapshot): Allow the command to operate on any
2209 directory.
2210
2211 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
2212 just removing the 'WORKFILE argument or by removing the 'MASTER
2213 argument and replacing `file' with (vc-name file).
2214
22152000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2216
2217 * vc.el: Update Copyright and add a crude list of backend funs.
2218 (vc-writable-p): New function.
2219 (with-vc-file): Use vc-writable-p.
7f8b6551 2220 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
7a004b71
GM
2221 (vc-register): Avoid vc-name.
2222 (vc-locking-user): Remove.
2223 (vc-steal-lock): Make the `owner' arg non-optional.
2224 (vc-merge): Use vc-writable-p instead of vc-locking-user and
2225 vc-checkout-model.
2226 (vc-default-dired-state-info): Use vc-state instead of
2227 vc-locking-user and return special strings for special states.
2228 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
2229 and get rid of one of the special CVS cases.
2230 (vc-cancel-version): prettify error message with \\[...].
2231 (vc-rename-master): New function.
2232 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
2233 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
2234 the CVS special case generic.
2235 (vc-default-record-rename): Remove.
2236 (vc-file-tree-walk-internal): Only call FUNC for files that are
2237 under control of some VC backend and replace `concat' with
2238 expand-file-name.
2239 (vc-file-tree-walk): Update docstring.
2240 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
2241 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
2242
2243 * vc-sccs.el (vc-sccs-rename-file): Renamed from
2244 vc-sccs-record-rename. Use `find-file-noselect' rather than
2245 `find-file' and call `vc-rename-master' to do the actual move.
2246 (vc-sccs-diff): Remove unused `backend' variable.
2247
2248 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
2249 to delay loading of vc-sccs until it is really used.
2250 (vc-sccs-master-templates): Preload.
2251 (vc-sccs-state): Update call to vc-sccs-parse-locks.
2252 (vc-sccs-project-dir): Remove (merged into
2253 vc-sccs-search-project-dir).
2254 (vc-sccs-search-project-dir): Rewrite using file name handling ops
2255 rather than `concat', make sure it is preloaded and don't bother
2256 to check that the file actually exists.
2257 (vc-sccs-parse-locks): Remove unused `file' argument, remove
2258 `locks' argument (use buffer's content instead) and eliminate n^2
2259 behavior.
2260
2261 * vc-rcs.el: Update Copyright.
2262 (vc-rcs-rename-file): New function.
2263 (vc-rcs-diff): Remove unused `backend' variable.
2264
2265 * vc-hooks.el: Update Copyright.
2266 (vc-backend): Don't accept a nil argument any more.
2267 (vc-up-to-date-p): Turn into a defsubst.
2268 (vc-possible-master): New function.
2269 (vc-check-master-templates): Use `vc-possible-master' and allow
2270 funs in vc-X-master-templates to return a non-existent file.
2271
2272 * vc-cvs.el: Update Copyright.
2273 (vc-cvs-diff): Remove unused `backend' variable.
7f8b6551 2274 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
7a004b71
GM
2275
2276 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
2277
22782000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2279
2280 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
2281 since it can be called from vc-rcs.el.
2282 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
2283
22842000-09-04 Andre Spiegel <spiegel@gnu.org>
2285
2286 * vc.el (vc-version-diff): Expand file name read from the
2287 minibuffer. Handle the case when a previous version number can't
2288 be guessed. Give suitable messages when there were no differences
2289 found.
2290 (vc-clear-headers): Call backend-specific implementation, if one
2291 exists.
2292 (vc-cancel-version): Made error checks generic. When done, clear
2293 headers generically, too.
2294
2295 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
2296 from vc-clear-headers in vc.el.
2297
2298 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
2299 correctly.
2300 (vc-rcs-latest-on-branch-p): Made second argument VERSION
2301 optional. Handle the case when it's not there.
2302
23032000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2304
2305 * vc.el (vc-locking-user): Moved from vc-hooks.el.
2306
23072000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2308
2309 * vc-hooks.el (vc-loadup): Remove.
2310 (vc-find-backend-function): Use `require'. Also, handle the case
2311 where vc-BACKEND-hooks.el doesn't exist.
2312 (vc-call-backend): Cleanup.
2313
23142000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2315
2316 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
2317 vc-rcs-grab-templates)
2318 (vc-rcs-registered): Remove. The default function works as well.
2319 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
2320 vc-sccs-grab-templates)
2321 (vc-sccs-registered): Remove. The default function works as well.
2322
2323 * vc.el (vc-version-diff): Left out a vc- in call to
2324 vc-call-backend.
2325 (vc-default-dired-state-info, vc-default-record-rename)
2326 (vc-default-merge-news): Update for the new backend argument.
2327
2328 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
2329 using the default function.
2330 (vc-call-backend): If calling the default function, pass it the
2331 backend as first argument. Update the docstring accordingly.
2332 (vc-default-state-heuristic, vc-default-mode-line-string): Update
2333 for the new backend argument.
2334 (vc-make-backend-sym): Renamed from vc-make-backend-function.
2335 (vc-find-backend-function): Use the new name.
2336 (vc-default-registered): New function.
2337
23382000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2339
2340 * vc.el (vc-merge): Use vc-find-backend-function.
2341
2342 * vc-hooks.el (vc-backend-functions): Remove.
2343 (vc-loadup): Don't setup 'vc-functions.
2344 (vc-find-backend-function): New function.
2345 (vc-call-backend): Use above fun and populate 'vc-functions
2346 lazily.
2347 (vc-backend-defines): Remove.
2348
23492000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2350
2351 * vc.el (vc-register): Put a FIXME note for a newly found bug.
2352 Call vc-call-backend without the leading vc-.
2353 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
2354 (vc-check-headers): Call vc-call-backend without the leading vc-.
7f8b6551 2355 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
7a004b71
GM
2356 (vc-annotate-display): Replace confusing use of `cond' with `or'.
2357 Call vc-call-backend without the leading vc-.
2358
2359 * vc-cvs.el (tail): Provide vc-cvs.
2360 * vc-sccs.el (tail): Provide vc-sccs.
2361 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
2362
2363 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
2364 (vc-make-backend-function, vc-call): Pass names without leading
7f8b6551 2365 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
7a004b71
GM
2366 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
2367 (vc-call-backend): Always try to load vc-X-hooks.
2368 (vc-registered): Remove vc- in call to vc-call-backend.
2369
23702000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2371
2372 * vc.el (vc-process-filter): New function.
2373 (vc-do-command): Setup `vc-process-filter' for the async process.
2374 (vc-maybe-resolve-conflicts): New function to reduce
2375 code-duplication. Additionally, it puts the buffer in
2376 `smerge-mode' if applicable.
2377 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
2378 calling `merge-news'.
7f8b6551 2379 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
7a004b71
GM
2380 (vc-log-edit): New function. Replacement for `vc-log-mode' by
2381 interfacing to log-edit.el.
2382 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
2383 log-edit is available.
2384 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
2385
23862000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2387
2388 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
2389 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
2390 defvar and the initialization.
2391 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
2392
2393 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
2394 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
2395
7f8b6551 2396 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
7a004b71
GM
2397
23982000-09-04 Andre Spiegel <spiegel@gnu.org>
2399
2400 * vc.el (vc-file-clear-masterprops): Removed.
2401 (vc-checkin, vc-revert-buffer): Removed calls to the above.
2402 (vc-version-diff): Use buffer-size without argument.
2403 (vc-register): Heed vc-initial-comment.
2404
2405 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
2406 default branch.
2407
2408 * vc-rcs.el (vc-rcs-register): Parse command output to find master
2409 file name and workfile version.
2410 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
2411
2412 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
2413 vc-file-clear-masterprops.
2414
2415 * vc-sccs.el (vc-sccs-checkout): Removed call to
2416 vc-file-clear-masterprops. If writable, set vc-state to 'edited
2417 rather than user login name.
2418
2419
24202000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2421
2422 * vc.el (vc-workfile-unchanged-p): Remove unused argument
2423 `want-differences-if-changed' and simplify.
2424 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
2425 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
2426 output (which is invalid for async vc-diff) to decide whether to
2427 do the revert silently or not.
2428
24292000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2430
2431 * vc-hooks.el (vc-loadup): Load files quietly.
2432 (vc-call-backend): Oops, brain fart.
2433
24342000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2435
2436 * vc-cvs.el (vc-cvs-state): Typo.
7f8b6551 2437 (vc-cvs-merge-news): Return the status code rather than the error msg.
7a004b71
GM
2438
24392000-09-04 Andre Spiegel <spiegel@gnu.org>
2440
2441 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
2442 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
2443 vc-state or vc-up-to-date-p.
2444 (vc-merge): Use vc-backend-defines to check whether merging is
2445 possible. Set state to 'edited after successful merge.
2446
2447 * vc-hooks.el (vc-locking-user): If locked by the calling user,
2448 return that name. Redocumented.
2449
24502000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2451
2452 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
2453 new `vc-state' semantics.
2454 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
2455 'vc-locking-user to the current user.
2456 (vc-merge): Inline vc-backend-merge. Comment out code that I
2457 don't understand and hence can't adapt to the new `vc-state' and
2458 `vc-locking-user' semantics.
2459 (vc-backend-merge): Remove.
2460
2461 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
2462 rather than 'vc-locking-user.
2463
2464 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
2465
2466 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
2467 (vc-state): Don't use 'reserved any more. Just use the same
2468 convention as the one used for vc-<backend>-state where the
2469 locking user (as a string) is returned.
2470 (vc-locking-user): Update, based on the above convention. The
2471 'vc-locking-user property has disappeared.
7f8b6551 2472 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
7a004b71
GM
2473
2474 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
2475 with a heuristic one.
2476 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
2477 (vc-cvs-checkin): Do a trivial parse to set the state in case of
2478 error. That allows us to get to 'needs-merge even in the
2479 stay-local case. There's still no way to detect 'needs-patch in
2480 such a setup (or to force an update for that matter).
2481 (vc-cvs-logentry-check): Remove, the default works as well.
2482
24832000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2484
7f8b6551 2485 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
7a004b71
GM
2486
2487 * vc.el (vc-do-command): kill-all-local-variables, to reset any
2488 major-mode in which the buffer might have been put earlier. Use
2489 `remove' and `when'. Allow `okstatus' to be `async' and use
2490 `start-process' in this case.
2491 (vc-version-diff): Handle the case where the diff looks empty
2492 because of the use of an async process.
2493
24942000-09-04 Andre Spiegel <spiegel@gnu.org>
2495
2496 * vc.el (vc-next-action-on-file): Removed optional parameter
2497 `simple'. Recompute state unconditionally.
2498 (vc-default-toggle-read-only): Removed.
2499
2500 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
2501 (vc-toggle-read-only): Undid prev change.
2502
2503 * vc-cvs.el (vc-cvs-stay-local): Renamed from
2504 vc-cvs-simple-toggle. Redocumented.
2505 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
2506 (vc-cvs-toggle-read-only): Removed.
2507
25082000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2509
7f8b6551 2510 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
7a004b71
GM
2511 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
2512 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
2513 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
2514 still is. So maybe it should be removed.
2515 (vc-head-version, vc-find-binary): Remove.
2516 (vc-recompute-state): Move from vc-hooks.el.
2517 (vc-next-action-on-file): Add a `simple' argument to allow
2518 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
7f8b6551
SM
2519 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
2520 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
7a004b71
GM
2521 (vc-dired-mode-map): Properly defvar it.
2522 (vc-print-log): Call log-view-mode if available.
2523 (small-temporary-file-directory): defvar instead of use boundp.
2524 (vc-merge-news): Moved to vc-cvs.el.
2525 (vc-default-merge-news): New function.
2526
2527 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
2528 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
2529 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
2530 unknown `vc-latest-version' function. It should probably refer to
2531 vc-workfile-version or somesuch, but it's very unclear to me and I
2532 don't have SCCS to test things.
2533
2534 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
2535 (vc-sccs-state-heuristic): Fix typo.
2536 (vc-sccs-workfile-unchanged-p): Add missing argument.
2537
2538 * vc-rcs.el: Require vc and vc-rcs-hooks.
2539 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
2540 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
2541 (vc-release-greater-or-equal-p): Move from vc.
2542 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
2543 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
2544 (vc-rcs-checkout): Add a missing `new-version' argument in the
7f8b6551 2545 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
7a004b71
GM
2546
2547 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
2548 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
2549 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
2550 than the apparently unbound `workfile-version'.
2551
2552 * vc-hooks.el (vc-master-templates): Def the obsolete var.
2553 (vc-file-prop-obarray): Use `make-vector'.
2554 (vc-backend-functions): Add new hookable functions
2555 vc-toggle-read-only, vc-record-rename and vc-merge-news.
2556 (vc-loadup): If neither backend nor default functions exist, use
2557 the backend function rather than nil.
2558 (vc-call-backend): If the function if not bound yet, try to load
2559 the non-hook file to see if it provides it.
2560 (vc-call): New macro plus use it wherever possible.
2561 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
2562 nor `vc-find-binary' since it's only called from
7f8b6551 2563 vc-mistrust-permission which is only used once the backend is known.
7a004b71
GM
2564 (vc-checkout-model): Fix parenthesis.
2565 (vc-recompute-state, vc-prefix-map): Move to vc.el.
2566
7f8b6551 2567 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
7a004b71
GM
2568 (vc-cvs-release, vc-cvs-system-release): Remove.
2569 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
2570 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
2571 status symbols.
2572 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
2573 (vc-cvs-toggle-read-only): First cut at a function to allow a
2574 cvs-status-free vc-toggle-read-only.
2575 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
2576 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
2577 vc-cvs-status. Also set vc-state rather than vc-locking-user.
2578 (vc-cvs-checkout): Modify access rights directly if the user
2579 requested not to use `cvs edit'. And refresh the mode line.
2580
2581 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
2582 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
2583
25842000-09-04 Stefan Monnier <monnier@cs.yale.edu>
2585
2586 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
2587 workfile' that got lost when the code was extracted from vc.el.
2588 And merged the tail with the rest of the code (not possible in the
2589 old vc.el where the tail was shared among all backends). And
2590 explicitly set the state to 'edited if `writable' is set.
2591
2592 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
2593 (vc-cvs-state): Be careful to return the value from
2594 vc-cvs-parse-state.
2595 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
2596 property but return it instead. Also be careful to handle a nil
2597 or "" `rev' when workfile is non-nil (it was handled properly when
2598 workfile was nil).
2599
2600 * vc.el: Removed those pesky unnecessary `(function' quotes.
2601 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
2602 directly in the defvar.
2603 (vc-do-command): Bind inhibit-read-only so as to properly handle
2604 the case where the destination buffer has been made read-only.
2605 (vc-diff): Delegate to vc-version-diff in all cases.
7f8b6551 2606 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
7a004b71
GM
2607 (vc-annotate-mode-variables): Removed (code moved partly to
2608 defvars and partly to vc-annotate-add-menu).
2609 (vc-annotate-mode): Turned into a derived-mode.
2610 (vc-annotate-add-menu): Moved in code in
2611 vc-annotate-mode-variables.
2612 (vc-update-change-log): Use make-temp-file if available.
2613
26142000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
2615
2616 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
2617 `vc-checkout-model' updated to `vc-cvs-update-model'.
2618
26192000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
2620
2621 * vc.el (vc-next-action-on-file): Added handling of state
2622 `unlocked-changes'.
2623 (vc-checkout-carefully): Is now practically obsolete, unless the
2624 above is too slow to be enabled unconditionally.
2625 (vc-update-change-log): Fixed typo.
2626
2627 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
2628
7f8b6551
SM
2629 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
2630 Now handles state `unlocked-changes'.
2631 (vc-sccs-workfile-unchanged-p): New function, to support the above.
7a004b71
GM
2632
2633 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
2634
2635 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
2636 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
2637 `unlocked-changes'.
2638 (vc-rcs-workfile-unchanged-p): Renamed from
2639 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
2640 function yet, but supposed to become one soon.
2641
2642 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
2643 `vc-steal-lock'.
2644 (vc-call-backend): Changed error message.
2645 (vc-state): Added description of state `unlocked-changes'.
2646
26472000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
2648
2649 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
2650 always return t in CVS-controlled directories.
2651
2652 * vc.el (vc-responsible-backend): New function.
2653 (vc-register): Largely rewritten.
2654 (vc-admin): Removed (implementation moved into vc-register).
2655 (vc-checkin): Redocumented.
2656 (vc-finish-logentry): If no backend defined yet (because we are in
2657 the process of registering), use the responsible backend.
2658
2659 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
2660 Updated function lists.
2661 (vc-call-backend): Fixed typo.
2662
7f8b6551
SM
2663 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
2664 New functions.
2665 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
2666 Removed query option. Redocumented.
7a004b71
GM
2667
26682000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
2669
2670 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
2671
2672 * vc.el: Updated callers of `vc-checkout-required' to use
2673 `vc-checkout-model'.
2674
26752000-09-04 Martin Lorentzson <martinl@gnu.org>
2676
2677 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
2678 stuff updated to reference this function instead of the old
2679 `vc-backend-release-p'.
2680
26812000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
2682
2683 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
2684 vc-checkout-model. Return appropriate values. Updated callers.
2685
26862000-09-04 Martin Lorentzson <martinl@gnu.org>
2687
7f8b6551 2688 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
7a004b71
GM
2689 (vc-backend-revert): Function moved into `vc-revert';
2690 `vc-next-action' must be updated to accomodate this change.
2691 (vc-backend-steal): Function moved into `vc-finish-steal'.
2692 (vc-backend-logentry-check): Function moved into
2693 `vc-finish-logentry'.
2694 (vc-backend-printlog): Function moved into `vc-print-log'.
2695 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
2696 (vc-backend-assign-name): Function moved into
2697 `vc-create-snapshot'.
2698
26992000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
2700
2701 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
7f8b6551
SM
2702 Rename to vc-checkout-model. Return appropriate values.
2703 Update callers.
7a004b71 2704
7f8b6551 2705 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
7a004b71 2706 to vc-checkout-model.
7f8b6551
SM
2707 (vc-checkout-required): Rename to vc-checkout-model.
2708 Re-implement and re-comment.
7a004b71
GM
2709 (vc-after-save): Use vc-checkout-model.
2710
27112000-09-04 Martin Lorentzson <martinl@gnu.org>
2712
7f8b6551
SM
2713 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
2714 Update to use the vc-BACKEND-diff functions instead.
2715 `vc-diff' is now working.
7a004b71 2716
7f8b6551 2717 * vc-rcs.el (vc-rcs-logentry-check): New function.
7a004b71 2718
7f8b6551 2719 * vc-cvs.el (vc-cvs-logentry-check): New function.
7a004b71
GM
2720
2721 * vc-sccs.el (vc-sccs-diff): Function changed name from
2722 `vc-backend-diff'. This makes `vc-diff' work.
2723
7f8b6551 2724 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
7a004b71 2725 of functions possibly implemented in a vc-BACKEND library.
7f8b6551 2726 (vc-checkout-required): Fix bug that caused an error to be
7a004b71
GM
2727 signaled during `vc-after-save'.
2728
7f8b6551
SM
2729 * vc.el: Fix typo.
2730 This checkin is made with our new VC code base for the very first time.
2731 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
7a004b71
GM
2732
2733 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
2734 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
2735
2736 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
2737 updated to `vc-uses-locking'.
7f8b6551 2738 (vc-checkout-required): Call to backend function.
7a004b71
GM
2739 `vc-checkout-required' updated to `vc-uses-locking' instead.
2740
2741 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
2742 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
2743
7f8b6551 2744 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
7a004b71 2745 to match the split into various backends.
7f8b6551 2746 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
7a004b71
GM
2747 (vc-retrieve-snapshot): Bug fix.
2748
27492000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
2750
2751 * vc-sccs.el (vc-sccs-release): Doc fix.
2752
27532000-09-04 Martin Lorentzson <martinl@gnu.org>
2754
2755 * vc.el (vc-next-action-on-file): Bug found and fixed.
2756 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
2757 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
2758
2759 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
2760 (vc-rcs-checkout): Name space cleaned up. No more revision number
2761 crunching function names that are not prefixed with vc-rcs.
2762 (vc-rcs-checkout-model): Function added. References to
2763 `vc-checkout-model' replaced.
2764
27652000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
2766
2767 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
2768 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
2769 still need to be split, and implemented for RCS).
2770
27712000-09-04 Martin Lorentzson <martinl@gnu.org>
2772
2773 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
2774
2775 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
2776 required by the vc.el file.
2777
2778 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
2779 required by the vc.el file.
2780 (vc-rcs-exists): Function added.
2781
2782 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
2783 required by the vc.el file.
2784
2785 * vc.el (vc-admin): Updated to handle selection of appropriate
2786 backend. Current implementation is crufty and need re-thinking.
2787
2788 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
2789
27902000-09-04 Martin Lorentzson <martinl@gnu.org>
2791
2792 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
2793 beginning of annotate buffers correctly.
2794
2795 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
2796 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
2797 functionality updated quite a lot to support multiple backends.
2798 Variables `vc-annotate-mode', `vc-annotate-buffers',
2799 `vc-annotate-backend' added.
2800
2801 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
2802 `vc-annotate-difference' added to supported backend functions.
2803
28042000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
2805
2806 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
2807 Use with-temp-file instead of /bin/sh. Merged from mainline
2808
28092000-09-04 Martin Lorentzson <martinl@gnu.org>
2810
2811 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
2812
2813 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
2814
2815 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
2816
28172000-09-04 Martin Lorentzson <martinl@gnu.org>
2818
2819 * vc-hooks.el: vc-state-heuristic added to
2820 vc-backend-hook-functions.
2821
2822 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
2823
2824 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
2825
7f8b6551
SM
2826 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
2827 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
7a004b71
GM
2828 state to `reserved'.
2829
2830 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
2831 `vc-checkout-required'. Rename the `locked' state to `reserved'.
2832
28332000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
2834
7f8b6551 2835 * vc-rcs-hooks.el: Implement new state model. Hardly anything
7a004b71
GM
2836 untouched.
2837
7f8b6551 2838 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
7a004b71 2839
7f8b6551 2840 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
7a004b71
GM
2841 if defined. (Merged from main line, slightly adapted.)
2842
2843 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
2844 millenium problem (merged from mainline).
2845
28462000-09-04 Martin Lorentzson <martinl@gnu.org>
2847
2848 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
2849 part and moved the non-BACKEND stuff to vc.el.
2850
2851 * vc.el: Split the annotate feature into a BACKEND specific part
2852 and moved it from the vc-cvs.el file to this one.
2853
28542000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
2855
7f8b6551
SM
2856 * vc-hooks.el: Implement new state model.
2857 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
2858 (vc-locking-user): Simplify. Now only needed if the file is
7a004b71 2859 locked by somebody else.
7f8b6551 2860 (vc-lock-from-permissions): Remove. Functionality is in
7a004b71
GM
2861 vc-sccs-hooks.el and vc-rcs-hooks.el now.
2862 (vc-mode-line-string): New name for former vc-status. Adapted.
7f8b6551 2863 (vc-mode-line): Adapt to use the above. Remove optional parameter.
7a004b71 2864
7f8b6551
SM
2865 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
2866 Various simplifications and adaptations all over the place.
7a004b71 2867
7f8b6551
SM
2868 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
2869 Simplify and adapt the rest.
7a004b71 2870
7f8b6551 2871 * vc.el (vc-resynch-window): Add TODO comment: check for
7a004b71 2872 interaction with view mode according to recent RCS change.
7f8b6551 2873 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
7a004b71
GM
2874
28752000-09-04 Martin Lorentzson <martinl@gnu.org>
2876
7f8b6551 2877 * vc.el: Convert the remaining function comments to docstrings.
7a004b71
GM
2878
28792000-09-04 Martin Lorentzson <martinl@gnu.org>
2880
2881 * vc.el (vc-backend-release, vc-release-greater-or-equal)
2882 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
2883 (vc-minor-part, vc-previous-version): Functions that operate and
2884 compare revision numbers got proper documentation. Comments added
2885 about their possible removal.
2886
28872000-09-04 Martin Lorentzson <martinl@gnu.org>
2888
2889 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
2890 the vc-backend.el files.
2891
2892 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
2893
2894 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
2895 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
2896 (vc-rcs-previous-version): Functions added.
2897
2898 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
2899
2900 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
2901
29022000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
2903
2904 * vc-hooks.el (vc-master-templates): Is really obsolete.
7f8b6551 2905 Comment out the definition for now. What is the right procedure
7a004b71
GM
2906 to get rid of it?
2907 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
2908 rewritten.
7f8b6551 2909 (vc-default-registered): Remove.
7a004b71
GM
2910 (vc-check-master-templates): New function; does mostly what the
2911 above did before.
2912 (vc-locking-user): Don't rely on the backend to set the property.
2913
2914 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
7f8b6551 2915 Rewrite documentation.
7a004b71
GM
2916 (vc-rcs-templates-grabbed): New variable.
2917 (vc-rcs-grab-templates): New function.
7f8b6551 2918 (vc-rcs-registered): Rewrite to use above mechanism.
7a004b71
GM
2919
2920 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
7f8b6551 2921 Rewrite documentation.
7a004b71
GM
2922 (vc-sccs-templates-grabbed): New variable.
2923 (vc-sccs-grab-templates): New function.
7f8b6551
SM
2924 (vc-sccs-registered): Rewrite to use above mechanism.
2925 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
2926 Don't throw the result, simply return it.
7a004b71 2927
7f8b6551
SM
2928 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
2929 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
2930 (vc-cvs-registered): Does the check itself now. Simplify.
7a004b71 2931
7f8b6551 2932 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
7a004b71
GM
2933 from main line.
2934
29352000-09-04 Martin Lorentzson <martinl@gnu.org>
2936
7f8b6551 2937 * vc-cvs.el (vc-cvs-diff): New function.
7a004b71 2938
7f8b6551 2939 * vc-sccs.el (vc-sccs-diff): New function.
7a004b71 2940
7f8b6551
SM
2941 * vc-rcs.el (vc-rcs-diff): New function.
2942 (vc-rcs-checkout): Bug (typo) found and fixed.
2943 (vc-rcs-register-switches): New variable.
7a004b71
GM
2944
2945 * vc.el (vc-backend-diff): Function removed and placed in the
2946 backend files.
2947
29482000-09-04 Martin Lorentzson <martinl@gnu.org>
2949
2950 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
2951
2952 * vc.el (vc-backend-checkout): Function removed and replaced in
2953 the vc-backend.el files.
2954
2955 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
2956
2957 * vc.el (vc-backend-admin): Removed and replaced in the
2958 vc-backend.el files.
2959
2960 * vc.el (Martin): Removed all the annotate functionality since it
2961 is CVS backend specific.
2962
29632000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
2964
2965 * spec.txt: Added specification of vc-state.
2966
2967 * vc-sccs-hooks.el (vc-sccs-master-properties):
7f8b6551 2968 Remove handling of vc-latest-version and
7a004b71
GM
2969 vc-your-latest-version. What used to be vc-latest-version, is now
2970 returned as vc-workfile-version.
7f8b6551 2971 (vc-sccs-workfile-version): Adapt.
7a004b71
GM
2972
29732000-09-04 Dave Love <fx@gnu.org>
2974
2975 * vc.el: [Merged from mainline.]
2976 (vc-dired-mode): Make the dired-move-to-filename-regexp
2977 regexp match the date, to avoid treating date as file size.
2978 Add YYYY S option to WESTERN/
2979
29802000-09-04 Dave Love <fx@gnu.org>
2981
2982 * vc.el: Require `compile' when compiling.
2983 (vc-logentry-check-hook): New option.
2984 (vc-steal-lock): Use compose-mail.
2985 (vc-dired-mode-map): Defvar when compiling.
2986 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
2987 vc-sccs.el and renamed. Callers changed.
2988 (vc-backend-checkout, vc-backend-logentry-check)
2989 (vc-backend-merge-news): Doc fix.
2990 (vc-default-logentry-check): New function.
2991 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
2992 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
2993 (vc-backend-merge): Doc fix. Use backend functions.
2994 (vc-check-headers): Use backend functions.
2995
2996 * vc-cvs.el: Require vc when compiling.
2997 (vc-cvs-register-switches): Doc fix.
2998 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
2999 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
3000 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
3001 New functions (code from vc.el).
3002 (vc-annotate-display-default): Fix interactive spec.
3003 (vc-annotate-time-span): Doc fix.
3004
3005 * vc-rcs.el: Require vc when compiling.
3006 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
3007 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
3008 (vc-rcs-checkin): New functions (code from vc.el).
3009 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
3010 Doc fix.
3011 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
3012
3013 * vc-sccs.el: Require vc when compiling.
3014 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
3015 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
3016 (vc-sccs-revert)
3017 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
3018 from vc.el).
3019 (vc-sccs-add-triple, vc-sccs-record-rename)
3020 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
3021 (vc-sccs-admin): Doc fix.
3022
30232000-09-04 Martin Lorentzson <martinl@gnu.org>
3024
3025 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
3026 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
3027 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
3028 from vc.el.
3029
3030 * vc-sccs.el (vc-admin-sccs): Added from vc.el
3031
3032 * vc-cvs.el: Moved the annotate functionality from vc.el.
3033 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
3034
30352000-09-04 Dave Love <fx@gnu.org>
3036
3037 * vc.el (vc-backend-release): Call vc-system-release.
3038
3039 * vc-sccs.el (vc-sccs-system-release):
3040 Renamed from vc-sccs-backend-release.
3041
3042 * vc-rcs.el (vc-rcs-system-release):
3043 Renamed from vc-rcs-backend-release.
3044
3045 * vc-cvs.el (vc-cvs-system-release):
3046 Renamed from vc-cvs-backend-release.
3047
30482000-09-04 Dave Love <fx@gnu.org>
3049
3050 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
3051 backend files.
3052 (vc-backend-release): Dispatch to backend functions.
3053 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
3054 probably needs attention.]
3055
3056 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
3057 (vc-sccs-backend-release): New function.
3058
3059 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
3060 (vc-cvs-backend-release): New function.
3061
3062 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
3063 Doc fix.
3064 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
3065 (vc-default-dired-state-info): New function.
3066 (vc-dired-state-info): Dispatch to backends.
3067 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
3068
3069 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
3070 from vc.el and renamed.
3071
30722000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3073
3074 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
3075 (vc-version-other-window, vc-backend-assign-name): Removed
3076 references to vc-latest-version; sometimes changed into
3077 vc-workfile-version.
3078
3079 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
3080 vc-rcs-master-workfile-version.
3081 (vc-rcs-workfile-version): Use the above. Don't call
3082 vc-latest-version (that was unreachable code, anyway).
3083 (vc-rcs-fetch-master-properties): Doc fix.
3084
3085 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
3086 (vc-backend-hook-functions): Removed them from this list, too.
3087 (vc-fetch-properties): Removed.
3088 (vc-workfile-version): Doc fix.
3089
3090 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
3091 (vc-rcs-workfile-version, vc-rcs-locking-user)
3092 (vc-rcs-uses-locking): Use it.
3093
3094 * vc-hooks.el (vc-consult-rcs-headers):
3095 Moved into vc-rcs-hooks.el, under the name
3096 vc-rcs-consult-headers.
3097
3098 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
3099 headers.
3100 (vc-cvs-find-master): Use this name only; correct different
3101 versions of the name.
3102
3103 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
3104 New functions.
3105 (vc-sccs-locking-user): Use the latter.
3106
3107 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
3108 New functions.
3109
3110 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
3111 Moved into both
3112 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
3113 functions are implementation details of those two backends.
3114
31152000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3116
3117 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
3118 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
3119
3120 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
3121 (vc-sccs-parse-locks): SCCS-specific code moved here from
3122 vc-hooks.
3123
3124 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
3125 code moved here from vc-hooks.
3126
3127 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
3128 into back-end specific parts and removed. Callers not updated
3129 yet; because I guess these callers will disappear into back-end
3130 specific files anyway.
3131
31322000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3133
3134 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
3135 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
3136 `vc-uses-locking'.
3137
3138 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
3139 Store yes/no in the property, and return t/nil. Updated all
3140 callers.
3141
3142 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
3143 vc-sccs-uses-locking. Don't set property.
3144 (vc-sccs-locking-user): Don't set property.
3145
3146 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
3147 vc-cvs-uses-locking. Don't set property here; leave that to
3148 vc-hooks.
3149 (vc-cvs-locking-user): Reflect above change. Streamlined.
3150
3151 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
3152 vc-rcs-uses-locking.
3153 (vc-rcs-locking-user): Reflect above change.
3154
31552000-09-04 Dave Love <fx@gnu.org>
3156
3157 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
3158
3159 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
3160
3161 * vc-hooks.el (vc-checkout-model): Punt to backends.
3162
3163 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
3164
3165 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
3166
3167 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
3168 New functions.
3169
3170 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
3171 New functions.
3172
3173 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
3174 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
3175
3176 * vc-hooks.el (vc-default-locking-user): New function.
3177 (vc-locking-user, vc-workfile-version): Punt to backends.
3178
31792000-09-04 Dave Love <fx@gnu.org>
3180
3181 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
3182 (vc-master-workfile-version): Moved from vc-hooks.
3183
3184 * vc-rcs-hooks.el: Fix duplicate code in last change.
3185
3186 * vc-rcs-hooks.el: Require vc-hooks when compiling.
3187 (vc-rcs-master-templates): Improve :type.
3188 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
3189 vc-master-workfile-version): Moved from vc-hooks.
3190
3191 * vc-sccs-hooks.el: Require vc-hooks when compiling.
3192 (vc-sccs-master-templates): Improve :type.
3193 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
3194
3195 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
3196
3197 * vc-cvs-hooks.el: Require vc-hooks when compiling.
3198 (vc-cvs-master-templates): Improve :type. Use
3199 vc-cvs-find-cvs-master.
3200 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
3201 from vc-hooks.
3202 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
3203
3204 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
3205 Moved to vc-cvs-hooks.
3206
3207 * vc-hooks.el: Add doc strings in various places. Simplify the
3208 minor mode setup.
3209 (vc-handled-backends): New user variable.
3210 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
3211 simplification.
3212
32132000-09-04 Dave Love <fx@gnu.org>
3214
3215 * vc.el: Some doc fixes for autoloaded and interactive functions.
3216 Fix compilation warnings from ediff stuff.
3217 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
3218
3219 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
3220
3221 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
3222
3223 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
3224
32252000-09-04 Dave Love <fx@gnu.org>
3226
3227 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
3228 New variable.
3229 (vc-make-backend-function, vc-loadup, vc-call-backend)
3230 (vc-backend-defines): New functions.
3231
3232 * vc-hooks.el: Various doc fixes.
3233 (vc-default-back-end, vc-follow-symlinks): Custom fix.
3234 (vc-match-substring): Function removed. Callers changed to use
3235 match-string.
3236 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
3237 Simplify.
3238
32392000-09-04 Dave Love <fx@gnu.org>
3240
3241 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
3242 type.
3243 (vc-sccs-project-dir, vc-search-sccs-project-dir)
3244 (vc-sccs-registered): Doc fix.
3245
3246 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
3247 (vc-cvs-registered): Doc fix.
3248
3249 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
3250 (vc-rcs-registered): Doc fix.
3251
32522000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3253
3254 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
3255
3256 * vc-hooks.el: vc-registered has been renamed
3257 vc-default-registered. Some functions have been moved to the
3258 backend specific files. they all support the
3259 vc-BACKEND-registered functions.
3260
32612000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
3262
3263 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
3264
3265 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
3266
a033ea13
DL
32672000-09-04 Dave Love <fx@gnu.org>
3268
179fc9ef
DL
3269 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
3270 menu-bar-update-hook.
3271
3272 * help.el (help-manyarg-func-alist): Add
3273 find-operation-coding-system.
3274
a033ea13
DL
3275 * wid-edit.el (widget-sexp-validate): Fix garbled code.
3276
3277 * custom.el (custom-set-variables): Print message about errors in
3278 setting.
3279
f8803e97
AI
32802000-09-03 Andrew Innes <andrewi@gnu.org>
3281
3282 * makefile.w32-in: Change to DOS line endings.
3283
59836110
EZ
32842000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
3285
3286 * mouse.el (mouse-popup-menubar): Supply the prompt string for
3287 minor-mode keymaps, if they don't have one.
3288
5514ba5c
EZ
32892000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
3290
3291 * eshell/esh-module.el (eval-when-compile): Don't lose if
3292 esh-module.el's file name is truncated to DOS 8+3 limits.
3293
79cf8e80
JW
32942000-09-01 John Wiegley <johnw@gnu.org>
3295
3296 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
3297 predicate, which caused entries in the completion list to be
3298 doubled.
3299
33002000-08-30 John Wiegley <johnw@gnu.org>
3301
3302 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
3303 sending to subprocesses. Also, hook pre-command-hook if
3304 `eshell-send-direct-to-subprocesses' is non-nil.
3305 (eshell-send-direct-to-subprocesses): New config variable. If t,
3306 subprocess input is send immediately.
3307 (eshell-toggle-direct-send): New function.
3308 (eshell-self-insert-command): New function.
3309 (eshell-intercept-commands): New function.
3310 (eshell-send-input): If direct subprocess sending is enabled,
3311 don't echo any input to the Eshell buffer. Let the subprocess
3312 handle that. This requires "stty echo" in bash, for example.
3313
33142000-08-28 John Wiegley <johnw@gnu.org>
3315
3316 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
3317 completion function for Eshell's implementation of `unset'.
3318
778911b9
EZ
33192000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
3320
3321 * info.el (Info-directory-list): Doc fix.
3322
05d07b49
PB
33232000-08-31 Peter Breton <pbreton@ne.mediaone.net>
3324
9b4a7800 3325 * filecache.el (file-cache-add-directory-using-find): Don't quote
05d07b49
PB
3326 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
3327
9941d4c7
KH
33282000-08-31 Kenichi Handa <handa@etl.go.jp>
3329
3330 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
3331 coding systems.
3332
af9ba8ad
AI
33332000-08-30 Andrew Innes <andrewi@gnu.org>
3334
3335 * timer.el (run-with-idle-timer): Undo last change, so that timer
3336 is not activated immediately if Emacs is already idle. Some
3337 existing code relies on this behaviour.
3338
caccd8f2
MB
33392000-08-30 Miles Bader <miles@gnu.org>
3340
3341 * frame.el (set-frame-font): Do completion of font-name for
3342 interactive use.
3343
b64c0a1c
KH
33442000-08-30 Kenichi Handa <handa@etl.go.jp>
3345
3346 * international/quail.el (quail-start-translation): Bind locally
3347 last-command-event, last-command, and this-command.
3348 (quail-start-conversion): Likewise.
75cf0095 3349 (quail-self-insert-command): Fix docstring.
b64c0a1c 3350
fd5f61d3
GM
33512000-08-29 Gerd Moellmann <gerd@gnu.org>
3352
3353 * progmodes/executable.el
3354 (executable-make-buffer-file-executable-if-script-p): Check that
3355 buffer contains at least 2 characters.
3356
5b671d04
EZ
33572000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
3358
3359 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
3360
485d9513
DL
33612000-08-29 Dave Love <fx@gnu.org>
3362
a39fb83d
DL
3363 * diff-mode.el (diff-mode) <defgroup>: Add :version.
3364 (diff-mode-shared-map): Bind mouse-2.
3365 (diff-imenu-generic-expression): New variable.
3366 (diff-mode): Use it.
3367
485d9513
DL
3368 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
3369 (mouse-popup-menubar): Add minor mode menus.
3370 (popup-menu): Check for lookup-key returning number.
3371
ba3478d9
MB
33722000-08-29 Miles Bader <miles@gnu.org>
3373
3374 * comint.el (comint-send-input): Create overlays using the proper
3375 front/read-advance arguments.
9b4a7800 3376
c3d6d211
GM
33772000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3378
3379 * ps-print.el: Even/odd pages printing. Doc fix.
3380 (ps-print-version): New version number (6.0).
3381 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
3382 (ps-background, ps-begin-file, ps-begin-job): Code fix.
3383 (ps-print-duplex-feature): Variable eliminated.
3384 (ps-even-or-odd-pages): New variable.
3385
ba087cd7 3386 * progmodes/ebnf2ps.el: Doc fix.
87d0f685
GM
3387 (ebnf-version): New version (3.3).
3388 (ebnf-user-arrow): Change variable customization to sexp.
3389 (ebnf-user-arrow): Function eliminated.
3390 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
9b4a7800 3391
d313265f
KH
33922000-08-29 Kenichi Handa <handa@etl.go.jp>
3393
cba62b78 3394 * help.el (help-xref-mule-regexp): New variable.
d313265f
KH
3395 (help-make-xrefs): Handle help-xref-mule-regexp.
3396
3397 * international/mule-cmds.el (help-xref-mule-regexp-template): New
3398 variable.
3399 (describe-input-method): Temporarily activate the specfied input
3400 method to display the information.
3401 (describe-language-environment): Hyperlinks to mule related items.
3402
3403 * international/mule-diag.el (charset-multibyte-form-string): New
3404 function.
3405 (list-character-sets-1): Use charset-multibyte-form-string.
3406 (describe-character-set): New function.
3407 (describe-coding-system): Hyperlinks to safe character sets.
3408
3409 * international/quail.el (quail-help): New arg PACKAGE.
3410 Hyperlinks to mule related items.
3411 (quail-help-insert-keymap-description): Use
3412 substitute-command-keys instead of describe-bindings.
3413 (quail-translation-help): Hyperlinks to mule related items.
3414
b4bd214e
JW
34152000-08-28 John Wiegley <johnw@gnu.org>
3416
ca7aae91
JW
3417 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
3418 have a defsubst call itself. Made `eshell-flatten-list' back into
3419 a function again.
3420
b4bd214e
JW
3421 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
3422 catch, in case re-centering point at bottom messes up the display.
3423 This happens frequently in Emacs 21, due I believe to variable
3424 line heights.
3425
3426 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
3427 to call `find-tag-interactive'.
3428
3429 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
3430 the list of remember directories.
3431
d44e146b
JW
34322000-08-28 John Wiegley <johnw@gnu.org>
3433
3434 * align.el: Test align-region-separate to see if it's a symbol.
3435
546c0888 34362000-08-28 John Wiegley <johnw@gnu.org>
d44e146b
JW
3437
3438 * eshell/esh-util.el (eshell-flatten-list): Made this function
3439 into a defsubst form. It gets used very frequently, although
3440 calls don't occur all that often.
3441
3442 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
3443 examining it.
3444
3445 * eshell/esh-cmd.el (eshell-rewrite-while-command):
3446 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
3447 `eshell-protect'.
3448 (eshell-copy-handles): Created a new macro for duplicating the
3449 current set of open handles. This is needed by the looping
3450 functions.
3451 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
3452 is not incorrectly stomped on.
3453
3454 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
3455 declaration for pcomplete-use-paring.
3456 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
3457 value of eshell-cmpl-use-paring.
3458 * pcomplete.el (pcomplete-use-paring): New config variable, to
3459 indicate whether paring should be used.
3460 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
3461 completion alternatives that have already been used.
3462
3463 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
3464 bound to C-c C-y, which will repeat the previous N arguments
3465 (based on prefix argument).
3466 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
3467
3468 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
3469 if there is no *Help* buffer. This is for XEmacs, which renames
3470 its help buffers uniquely. TODO: Find out what the current buffer
3471 name to delete is.
3472
3473 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
3474 first entry that correlates to a passwd/group number. Later
3475 entries (used for group/user name aliasing to multiple IDs) are
3476 ignored.
3477
9b4a7800
TTN
3478 * eshell/em-xtra.el (eshell/expr):
3479 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
3480 (eshell-grep, eshell/diff, eshell/locate):
d44e146b
JW
3481 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
3482 argument list, before passing it to the system command.
3483
3484 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
3485 `find-tag' for use at final position in Eshell buffers (which
3486 otherwise triggers an error on Emacs 21).
3487 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
3488 buffer, if it is currently bound to `find-tag'.
3489
3490 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
3491 in the list of matched Makefile names.
3492 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
3493 directory, prefer its contents to Makefile.
3494
3495 * eshell/em-dirs.el (eshell/cd): cd commands that look up
3496 directory parts (like "cd old new", or "cd =regexp"), are now case
3497 sensitive on non-Windows/DOS platforms.
3498
3499 * eshell/esh-mode.el (eshell-parse-command-input): When a user
3500 types RET after an open delimiter (like "), display a message
3501 indicating that Eshell is waiting for the closing delimiter.
3502
3503 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
3504 environment variables.
3505
3506 * eshell/em-unix.el (eshell/diff): Added logic to fail more
3507 gracefully if the user enters incorrect arguments.
3508
3509 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
3510 Eshell buffers.
3511
9b4a7800
TTN
3512 * eshell/esh-var.el (eshell-interpolate-variable):
3513 * eshell/esh-mode.el (eshell-move-argument):
d44e146b
JW
3514 * eshell/em-unix.el (eshell-du-sum-directory):
3515 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
3516 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
3517 (not (= ...)).
3518
3519 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
3520 to ensure the `preserve' flag gets propagated when doing recursive
3521 directory copies.
3522
546c0888 35232000-08-28 Stefan Monnier <monnier@cs.yale.edu>
d44e146b
JW
3524
3525 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
3526 Don't convert \n into \0177 in memory.
3527 (eshell-read-history, eshell-write-history): Convert \n to \0177,
3528 and back again, when reading and writing.
9b4a7800 3529
546c0888 35302000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
d44e146b
JW
3531
3532 * eshell/esh-util.el (eshell-processp): Added to relieve constant
3533 testing of `fboundp' on `processp'.
3534
3535 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
3536 (eshell/jobs): Don't call process-list if it is not bound.
3537 (eshell-gather-process-output): Support systems where async
3538 subprocesses aren't supported.
3539 (eshell-scratch-buffer, eshell-last-sync-output-start): New
3540 variables.
3541
3542 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
3543 eshell-do-eval returns t.
3544 (eshell-do-pipelines-synchronously): New defmacro.
3545 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
3546 when async subprocesses aren't supported.
3547 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
3548 if async subprocesses aren't supported.
3549 (eshell-resume-command): Don't assume STATUS is a string.
3550
3551 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
3552
3553 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
3554 (eshell-close-target, eshell-get-target): Use eshell-processp.
3555 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
3556 fix.
3557 (eshell-get-target, eshell-create-handles): Doc fix.
3558
546c0888 35592000-08-28 Miles Bader <miles@lsi.nec.co.jp>
d44e146b 3560
546c0888 3561 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
d44e146b
JW
3562 criterion to include commands that output something, as long as it
3563 leaves both the command and the end-of-buffer visible when the
3564 command has exited.
3565 (eshell-review-quick-commands): Adjust the help doc string
3566 accordingly.
3567
2a371c3b
PB
35682000-08-28 Peter Breton <pbreton@ne.mediaone.net>
3569
8348e1f9 3570 * locate.el (locate): Cleaned up locate command's interactive prompting
d313265f 3571 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
8348e1f9 3572
9b4a7800 3573 * filecache.el (file-cache-case-fold-search): New variable
2a371c3b
PB
3574 (file-cache-assoc-function): New variable
3575 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
3576 Use file-cache-case-fold-search variable
3577 (file-cache-add-file): Use file-cache-assoc-function
3578 (file-cache-delete-file): likewise
3579 (file-cache-directory-name): likewise
3580 (file-cache-debug-read-from-minibuffer): likewise
3581
95931eb1
GM
35822000-08-28 Gerd Moellmann <gerd@gnu.org>
3583
3584 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
3585 (abbrev-table-name): New function.
3586 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
3587 If non-nil list local abbrev, only.
3588
bb17930d
GM
35892000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
3590
546c0888
EZ
3591 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
3592 from Gnus support code, and use special article copy buffer
bb17930d
GM
3593 `(gnus-original-article-buffer)' instead. This allows to get rid
3594 of article-hide-headers usage (which breaks in the latest Gnus
3595 version). Thanks to Detlev Zundel.
3596
41a68aef
KH
35972000-08-28 Kenichi Handa <handa@etl.go.jp>
3598
3599 * international/quail.el (quail-use-package): Hide "... loaded"
3600 message.
3601 (quail-start-translation, quail-start-conversion): Likewise.
3602
3603 * international/kkc.el (kkc-region): Hide "... loaded" message.
3604
28bb2cef
DL
36052000-08-27 Dave Love <fx@gnu.org>
3606
3607 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
3608
11a1118d
MB
36092000-08-27 Miles Bader <miles@gnu.org>
3610
3611 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
3612
0f85d477
KH
36132000-08-27 Kenichi Handa <handa@etl.go.jp>
3614
3615 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
3616 'ja-dic-cnv), not (require 'skkdic-cnv).
3617
2d73e8d3
MB
36182000-08-26 Miles Bader <miles@gnu.org>
3619
a0e5a5a4
MB
3620 * faces.el (face-x-resources): Add entry for :inherit.
3621 * cus-face.el (custom-face-attributes): Add support for :inherit
3622 attribute. Add support for relative face heights.
3623 (custom-face-attributes-get): Treat `nil' as being a default value
3624 for :inherit (as well as `unspecified').
3625
19feb949
MB
3626 * faces.el (set-face-attribute): Update doc string.
3627 (face-attribute-name-alist): Add :inherit.
3628 (face-valid-attribute-values): Handle :inherit.
3629 (face-read-string): Rephrase prompt to be less confusing.
3630 Assume that DEFAULT is a string, since we must return a string.
3631 (face-read-integer): Use `format' to turn DEFAULT into an
3632 acceptable default for face-read-string. Match NEW-VALUE against
3633 the string "unspecified", not the symbol `unspecified', since
3634 that's what face-read-string returns.
3635 (read-face-attribute): Lookup a name for old-value in valid, and
3636 use it as a default if we find one. Treat all values from
3637 face-read-string as strings. If the default is used, don't do any
3638 more processing on the value, just use the old value directly.
3639 (read-face-and-attribute, modify-face): Tweak prompt.
3640 (read-face-name): Don't assume prompt ends with a space.
3641
2d73e8d3
MB
3642 * faces.el (describe-face): Add support for :inherit attribute.
3643
a1a2e38f
KH
36442000-08-25 Kenichi Handa <handa@etl.go.jp>
3645
e84fa7c5
KH
3646 * terminal.el (terminal-emulator): Fix args to `concat'. Now
3647 concat doesn't accept interger.
3648
a1a2e38f
KH
3649 * international/kkc.el: Remove SKK from Keywords. Require
3650 ja-dic-utl instead of skkdic-utl.
3651
3652 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
3653 Provide ja-dic-cnv instead of skkdic-cnv.
3654 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
3655 (iso-2022-7bit-short): Add safe-charsets property.
3656 (skkdic-convert-postfix): Search Japanese chou-on character in
3657 addition to Hiragana character.
3658 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
3659 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
3660 (batch-skkdic-convert): Likewise.
3661
3662 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
3663 Provide ja-dic-utl instead of skkdic-utl.
3664 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
3665
f6499c03
DL
36662000-08-24 Dave Love <fx@gnu.org>
3667
1c2c3f16
DL
3668 * disp-table.el (standard-display-default): Make the test of `l'
3669 useful.
3670
f6499c03
DL
3671 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
3672 mod sample text.
3673
3674 * international/iso-ascii.el: Make pilcrow convenient string
3675 consistent with section.
3676 (iso-ascii-display): Set up multibyte characters as well as
3677 unibyte.
3678
c543db81
KH
36792000-08-24 Kenichi Handa <handa@etl.go.jp>
3680
3681 * international/mule-cmds.el (reset-language-environment): Set
3682 default-process-coding-system to '(undecided . iso-latin-1), which
3683 makes process I/O almost consistent with file I/O. Call this
3684 function when mule-cmds.el[c] is loaded.
3685
746d9caf
AI
36862000-08-22 Andrew Innes <andrewi@gnu.org>
3687
3688 * makefile.w32-in: New file.
3689
5484005d
MB
36902000-08-22 Miles Bader <miles@lsi.nec.co.jp>
3691
3692 * comint.el (comint-output-filter): Compare end of
3693 comint-last-output-overlay with the start of the newly inserted
3694 text, not the end, when deciding whether to extend it.
9b4a7800 3695 Set saved-point's insertion type to advance after insertion.
5484005d
MB
3696
3697 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
3698 since this is now done independently of font-lock mode.
3699
7a912f63
GM
37002000-08-21 Gerd Moellmann <gerd@gnu.org>
3701
3702 * server.el (server-kill-new-buffers): New user option.
3703 (server-existing-buffer): New buffer-local variable.
3704 (server-visit-files): When using an existing buffer, set
3705 server-existing-buffer to t.
3706 (server-buffer-done): If server-kill-new-buffers is t, kill the
3707 buffer, unless it was already present before visiting it with
3708 Emacs server.
9b4a7800 3709
240301df
EZ
37102000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
3711
3712 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
3713 even if the display doesn't support colors: some displays will
3714 support bold/underline faces.
3715
cbcef616
GM
37162000-08-21 Gerd Moellmann <gerd@gnu.org>
3717
6917e6bb
GM
3718 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
3719
cbcef616
GM
3720 * startup.el (command-line): If user's init file had an error,
3721 add explanatory text to *Messages*.
3722
6922b018
KH
37232000-08-21 Kenichi Handa <handa@etl.go.jp>
3724
3725 * man.el (Man-getpage-in-background): Decode the process output by
3726 the system locale coding system.
3727
e50c4203
DL
37282000-08-20 Dave Love <fx@gnu.org>
3729
96ab6351
DL
3730 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
3731 Don't test x-popup-menu.
3732 (function) <complete-function>: Complete only fbound symbols.
3733 <validate, value>: New.
3734 (variable) <complete-function>: Complete only bound symbols.
3735 (coding-system): Add :base-only, :complete-function, :validate,
3736 :value, :prompt-match.
3737 (widget-coding-system-prompt-value): Use read-coding-system and
3738 act on :base-only.
3739 (editable-field): Add :help-echo.
3740 (widget-push-button-gui, widget-push-button-cache)
3741 (widget-gui-action, widget-editable-list-gui): COmment out, along
3742 with uses.
3743 (widget-at): Make arg optional.
3744 (widget-echo-help): Adjust for current help-echo calling sequence.
3745 (widget-specify-field, widget-specify-button)
3746 (widget-specify-insert, widget-get-sibling, widget-image-find)
3747 (widget-convert, widget-insert, widget-leave-text)
3748 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
3749 (widget-setup, widget-field-find, widget-before-change)
3750 (widget-after-change, widget-default-complete)
3751 (widget-default-create, widget-default-delete)
3752 (widget-push-button-value-create, editable-field)
3753 (widget-field-prompt-value, widget-field-validate)
3754 (widget-choice-value-create, widget-choice-action)
3755 (widget-choice-validate, widget-checklist-add-item)
3756 (widget-radio-add-item, widget-radio-chosen)
3757 (widget-radio-value-inline, widget-editable-list-value-create)
3758 (widget-editable-list-entry-create)
3759 (widget-documentation-link-add)
3760 (widget-documentation-string-value-create)
3761 (widget-regexp-validate, widget-file-complete)
3762 (widget-sexp-validate, widget-plist-convert-widget)
3763 (widget-plist-convert-widget, widget-alist-convert-widget)
3764 (widget-alist-convert-widget, widget-color-complete): Simplify,
3765 particularly to avoid bindings which aren't optimized out.
3766
e50c4203
DL
3767 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
3768 Doc fix.
3769 (down-list, backward-up-list, up-list, kill-sexp)
3770 (backward-kill-sexp, mark-sexp): Make arg optional.
3771 (lisp-complete-symbol): Add optional arg PREDICATE.
3772
3773 * cus-start.el: Add display-buffer-reuse-frames,
3774 file-coding-system-alist.
3775
511bd4eb
GM
37762000-08-20 Gerd Moellmann <gerd@gnu.org>
3777
3778 * startup.el (command-line): Clear realized faces after
3779 modifying TTY color mappings.
3780
a9de7d29
MB
37812000-08-20 Miles Bader <miles@gnu.org>
3782
3783 * faces.el (face-attr-match-p): Don't return true if ATTRS are
3784 merely a subset of FACE's attributes.
3785
8a8023d9
MB
37862000-08-19 Miles Bader <miles@gnu.org>
3787
3788 * comint.el (comint-output-filter): Save the point with a marker,
3789 not just a buffer position.
3790
3791 * international/mule.el (set-buffer-process-coding-system): Make
3792 interactive prompt less confusing.
3793
1433385f
GM
37942000-08-19 Gerd Moellmann <gerd@gnu.org>
3795
3796 * hilit-chg.el: General cleanup of doc strings, comments and
3797 code formatting.
3798
136b4eda
MB
37992000-08-19 Miles Bader <miles@gnu.org>
3800
3801 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
3802 Compiler macro removed; beginning-of-line is no longer always
3803 equivalent to forward-line, in the presence of fields.
3804
3805 * comint.el (comint-output-filter): Remove ad-hoc saving of
3806 restriction, and just use save-restriction, now that it works
3807 correctly. Don't adjust comint-last-input-start to account for
3808 our insertion; it shouldn't have moved because we don't use
3809 insert-before-markers anymore. Comment out call to
3810 `force-mode-line-update'; why is it here?
3811
3812 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
3813 while checking for prompt to delete. Use `forward-line 0'
3814 instead of beginning-of-line.
3815 (gud-filter): Temporarily widen gud comint buffer while
3816 examining output.
3817
cdd0f857
SM
38182000-08-18 Stefan Monnier <monnier@cs.yale.edu>
3819
ebf96bfa
SM
3820 * progmodes/sh-script.el: Big bag of typos.
3821
cdd0f857
SM
3822 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
3823 check since ispell-process is not bound when ispell is not yet loaded.
3824
9bb7a286
DL
38252000-08-18 Dave Love <fx@gnu.org>
3826
3827 * image.el (find-image): Copy `spec' before using plist-put.
3828
74ec6045
GM
38292000-08-18 Gerd Moellmann <gerd@gnu.org>
3830
3831 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
3832 `portugues'.
3833
3834 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
3835 backward-kill-sexp, analogous to kill-sexp.
3836
3837 * progmodes/icon.el (icon-indent-line)
3838 (icon-is-continuation-line): Handle comments specially.
3839
38402000-08-17 Ken Stevens <k.stevens@ieee.org>
3841
3842 * ispell.el: Set to standard author/maintainer/keyword fields.
3843 Fine tuning to menu map appearance and operation, and added help.
3844 Remove `start' and `end' error messages when compiling.
3845 (ispell-choices-win-default-height): Fixed comment string.
3846 (ispell-dictionary-alist-1): Fixed regexp in castellano and
3847 castellano8 dictionaries.
3848 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
3849 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
3850 dictionary, added italiano dictionary.
3851 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
3852 word character
3853 (ispell-tex-skip-alists): Added psfig support.
3854 (ispell-skip-html): Renamed from ispell-skip-sgml.
3855 (ispell-begin-skip-region-regexp, ispell-skip-region)
3856 (ispell-minor-check): Improved html skipping support to skip across
3857 code, and recognize `&' commands without propper `;' syntax;
3858 (ispell-process-line): Fix alignment error when manually
3859 correcting spelling.
3860 (ispell): Fix comment string.
3861 (ispell-add-per-file-word-list): Always put word list on new line.
3862
3787e12e
GM
38632000-08-17 Gerd Moellmann <gerd@gnu.org>
3864
a7b28523
GM
3865 * format.el (format-encode-run-method): Fix error message to say
3866 `encode' instead of `decode'. Use save-window-excursion around
3867 shell-command-on-region as in format-decode-run-method because
3868 shell-command-on-region can display a buffer with error output.
3869 (format-decode): Don't record undo information for the decoding.
3870 (format-annotate-function): Add parameter FORMAT-COUNT. Make
3871 that number part of the temporary buffer name so that more than
3872 one decoding using a temporary buffer can happen safely.
3873
3874 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
3875 of `A-z' in the regexp.
3876
3877 * hilit-chg.el: Fix typos in commentary.
3878
3787e12e
GM
3879 * help.el (view-emacs-news): Rewritten for new naming scheme
3880 for old NEWS files.
3881
3882 * startup.el (command-line): Pop to *Messages* in case an error
3883 is signaled while loading user-init-file.
3884
d2473540
AS
38852000-08-17 Andreas Schwab <schwab@suse.de>
3886
3887 * files.el (insert-directory): Don't lose original file name,
3888 undoing an undocumented change.
3889
c0bbaf57
GM
38902000-08-17 Alex Schroeder <alex@gnu.org>
3891
3892 * sql.el (sql-magic-go): Use comint-bol.
3893 (sql-copy-column): Use comint-line-beginning-position.
3894 (comint-line-beginning-position): Define a replacement for
3895 comint-line-beginning-position if it is not fboundp.
3896
38972000-08-17 Alex Schroeder <alex@gnu.org>
3898
3899 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
3900 it didn't have any effect anyway.
3901
39022000-08-17 Alex Schroeder <alex@gnu.org>
3903
3904 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
3905 --pset and pager=off instead of sending \\o|cat at the beginning
3906 of the session.
3907
9d245da5
MB
39082000-08-17 Miles Bader <miles@gnu.org>
3909
3910 * progmodes/octave-inf.el: Add compatibility definition of
3911 comint-line-beginning-position.
3912
abfdbd2e
KH
39132000-08-17 Kenichi Handa <handa@etl.go.jp>
3914
3915 * startup.el (normal-top-level): Look in each dir in load-path for
3916 a leim-list.el file too. This assures of loading leim-list.el
3917 that is created at Emacs installation time even if a user have his
3918 own leim-list.el.
3919
a0b8c939
MB
39202000-08-17 Miles Bader <miles@gnu.org>
3921
3922 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
3923 foreground color to black if the background is dark.
3924
7382bcae
SM
39252000-08-16 Stefan Monnier <monnier@cs.yale.edu>
3926
3927 * loadhist.el (unload-feature): Typo.
3928
9b4a7800 3929 * finder.el (finder-compile-keywords):
7382bcae
SM
3930 * cus-dep.el (custom-make-dependencies): Add local-variable settings
3931 to the generated file.
3932
3933 * mail/mh-e.el (mh-make-local-vars):
3934 Replace make-variable-buffer-local with make-local-variable.
3935
cdd0f857 3936 * play/landmark.el:
7382bcae 3937 * options.el (Edit-options-{set,toggle,t,nil}):
9b4a7800
TTN
3938 * mail/mailabbrev.el (mail-abbrevs-mode):
3939 * textmodes/tex-mode.el (tex-expand-files):
7382bcae
SM
3940 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
3941
3942 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
3943
3944 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
3945 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
3946 Allow going past the last element.
9b4a7800 3947 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
7382bcae
SM
3948 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
3949 (cvs-mouse-toggle-mark): Don't move point.
3950 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
3951
3952 * progmodes/compile.el (grep): Provide a default set of files.
3953 (next-error): Docstring fix.
3954 (compilation-find-file): Avoid find-file (fails in a dedicated window).
3955
3956 * emacs-lisp/easy-mmode.el (define-minor-mode):
3957 Use `symbol-value' to keep the byte-compiler quiet.
3958
3959 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
3960 (diff-find-source-location): New fun, extracted from diff-goto-source.
3961 (diff-goto-source): Use it.
3962 (diff-next-complex-hunk, diff-filter-lines): New function.
3963 (diff-apply-hunk): New command.
3964
3965 * smerge-mode.el (smerge-mode-menu): Doc fix.
3966
3967 * msb.el (msb-mode): Define it in terms of define-minor-mode.
3968
4f00b8c1
DL
39692000-08-16 Dave Love <fx@gnu.org>
3970
2b5198bb
DL
3971 * windmove.el (windmove) <defgroup>: Add :version.
3972
3973 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
3974 (goto-address-fontify-p, goto-address-highlight-p)
3975 (goto-address-url-face, goto-address-url-mouse-face)
3976 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
3977 (goto-address-url-regexp): Use thing-at-point-url-regexp.
3978 (goto-address-fontify, goto-address-at-mouse): Simplify,
3979 (goto-address-at-point): browse-url-url-at-point,
3980 goto-address-find-address-at-point can return nil.
3981 (goto-address-find-address-at-point): Return nil on failure.
3982
3983 * align.el (align) <defgroup>: Add :version.
3984
3985 * calculator.el (calculator): Add :version.
3986 (calculator): Use two lines for calculator window if `modeline'
3987 face is boxed.
3988
4f00b8c1
DL
3989 * play/5x5.el: Doc fixes.
3990 (5x5) <defgroup>: Add :version.
3991
3992 * play/fortune.el (fortune) <defgroup>: Add :version.
3993 (fortune-append): Fix error message.
3994 (fortune-from-region): Doc fix.
3995
3996 * play/pong.el (pong): Doc fix.
3997
3998 * play/morse.el: Keywords, commentary, autoloads.
3999
69db7ee7
EZ
40002000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
4001
4002 * desktop.el (desktop-save): Don't look at symbol-value of a
4003 member of minor-mode-alist, unless it is boundp.
4004
10e1dad9
SS
40052000-08-16 Sam Steingold <sds@gnu.org>
4006
a0b8c939 4007 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
10e1dad9
SS
4008 `while'; use `with-current-buffer' instead of `save-excursion'.
4009 Removed unnecessary kludges now that "*Buffer List*" is excluded.
4010
9d7bcb2e
KH
40112000-08-16 Kenichi Handa <handa@etl.go.jp>
4012
4013 * international/ccl.el (declare-ccl-program): Docstring modified.
4014 (ccl-execute-with-args): Likewise.
4015
04231ab8
MB
40162000-08-16 Miles Bader <miles@gnu.org>
4017
9d245da5 4018 * progmodes/sql.el: Add compatibility definition of
04231ab8
MB
4019 comint-line-beginning-position.
4020
f68446ef
GM
40212000-08-15 Gerd Moellmann <gerd@gnu.org>
4022
dc28878c
GM
4023 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
4024 'buffer-menu' property.
4025 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
4026 fails.
4027 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
4028 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
4029 wasn't killed.
10e1dad9 4030
58ed0d3b
GM
4031 * buff-menu.el (list-buffers-noselect): Don't display the
4032 *Buffer List* buffer.
4033
32dc52f7
GM
4034 * font-lock.el: Require jit-lock to prevent a very late
4035 `Loading jit-lock' message.
4036
f68446ef 4037 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
10e1dad9 4038 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
f68446ef
GM
4039 mail address.
4040
90ac90a2
MB
40412000-08-15 Miles Bader <miles@gnu.org>
4042
4043 * textmodes/ispell.el (ispell-graphic-p): New constant.
4044 (ispell-choices-win-default-height, ispell-help): Use
4045 `ispell-graphic-p' instead of `xemacsp'.
4046
b0a0e263
DL
40472000-08-15 Dave Love <fx@gnu.org>
4048
c1e757e3
DL
4049 * simple.el: Autoload widget-convert when compiling.
4050 (mail-user-agent): Doc fix.
4051
4052 * help.el (function-called-at-point, variable-at-point): Use
4053 with-syntax-table.
4054 (help-manyarg-func-alist): Add insert-and-inherit.
4055
4056 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
4057
4058 * delsel.el (delsel-unload-hook): New function.
4059
4060 * find-file.el: Doc fixes. Move provide to end.
4061 (ff) <defgroup>: Add :link.
4062 (ff-goto-click): Deleted.
4063 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
4064 Use mouse-set-point.
4065
4066 * textmodes/tildify.el: Doc fixes.
4067 (tildify) <defgroup>: Add:version.
4068
4069 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
4070 (glasses-custom-set): Use set-default, not set.
4071 (minor-mode-alist): Propertize the lighter.
4072 (glasses-mode): Provide optional arg.
4073
5f847612
DL
4074 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
4075 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
4076 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
4077 option. Provide :type.
4078 (cwarn-configuration): Provide :type.
4079 (cwarn-mode): Doc fix.
4080
4081 * add-log.el (change-log-merge): Doc fix.
4082 (change-log-redate): New command.
4083
b0a0e263
DL
4084 * net/browse-url.el (browse-url-filename-alist): Add a clause for
4085 Doze and Dog.
4086 (browse-url): Use dolist, not mapcar.
4087 (browse-url-at-point): Check for null url.
4088 (browse-url-event-buffer, browse-url-event-point): Functions
4089 deleted.
4090 (browse-url-at-mouse, browse-url-netscape): Simplify.
4091
4092 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
4093 modes.
4094 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
4095 Fix previous change to mapcan.
4096 (msb--init-file-alist, msb--add-separators)
4097 (msb--make-keymap-menu): Simplify.
4098 (msb--choose-file-menu): Use copy-sequence.
4099 (msb-mode-map): Add title to keymap.
4100 (msb-unload-hook): New function.
4101
4102 * bs.el: Fix indentation.
4103 (bs) <defgroup>: Add :links.
2b5198bb
DL
4104 (bs-show): Doc fix.
4105 (bs-apply-sort-faces): Don't use window-system.
4106 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
b0a0e263 4107
70f1b78e
EZ
41082000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
4109
4110 * calendar/timeclock.el (timeclock-file): Run .timelog through
4111 convert-standard-filename.
4112
956777b3
GM
41132000-08-14 Gerd Moellmann <gerd@gnu.org>
4114
3215096c
GM
4115 * emacs-lisp/authors.el: New file.
4116
956777b3
GM
4117 * paren.el (show-paren-priority): New user option.
4118 (show-paren-function): Set overlay priorities to
4119 show-paren-priority.
10e1dad9 4120
0cde1424
MB
41212000-08-14 Miles Bader <miles@gnu.org>
4122
4123 * comint.el (comint-bol): Use `forward-line 0' instead of calling
4124 beginning-of-line with inhibit-field-text-motion bound.
4125
90cbf47e
GM
41262000-08-14 Gerd Moellmann <gerd@gnu.org>
4127
4128 * calendar/timeclock.el: New file.
4129
41302000-08-14 David Ponce <david@dponce.com>
4131
4132 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
4133 `widget-button-click'. so that one can use left mouse button to
4134 click on dialog buttons.
4135
41362000-08-14 Emmanuel Briot <briot@gnat.com>
4137
4138 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
814299a7 4139 identifiers, since XML is case sensitive
10e1dad9 4140
79e8dca7 41412000-08-12 Miles Bader <miles@gnu.org>
10e1dad9 4142
660394d1
MB
4143 * comint.el (comint-output-filter): Don't bother frobbing
4144 window-start, it doesn't seem to be necessary.
79e8dca7
MB
4145
4146 * comint.el (comint-send-string, comint-send-region): Make into
4147 real functions. Snapshot the prompt before sending.
4148
218c2cc7
EZ
41492000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
4150
4151 * info.el (Info-find-emacs-command-nodes): Rewrite to use
4152 technique similar to Info-index, instead of relying on specific
4153 names of relevant Index nodes.
4154 (Info-goto-emacs-command-node): Bind Info-history to nil when
4155 going to the first node found by Info-find-emacs-command-nodes.
4156
51e066d2 41572000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
968280cc
EZ
4158
4159 * menu-bar.el (menu-bar-help-menu): Add a :help string.
4160
867102f2
MB
41612000-08-10 Miles Bader <miles@gnu.org>
4162
4163 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
4164
af718538
EZ
41652000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
4166
4167 * info.el (Info-file-list-for-emacs): More elements for the
4168 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
4169 and woman manuals.
4170
c51bacd6
MB
41712000-08-10 Miles Bader <miles@lsi.nec.co.jp>
4172
4173 * comint.el (comint-send-input): Make the newline boundary overlay
4174 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
4175 (comint-output-filter): Use `insert' instead of
4176 `insert-before-markers'. Extend comint-last-output-overlay when
4177 necessary since we can't rely on insert-before-markers to do it.
4178 * gud.el (gud-filter): Use `with-current-buffer' instead of
4179 save-excursion when inserting the output, so that point gets
4180 updated correctly; the old method relied on a rather dodgy
4181 side-effect of comint-output-filter to avoid the effect of
4182 save-excursion.
4183
98532b12
EZ
41842000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
4185
4186 * files.el (recover-file): Call insert-directory instead of
4187 invoking `ls' directly.
4188
3db4b719
MB
41892000-08-10 Miles Bader <miles@gnu.org>
4190
4191 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
4192 (comint-last-prompt-overlay): New variables.
4193 (comint-output-filter): Implement prompt highlighting.
4194 (comint-snapshot-last-prompt): New function.
4195 (comint-send-input): Snapshot the last prompt.
4196 Use comint-highlight-input-face.
4197 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
4198 Use defface instead of defcustom.
4199 (send-invisible, comint-send-eof): Snapshot the last prompt.
4200 (comint-delchar-or-maybe-eof): Use comint-send-eof.
4201 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
4202
96190aa1
SM
42032000-08-09 Stefan Monnier <monnier@cs.yale.edu>
4204
5cda4b07
SM
4205 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
4206 (regexp-opt-group): Use a list of chars for `letters'.
4207 (regexp-opt-charset): `chars' is now a list of chars.
4208 Use a char-table rather than a vector so it works for multibyte chars.
4209
96190aa1
SM
4210 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
4211 Set cvs-minor-current-files to the selected fileinfo.
4212 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
4213 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
4214
7d093d56
EZ
42152000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
4216
4217 * files.el (insert-directory): Don't call access-file on
4218 directories on DOS and Windows.
4219
b24c5811
KH
42202000-08-09 Kenichi Handa <handa@etl.go.jp>
4221
4222 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
4223 longer if necessary.
4224 (ccl-embed-code): Call ccl-embed-data to store CODE in
4225 ccl-program-vector.
4226
0a6fd67e
MB
42272000-08-09 Miles Bader <miles@gnu.org>
4228
4229 * comint.el (comint-output-filter): Properly handle the case where
4230 the text surrounded by comint-last-output-overlay was deleted.
4231
9f6d1a6c
GM
42322000-08-08 Gerd Moellmann <gerd@gnu.org>
4233
25ad1371
GM
4234 * info.el (Info-insert-dir): Use Info-additional-directory-list if
4235 non-nil.
4236 (Info-file-list-for-emacs): Remove "info" from the list because
4237 that leads to trying to use the documentation from file `info'
4238 in various situations where it isn't appropriate, for instance
4239 C-h C-k C-h i.
4240
4241 * ffap.el (ffap-read-file-or-url-internal): Handle case that
4242 DIR and/or STRING are nil.
4243
4244 * progmodes/compile.el (compilation-setup): Make variable
4245 compilation-error-screen-columns buffer-local, as some comment
4246 in the code suggests it should be.
4247
4248 * files.el (auto-mode-interpreter-regexp): New variable.
4249 (set-auto-mode): Use it.
4250
4251 * indent.el (indent-for-tab-command): Doc fix.
4252
4253 * mouse-sel.el (mouse-sel-mode): Doc fix.
4254
9f6d1a6c
GM
4255 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
4256 labels.
4257
4258 * help.el (print-help-return-message): When
4259 display-buffer-reuse-frames is set, let the help window been quit,
4260 instead of deleting it, which might delete a reused frame.
4261
3d819a75
EZ
42622000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
4263
4264 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
4265 rename a directory to a name that differs only by its letter case.
4266
c5a52529
KH
42672000-08-08 Kenichi Handa <handa@etl.go.jp>
4268
4269 * international/quail.el (quail-define-rules): Handle Quail decode
4270 map correctly. Add code for supporting annotations.
4271 (quail-install-decode-map): New function.
4272 (quail-defrule-internal): New optional arguments decode-map and
4273 props.
4274 (quail-advice): New function.
4275
5e9e032a
SS
42762000-08-07 Sam Steingold <sds@gnu.org>
4277
4278 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
4279 `defconst', `define-condition', `with-slots'.
4280 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
4281
46645f4b
MB
42822000-08-03 Miles Bader <miles@gnu.org>
4283
4284 * comint.el (comint-use-prompt-regexp-instead-of-fields):
4285 New variable.
4286 (comint-prompt-regexp, comint-get-old-input): Document dependence on
4287 comint-use-prompt-regexp-instead-of-fields.
4288 (comint-send-input): Add `input' field property to stuff we send to
4289 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
4290 (comint-output-filter): Add `output' field property to process
4291 output, if comint-use-prompt-regexp-instead-of-fields is nil.
4292 (comint-replace-by-expanded-history)
4293 (comint-get-old-input-default, comint-show-output)
4294 (comint-backward-matching-input, comint-forward-matching-input)
4295 (comint-next-prompt, comint-previous-prompt): Use field
4296 properties if comint-use-prompt-regexp-instead-of-fields is nil.
4297 (comint-line-beginning-position): New function.
4298 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
4299 (comint-replace-by-expanded-history-before-point): Use
4300 comint-line-beginning-position and line-end-position.
4301 (comint-last-output-overlay): New variable.
4302 (comint-mode): Make `comint-last-output-overlay' buffer-local.
4303
4304 * shell.el (shell-prompt-pattern): Doc change.
4305 (shell-backward-command): Use line-beginning-position.
4306
4307 * gud.el (gud-gdb-complete-command): Use
4308 comint-line-beginning-position.
4309
4310 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
4311 comint-bol doesn't actually go to the beginning of the line.
4312
4313 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
4314 if comint-use-prompt-regexp-instead-of-fields is non-nil.
4315 (try-expand-line-all-buffers): Likewise.
4316
4317 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
4318 explicitly matching comint-prompt-regexp.
4319 (sql-copy-column): Use comint-line-beginning-position instead of
4320 explicitly matching comint-prompt-regexp.
4321
4322 * progmodes/octave-inf.el (inferior-octave-complete): Use
4323 comint-line-beginning-position.
4324
4325 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
4326
4327 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
4328 looking for a prompt, use `forward-line 0' instead of
4329 `beginning-of-line', to avoid getting caught by an input field.
4330
ff3d9573
GM
43312000-08-07 Gerd Moellmann <gerd@gnu.org>
4332
4333 * files.el (shell-quote-wildcard-pattern): Make sure to return
4334 PATTERN, in the Unix case.
4335
e0d8827b
EZ
43362000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
4337
4338 * play/zone.el (zone): Discard any pending input before running
4339 the randomly-chosen pgm.
4340
24d55b8f
KH
43412000-08-07 Kenichi Handa <handa@etl.go.jp>
4342
4343 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
4344 checking the existence of any multibyte characters.
4345
3d05e1ee
GM
43462000-08-06 Gerd Moellmann <gerd@gnu.org>
4347
6c4a4368
GM
4348 * help.el (describe-mode): Test minor-mode symbol for being
4349 bound before testing its value for being nil.
4350
3d05e1ee
GM
4351 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
4352 `first', `second', and `third'.
4353
4354 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
4355 (second): Make it an alias for `cadr'.
4356
6968a481
EZ
43572000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
4358
4359 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
4360 types of display support faces now.
4361
e49aa397
GM
43622000-08-05 Gerd Moellmann <gerd@gnu.org>
4363
4364 * pcvs.el (require): Require `cl' during compilation, only.
4365
4366 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
4367 (toplevel): Remove `remq' and `remove' from autoloads.
4368 (cl-fake-autoloads): New variable. If set, arrange for an error
4369 when CL functions etc. are autoloaded.
4370
588aca27
EZ
43712000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
4372
2e78d4ab
EZ
4373 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
4374
85628348
EZ
4375 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
4376 popped up, but the user clicks outside the menu, return an empty
4377 regexp (that causes unhighlight-regexp to have no effect).
4378
74f0e552
EZ
4379 * menu-bar.el (menu-bar-games-menu): Add Zone.
4380
588aca27
EZ
4381 * hi-lock.el (toplevel): Require font-lock.
4382
f4988be7
GM
43832000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4384
ba087cd7 4385 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
f4988be7
GM
4386 (ebnf-8-bit-chars): New var for bug fix.
4387 (ebnf-string): Bug fix.
4388
027b73ac
SS
43892000-08-03 Sam Steingold <sds@gnu.org>
4390
4391 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
4392 instead of `buffer-string'.
4393 (require 'cl): Always, not just when compiling.
4394 `ignore-errors' in `interactive', `list*', `defun*' &c make this
4395 necessary.
4396
2f1fa038
EZ
43972000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
4398
4399 * international/mule-cmds.el (select-safe-coding-system): Make
4400 the message text about selecting a safe coding system more clear.
4401
ead53494
GM
44022000-08-02 Gerd Moellmann <gerd@gnu.org>
4403
abb2db1c
GM
4404 * hi-lock.el: New file.
4405
4406 * play/zone.el: New file.
4407
ead53494
GM
4408 * replace.el (occur): Set tab-width in the *Occur* buffer to the
4409 value of tab-width in the original buffer. Choose a line number
4410 format that's a multiple of the original buffer's tab width, so
4411 that lines appear right.
4412
4413 * textmodes/ispell.el (ispell): New function, replacing an alias.
4414 Spell-check active region if in transient-mark-mode and mark
4415 is active; otherwise spell-check buffer.
4416
44172000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4418
4419 * ps-mule.el: Fix a customization problem on
4420 ps-mule-font-info-database-default.
4421
f4a2b0a4
EZ
44222000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
4423
4424 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
4425 display-mouse-p instead of window-system.
4426 (ebrowse-member-mode-map): Ditto.
4427
b685181e
GM
44282000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4429
ba087cd7
EZ
4430 * progmodes/ebnf2ps.el: Update ps-print functions call.
4431 Indentation fix. Doc fix.
b685181e
GM
4432 (ebnf-version): New version number (3.2).
4433 (ebnf-format-color, ebnf-begin-job): Code fix.
027b73ac 4434
3b5fab87
EZ
44352000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
4436
032ebb29
EZ
4437 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
4438 font lock support on window-system.
4439 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
4440
3b5fab87
EZ
4441 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
4442 display-color-p, if fboundp, instead of window-system.
4443
7e2605e7
EZ
44442000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
4445
4446 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
4447 instead of window-system.
4448
4449 * wid-edit.el (widget-choose): Use display-mouse-p instead of
4450 window-system.
4451 (widget-choice-mouse-down-action): Use display-popup-menus-p
4452 instead of window-system.
4453
4454 * strokes.el (strokes-file): Run the file name through
4455 convert-standard-filename.
4456 (strokes-mode): Call display-mouse-p instead of looking at
4457 window-system. Change the error message accordingly.
4458
4459 * progmodes/cpp.el (toplevel): Support faces on tty's.
4460
4461 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
4462 (lm-plot-square, lm-init-display): Don't use window-system.
4463
4464 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
4465 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
4466
4467 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
4468 instead of looking at window-system.
4469
26119624
GM
44702000-07-30 Gerd Moellmann <gerd@gnu.org>
4471
4472 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
4473 of testing if iswitchb-prepost-hooks is bound, because the
4474 latter will always be true when invoking a recursive minibuffer
4475 from an active Iswitchb buffer.
4476
c90596f3
EZ
44772000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
4478
4479 * files.el (shell-quote-wildcard-pattern): New function.
4480 (insert-directory): Call it. Only prepend "\" to command on Unix
4481 and GNU/Linux systems.
4482
18925e78
GM
44832000-07-30 Gerd Moellmann <gerd@gnu.org>
4484
4485 * eshell/esh-groups.el: Change custom :link file names
4486 from `eshell.info' to `eshell'.
4487
44882000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
4489
4490 * dired.el (dired-build-subdir-alist): Expand subdirectory names
4491 correctly in recursive ange-ftp listings.
4492
44932000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4494
4495 * ps-print.el: Fix bug 1: if ps-font-size-internal,
4496 ps-header-font-size-internal and
4497 ps-header-title-font-size-internal variables are not set,
4498 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
4499 face text property is (foreground-color . COLOR) or
4500 `(background-color . COLOR)', ps-print crashes. Doc fix.
4501 (ps-print-version): New version number (5.2.4).
4502 (ps-plot-region): Code fix.
4503 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
4504 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
4505 Bug fix 2.
4506
45072000-07-30 Milan Zamazal <pdm@freesoft.cz>
4508
4509 * glasses.el (glasses-make-readable): Fix uncapitalization of
4510 identifiers like `myXMLDocument'.
4511
aeb4c63e
KF
45122000-07-28 Karl Fogel <kfogel@red-bean.com>
4513
18925e78
GM
4514 * mail/mail-hist.el (mail-hist-previous-input)
4515 (mail-hist-next-input): Do the obvious code factorization.
4516 (mail-hist-retrieve-and-insert): New func, contains common
aeb4c63e
KF
4517 code of above two.
4518 If inserting a message body, leave point at top.
4519
9d453139
SS
45202000-07-28 Sam Steingold <sds@gnu.org>
4521
4522 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
18925e78
GM
4523 Use `<=', not `<' to compare times!
4524 (ange-ftp-ls): Remove.
9d453139 4525
b548072f
GM
45262000-07-27 Gerd Moellmann <gerd@gnu.org>
4527
27848c01
GM
4528 * play/cookie1.el: Add explanation of how to make cookie.el
4529 compatible with strfile(1) to comment.
4530
4531 * subr.el (remove, remq): New functions.
4532
3ab82477
GM
4533 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
4534 escape `*' in regexps.
4535 (midnight-find): Reverse order of arguments in the funcall of
4536 TEST.
4537
4538 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
4539 and `.class'.
4540
b548072f
GM
4541 * play/meese.el: Add Commentary section.
4542
27848c01
GM
45432000-07-27 Alex Schroeder <alex@gnu.org>
4544
4545 * sql.el (sql-ms): Added autoload cookie.
4546 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
4547 (sql-oracle): Ditto.
4548 (sql-help): Doc change.
4549
4550 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
4551 types and exceptions.
4552
45532000-07-27 Alex Schroeder <alex@gnu.org>
4554
4555 * sql.el (sql-placeholder-history): New variable.
4556 (sql-query-placeholders-and-send): New function that will query
4557 the user and replace placeholders with user input.
4558 (sql-oracle): If running on NT, set comint-input-sender to
4559 sql-query-placeholders-and-send.
4560
4561 (sql-stop): If in the SQLi buffer, insert stop notification, else
4562 present it as a message.
4563
45642000-07-27 Alex Schroeder <alex@gnu.org>
4565
4566 * sql.el (sql-input-ring-separator): Doc change.
4567 (sql-input-ring-file-name): Doc change.
4568 (sql-interactive-mode): Use `sql-input-ring-separator' and
4569 `sql-input-ring-file-name' to set the comint-mode equivalents
4570 without making them local variables.
4571 (sql-stop): Don't bind `sql-input-ring-separator' and
4572 `sql-input-ring-file-name' dynamically to their comint-mode
4573 equivalents.
4574
91ae8751
KH
45752000-07-27 Kenichi Handa <handa@etl.go.jp>
4576
4577 * international/mule.el (register-char-codings): New function.
4578 (make-coding-system): Handle `safe-chars' specification in the arg
4579 PROPERTY.
4580
4581 * international/mule-cmds.el
4582 (find-coding-systems-region-subset-p): This function deleted.
4583 (sort-coding-systems-predicate): New variable.
4584 (sort-coding-systems): New function.
4585 (find-coding-systems-region): Use
4586 find-coding-systems-region-internal.
4587 (find-coding-systems-string): Use find-coding-systems-region.
4588 (find-coding-systems-for-charsets): Check
4589 char-coding-system-table.
4590 (select-safe-coding-system-accept-default-p): New variable.
4591 (select-safe-coding-system): Mostly rewritten. New argument
4592 ACCEPT-DEFAULT-P.
4593 (select-message-coding-system): Call select-safe-coding-system
4594 with ACCEPT-DEFAULT-P arg.
4595 (reset-language-environment): Reset default-sendmail-coding-system
4596 to the default value iso-latin-1.
4597 (set-language-environment): Don't set the obsolete variable
4598 charset-origin-alist.
4599
4600 * international/codepage.el (cp-coding-system-for-codepage-1):
4601 Give `safe-chars' property to make-coding-system.
4602
4603 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
4604 calling select-message-coding-system twice.
4605
4606 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
4607 instead of `safe-charsets'.
4608 (cyrillic-alternativnyj): Likewise.
4609 (ccl-encode-alternativnyj): Don't check the charset
4610 cyrillic-iso8859-5.
4611
90cf4474
KH
46122000-07-27 Kenichi Handa <handa@etl.go.jp>
4613
4614 * composite.el (compose-chars-after): Preserve match data.
4615
a1f84f6d
SS
46162000-07-26 Sam Steingold <sds@gnu.org>
4617
4618 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
4619 (ange-ftp-real-file-newer-than-file-p): New function.
4620 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
4621 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
4622
4623 * tooltip.el (tooltip-float-time): Removed (use `float-time').
4624 * midnight.el (midnight-float-time): Ditto.
4625
e092928e
AS
46262000-07-26 Andreas Schwab <schwab@suse.de>
4627
4628 * files.el (normal-backup-enable-predicate): Correct
4629 interpretation of the return value of compare-strings.
4630
7465ebef
GM
46312000-07-26 Gerd Moellmann <gerd@gnu.org>
4632
3353ef5a
GM
4633 * isearch.el (isearch-resume): New function.
4634 (isearch-done): Add something to command-history to resume
4635 the search.
4636 (isearch-yank-line, isearch-yank-word): Use
4637 buffer-substring-no-properties instead of buffer-substring.
4638
7465ebef
GM
4639 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
4640 of flyspell-mouse-map.
4641
4642 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
4643 duplicate definition.
4644 (makefile-mode): Remove duplicate setting of local-abbrev-table.
4645
4646 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
4647 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
4648
5044b74a
SS
46492000-07-25 Sam Steingold <sds@gnu.org>
4650
25759a92
SS
4651 * net/ange-ftp.el: Get modtime over the net.
4652 (ange-ftp-file-modtime): New function.
a95cb10a
GM
4653 (ange-ftp-write-region, ange-ftp-insert-file-contents)
4654 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
25759a92
SS
4655 Use it.
4656 (ange-ftp-dot-to-slash): New function.
4657 (ange-ftp-fix-name-for-vms): Use it.
4658
5044b74a
SS
4659 * midnight.el (midnight-buffer-display-time): Use
4660 `with-current-buffer'.
4661
5dcfb3f4
GM
46622000-07-25 Gerd Moellmann <gerd@gnu.org>
4663
4664 * find-dired.el: Update copyright notice.
4665 (find-dired): Offer to kill a running `find'.
4666
4667 * enriched.el (enriched-face-ans): For a `foreground-color'
4668 property, return '(("x-color" COLOR))' so that COLOR will be
4669 output as a parameter of the x-color annotation. Likewise for the
4670 `background-color' property. In the case of normal face
4671 properties, don't return annotations for unspecified foreground
4672 and background face attributes.
4673
8c662166
KH
46742000-07-25 Kenichi Handa <handa@etl.go.jp>
4675
4676 * language/japan-util.el (japanese-katakana-region): Fix handling
4677 HANKAKU argument.
4678
c28da489
MB
46792000-07-25 Miles Bader <miles@gnu.org>
4680
4681 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
4682 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
4683 constrain-to-field.
4684
ad349719
AI
46852000-07-24 Andrew Innes <andrewi@gnu.org>
4686
4687 * timer.el (timer-activate-when-idle): Add optional parameter
4688 DONT-WAIT. Update docstring.
4689 (run-with-idle-timer): Specify extra parameter to
4690 timer-activate-when-idle, so that timer will be activated
4691 immediately if Emacs is already idle.
4692
4693 * w32-fns.el (w32-using-nt): Fix docstring.
4694
c95162f5
DL
46952000-07-24 Dave Love <fx@gnu.org>
4696
4697 * mouse.el (popup-menu): Set last-command-event.
4698 (mouse-major-mode-menu-prefix): Declare.
4699
e3c31fd5
GM
47002000-07-24 Gerd Moellmann <gerd@gnu.org>
4701
4702 * textmodes/flyspell.el: Update to author's version 1.5d.
4703
4704 * progmodes/hideshow.el: Update copyright notice.
4705
4706 * vcursor.el: Set maintainer to FSF, since author cannot
4707 be reached.
4708
7636d2a3
EZ
47092000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
4710
fbe0a958
EZ
4711 * info.el (Info-goto-emacs-key-command-node): Leave a space after
4712 the prompt.
4713
7636d2a3
EZ
4714 * mouse.el (popup-menu): Run the keymap through indirect-function,
4715 in case it was defined with define-prefix-key. If the menu is a
4716 list of keymaps, look up the binding of user's choice in each one
4717 of the keymaps.
4718 (mouse-popup-menubar): If the global and local menu-bar keymaps
4719 don't have a prompt string, create one and insert it into the
4720 keymap. Don't barf if current-local-map returns nil.
4721
e024b101
GM
47222000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
4723
4724 * dired.el (dired-sort-R-check): Added to allow recursive listing
4725 to be undone.
4726 (dired-sort-other): Use it.
4727
7972fcfc
GM
47282000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
4729
e024b101 4730 * Release of cc-mode 5.27
7972fcfc
GM
4731
47322000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
4733
4734 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
4735 c-beginning-of-statement-1 that caused a bad case of recursion
4736 which could consume a lot of CPU in large classes in languages
4737 that have in-expression classes (i.e. Java and Pike).
4738
4739 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
4740 statements before top level constructs (i.e. case 6 is moved
4741 before case 5 and is now case 4) to catch in-expression
4742 classes in top level expressions correctly.
4743
47442000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
4745
4746 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
4747 objc-method-intro. Case 4 removed and case 5I added.
4748
4749 * cc-langs.el (c-append-paragraph-start): New variable used by
4750 c-common-init to get paragraph-start correct.
4751 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
4752 initialize paragraph-start to make it correct both with and
4753 without the javadoc special case.
4754
4755 * cc-mode.el (java-mode): Use c-append-paragraph-start to
4756 initialize paragraph-start for javadoc markup.
4757
4758 * cc-vars.el (c-style-variables-are-local-p): Incompatible
4759 change by defaulting this to t. It's motivated by the
4760 confusing behavior that otherwise arise from the style system
4761 when editing both java and non-java files at the same time
4762 (see the comments about style setting in c-common-init).
4763
47642000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
4765
4766 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
4767 similar to the one in c-fill-paragraph to check the fill
4768 prefix from the adaptive fill function for sanity.
4769
47702000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
4771
4772 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
4773 defun block.
4774
47752000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
4776
5044b74a 4777 * cc-mode.texi Documented the change of cpp-macro.
7972fcfc
GM
4778
47792000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
4780
4781 * cc-align.el (c-lineup-multi-inher): Handle lines with
4782 leading comma nicely. Extended to handle member initializers
4783 too.
4784
e024b101 4785 * cc-engine.el: (c-beginning-of-inheritance-list,
7972fcfc
GM
4786 c-guess-basic-syntax): Fixed recognition of inheritance lists
4787 when the lines begins with a comma.
4788
5044b74a 4789 * cc-mode.texi: Updated doc for c-lineup-multi-inher.
7972fcfc
GM
4790
4791 * cc-vars.el (c-offsets-alist): Changed default for
4792 member-init-cont to c-lineup-multi-inher since it now handles
4793 member initializers and indents better for leading commas.
4794
47952000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
4796
4797 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
4798 handling that caused class open lines to be recognized as
4799 statement-conts in some cases.
4800
4801 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
4802 guessed by the adaptive fill function unless point is on the
4803 first line of a block comment.
4804
4805 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
4806 when the buffer ends with a macro continuation char.
4807
4808 * cc-engine.el (c-guess-basic-syntax): Added support for
4809 function definitions as statements in Pike. The first
4810 statement in a lambda block is now labeled defun-block-intro
4811 instead of statement-block-intro.
4812
4813 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
4814 so that the class surrounding point is selected, not the one
4815 innermost in the state.
4816
4817 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
4818 recognition of switch labels having hanging multiline
4819 statements.
4820
4821 * cc-engine.el (c-beginning-of-member-init-list): Broke out
4822 some code in c-guess-basic-syntax to a separate function.
4823 * cc-engine.el (c-just-after-func-arglist-p): Fixed
4824 recognition of member inits with multiple line arglists.
4825 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
4826 member-init-cont when the commas are in funny places.
4827
48282000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
4829
4830 * cc-defs.el (c-auto-newline): Removed this macro since it's
4831 not used anymore.
4832
4833 * cc-engine.el (c-looking-at-bos): New helper function.
4834 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
4835 inexpr and toplevel classes apart in Pike.
4836
4837 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
4838 of case 9A.
4839
4840 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
4841 constant, since "class" can introduce an in-expression class
4842 in Pike nowadays.
4843
48442000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
4845
4846 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
4847 indentation on cpp-macro lines.
4848
4849 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
4850 a syntax modifier like comment-intro, to make it possible to
4851 get syntactic indentation for preprocessor directives. It's
4852 incompatible wrt to lineup functions on cpp-macro, but it has
4853 no observable effect in the 99.9% common case where cpp-macro
4854 is set to -1000.
4855
48562000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
4857
4858 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
4859 member-init-cont when the preceding arglist is several lines.
4860
48612000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
4862
4863 * cc-styles.el (c-style-alist): The basic offset for the BSD
4864 style corrected to 8.
4865
48662000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
4867
4868 * cc-styles.el (c-style-alist): Adjusted the indentation of
4869 brace list openers in the gnu style.
4870
48712000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
4872
4873 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
4874
4875 * cc-cmds.el (c-electric-brace, c-electric-slash,
4876 c-electric-star, c-electric-semi&comma, c-electric-colon,
4877 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
4878 when c-syntactic-indentation is nil.
4879
4880 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
4881 we were left at comments preceding the first statement when
4882 reaching the beginning of the buffer.
4883
4884 * cc-vars.el (c-syntactic-indentation): New variable to turn
4885 off all syntactic indentation.
4886
48872000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
4888
4889 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
4890 between the text and the block comment ender when it hangs,
4891 depending on how many there are before the fill.
4892
48932000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
4894
4895 * cc-engine.el (c-beginning-of-closest-statement): New helper
4896 function to go back to the closest preceding statement start,
4897 which could be inside a conditional statement.
4898 * cc-engine.el (c-guess-basic-syntax): Use
4899 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
4900
4901 * cc-engine.el (c-guess-basic-syntax): Better handling of
4902 arglist-intro, arglist-cont-nonempty and arglist-close when
4903 the arglist is nested inside parens. Cases 7A, 7C and 7F
4904 changed.
4905
4906 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
4907 up-to-date with javadoc 1.2.
4908
49092000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
4910
4911 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
4912 multiline Pike type decls.
4913
49142000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
4915
4916 * cc-cmds.el (c-indent-new-comment-line): Always break
4917 multiline comments in multiline mode, regardless of
4918 comment-multi-line.
4919
49202000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
4921
4922 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
4923 fully::qualified::names in C++ member init lists. Preamble in
4924 case 5D changed.
4925
49262000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
4927
4928 * cc-langs.el (c-common-init): Handling of obsolete variables
4929 moved to c-initialize-cc-mode. More compatible style override
4930 when using global style variables.
4931 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
4932 variables moved here.
4933
e024b101 4934 * cc-mode.texi: Documented the special behavior of
7972fcfc
GM
4935 c-special-indent-hook as a style variable. Don't talk about
4936 doing (c-make-styles-buffer-local t) in a mode hook, since
4937 that's already too late to work right.
5044b74a 4938
7972fcfc
GM
4939 * cc-styles.el (c-make-styles-buffer-local): Flag style
4940 variable localness in c-style-variables-are-local-p to make
4941 the compatibility measure in c-common-init work well.
4942
4943 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
4944 longer contain set-from-style.
4945 * cc-styles.el (c-initialize-builtin-style): Don't check for
4946 set-from-style on c-special-indent-hook.
4947 * cc-styles.el (c-copy-tree): Obsolete. The standard function
4948 copy-alist is sufficient now.
4949
4950 * cc-styles.el (c-set-style, c-set-style-1,
4951 c-get-style-variables): Fixes to variable initialization so
4952 that duplicate entries in styles have the same effect
4953 regardless of DONT-OVERRIDE.
4954
4955 * cc-styles.el (c-set-style-2): Fixed bug where the
4956 initialization of inheriting styles failed when the
4957 dont-override flag is set.
4958
4959 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
4960 on this.
4961
49622000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
4963
4964 * cc-defs.el (c-forward-comment): Removed the workaround
4965 introduced in 5.38 since it had worse side-effects. If a line
4966 contains the string "//\"", it regarded the // as a comment
4967 start since the \ temporarily doesn't have escape syntax.
4968
49692000-07-17 Emmanuel Briot <briot@act-europe.fr>
4970
4971 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
4972 ada-xref.el before ada-prj.el, so that the Project menu is created
4973 when ada-prj tries to add to it.
4974 (ada-activate-keys-for-case): Suppress the characters that are not
4975 part of the Ada syntax. Better compatibility with else-mode
4976 (ada-adjust-case-interactive): When auto-casing is not active,
4977 correctly insert newlines (used to insert only ^M). Prevent the
4978 syntax table from being changed in case of an error
814299a7 4979 (or '_' becomes part of a word and some commands are confused).
7972fcfc
GM
4980 Do nothing if ada-auto-case is nil.
4981 (ada-after-keyword-p): Ignore keywords that are also attributes
4982 (ada-batch-reformat): Update usage comment
4983 (ada-call-from-contextual-menu): New function
4984 (ada-case-read-exceptions): Reinitialize the casing exception list
4985 first to nil first, so that the casing exception file can be
4986 shared.
4987 (ada-check-defun-name): Handles "configure" keyword for gnatdist
4988 files.
4989 (ada-compile-goto-error): Fix regexp used to detect a file:line
4990 anywhere in the error message
4991 (ada-contextual-menu-last-point): New variable
4992 (ada-create-keymap): If the variable delete-key-deletes-forward is
4993 t on XEmacs, it means that DEL should delete one character
4994 forward.
4995 (ada-create-menu): Use :included instead of :visible for XEmacs.
4996 New submenu "Options".
4997 (ada-end-stmt-re): Correctly indent "select ... then abort"
4998 statements.
4999 (ada-fill-comment-paragraph): Correctly delete all leading '--'
5000 even if they don't match ada-fill-comment-prefix Fix handling of
5001 paragraphs on the first or last line of a file.
5002 (ada-format-paramlist): Fix handling of default parameter values.
5003 (ada-get-body-name): New function.
5004 (ada-get-current-indent): Optimized by searchling directly for an
5005 existing generic part or a statement outside of it. Handle
5006 ada-indent-align-comments when indenting comments Replaced some
5007 regexps by testing directly the next character. This results in a
5008 huge speedup on some files. New indentation scheme for renames
5009 statements. Stop looking for the 'while' or 'for' associated with
5010 a 'loop' at the first semicolon encountered. A "return" can also
5011 match an anonymous access subprogram declaration.
5012 (ada-get-indent-noindent): Ignore strings and comments when
5013 looking for the keywords "record" and "private".
5014 (ada-goto-matching-decl-start): When matching "if", make sure we
5015 are not in fact seeing "end if". Ignore "when" statements except
5016 when initial keyword was "begin". Fix handling of nested
5017 procedures. Add a recursive call to this function to skip over
5018 other 'end' statmts. Fix indentation for "when .. => begin"
5019 (ada-in-open-paren-p): Fix indentation for complex boolean
5020 expressions, where 'and then', 'or else' and parenthesis
5021 statements are mixed up.
5022 (ada-in-paramlist-p): Skip comments while searching for the
5023 beginning Fix handling of operator declarations.
5024 (ada-indent-align-comments): New variable
5025 (ada-indent-current): Change the syntax table only in the
5026 protected section, so that we are sure it is restored correctly.
5027 (ada-indent-on-previous-lines): Use ada-use-indent and
5028 ada-with-indent Correctly indent "select ... then"
5029 (ada-indent-region): Slight speedup.
5030 (ada-indent-renames): New variable.
5031 (ada-last-which-function-subprog, ada-last-which-function-line):
5032 New variables
5033 (ada-looking-at-semi-private): Correctly indent the 'private'
5034 keyword when it is the first word in a package declaration.
5035 (ada-loose-case-word): Stop searching if at the end of the buffer.
5036 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
5037 even if point is not initially at the end of the word.
5038 (ada-matching-decl-start-re): Add "when".
5039 (ada-mode): Add support for abbrev-mode, outline-mode and
5040 which-func-mode Override the old find-file.el entry in
5041 ff-special-constructs since it is using the obsolete
5042 ada-spec-suffix variable
5043 (ada-no-auto-case): New function
5044 (ada-scan-paramlist): When parsing the argument type, accept
5045 spaces (as in "X 'Class", generated by Rational Rose).
5046 (ada-other-file-name): No longer loads the other file.
5047 (ada-popup-menu): Save and restore the current buffer and cursor
5048 position before and after displaying the menu.
5049 (ada-search-ignore-complex-boolean): New function.
5050 (ada-uncomment-region): Emacs21 already knows how to delete
5051 comments not starting in the first column.
5052 (ada-use-indent): New variable
5053 (ada-which-function): New function.
5054 (ada-with-indent): New variable
5055 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
5056 can be batch-compiled from the command line.
5057
5058 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
5059 Add to the menu when the file is loaded, not in ada-mode-hook.
5060 Add -toolbar to the default ddd command Switches moved from
5061 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
5062 ada-prj-default-comp-opt
5063 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
5064 Reference Manual to the menu
5065 (ada-check-current): rewritten as a call to ada-compile-current
5066 (ada-compile): Removed.
5067 (ada-compile-application, ada-compile-current, ada-check-current):
5068 Set the compilation-search-path so that compile.el automatically
5069 finds the sources in src_dir. Automatic scrollong of the
5070 compilation buffer. C-uC-cC-c asks for confirmation before
5071 compiling
5072 (ada-compile-current): New parameter, prj-field
5073 (ada-complete-identifier): Load the .ali file before doing
5074 processing
5075 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
5076 conform to gnatmake's behavior.
5077 (ada-find-file-in-dir): New function
5078 (ada-find-references): Set the environment variables for gnatfind
5079 (ada-find-src-file-in-dir): New function.
5080 (ada-first-non-nil): Removed
5081 (ada-gdb-application): Add support for jdb, the java debugger.
5082 (ada-get-ada-file-name): Load the original-file first if not done
5083 yet.
5084 (ada-get-all-references): Handles the new ali syntax (parent types
5085 are found between <>).
5086 (ada-initialize-runtime-library): New function
5087 (ada-mode-hook): Always load a project file when a file is opened,
5088 so that the casing exceptions are correctly read.
5089 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
5090 (ada-parse-prj-file): Use find-file-noselect instead of find-file
5091 to open the project file, since the latter does not work with
5092 speedbar Get default values before loading the prj file, or the
5093 default executable file name is wrong. Use the absolute value of
5094 src_dir to initialize ada-search-directories and
5095 compilation-search-path,... Add the standard runtime library to
5096 the search path for find-file.
5097 (ada-prj-default-debugger): Was missing an opening '{'
5098 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
5099 variables.
5100 (ada-prj-default-gnatmake-opt): New variable
5101 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
5102 buffers, the project file is the default one Save the windows
5103 configuration before displaying the menu.
5104 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
5105 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
5106 ...) regexp-quote identifiers names to support operators +,
5107 -,... in regexps.
5108 (ada-remote): New function.
5109 (ada-run-application): Erase the output buffer before starting the
5110 run Support remote execution of the application. Use
5111 call-process, or the arguments are incorrectly parsed
5112 (ada-set-default-project-file): Reread the content of the active
5113 project file, not the one from the current buffer When a project
5114 file is set as the default project, all directories are
5115 automatically associated with it.
5116 (ada-set-environment): New function
5117 (ada-treat-cmd-string): New special variable ${current}
5118 (ada-treat-cmd-string): Revised. The substitution is now done for
5119 any ${...} substring
5120 (ada-xref-current): If no body was found, compiles the spec
5121 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
5122 compiler to get rid of command line length limitations.
5123 (ada-xref-get-project-field): New function
5124 (ada-xref-project-files): New variable
5125 (ada-xref-runtime-library-specs-path)
5126 (ada-xref-runtime-library-ali-path): New variables
5127 (ada-xref-set-default-prj-values): Default run command now does a
5128 cd to the build directory. New field: main_unit Provide a default
5129 file name even if the current buffer has no prj file.
5130
5131 * ada-prj.el:
5132 Rewritten to show a tabbed-dialog.
5133 (ada-prj-add-ada-menu): Remove the map and name parameters.
5134 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
5135 New function
5136 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
5137 (ada-prj-load-from-file): New function
5138 (ada-prj-save): Always save fields that depend on the current buffer
5139 (ada-prj-show-value): New function
5044b74a 5140
7972fcfc
GM
5141 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
5142 Ada mode. This will allow us to display the Ada menu in any buffer
5143 we want (for project items).
5144 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
5145 number of spaces in the header.
5044b74a 5146
8730a8da
DL
51472000-07-24 Dave Love <fx@gnu.org>
5148
5149 * ediff-init.el (ediff-region-help-echo): Bind face-help.
5150
db3ca487
NF
51512000-07-23 Noah Friedman <friedman@splode.com>
5152
ad953485
NF
5153 * type-break.el (type-break): perform autosave.
5154 Suggested by Stephen Gildea <gildea@intouchsys.com>.
5155 (type-break-do-query): Cancel query schedule while performing
5156 actual query, to avoid possibility of a second query being made
5157 while first one is already in progress.
5158 (type-break-time-stamp-format): New variable.
5159 (type-break-time-stamp): New function.
5160 (type-break-time-warning): Use it.
5161 (type-break-keystroke-warning): Use it.
5162 (type-break-noninteractive-query): Use it.
5163
03a9c6d0
NF
5164 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
5165 cookie.
5166 Use add-minor-mode to set minor-mode-alist, if available.
5167 (eldoc-echo-area-use-multiline-p): New user option.
5168 (eldoc-echo-area-multiline-supported-p): New variable.
5169 (eldoc-docstring-format-sym-doc): Use them.
5170 (eldoc-mode): If not using idle timers, append to local post and
5171 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
5172 (eldoc-display-message-no-interference-p): Don't interfere with
5173 edebug.
5174 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
5175 (eldoc-function-arglist): New function.
5176 (eldoc-function-argstring): Use it.
5177
db3ca487
NF
5178 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
5179 auto save directory exists before calling directory-files.
5180
f7ad1899
DL
51812000-07-23 Dave Love <fx@gnu.org>
5182
5183 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
5184 ^o, ^u.
5185
43e764c9
DL
51862000-07-21 Dave Love <fx@gnu.org>
5187
475de6f4
DL
5188 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
5189 now passed to the function. It now works properly.
5190
43e764c9
DL
5191 * smerge-mode.el (smerge-mode-menu): Fill it out.
5192
e8bea4c0
GM
51932000-07-20 Gerd Moellmann <gerd@gnu.org>
5194
5195 * info-look.el (info-lookup): If *info* is shown in another frame
5196 on the same display, select that frame, instead of switching to
5197 the Info buffer in another window of the selected frame.
5198
5199 * simple.el (universal-argument-map): Bind numeric keypad keys
5200 kp-0 to kp-9 and kp-subtract.
5201 (digit-argument): Handle these keys.
5202
bc75b4fd
DL
52032000-07-20 Dave Love <fx@gnu.org>
5204
5205 * net/goto-addr.el (goto-address-fontify): Don't bother with
5206 buffer-modified and read-only stuff -- irrelevant with overlays.
5207 Put an extra property on the overlays and use it to clean up in
5208 case goto-address is re-run.
5209
8b7bc628
RS
52102000-07-19 Richard M. Stallman <rms@gnu.org>
5211
18e21ce8
RS
5212 * timer.el (run-with-idle-timer): Doc fix.
5213
db3ca487 5214 * mail/mail-utils.el (mail-strip-quoted-names):
8b7bc628
RS
5215 Handle case where <...> appears inside "...".
5216 Use replace-match to edit the string more simply.
5217 (rmail-dont-reply-to): Cope with an unmatched ".
5218
50575ec2
DL
52192000-07-19 Dave Love <fx@gnu.org>
5220
5221 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
5222 implementation.
5223
5224 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
5225 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
5226 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
5227
4279296d
GM
52282000-07-19 Gerd Moellmann <gerd@gnu.org>
5229
47db06aa
GM
5230 * textmodes/refer.el: Correct maintainer's email address.
5231
5232 * progmodes/hideif.el: Correct author's email address.
5233 Fix typo in comment.
5234
5235 * xml.el: New file.
5236
4279296d
GM
5237 * mail/mailheader.el: Correct author's mail address.
5238
5239 * gnus/parse-time.el: Correct author's mail address.
5240
47db06aa 52412000-07-19 Colin Walters <walters@cis.ohio-state.edu>
db3ca487
NF
5242
5243 * comint.el (comint-highlight-input, comint-highlight-face):
47db06aa
GM
5244 New user options.
5245 (comint-input-ring-file-name): Change custom type.
5246 (comint-mode-map): Bind mouse-2.
5247 (comint-insert-clicked-input): New function.
5248 (comint-send-input): Handle input highlighting.
5249
21ad0f7b
SM
52502000-07-18 Stefan Monnier <monnier@cs.yale.edu>
5251
5252 * mouse.el (popup-menu): New function.
5253 (mouse-major-mode-menu): Use it.
5254
3b33a005
DL
52552000-07-18 Dave Love <fx@gnu.org>
5256
5257 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
5258 improvements.
5259
dc1cac59
GM
52602000-07-18 Gerd Moellmann <gerd@gnu.org>
5261
21ad0f7b 5262 * faces.el (face-font-selection-order)
dc1cac59 5263 (face-font-family-alternatives): Add custom type.
db3ca487 5264
f8276b77
DL
52652000-07-18 Dave Love <fx@gnu.org>
5266
5267 * cus-edit.el (custom-variable-reset-saved)
5268 (custom-variable-reset-standard): Remove unused bindings.
5269
5270 * rect.el (open-rectangle-line): Remove unused let.
5271
5272 * hl-line.el (hl-line-highlight): Check hl-line-mode.
5273
3d6cd763
GM
52742000-07-18 Gerd Moellmann <gerd@gnu.org>
5275
5276 * cdl.el: Fix `Maintainer' keyword.
5277
5278 * play/pong.el: Add author's email address.
5279
34342a07
SS
52802000-07-17 Sam Steingold <sds@gnu.org>
5281
5282 * files.el (insert-directory): Call `split-string' instead of
5283 re-implementing it.
5284
088831a6
GM
52852000-07-18 Gerd Moellmann <gerd@gnu.org>
5286
5287 * mail/vms-pmail.el: Change maintainer to FSF.
5288
5289 * net/goto-addr.el: Change maintainer to FSF.
5290
5291 * recentf.el: Update from author.
5292
5293 * info.el (Info-title-face-alist): Removed.
db3ca487 5294
68be2869
EZ
52952000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
5296
5297 * eshell/eshell.el (eshell): Replace links to eshell.info with
5298 links to eshell, to avoid problems on systems where the manual is
5299 installed as `eshell'.
5300 * eshell/esh-cmd.el (eshell-cmd): Ditto.
5301 * eshell/em-smart.el (eshell-smart): Ditto.
5302 * eshell/em-banner.el (eshell-banner): Ditto.
21ad0f7b 5303 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
68be2869
EZ
5304
5305 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
5306 same-file check in the MS-DOS version (it does support inodes).
5307
5308 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
5309
21ad0f7b
SM
5310 * eshell/eshell.el (eshell-directory-name):
5311 Run default directory name through convert-standard-filename.
68be2869 5312
269b4dcb
KH
53132000-07-18 Kenichi Handa <handa@etl.go.jp>
5314
21ad0f7b
SM
5315 * international/mule-cmds.el (select-safe-coding-system):
5316 Fix typo in the comment.
240a16cf 5317
21ad0f7b
SM
5318 * language/european.el (compound-text):
5319 Force katakana-jisx0201 to be designated to G1.
aa96c820 5320
21ad0f7b
SM
5321 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
5322 Don't translate some national variant characters of latin-jisx0201.
aa96c820 5323 (x-ctext): Force katakana-jisx0201 to be designated to G1.
a99c9d06 5324
269b4dcb
KH
5325 * international/kkc.el (kkc-after-update-conversion-functions):
5326 New variable.
5327 (kkc-update-conversion): Run functions in it at the tail.
5328
68be2869 53292000-07-16 John Wiegley <johnw@gnu.org>
6feeb380 5330
21ad0f7b
SM
5331 * lisp/align.el (align-newline-and-indent):
5332 Adding new function. for auto-aligning blocks of code on RET.
6feeb380
JW
5333 (align-region): Fixed badly formatted minibuffer message.
5334
7a3fd467
KH
53352000-07-17 Kenichi Handa <handa@etl.go.jp>
5336
21ad0f7b 5337 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
7a3fd467
KH
5338 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
5339 the conversion list at first if appropriate.
5340 (kkc-next): Don't update kkc-next-count here.
5341 (kkc-prev): Don't update kkc-prev-count here.
5342 (kkc-show-conversion-list-update): Fix setting up of conversion
5343 list message.
5344
a45423d8
SM
53452000-07-16 Stefan Monnier <monnier@cs.yale.edu>
5346
088831a6 5347 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
a45423d8 5348
91a38db1
DL
53492000-07-16 Dave Love <fx@gnu.org>
5350
5351 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
5352 function to be more specific.
5353
5354 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
5355 non-string help-echo.
5356 (widget-types-convert-widget): Defsubst it.
5357 (widget-echo-help): Try to cope with a help-echo function of two
5358 possible sorts.
5359
3fddcdc3
JR
53602000-07-15 Jason Rumney <jasonr@gnu.org>
5361
5362 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
5363 Declare as obsolete.
5364
5365 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
5366
bd23a692
GM
53672000-07-14 Gerd Moellmann <gerd@gnu.org>
5368
5369 * hilit-chg.el: Fix typo.
5370
d4af987a
DL
53712000-07-14 Dave Love <fx@gnu.org>
5372
5373 * info.el (Info-mode-menu): Fix use of :help, :enable.
5374
3a4f3f86
SM
53752000-07-14 Stefan Monnier <monnier@cs.yale.edu>
5376
5377 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
5378
cf6936a4
DL
53792000-07-13 Dave Love <fx@gnu.org>
5380
4d6d04b5
DL
5381 * emacs-lisp/easymenu.el: Doc fixes.
5382 (easy-menu-remove): Defalias to ignore.
5383
cf6936a4
DL
5384 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
5385 Call throw correctly.
5386
56437999
GM
53872000-07-13 Gerd Moellmann <gerd@gnu.org>
5388
5389 * faces.el (frame-background-mode): Doc fix.
5390
5391 * simple.el (eval-expression-print-length): Change custom type to
5392 allow entering nil as value.
5393
d04a3972
DL
53942000-07-13 Dave Love <fx@gnu.org>
5395
3a4f3f86
SM
5396 * progmodes/fortran.el (fortran-imenu-generic-expression):
5397 Change definition layout.
a8189dfe
DL
5398 (fortran-mode-menu): Reinstate customize entries.
5399
d04a3972
DL
5400 * cus-edit.el (custom-group-menu-create, customize-menu-create):
5401 Use :filter, per old XEmacs code.
5402
4bf4fb05
GM
54032000-07-12 Gerd Moellmann <gerd@gnu.org>
5404
5405 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
5406 event when deciding what to send to the terminal.
5407
37328bcd
DL
54082000-07-12 Dave Love <fx@gnu.org>
5409
5410 * cus-start.el: Add optional version as 4th element of specs and
5411 use it for several things new in v21. Remove load-path. Fix type
5412 of line-number-display-limit.
5413
89492072
DL
54142000-07-11 Dave Love <fx@gnu.org>
5415
3a4f3f86
SM
5416 * progmodes/fortran.el: Don't require easymenu.
5417 Use repeat counts in various regexps.
315aa1de
DL
5418 (fortran-mode-syntax-table): Defvar directly.
5419 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
3a4f3f86
SM
5420 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
5421 Use defvar, not defconst.
5422 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
315aa1de
DL
5423 (fortran-mode): Set fortran-comment-line-start-skip,
5424 fortran-comment-line-start-skip, dabbrev-case-fold-search.
5425 (fortran-comment-indent): Use defsubst.
3a4f3f86
SM
5426 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
5427 Use fortran-comment-indent, not fortran-comment-indent-function.
315aa1de
DL
5428 (fortran-comment-region, fortran-electric-line-number): Simplify.
5429 (fortran-auto-fill): New function.
5430 (fortran-do-auto-fill): Deleted.
3a4f3f86
SM
5431 (fortran-find-comment-start-skip):
5432 Check for non-null comment-start-skip.
5433 (fortran-auto-fill-mode, fortran-fill-statement):
5434 Use fortran-auto-fill.
315aa1de 5435 (fortran-fill): Use fortran-auto-fill. Check for null
3a4f3f86 5436 comment-start-skip. Simplify final clause and use end-of-line finally.
315aa1de 5437
89492072
DL
5438 * widget.el (widget-plist-member): New alias.
5439
d55ead18
EZ
54402000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
5441
5442 * eshell/esh-module.el (toplevel): Reference
5443 byte-compile-current-file only if it is bound.
5444
e82a2a05
GM
54452000-07-10 Gerd Moellmann <gerd@gnu.org>
5446
5447 * dired.el: Don't require `dired-aux'.
5448
1fc7fb2b
MB
54492000-07-10 Miles Bader <miles@lsi.nec.co.jp>
5450
5451 * dired-aux.el (dired-show-file-type): New function.
5452 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
5453 (dired-show-file-type): Add autoload.
5454
ab49ce15
KH
54552000-07-10 Kenichi Handa <handa@etl.go.jp>
5456
5457 * international/mule-diag.el (describe-font): Adjusted for the
3a4f3f86 5458 change of fontset-info.
ab49ce15
KH
5459 (print-fontset): Likewise.
5460
f45aab65
SM
54612000-07-09 Stefan Monnier <monnier@cs.yale.edu>
5462
5463 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
5464
2f72fd2f
GM
54652000-07-07 Gerd Moellmann <gerd@gnu.org>
5466
e82a2a05 5467 * bindings.el: Bind `[delete]' to delete-char.
965522f5 5468
2f72fd2f
GM
5469 * dired.el (dired-find-alternate-file): New function.
5470 (dired-mode-map): Bind `a' to dired-find-alternate-file.
5471 (toplevel): Require dired-aux when compiling.
5472 (dired-buffers): Move defvar within file to avoid compiler warning.
5473
5474 * info.el (Info-last-search): Variable removed.
5475 (Info-search-history): New variable.
5476 (Info-search): New Info-search-history.
5477
5478 * battery.el, info-look.el: Change author's mail address.
5479
965522f5 54802000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
34342a07 5481
965522f5
GM
5482 * mail/rmail.el (rmail-clear-headers): Don't throw an error
5483 if rmail-ignored-headers is nil.
5484 (rmail-retry-failure): Bind rmail-ignored-headers and
5485 rmail-displayed-headers to nil.
5486
dd8888a1
GM
54872000-07-06 Gerd Moellmann <gerd@gnu.org>
5488
e5c81191
GM
5489 * lpr.el (lpr-page-header-switches): Add `-h' switch.
5490 (print-region-1): Don't hard code `-h' here.
5491
dd8888a1
GM
5492 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
5493
e5c81191
GM
54942000-07-01 Francesco Potorti` <pot@gnu.org>
5495
5496 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
5497 exim can use "your message" instead of "the message".
34342a07 5498
f45aab65
SM
54992000-07-06 Stefan Monnier <monnier@cs.yale.edu>
5500
5501 * facemenu.el: Docstrings fixes.
5502 (facemenu-get-face): Don't use internal-find-face.
5503 (facemenu-iterate): Rename arg to match the docstring.
5504
5505 * newcomment.el (uncomment-region): Be more careful when skipping
5506 backwards over `=' not to bump into BOBP.
5507
d396e521 55082000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
34342a07 5509
dd8888a1
GM
5510 * ediff-diff.el (ediff-wordify): Use syntax table.
5511 * ediff-init.el (ediff-has-face-support-p): Use
d396e521 5512 ediff-color-display-p.
dd8888a1 5513 (ediff-color-display-p): Use display-color-p, changed to defun
d396e521
MK
5514 from defsubst.
5515 Got rid of special cases for NeXT and OS/2.
dd8888a1 5516 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
d396e521 5517 face.
34342a07 5518
5e2dfaa4
SM
55192000-07-05 Stefan Monnier <monnier@cs.yale.edu>
5520
5521 * emacs-lisp/lucid.el: Require CL.
5522 (copy-tree, remprop): Remove, it's provided by CL.
5523 (map-keymap): Define in terms of cl-map-keymap.
5524 (extent-property, set-extent-end-glyph): New functions.
5525
5526 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
5527
d5c5cddd
GM
55282000-07-05 Gerd Moellmann <gerd@gnu.org>
5529
485266d0
GM
5530 * Makefile.in (DONTCOMPILE): Add comment that the name may
5531 not be changed without changing the make-dist script.
5532
5e2dfaa4 5533 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
d5c5cddd 5534 (cl-mapc): Use mapc instead of cl-old-mapc.
34342a07 5535
e2c46326
AI
55362000-07-05 Andrew Innes <andrewi@gnu.org>
5537
5538 * makefile.nt: Add support for `bootstrap' and related targets.
5539
a027a91b
SM
55402000-07-05 Stefan Monnier <monnier@cs.yale.edu>
5541
5542 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
5543 (easy-menu-do-define): Use `menu-item' format.
5544 Handle case where easy-menu-create-menu returns a symbol.
5545 Manually call the potential top-level filter in the function binding.
5546 (easy-menu-filter-return): New arg NAME.
5547 Convert to a keymap if MENU is an XEmacs menu.
5548 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
5549 (easy-menu-converted-items-table, easy-menu-convert-item):
5550 New var and fun to memoize easy-menu-convert-item-1.
5551 (easy-menu-do-add-item): Use it.
5552 (easy-menu-create-menu): Use easy-menu-convert-item.
5553 Wrap easy-menu-filter-return around any :filter specification.
5554 Don't convert the menu if a filter was specified.
5555 Tell easy-menu-make-symbol not to check for MENU being an expression.
5556 (easy-menu-make-symbol): New arg NOEXP.
5557
5e03eb84
GM
55582000-07-05 Gerd Moellmann <gerd@gnu.org>
5559
5560 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
5561 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
5562 (eval-defun): If called with prefix arg, instrument code for
5563 Edebug.
5564
5565 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
5566 similar to that of eval-defun.
5567
fca68a95
DL
55682000-07-04 Dave Love <fx@gnu.org>
5569
7ccbba4c
DL
5570 * hl-line.el (hl-line-overlay): Make it permanent-local.
5571
fca68a95
DL
5572 * calendar/todo-mode.el: Replaced with a working version, based on
5573 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
5574
55752000-07-03 Miles Bader <miles@lsi.nec.co.jp>
78e7e8a0
MB
5576
5577 * paths.el (prune-directory-list): New function.
5578 (Info-default-directory-list): Rewritten to more methodically
5579 enumerate a big list of possible info directories (based on the
5580 list used by the standalone info reader).
fca68a95 5581
78e7e8a0 5582 * info.el (info-initialize): Use prune-directory-list to remove
3a4f3f86 5583 non-existent directories from Info-directory-list.
78e7e8a0 5584
78e7e8a0
MB
5585 * paths.el (Info-default-directory-list): Try a list of possible
5586 info-directories instead of a single one. Add the possible
5587 info directory "/usr/share/info".
5588
5589 * woman.el (woman-man.conf-path): Explicitly include the debian
5590 man-db config file "/etc/manpath.config".
5591 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
5592 are present in `manpath.config'.
5593 (woman-manpath): Include "/usr/share/man".
5594
67c9a1d2
GM
55952000-07-03 Gerd Moellmann <gerd@gnu.org>
5596
6753393b
GM
5597 * frame.el (blink-cursor-mode): Don't hide cursor initially.
5598
5599 * startup.el (command-line): Initialize blink-cursor based
5600 on window-system.
5601
e4f98ad3
GM
5602 * frame.el (blink-cursor): Default to nil if not running under
5603 a window-system.
5604
2f516940
GM
5605 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
5606 (face-x-resources): Remove duplicate entry for :font.
5607
67c9a1d2
GM
5608 * textmodes/refer.el (refer-find-entry-internal): Use some-window
5609 instead of cycling through windows with next-window.
5610
5611 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
5612 of cycling through windows with next-window.
5613
5614 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
5615 of cycling through windows with next-window.
5616
5617 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
5618 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
5619 instead of cycling through windows with next-window.
5620
5621 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
5622 instead of cycling through windows with next-window.
5623
5624 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
5625 of cycling through windows with next-window.
5626
5627 * terminal.el (te-process-output): Use walk-windows instead of
5628 cycling through windows with next-window.
5629
5630 * server.el (server-switch-buffer): Use some-window instead of
5631 cycling through windows with next-window.
5632
5633 * window.el (some-window): New function.
5634 (walk-windows): Remove reference to walk-windows-start.
831a6cb0 5635
3a4f3f86 5636 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
831a6cb0 5637
8b7bc628 56382000-07-03 Richard Stallman <rms@gnu.org>
67c9a1d2
GM
5639
5640 * window.el (walk-windows): Guarantee termination by keeping a list
5641 of all the windows already handled.
5642
d0d57043
EZ
56432000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
5644
5645 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
5646 window-system.
5647
5648 * man.el (Man-notify-when-ready): Don't use window-system. If
5649 Man-notify-method is newframe, and the display is not
5650 multi-frame, select the frame created for the man page.
5651 (Man-init-defvars): Doc fix.
5652
d5483ab1
GM
56532000-06-28 Gerd Moellmann <gerd@gnu.org>
5654
af5c25e1
GM
5655 * faces.el (region): Change background color for light background.
5656
5657 * ediff-wind.el (ediff-setup-control-frame): Remove :box
5658 attribute from mode-line face of Ediff control frame.
5659
d5483ab1
GM
5660 * replace.el (query-replace-map): Bind `e' like `E'.
5661
9d47450f
EZ
56622000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
5663
3a4f3f86
SM
5664 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
5665 Change name to "Select All".
496b7491 5666
9d47450f
EZ
5667 * dos-fns.el (convert-standard-filename): Fix last change.
5668
0b431deb
GM
56692000-06-27 Gerd Moellmann <gerd@gnu.org>
5670
4fa9f636
GM
5671 * help.el (describe-variable): Don't insert a second `'s' in front
5672 of the string `value is shown below'. Since the syntax-table is
5673 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
5674 an existing `'s', so that this won't be deleted.
5675
0b431deb
GM
5676 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
5677 * pcmpl-unix.el: New files.
5678
32cad0aa
SM
56792000-06-26 Stefan Monnier <monnier@cs.yale.edu>
5680
5681 * wid-edit.el (widget-member): Use the new plist-member.
5682
2c69ced2
GM
56832000-06-26 Gerd Moellmann <gerd@gnu.org>
5684
44c0f771
GM
5685 * replace.el (perform-replace): Undo change of 2000-04-04.
5686 Instead, move backward 1 character at the end of the loop when
5687 necessary.
34342a07 5688
1d36487c
GM
5689 * faces.el (fringe): Change face for different backgrounds.
5690
5691 * eshell/esh-module.el (toplevel): Load defgroup's differently;
5692 patch from John.
5693
2c69ced2
GM
5694 * eshell/*.el: Change spelling of the Free Software Foundation.
5695
5696 * eshell/esh-toggle.el: Removed.
5697
5698 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
5699
5700 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
5701 interactively.
5702
57032000-06-26 Alex Schroeder <alex@gnu.org>
5704
5705 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
5706 `define-key'; instead of checking `(emacs-version)' check for
5707 `set-keymap-parent' and `set-keymap-name' directly. Add entries
5708 for `;' and `o' which might be electric.
5709
5710 (sql-electric-stuff): New user option.
5711 (sql-magic-go): New function which uses `sql-electric-stuff'.
5712 (sql-magic-semicolon): New function which uses
5713 `sql-electric-stuff'.
5714
5715 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
5716 is not fboundp.
5717
5718 (sql-oracle-options): New variable.
5719 (sql-oracle): Use it.
5720
5721 (sql-imenu-generic-expression): Doc change.
5722 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
5723 is used.
5724
5725 (sql-informix): Added command line parameter "-" to force
5726 sql-informix-program to use stdout.
5727
db1306d8
EZ
57282000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
5729
3a4f3f86 5730 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
db1306d8
EZ
5731 (cp864-decode-table): Doc fix.
5732 (cp720-decode-table): New variable, supports the Arabic OEM
5733 codepage used by Windows.
5734 (cp737-decode-table): New, Greek OEM codepage used by Windows.
5735
c69e5fcd
DL
57362000-06-23 Dave Love <fx@gnu.org>
5737
5738 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
5739 (font-lock-fontify-anchored-keywords): Use
5740 line-beginning-position.
5741 (global-font-lock-mode): Use mapc.
5742
30ad8f23
SM
57432000-06-23 Stefan Monnier <monnier@cs.yale.edu>
5744
5745 * eshell/esh-module.el: Require CL when compiling.
5746
26b4dc84
GM
57472000-06-23 Gerd Moellmann <gerd@gnu.org>
5748
78c56e70
GM
5749 * comint.el (comint-substitute-in-file-name): Call replace-match
5750 with second and third arg t.
5751
34342a07 5752 * cus-edit.el (custom-button-face, custom-button-pressed-face):
f6478c66
GM
5753 Specify foreground color.
5754
5755 * faces.el (tool-bar, mode-line, header-line): Specify foreground
5756 color.
5757
affbf647
GM
5758 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
5759
5760 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
5761 cddr instead of cdddr.
5762
25fffb31
GM
5763 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
5764 instead of copy-list.
5765
5766 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
5767 of copy-list.
5768
26b4dc84
GM
5769 * subdirs.el: Add eshell subdirectory.
5770
5771 * eshell: New subdirectory containing the Eshell package.
5772
5773 * pcomplete.el: New file.
5774
78c56e70
GM
57752000-06-23 Paul Eggert <eggert@twinsun.com>
5776
ea055732
GM
5777 * mail/mailpost.el (post-mail-send-it): Make sure file has
5778 proper permissions from birth.
5779
5780 * files.el (basic-save-buffer-2): When temporarily setting
5781 file modes, set them to current modes plus 0200, not to 0777.
5782
78c56e70
GM
5783 * emerge.el (emerge-make-temp-file): Make sure file has proper
5784 permissions from birth.
5785
a3a7ff33
EZ
57862000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
5787
5788 * files.el (make-backup-file-name-1): On DOS/Windows, run the
5789 backup file name through convert-standard-filename.
5790
5791 * dos-fns.el (convert-standard-filename): Convert leading
5792 directories as well. When long file names are supported, convert
5793 characters that are invalid in Windows file names.
5794
1fd9b7fe
GM
57952000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5796
5797 * ps-print.el: Fix bug: if ^L is the very first buffer character,
5798 ps-print crashes. New feature: page selection for printing. Create
5799 raw-text-unix coding system for XEmacs. Doc fix.
5800 (ps-print-version): New version number (5.2.3).
5801 (ps-plot-region): Bug fix.
5802 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
5803 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
5804 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
5805 funs.
5806 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
5807 (ps-last-page): New vars.
5808
16ed8416
GM
58092000-06-21 Gerd Moellmann <gerd@gnu.org>
5810
5811 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
5812 empty option string.
5813
4fbee715
EZ
58142000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
5815
5816 * man.el (man): Doc fix.
5817
eaecfc94
KH
58182000-06-21 Kenichi Handa <handa@etl.go.jp>
5819
5820 * international/mule-cmds.el (set-language-info-alist): Docstring
5821 fixed.
5822
4a27bdfb
GM
58232000-06-20 Gerd Moellmann <gerd@gnu.org>
5824
5825 * version.el (emacs-version): Use ISO date format.
5826
5827 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
5828 instead of `M-backspace'.
5829
5830 * simple.el (turn-off-auto-fill): New function.
5831
8972fe79
SM
58322000-06-20 Stefan Monnier <monnier@cs.yale.edu>
5833
5834 * jit-lock.el (with-buffer-prepared-for-jit-lock):
5835 Renamed from with-buffer-prepared-for-font-lock and use
5836 inhibit-modification-hooks rather than setting *-change-functions.
5837 Update all functions to use the new name.
5838 (jit-lock-first-unfontify-pos): New semantics (and doc).
5839 (jit-lock-mode): Make non-interactive.
5840 Don't automatically turn on font-lock.
5841 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
5842 Always use jit-lock-after-change.
5843 Remove and restore font-lock-after-change-function.
5844 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
5845 (jit-lock-after-unfontify-buffer): Remove.
5846 (jit-lock-stealth-fontify):
5847 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
5848 (jit-lock-after-change): Set the `fontified' text-prop to nil.
5849
5d80cc9c
SS
58502000-06-20 Sam Steingold <sds@gnu.org>
5851
5852 * emacs-lisp/cl-indent.el (toplevel): Indent
5853 `print-unreadable-object' properly. Untabify.
5854
f54e4d13
CD
58552000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
5856
5857 * textmodes/reftex.el (reftex-find-citation-regexp-format):
5858 Support for bibentry.
5859 (reftex-compile-variables): Fixed problem with end of section-re.
5860
5861 * texmodes/reftex-dcr.el (reftex-view-crossref,
8972fe79
SM
5862 reftex-view-crossref-from-bibtex):
5863 Deal with changed `reftex-find-citation-regexp-format'.
f54e4d13
CD
5864 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
5865 Replaced `remprop' with `put'.
8972fe79
SM
5866 (reftex-view-crossref, reftex-view-crossref-when-idle):
5867 Support for bibentry.
f54e4d13 5868
8972fe79
SM
5869 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
5870 New entry for bibentry package.
f54e4d13 5871
8972fe79
SM
5872 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
5873 Regexp also matches "\nobibliography".
f54e4d13 5874
8972fe79
SM
5875 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
5876 Call `reftex-ensure-write-access' before doing anything.
f54e4d13
CD
5877 (reftex-ensure-write-access): New function.
5878
f54e4d13
CD
58792000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
5880
5881 * progmodes/idlwave.el: File re-installed (update to version 4.2)
5882
5883 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
5884
5885 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
5886
5887 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
5888
5889
560c43f4
DL
58902000-06-20 Dave Love <fx@gnu.org>
5891
5892 * faces.el (frame-background-mode): Use set-default, not set, in
5893 setter.
5894 (frame-update-faces, frame-update-face-colors): Define with
5895 defalias.
5896
5897 * enriched.el (enriched-decode-foreground)
5898 (enriched-decode-background): Don't use internal-find-face.
5899
5900 * apropos.el: Doc fixes.
5901
5902 * cus-edit.el (customize-changed-options): Check arg.
5903 (customize-version-lessp): Don't require decimal point.
5904
5905 * custom.el (defcustom, defgroup): Doc fix.
5906
5907 * newcomment.el (comment) <defgroup>: Add :version.
5908 (comment-multi-line): Doc fix.
5909
5910 * emulation/mlsupport.el (define-hooked-local-abbrev,
5911 define-hooked-global-abbrev): Fix, using define-abbrev.
5912
cdf0357b
GM
59132000-06-19 Gerd Moellmann <gerd@gnu.org>
5914
5915 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
5916 the whole buffer.
5917
10013d74
DL
59182000-06-19 Dave Love <fx@gnu.org>
5919
5920 * menu-bar.el (menu-bar-options-save): New function.
5921 (menu-bar-options-menu): Use it.
5922 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
5923 Simplify.
5924
6922f208
AS
59252000-06-19 Andreas Schwab <schwab@suse.de>
5926
5927 * progmodes/etags.el (tags-query-replace): Put new parameters
5928 START and END at the end, for backward compatibility.
5929
10d7bf84
KH
59302000-06-19 Kenichi Handa <handa@etl.go.jp>
5931
5932 * international/codepage.el:
5933 (cp-coding-system-for-codepage-1): Delete special codes for
5934 generating xxx-dos coding system because now a CCL based coding
5935 system can handle EOL conversion by default.
5936
5937 * international/mule.el (make-coding-system): Generate subsidiary
5938 coding systems for EOL handling variants even for a CCL based
5939 coding system.
5940
8f3c9a3d
KH
59412000-06-19 Kenichi Handa <handa@etl.go.jp>
5942
5943 * international/isearch-x.el (isearch-minibuffer-input-method)
5944 (isearch-minibuffer-input-method-function): These variables
5945 deleted.
5946 (isearch-with-input-method): Don't use the above variables.
5947 (isearch-process-search-multibyte-characters): Likewise. Call
5948 read-string with the arg INHERIT-INPUT-METHOD t.
5949
c2acf685
SM
59502000-06-17 Stefan Monnier <monnier@cs.yale.edu>
5951
13f0d185
SM
5952 * font-lock.el (font-lock-after-fontify-buffer)
5953 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
5954
5955 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
5956 Use consistent make-local-variable style for font-lock-fontified.
5957 (jit-lock-fontify-buffer):
5958 Don't bother checking for font-lock-mode and jit-lock-mode.
5959
c2acf685
SM
5960 * time.el: Remove trailing ^M that prevent CVS-merging.
5961
a9021acd
GM
59622000-06-16 Gerd Moellmann <gerd@gnu.org>
5963
5964 * Makefile.in (distclean): New target.
5d80cc9c 5965
0df68e9f
SM
59662000-06-16 Stefan Monnier <monnier@cs.yale.edu>
5967
5968 * Makefile.in (srcdir): Define for update-subdirs.
5969
6344985d
GM
59702000-06-16 Gerd Moellmann <gerd@gnu.org>
5971
5972 * find-lisp.el: New file.
5973
63239267
AI
59742000-06-16 Andrew Innes <andrewi@gnu.org>
5975
5976 * time.el (display-time-mail-function): New variable, to allow
5977 external packages to indicate when new mail is available.
5978 (display-time-update): Use it.
5979
1699f991
KH
59802000-06-16 Kenichi Handa <handa@etl.go.jp>
5981
a3b37893
KH
5982 * international/mule.el (mule-version): Change version name to
5983 SAKAKI. AOI has already been used by Meadow.
5984
1699f991
KH
5985 * international/quail.el (quail-show-guidance-buf): To find the
5986 bottom window (but minibuffer), pay attention to the height of
5987 minibuffer.
5988
228b083e
EZ
59892000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
5990
7d5c8691
EZ
5991 * arc-mode.el (archive-mode-map): Use the new menu-item format for
5992 menu-bar menus. Add help strings. Don't remove the Edit menu
5993 from the menu bar, as the menu bar has enough space now.
5994
261f3289
EZ
5995 * Makefile.in (SHELL): Make sure /bin/sh is used.
5996
228b083e
EZ
5997 * woman.el (woman-man-buffer): Fix bold and underlined CJK
5998 characters, which use series of two ^H characters instead of one.
5999
e27e8d71
GM
60002000-06-15 Gerd Moellmann <gerd@gnu.org>
6001
5d80cc9c 6002 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
451ec4e3 6003 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
5d80cc9c 6004 functions.
451ec4e3
GM
6005 (Info-find-node-2): Try a case-sensitive search first, then
6006 do a case-insensitive search.
6007
6008 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
6009 tutorials.
6010
b675095c
GM
6011 * complete.el (PC-env-vars-alist): New variable.
6012 (PC-complete-as-file-name): New function.
6013 (partial-completion-mode): Initialize PC-env-vars-alist from
6014 process-environment.
6015 (PC-do-completion): Handle completion of env vars.
6016
6017 * info.el (Info-set-mode-line): Show file name in mode line,
6018 use `*Info*' instead of `Info:'.
6019
e27e8d71
GM
6020 * startup.el (command-line-1): Change copyright messages to year
6021 2000.
6022
28223a7e
DL
60232000-06-15 Dave Love <fx@gnu.org>
6024
6025 * net/goto-addr.el (goto-address-fontify): Use keymap property,
6026 not local-map.
6027
32684631
KH
60282000-06-15 Kenichi Handa <handa@etl.go.jp>
6029
6030 * international/mule.el (set-buffer-file-coding-system): Almost
6031 rewritten to handle `undecided' as no-op.
6032
9f817ea4
GM
60332000-06-14 Gerd Moellmann <gerd@gnu.org>
6034
e27e8d71 6035 * Makefile.in: New file.
dce6b995
GM
6036
6037 * Makefile: Removed.
6038
9f817ea4
GM
6039 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
6040 (goto-address-highlight-keymap): Bind C-c RET.
6041
2de33f94
KH
60422000-06-14 Kenichi Handa <handa@etl.go.jp>
6043
bbf1e8a5
KH
6044 * mail/sendmail.el (sendmail-send-it): The temporary buffer
6045 inherits buffer-file-coding-system of the current buffer.
725a6897 6046
02891cc3
KH
6047 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
6048 0. Give correct argument to set-auto-coding-function.
6049 (tar-expunge): For goto-char, use (point-min), not 0.
6050 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
6051 (tar-subfile-save-buffer): Likewize.
6052
2de33f94
KH
6053 * international/mule.el
6054 (after-insert-file-set-buffer-file-coding-system): Call
6055 set-buffer-file-coding-system with the arg FORCE t.
6056
1681ead6
GM
60572000-06-13 Gerd Moellmann <gerd@gnu.org>
6058
6059 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
6060 nil. Contemporary sendmails issue an X-Authentication-Warning if
b675095c 6061 the sender is set with `-f'.
1681ead6 6062
fdf4b680
DL
60632000-06-13 Dave Love <fx@gnu.org>
6064
9c50afce
DL
6065 * help.el (describe-function-1): Kluge around cases of functions
6066 fset to subrs whose doc doesn't match their symbol-name.
6067
0ad550ba 6068 * image.el (insert-image): Default STRING to a space.
f290ca08 6069
fdf4b680 6070 * info.el Doc fixes.
5d80cc9c 6071 (Info-build-node-completions): Match Ref tags.
fdf4b680 6072
9b6610db
EZ
60732000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
6074
a704139d
EZ
6075 * frame.el (display-multi-frame-p, display-multi-font-p): New
6076 defaliases for display-graphic-p.
6077
9b6610db
EZ
6078 * hl-line.el: Fixed a typo in commentary.
6079
7a5ea398
KH
60802000-06-13 Kenichi Handa <handa@etl.go.jp>
6081
6082 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
6083 fixed.
6084
0dc91c57
DL
60852000-06-12 Dave Love <fx@gnu.org>
6086
6087 * image.el (insert-image): Save a little consing.
6088
0bd5914b
KH
60892000-06-12 Kenichi Handa <handa@etl.go.jp>
6090
6091 * language/tibet-util.el: Convert all tibetan-1-column characters
6092 to the corresponding tibetan characters.
6093 (tibetan-add-components): Delete code for the special treatment of
6094 'a chung.
6095
6096 * language/tibetan.el (tibetan-composable-pattern): Fix previous
6097 change.
6098 (tibetan-vowel-transcription-alist): More rules added.
6099 (tibetan-composite-vowel-alist): New variable.
6100 (tibetan-precomposition-rule-alist): More rules added.
6101
6dc7d3d5
SM
61022000-06-12 Stefan Monnier <monnier@cs.yale.edu>
6103
9c04c393
SM
6104 * startup.el (command-line): Only call menu-bar-mode if interactive.
6105
6106 * thingatpt.el (toplevel symbol-properties):
6107 * textmodes/makeinfo.el (makeinfo-compile):
6108 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
5d80cc9c 6109 * progmodes/hideif.el (hif-compress-define-list)
9c04c393 6110 (hide-ifdef-use-define-alist):
5d80cc9c 6111 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
9c04c393
SM
6112 (ange-ftp-vms-add-file-entry):
6113 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
6114 * man.el (Man-build-man-command):
6115 * mail/rnewspost.el (news-reply-header-hook):
6116 * info.el (Info-insert-dir):
6117 * emulation/mlconvert.el (backward-word, forward-word, setq):
6118 * emacs-lisp/gulp.el (gulp-send-requests):
5d80cc9c
SS
6119 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
6120 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
9c04c393
SM
6121 (byte-optimize-apply, end of file):
6122 * emacs-lisp/advice.el (ad-advice-class-completion-table)
6123 (ad-make-freeze-definition):
6124 * startup.el (command-line, command-line-1): Don't quote lambdas.
6125
6dc7d3d5
SM
6126 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
6127 (cvs-cleanup-removed): New function.
6128 (cvs-cleanup-functions): New var.
6129 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
6130 some flexibility in specifying additional entries to auto-cleanup.
6131 (cvs-quickdir): New function.
6132 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
6133 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
6134 (cvs-mode-find-file): Check that we are on a filename or dirname
6135 when invoked through a mouse-click.
6136 (cvs-full-path): Remove.
6137 (cvs-dired-action): Re-introduced.
6138 (cvs-dired-noselect): Use it.
6139 (vc-post-command-functions): use this new hook if available.
6140
6141 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
6142 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
6143 (cvs-filename-map, cvs-dirname-map): Remove.
6144 (cvs-default-action): Remove.
6145 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
6146 if the arg is really a keymap.
6147 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
6148 Don't hardcode the mapping from state (aka type) to face, but check
6149 the var cvs-fi-<type>-face instead.
6150 (cvs-fileinfo-from-entries): New function.
6151
6152 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
6153 Docstring fix.
6154 (cvs-find-file-and-jump): Change default to be safer.
6155 (cvs-mode-diff-map): Define it as a function as well.
6156 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
6157 Bind mouse-2 in this global map rather than with text-properties.
6158
6159 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
6160 file to resolve the ambiguity between C(conflict) and C(need-merge).
6161
5050a2ef
KH
61622000-06-12 Kenichi Handa <handa@etl.go.jp>
6163
6164 * international/mule.el (set-buffer-file-coding-system): If
6165 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
6166 unconditionally.
6167
35a7ac84
DL
61682000-06-12 Dave Love <fx@gnu.org>
6169
6170 * wid-edit.el (widget-specify-button): Really suppress the face if
6171 required.
6172
db8eeecd
GM
61732000-06-11 Gerd Moellmann <gerd@gnu.org>
6174
6175 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
6176
70223ca4
SM
61772000-06-11 Stefan Monnier <monnier@cs.yale.edu>
6178
6179 * imenu.el (imenu-generic-expression): Docstring fix.
6180
6181 * composite.el (composition-function-table): Move the `put'
6182 below the autoload cookie so we can load the file before loaddefs.
6183
6184 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
6185
6186 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
6187 Handle easy-mmode-define-global-mode.
6188 For complex macros like define-minor-mode that can generate
6189 several autoload entries, try to autoload entries in the
6190 macroexpanded code.
6191
6192 * emacs-lisp/easy-mmode.el (define-minor-mode):
6193 If KEYMAP is a symbol, just use it.
6194 Use byte-compile-current-file and load-file-name to infer the
6195 proper :require to pass to defcustom.
6196 Wrap the hook var into `progn' so as not to autoload it.
6197 Add a :autoload-end cookie.
6198 Be more careful about the evaluation of KEYMAP.
6199 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
6200 (define-derived-mode): Move define-abbrev-table outside of defvar.
6201
62022000-06-10 Stefan Monnier <monnier@cs.yale.edu>
6203
6204 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
6205 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
6206 (backup-compiled-files): Ignore errors during `tar'.
6207 (bootstrap): Make autoloads before elc files.
6208
9c53b34e
KH
62092000-06-10 Kenichi Handa <handa@etl.go.jp>
6210
6211 * international/mule.el (set-buffer-file-coding-system): If one of
5d80cc9c 6212 undecided-XXX is specified, change only EOL conversion.
9c53b34e
KH
6213
6214 * international/mule-conf.el (unix): New alias for the coding
6215 system undecided-unix.
6216
22ddd299
DL
62172000-06-09 Dave Love <fx@gnu.org>
6218
5ee42746
DL
6219 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
6220
70223ca4 6221 * progmodes/executable.el: Byte compile dynamic.
22ddd299
DL
6222 (executable-insert): Change custom type.
6223 (executable-find): Add autoload cookie.
cc7e1d18
DL
6224 (executable-make-buffer-file-executable-if-script-p): New
6225 function. After Noah Friedman.
22ddd299
DL
6226
6227 * files.el (after-save-hook): Customize, with
cc7e1d18 6228 executable-make-buffer-file-executable-if-script-p as an option.
22ddd299 6229
41ea3794
KH
62302000-06-09 Kenichi Handa <handa@etl.go.jp>
6231
f89437e3
KH
6232 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
6233 "tib24p-mule.bdf" for Tibetan.
6234
7a4ee259
KH
6235 * composite.el (decompose-composite-char): Declare it as obsolete.
6236
ff6a65c2
KH
6237 * man.el (Man-fontify-manpage): Pay attention to underline and
6238 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
41ea3794 6239
f83fe4b4
GM
62402000-06-08 Gerd Moellmann <gerd@gnu.org>
6241
6242 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
6243 Set maintainer to FSF since author isn't reachable.
6244
e56d7900
DL
62452000-06-08 Dave Love <fx@gnu.org>
6246
6247 * international/mule-cmds.el (select-safe-coding-system): If
6248 DEFAULT-CODING-SYSTEM is not specified, also check the most
6249 preferred coding-system if buffer-file-coding-system is
6250 `undecided'. From Handa.
6251
d3981b49
KH
62522000-06-08 Kenichi Handa <handa@etl.go.jp>
6253
6254 * international/mule.el
6255 (after-insert-file-set-buffer-file-coding-system): If the buffer
6256 size is greater than INSERTED, judget that we are not visiting.
6257
bff71087
RV
62582000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
6259
6260 * whitespace.el (defgroup whitespace): Comment out `:version'.
6261 XEmacs 20.4 has problems defining the group with this present.
6262 We'll have this commented out till get resolve the problem.
6263
45f485a6
GM
62642000-06-07 Gerd Moellmann <gerd@gnu.org>
6265
6266 * align.el: Update from author.
6267
62682000-06-07 Jari Aalto <jari.aalto@poboxes.com>
6269
6270 * apropos.el (apropos-mode-hook): New user variable.
6271 (apropos-mode): Run apropos-mode-hook.
bff71087 6272
45f485a6
GM
62732000-06-07 David Ponce <david@dponce.com>
6274
6275 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
6276 commands. Require `wid-edit' at run-time.
6277
62782000-06-07 David Ponce <david@dponce.com>
6279
6280 * recentf.el: Added some "Commentary".
6281 (recentf-open-more-files, recentf-edit-list): Minor changes to
6282 move the point at the top of the file list. This behaviour is
6283 consistent with the menu one when the list contains a lot of
6284 files.
6285 (recentf-cleanup): Now displays the number of items removed from
6286 the list.
6287 (recentf-relative-filter) New menu filter to show filenames
6288 relative to `default-directory'.
bff71087 6289
45f485a6
GM
62902000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6291
6292 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
6293 with/without giving an error if PostScript printer doesn't have this
6294 kind of page size. Zebra Stripe continues or restarts on next page.
6295 Manual/automatic paper feeding. Switch or not the header.
6296 (ps-print-version): New version number (5.2.2).
6297 (ps-windows-system): Include emx as a Windows system.
6298 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
6299 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
6300 (ps-background-text): Code fix.
6301 (ps-error-handler-message, ps-user-defined-prologue)
6302 (ps-print-prologue-header, ps-printer-name)
6303 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
6304 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
6305 (ps-use-face-background): Customization fix.
6306 (ps-n-up-database): Data fix.
6307 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
6308 (ps-switch-header): New vars.
6309 (ps-xemacs-color-name, ps-face-foreground-name)
6310 (ps-face-background-name, ps-boolean-constant): New funs.
6311
c14dcd22
DL
63122000-06-07 Dave Love <fx@gnu.org>
6313
6314 * allout.el: New version from Manheimer.
6315
e4044bb0
KH
63162000-06-07 Kenichi Handa <handa@etl.go.jp>
6317
6318 * textmodes/fill.el (fill-find-break-point): Check the validity of
6319 charset.
6320
59cfe8b9
KF
63212000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
6322
6323 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
6324 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
6325 Call display-color-p and display-mouse-p instead of looking at
6326 window-system.
6327
bb2337f5
DL
63282000-06-06 Dave Love <fx@gnu.org>
6329
6330 * image.el (find-image): Doc fix. Return nil if image not found.
6331 (put-image, insert-image): Make STRING arg optional.
6332
8e624fa2
KH
63332000-06-06 Kenichi Handa <handa@etl.go.jp>
6334
6335 * language/vietnamese.el: Remove eval-when-compile.
6336 (viet-viscii-nonascii-translation-table): Define it as a
6337 translation table made from viet-viscii-decode-table.
6338 (viet-viscii-encode-table): Define it as a translation table made
6339 from the reverse map of above.
6340 (viet-vscii-nonascii-translation-table): Define it as a
6341 translation table made from viet-vscii-decode-table.
6342 (viet-vscii-encode-table): Define it as a translation table made
6343 from the reverse map of above.
6344 (ccl-decode-viscii): Use translate-character.
6345 (ccl-encode-viscii, ccl-encode-viscii-font)
6346 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
6347 Likewize.
bff71087 6348
8e624fa2
KH
6349 * language/cyrillic.el: Remove eval-when-compile.
6350 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
6351 translation table made from cyrillic-koi8-r-decode-table.
6352 (cyrillic-koi8-r-encode-table): Define it as a translation table
6353 made from the reverse map of above.
6354 (ccl-decode-koi8): Use translate-character.
6355 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
6356 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
6357 a translation table made from cyrillic-alternativnyj-decode-table.
6358 (cyrillic-alternativnyj-encode-table): Define it as a translation
6359 table made from the reverse map of above.
6360 (ccl-decode-alternativnyj): Use translate-character.
6361 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
6362 Likewize
6363
6364 * international/mule-diag.el (non-iso-charset-alist): Specify
6365 translation table symbol instead of translation table itself.
6366 (list-block-of-chars): CHARSET may be a translation table symbol.
6367
6368 * international/mule.el (make-coding-system): If CODING-SYSTEM
6369 already exists, override it.
6370
6371 * international/fontset.el: Use family `proportional' for Tibetan
6372 fonts.
6373
6374 * international/ccl.el (ccl-compile-translate-character): Don't
6375 check if Rrr has property translation-table.
6376 (ccl-compile-map-multiple): Modified to avoid compiler warning.
6377
1969fae2
GM
63782000-06-05 Gerd Moellmann <gerd@gnu.org>
6379
6380 * info.el: Bind case-fold-search to t when searching in case
6381 a user sets it to nil in a hook.
6382
d5b037c5
SM
63832000-06-05 Stefan Monnier <monnier@cs.yale.edu>
6384
d3d02e65
SM
6385 * autoarg.el (autoarg-mode, autoarg-kp-mode):
6386 * hl-line.el (hl-line-mode): Use the new :global key argument.
6387
6388 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
6389 (tar-clip-time-string): Prepend a space.
6390 (tar-grind-file-mode): Construct a string rather than modifying one.
6391 (tar-header-block-summarize): Fix docstring.
6392 Use `format' rather than an error-prone set of copy-loops.
6393
6394 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
6395 (diff-goto-source, diff-unified->context, diff-context->unified)
6396 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
6397 understand the format output by the `-p' argument to diff.
6398
bff71087 6399 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
d3d02e65
SM
6400 (sh-re-done): Use defconst.
6401 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
6402 (sh-help-string-for-variable, sh-guess-basic-offset):
6403 Don't quote lambdas.
6404 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
6405 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
6406
f7c4478f
SM
6407 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
6408 (mh-letter-mode): Derive from text-mode.
6409 This implicitly means that it now calls kill-all-local-variables.
6410 Also remove the Emacs-18 compatibility code.
6411
a8add29d
SM
6412 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
6413 Make use of symbol-property doc-string-elt.
6414 Use memq rather than a sequence of eq.
6415 (doc-string-elt): Fix the wrong or missing previously unused values.
6416 (autoload-print-form): New function extracted from
6417 generate-file-autoloads to allow recursion when handling progn
6418 so that defvar's and defun's docstrings are properly printed.
6419 (generate-file-autoloads): Use it.
6420
d5b037c5
SM
6421 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
6422 Use find-file-hooks in the minor-mode function.
6423 Be careful not to loop indefinitely in the post-command-hook function.
6424
560ef11a 64252000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
bff71087 6426
1969fae2 6427 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
560ef11a 6428 tty's.
1969fae2 6429 * ediff-diff.el (ediff-exec-process): Use --binary for fine
d5b037c5 6430 differences whenever appropriate.
1969fae2
GM
6431 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
6432 * viper.el (find-file, find-file-other-window): Get viper to do
bff71087
RV
6433 wildcards.
6434
b5bbbb76
SM
64352000-06-04 Stefan Monnier <monnier@cs.yale.edu>
6436
d5b037c5
SM
6437 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
6438 (jit-lock-fontify-buffer): New function for JIT refontification.
6439 (jit-lock-mode): Fix docstring.
6440 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
6441 Remove jit-lock-after-change from the _local_ hook.
6442 (jit-lock-function-1): Fix docstring.
6443
6444 * info.el (Info-on-current-buffer): Initialize info.
6445
6446 * newcomment.el (comment-indent): Ignore comment-indent-hook.
6447
6448 * progmodes/tcl.el (tcl-indent-for-comment):
6449 Ignore comment-indent-hook.
6450
6451 * emacs-lisp/easy-mmode.el: Require CL during compilation.
6452 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
b5bbbb76
SM
6453 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
6454 and improve to use the lighter to guess the capitalization.
6455 (define-minor-mode): Inline code from easy-mmode-define-toggle.
6456 Add keyword arguments to specify global-ness or the custom group.
6457 Add local-map and help-echo properties to the lighter.
6458 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
d5b037c5 6459 (easy-mmode-define-global-mode): New macro.
b5bbbb76 6460
bfa6c260
DL
64612000-06-02 Dave Love <fx@gnu.org>
6462
6463 * wid-edit.el: byte-compile-dynamic since we typically don't use
6464 all the widgets. Don't require cl or widget. Remove
6465 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
6466 (widget-read-event): Removed. Callers changed to use read-event.
6467 (widget-button-release-event-p): Renamed from
6468 button-release-event-p.
6469 (widget-field-add-space, widget-field-use-before-change):
6470 Uncustomize.
6471 (widget-specify-field): Use keymap property, not local-map.
6472 (widget-specify-button): Obey :suppress-face.
6473 (widget-specify-insert): Use modern backquote syntax.
6474 (widget-image-directory): Renamed from widget-glyph-directory.
6475 (widget-image-enable): Renamed from widget-glyph-enable.
6476 (widget-image-find): Replaces widget-glyph-find.
6477 (widget-button-pressed-face): Move defvar.
6478 (widget-image-insert): Replaces widget-glyph-insert.
6479 (widget-convert): Use keywordp.
6480 (widget-leave-text, widget-children-value-delete): Use mapc.
6481 (widget-keymap): Remove XEmacs stuff.
b5bbbb76 6482 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
bfa6c260
DL
6483 (widget-button-click): Don't set point at the click, but re-centre
6484 if we scroll out of window. Rewritten for images v. glyphs &c.
6485 (widget-tabable-at): Use POS arg, not point.
6486 (widget-beginning-of-line, widget-end-of-line)
6487 (widget-item-value-create, widget-sublist, widget-princ-to-string)
6488 (widget-sexp-prompt-value, widget-echo-help): Simplify.
6489 (widget-default-create): Use widget-image-insert; some rewriting.
6490 (widget-visibility-value-create)
6491 (widget-push-button-value-create, widget-toggle-value-create): Use
6492 widget-image-insert.
6493 (checkbox): Create on and off images dynamically.
6494 (documentation-link): Change :help-echo.
6495 (widget-documentation-link-echo-help): Remove.
6496
3837de12
SM
64972000-06-02 Stefan Monnier <monnier@cs.yale.edu>
6498
6499 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
6500
6501 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
6502 (easy-mmode-define-toggle, define-minor-mode): Use it.
6503 (easy-mmode-define-keymap): Docstring fix.
6504 (define-derived-mode): Default PARENT to fundamental-mode.
6505 Add the derived-mode-parent symbol-property.
6506 (easy-mmode-derived-mode-p): New function.
6507
90aa4ea8
DL
65082000-06-02 Dave Love <fx@gnu.org>
6509
37193ee6
DL
6510 * files.el (convert-standard-filename): Doc fix.
6511 (normal-backup-enable-predicate): New function.
6512 (backup-enable-predicate): Use it to replace the lambda form.
6513
6514 * calendar/todo-mode.el: [This needs more work on the outline
6515 stuff.] Doc fixes.
6516 (todo) <defgroup>: Add :version.
6517 (todo-add-category): Don't use pushnew.
6518 (todo-cmd-raise): Fix typo.
6519 (todo-top-priorities): Change temp buffer name.
6520 (todo-category-alist): Avoid redundant lambda.
3837de12
SM
6521 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
6522 Use outline-next-heading.
37193ee6 6523
90aa4ea8
DL
6524 * autoarg.el: Rewritten to use define-minor-mode.
6525 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
6526 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
6527
2e54623a
KH
65282000-06-02 Kenichi Handa <handa@etl.go.jp>
6529
6530 * isearch.el (isearch-other-meta-char): Fix previous change.
6531
c5def0db
SM
65322000-06-01 Stefan Monnier <monnier@cs.yale.edu>
6533
3837de12
SM
6534 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
6535 (log-edit-done): Only add the comment to the ring if it's different
6536 from the last comment entered.
6537
c5def0db
SM
6538 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
6539
2330c9d4
DL
65402000-06-01 Dave Love <fx@gnu.org>
6541
6542 * hl-line.el: Rewritten using define-minor-mode.
6543
6544 * help.el (describe-function-1): Distinguish special form from
6545 builtin function. Sanity-check presence of arglist for builtins.
6546
6e5dfc31
KH
65472000-06-01 Kenichi Handa <handa@etl.go.jp>
6548
4dc1225b
KH
6549 * international/characters.el: Fix syntax/category setting of
6550 Tibetan characters.
6551
6552 * language/tibet-util.el (tibetan-add-components): Fixes for new
6553 encoding of Tibetan characters.
6554 (tibetan-decompose-precomposition-alist): New variable.
6555 (tibetan-decompose-region): Convert precomposed characters to
6556 non-precomposed characters.
6557 (tibetan-decompose-string): Likewise.
6558 (tibetan-composition-function): Fix args to
6559 thibetan-compose-string.
6560
6561 * language/tibetan.el (tibetan-composable-pattern): More
6562 characters included.
6563 (tibetan-consonant-transcription-alist): Rule for "R" added.
6564 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
6565 "+R" added.
6566 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
6567
eadef5e6
KH
6568 * language/lao-util.el (lao-composition-function): Fix args to
6569 compose-string.
6570
6571 * language/thai-util.el (thai-composition-function): Fix args to
6572 compose-string.
6573
6e5dfc31 6574 * isearch.el (isearch-update): Set disable-point-adjustment to t
6389e4ab
KH
6575 to prevent the point moving to the end of a composition when a
6576 part of a composition is searched.
6e5dfc31
KH
6577 (isearch-other-meta-char): If the key invoking this command can be
6578 mapped by function-key-map to a printing char, call
6579 isearch-process-search-char directly.
6580
2598a293
SM
65812000-06-01 Stefan Monnier <monnier@cs.yale.edu>
6582
6583 * emacs-lisp/bytecomp.el:
6584 * frame.el:
6585 * international/mule-cmds.el:
6586 * international/mule-util.el:
6587 * international/mule.el:
6588 * mouse.el:
6589 * subr.el:
6590 * faces.el: Update calls to make-obsolete with a WHEN argument.
6591
6592 * byte-run.el (make-obsolete, make-obsolete-variable):
6593 Add an optional WHEN argument and change the format of the
bff71087 6594 symbol-property information.
2598a293
SM
6595 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
6596 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
6597 new obsolete-symbol-property format and print WHEN if it is provided.
6598
28d8dff1
DL
65992000-05-31 Dave Love <fx@gnu.org>
6600
6601 * loadhist.el (loadhist-hook-functions): Remove
6602 before-change-function, after-change-function.
6603 (unload-feature): Deal with symbols which are both bound and
6604 fbound.
6605
6606 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
6607 before-change-function, after-change-function.
6608
6609 * simple.el (newline): Don't bind before-change-function,
6610 after-change-function.
6611
7f565d87
RV
66122000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
6613
6614 * whitespace.el (whitespace-rescan-timer-time): Update interval
6615 set to 600 seconds (10 minutes) instead of 60 seconds since
6616 a large number of whitespace buffers causes emacs to `freeze'
6617 for a considerable amount of time.
6618
bff71087 6619 * whitespace.el: Updated email address
7f565d87 6620
a8d693d8
DL
66212000-05-31 Dave Love <fx@gnu.org>
6622
6623 * add-log.el (change-log-font-lock-keywords) <function>: Add
6624 pattern for function of change.
6625 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
6626 acknowledgements patterns.
6627
a50192e7
KH
66282000-05-31 Kenichi Handa <handa@etl.go.jp>
6629
6630 * isearch.el (isearch-printing-char): If keyboard coding system is
6631 being used, call isearch-process-search-multibyte-characters.
6632
6633 * international/isearch-x.el: Mostly rewritten.
6634
6635 * international/quail.el (quail-start-conversion): Don't include
6636 unhandled events in the returned events, but set them in
6637 unread-command-events. Exit if all inputs are deleted.
6638
7e492772
JR
66392000-05-30 Jason Rumney <jasonr@gnu.org>
6640
6641 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
6642
6643 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
6644 Reenable code to create initial fontsets.
6645 Use set-fontset-font in place of put-charset-property.
6646
10fc3187
GM
66472000-05-30 Gerd Moellmann <gerd@gnu.org>
6648
79148ea7
GM
6649 * progmodes/perl-mode.el (perl-indent-line): When looking for a
6650 label, ensure that the first colon isn't followed by another.
6651
6652 * paths.el (Info-default-directory-list): Doc fix.
6653
086d5b87
GM
6654 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
6655 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
6656 send a query containing USER only, not USER@HOST.
6657
10fc3187
GM
6658 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
6659 and rmail-msgend to compute the restriction at the end, instead of
6660 computing it.
6661
49e70dec
GM
66622000-05-29 Gerd Moellmann <gerd@gnu.org>
6663
66254a13
GM
6664 * dabbrev.el (dabbrev-expand): Don't display messages in the
6665 echo area if the minibuffer window is active.
6666
49e70dec
GM
6667 * jit-lock.el (jit-lock-mode): Add after change function to
6668 local hook.
6669
66702000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
6671
6672 * antlr-mode.el: New commands: hide/unhide actions,
6673 upcase/downcase literals.
6674 (antlr-tiny-action-length): New user option.
6675 (antlr-hide-actions): New command. Suggested by
6676 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
7f565d87 6677 (antlr-mode-map): New binding [C-c C-v].
49e70dec
GM
6678 (antlr-mode-menu): New entries.
6679 (antlr-downcase-literals): New command.
6680 (antlr-upcase-literals): Ditto.
6681
6682 * antlr-mode.el: Minor changes: indendation, mode-name.
6683 (antlr-indent-line): Indent cpp directive at column 0.
6684 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
6685
6686 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
6687 (antlr-font-lock-additional-keywords): Workaround for intentional
6688 bug in XEmacs version of font-lock.
6689 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
6690 be used by a smarter version of `buffers-menu-grouping-function'.
6691
66922000-05-29 Gerd Moellmann <gerd@gnu.org>
6693
6694 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
6695 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
6696
49f93684
KH
66972000-05-29 Kenichi Handa <handa@etl.go.jp>
6698
6699 * international/encoded-kb.el
6700 (encoded-kbd-iso2022-designation-map): Pay attention to that
6701 charset-iso-final-char return -1 for eight-bit-control and
6702 eight-bit-graphic.
6703
5b1ae051
EZ
67042000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
6705
6706 * speedbar.el (speedbar-use-images, speedbar-update-flag)
6707 (speedbar-easymenu-definition-base): Use display-graphic-p where
6708 available, instead of window-system.
6709
a205e32a
EZ
67102000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
6711
6712 * international/codepage.el (cp-coding-system-for-codepage-1): Add
6713 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
6714 coding systems.
6715
dd854dc2
DL
67162000-05-26 Dave Love <fx@gnu.org>
6717
c88a85d5
DL
6718 * disp-table.el (standard-display-underline): Don't use
6719 internal-find-face.
6720
dd854dc2
DL
6721 * mail/reporter.el: Maintainer change. Doc fixes.
6722 (reporter-version): Deleted.
6723
6724 * emacs-lisp/elp.el: Maintainer change.
6725 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
6726
dc29aa6c
SM
67272000-05-26 Stefan Monnier <monnier@cs.yale.edu>
6728
6729 * add-log.el (add-change-log-entry): Merge the current entry with the
6730 previous one if the previous one is empty.
6731
ed62683d
DL
67322000-05-26 Dave Love <fx@gnu.org>
6733
4370a375
DL
6734 * loadhist.el (unload-feature): Fix interactive spec [from
6735 lijnzaad@ebi.ac.uk].
6736
ed62683d
DL
6737 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
6738 subr-arity to check primitives.
6739 (byte-compile-flush-pending, byte-compile-file-form-progn)
6740 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
6741 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
6742 mapcar.
6743
ba9f8f95
KH
67442000-05-26 Kenichi Handa <handa@etl.go.jp>
6745
0f3e0672
KH
6746 * international/fontset.el: Set family names of non-latin charsets
6747 in default fontset to "*".
6748
cebefb44
KH
6749 * international/mule-diag.el (print-fontset): Combine family part
6750 and registry part of the fontname by "-*-" instead of "-".
6751
ba9f8f95
KH
6752 * international/mule-cmds.el (encode-coding-char): Make strings
6753 multibyte before calling encode-coding-string.
6754
931d0724
SM
67552000-05-25 Stefan Monnier <monnier@cs.yale.edu>
6756
6757 * derived.el: Fix keywords.
8ccce2b0 6758 (define-derived-mode): Only define if needed.
931d0724
SM
6759
6760 * simple.el (fill-comment, comment-column, comment-start)
6761 (comment-start-skip, comment-end, comment-indent-function)
6762 (block-comment-start, block-comment-end, indent-for-comment)
6763 (set-comment-column, kill-comment, comment-padding, comment-region)
6764 (comment-multi-line, indent-new-comment-line): Remove.
6765
6766 * bindings.el (esc-map): Change ; to comment-dwim and use the new
6767 function names for comment operations.
6768
6769 * newcomment.el: Add abundant autoload cookies.
6770 (comment-style): Don't depend on runtime data at compile-time.
6771 (comment-indent-hook): Remove.
6772 (comment-indent): Check if comment-indent-hook is bound.
6773 (comment-region): Docstring fix.
6774
6fc596cf
DL
67752000-05-25 Dave Love <fx@gnu.org>
6776
6777 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
6778 byte-code-function-p.
6779
6780 * mail/rmailsum.el: Add provide.
6781
6782 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
6783
6784 * smerge-mode.el (smerge-diff-switches): Don't use list* in
6785 defcustom.
6786
7997f1ca 67872000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
7f565d87 6788
7997f1ca
MK
6789 * ediff-diff.el (ediff-exec-process): delete --binary option from
6790 non-buffer ediff jobs.
7f565d87 6791
e7a903e8
EZ
67922000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
6793
6794 * hilit-chg.el (highlight-changes-mode): Ask about color or
6795 grayscale support, not about window-system.
6796
6797 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
6798 window-system.
6799 (ffap-highlight): Always default to t.
6800
6801 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
6802 display-popup-menus-p instead of looking at window-system.
6803
6804 * disp-table.el (standard-display-g1, standard-display-graphic):
6805 Only refuse to use string glyphs on X and MS-Windows.
6806
6807 * avoid.el: Remove window-system from commentary, suggest to use
6808 display-*-p instead.
6809
6810 * apropos.el (apropos-print): Use display-mouse-p instead of
6811 window-system.
6812
14028d57
EZ
68132000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
6814
6815 * international/codepage.el (cp-decoding-vector-for-codepage):
6816 Fill up unsupported characters with their own codes. From Kenichi
6817 Handa.
6818
1a4f9cc1
EZ
68192000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
6820
6821 * international/mule-diag.el (describe-char-after): Use
6822 display-graphic-p instead of window-system, so that this function
6823 works on MS-DOS.
6824
89f6ca4e
EZ
68252000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
6826
6827 * international/codepage.el (cp-make-coding-systems-for-codepage):
6828 Remove the eight-bit-graphic and eight-bit-control charsets from
6829 the list of charsets which we convert into `?'.
6830
eacfd7fe
KH
68312000-05-25 Kenichi Handa <handa@etl.go.jp>
6832
6833 * international/mule-conf.el: Specify CHARSET-ID explicitely for
6834 private charsets.
6835 (mule-unicode-0100-24ff, japanese-jisx0213-1,
6836 japanese-jisx0213-2): New charsets.
6837
6838 * international/fontset.el: Setup default fontset for new charsets.
6839
deadf7e3
DL
68402000-05-24 Dave Love <fx@gnu.org>
6841
6842 * info.el (Info-find-node-2): Restructure [following "Vadim
6843 S. Solomin" <sovs@uic.nnov.ru>].
6844
6845 * icomplete.el: Fix header for Finder.
6846
68472000-05-24 Eric M. Ludlam <zappo@ultranet.com>
6848
6849 * rmailout.el (rmail-output-to-rmail-file): Added optional param
6850 STAY.
6851
6852 * rmail.el (rmail-automatic-folder-directives): New user variable.
6853 (rmail-show-message): Add call to `rmail-auto-file' during
6854 display.
6855 (rmail-auto-file): New function.
6856
6de3983f 68572000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
7f565d87 6858
fc6a6a4e 6859 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
6de3983f 6860 account.
fc6a6a4e
GM
6861 (ediff-test-utility,ediff-diff-mandatory-option)
6862 (ediff-reset-diff-options): Utilities for proper initialization of
6de3983f 6863 ediff-diff-options and ediff-diff3-options on Windows.
7f565d87 6864
fc6a6a4e 6865 * ediff-init.el (ediff-merge-filename-prefix): New customizable
6de3983f 6866 variable.
7f565d87 6867
fc6a6a4e 6868 * ediff-mult.el (ediff-filegroup-action): Use
6de3983f
MK
6869 ediff-merge-filename-prefix.
6870
fc290d1d
MK
68712000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
6872
fc6a6a4e 6873 * viper-ex.el (ex-write): Set selective display to nil.
7f565d87 6874
273182b8
EZ
68752000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
6876
6877 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
6878 aliases for hebrew-iso-8bit.
6879
f471ea57
EZ
68802000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
6881
6882 * woman.el: New version from Francis J. Wright
6883 <F.J.Wright@Maths.QMW.ac.uk>.
6884 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
6885 names in environment variables regardless of the path separator.
6886 (woman-topic-all-completions-1): Don't call file-name-directory-p
6887 on all files, since woman-file-regexp already filters out any
6888 directories.
6889
01162f24
KH
68902000-05-24 Kenichi Handa <handa@etl.go.jp>
6891
48e3df76
KH
6892 * international/quail.el (quail-start-translation): Don't change
6893 modified-p of the current buffer.
6894 (quail-start-conversion): Likewise.
6895
6896 * international/kkc.el (kkc-region): Don't change modified-p of
6897 the current buffer.
6898
747d90ea
KH
6899 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
6900 conform to RFC1468.
6901 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
01162f24 6902
17a223ff
EL
69032000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
6904
6905 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
6906 (speedbar-insert-button): Invisible text property fix.
6907 (speedbar-directory-plus): Renamed from speedbar-directory-+
6908 (speedbar-directory-minus): Renamed from speedbar-directory--
6909 (speedbar-page-plus): Renamed from speedbar-file-+
6910 (speedbar-page-minus): Renamed from speedbar-file--
6911 (speedbar-page): Renamed from speedbar-file-
6912 (speedbar-tag): Renamed from speedbar-tag-
6913 (speedbar-tag-plus): Renamed from speedbar-tag-+
6914 (speedbar-tag-minus): Renamed from speedbar-tag--
6915 (speedbar-expand-image-button-alist): Use above renames.
6916
6917 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
6918 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
6919 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
6920 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
6921 * sb-pg.xpm: Renamed from sb-file.xpm
6922 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
6923 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
7f565d87 6924
e6b6fc18
KH
69252000-05-24 Kenichi Handa <handa@etl.go.jp>
6926
6927 * international/quail.el (quail-show-guidance-buf): Set
6928 current-input-method of the guidance buffer to the name of the
6929 curren input method.
6930
a1a336eb
SM
69312000-05-23 Stefan Monnier <monnier@cs.yale.edu>
6932
6933 * progmodes/compile.el (compile-internal): Style typo.
6934
6935 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
6936 quote vars and functions in the docstring.
6937
6938 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
6939
6940 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
6941 Don't quote lambdas.
6942
6943 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
6944
9695b783
GM
69452000-05-23 Gerd Moellmann <gerd@gnu.org>
6946
716e3b88
GM
6947 * startup.el (command-line): Determine source file of compiled
6948 user init file differently. Warn if compiled user init file
6949 is older than its source file.
6950
9695b783 6951 * ffap.el (ffap-url-regexp): Add `https'.
7f565d87 6952
41ac433f
EZ
69532000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
6954
6955 * files.el (make-backup-file-name-1): Replace slashes with `!'
6956 rather than `|' (which is not allowed on Windows). Replace the
6957 drive letters with a string "drive_X".
6958
46600ab1
GM
69592000-05-23 Gerd Moellmann <gerd@gnu.org>
6960
6961 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
6962
6963 * files.el (interpreter-mode-alist): Add `bash2'.
6964
79a64d87
DL
69652000-05-22 Dave Love <fx@gnu.org>
6966
6967 * loadhist.el (feature-symbols, file-provides, file-requires): Use
6968 mapc.
6969 (feature-file): Avoid calling symbol-name. Doc fix.
6970 (file-set-intersect, file-dependents): Use dolist, not mapcar.
6971 (loadhist-hook-functions): Add mouse-position-function.
6972 (unload-feature): Change uses of mapcar.
6973
6974 * files.el (parse-colon-path): Doc fix.
6975 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
6976 (set-auto-mode): Use mapc.
6977
6978 * complete.el (PC-look-for-include-file): Use :alnum: character
6979 class.
6980 (partial-completion-mode): Add autoload cookie.
6981
0e8c11d8
SS
69822000-05-22 Sam Steingold <sds@gnu.org>
6983
ce75fd23 6984 * info.el (Info-fontify-node): Fixed the call to
0e8c11d8
SS
6985 `add-text-properties' (bug introduced on 2000-05-18).
6986
d8d0fa6c
DL
69872000-05-22 Dave Love <fx@gnu.org>
6988
6989 * bindings.el: Remove debug-ignored-errors set in other files.
6990
6991 * progmodes/etags.el: Add to debug-ignored-errors.
6992 (visit-tags-table-buffer): Clear out buffers holding old tables
6993 when making a new list.
6994 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
6995 mapc.
6996
6997 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
6998 quote keywords.
6999 (cmpl-string-case-type): Use character classes.
7000
0e8c11d8
SS
7001 * comint.el:
7002 * textmodes/ispell.el:
7003 * imenu.el:
d8d0fa6c
DL
7004 * mail/mh-e.el:
7005 * progmodes/compile.el: Add to debug-ignored-errors.
7006
7007 * dabbrev.el: Add to debug-ignored-errors.
7008 (dabbrev-completion): Use mapc.
7009
1edbbf8a
EZ
70102000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
7011
7012 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
7013 (woman-mapcan, woman-parse-man.conf)
7014 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
7015 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
7016 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
7017 path syntax better.
7018 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
7019 (woman-manpath): Call woman-parse-man.conf.
7020 (woman-emulation): New defcustom, defaults to nroff.
7021 (woman-font-support): New defconst.
7022 (woman-use-symbol-font): New defcustom.
7023 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
7024 "Emulation".
7025 Many functions: Doc fix.
7026
5bd2148c
KH
70272000-05-22 Kenichi Handa <handa@etl.go.jp>
7028
7029 * international/quail.el (quail-simple-translation-keymap): Map
7030 128..255 to quail-self-insert-command.
7031 (quail-keyboard-layout-alist): Add definition for "pc102-de".
7032
4125ec7e
SM
70332000-05-22 Stefan Monnier <monnier@cs.yale.edu>
7034
a1a336eb
SM
7035 * help.el (help-manyarg-func-alist): Typo.
7036
40aeecad
SM
7037 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
7038 intervals which makes it heaps simpler.
7039
4125ec7e
SM
7040 * newcomment.el (comment-region-internal): Go back to BEG after quoting
7041 the nested comment markers.
e4da9c1c
SM
7042
7043 * subr.el (remove-hook): Don't turn the hook's value into a list.
7044
cb7216a7
DL
70452000-05-21 Dave Love <fx@gnu.org>
7046
ac266581
DL
7047 * edmacro.el (edmacro-parse-keys): Return vector if any elements
7048 are invalid characters.
7049
cb7216a7
DL
7050 * international/mule-util.el (detect-coding-with-priority): Use
7051 mapc. Remove redundant lambda.
7052
7053 * international/mule-diag.el (list-non-iso-charset-chars)
7054 (describe-fontset): Remove redundant lambda.
7055
7056 * emulation/crisp.el (brief-mode): New alias.
7057
7058 * emacs-lisp/ring.el (ring-elements): New function.
7059
7060 * emacs-lisp/easymenu.el (easy-menu-create-menu)
7061 (easy-menu-do-add-item): Use keywordp.
7062
7063 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
7064
7065 * replace.el: Doc and error message fixes.
7066 (replace-highlight): Use facep, not internal-find-face.
7067
9b0d1d6e
SM
70682000-05-20 Stefan Monnier <monnier@cs.yale.edu>
7069
b2d2cf58
SM
7070 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
7071
ffe7dc64
SM
7072 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
7073 (log-edit-insert-changelog): Drop `:' as well.
7074
7075 * log-view.el: Fix file description.
7076 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
7077 available.
7078 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
7079 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
7080
c8c21615
SM
7081 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
7082 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
7083 Print a status message if the toggle is called interactively.
7084 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
7085 for global minor modes and use `defcustom' for them.
7086 Use add-minor-mode.
7087 (easy-mmode-define-derived-mode): Remove.
7088 (define-derived-mode): Fancier default docstring.
7089 (easy-mmode-define-navigation): Signal an error rather than (ding).
7090
9b0d1d6e
SM
7091 * newcomment.el (comment-styles): New `box-multi'.
7092 (comment-normalize-vars): Better default for comment-continue to
7093 avoid whitespace-only continuations.
7094 (comment-search-forward): Always move even in the no-syntax case.
7095 (comment-padright): Only obey N if it's only obeyed for padleft.
7096 (comment-make-extra-lines): Better handling of empty continuations.
7097 Use `=' for the filler if comment-start has only one character.
7098 (uncomment-region): Try handling the special `=' filler.
7099 (comment-region): Allow LINES even if MULTI is nil.
7100 (comment-box): Choose box style based on comment-style.
7101
f5ee6d0f
KH
71022000-05-20 Kenichi Handa <handa@etl.go.jp>
7103
9b0d1d6e 7104 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
f5ee6d0f
KH
7105 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
7106
c9671f81
KH
71072000-05-20 Kenichi HANDA <handa@etl.go.jp>
7108
7109 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
7110 and insert, not subst-char-in-region.
7111
7112 * international/mule-diag.el (list-character-sets-1): Handle
7113 charsets eight-bit-control and eight-bit-graphic.
7114 (list-iso-charset-chars): Likewise.
7115 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
7116 charactes as is. Use indent-to to align characters.
7117
7118 * international/mule-cmds.el (find-multibyte-characters): Never
7119 exclude charsets eight-bit-control and eight-bit-graphic.
7120
1426aa5c
SM
71212000-05-19 Stefan Monnier <monnier@cs.yale.edu>
7122
7123 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
7124 Don't quote lambdas.
7125
7126 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
7127
2b63d473
GM
71282000-05-19 Gerd Moellmann <gerd@gnu.org>
7129
7130 * gud.el (gud-jdb-directories): Doc fix.
7131
f1355756
SM
71322000-05-19 Stefan Monnier <monnier@cs.yale.edu>
7133
7134 * newcomment.el: New file.
7135
5f64c9e0
GM
71362000-05-19 Gerd Moellmann <gerd@gnu.org>
7137
2b63d473 7138 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
5f64c9e0 7139
db7314bd
AS
71402000-05-18 Andreas Schwab <schwab@suse.de>
7141
7142 * dired.el (dired-between-files): Also skip lines beginning with
7143 `used'.
7144
25bb0401
GM
71452000-05-18 Gerd Moellmann <gerd@gnu.org>
7146
7147 * msb.el (msb-menu-cond): Add choice `user'.
7148
a199a865 71492000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
0e8c11d8 7150
a199a865
GM
7151 * ps-print.el: Compatibility, customization and doc fix.
7152 (ps-printer-name-option): Replace defconst by defvar.
7153 (ps-postscript-code-directory): XEmacs compatibility.
7154 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
7155 fix.
7156 (ps-user-defined-prologue, ps-print-prologue-header)
7157 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
7158 compatibility and code fix.
7159 (ps-print-background-image, ps-print-background-text):
7160 Customization fix.
7161 (ps-line-number-start, ps-n-up-on): New vars.
7162
25bb0401
GM
71632000-05-18 Espen Skoglund <esk@ira.uka.de>
7164
7165 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
7166 the indent-comment function to just return the appropriate indent.
7167
68e6c83a
EL
71682000-05-18 Eric M. Ludlam <zappo@ultranet.com>
7169
7170 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
7171 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
7172 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
7173
dae6cb9f
DL
71742000-05-18 Dave Love <fx@gnu.org>
7175
7176 * info.el (Info-fontify-node): Add intangible property as well as
7177 invisible.
7178
7179 * calendar/appt.el (appt-make-list): Match all lines of entry.
7180 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
7181
813086ea
KH
71822000-05-18 Kenichi Handa <handa@etl.go.jp>
7183
7184 * international/mule-diag.el (describe-char-after): Call
7185 internal-char-font, not char-font. If internal-char-font returns
7186 nil, display "-- none --".
7187
24978190
EZ
71882000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
7189
7190 * image.el (image-type-available-p): Don't reference image-types
7191 if it isn't bound.
7192
2fca2d5d
SM
71932000-05-17 Stefan Monnier <monnier@cs.yale.edu>
7194
7195 * autoarg.el (autoarg-mode): Typo in the :set argument.
7196
cfc75d05
EZ
71972000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
7198
7199 * startup.el (command-line-1): Don't signal an error if the
7200 directory for auto-save-list files does not yet exist.
7201
c4e30387
KH
72022000-05-17 Kenichi Handa <handa@etl.go.jp>
7203
7204 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
7205
dd6b8ea7
SM
72062000-05-16 Stefan Monnier <monnier@cs.yale.edu>
7207
7208 * subr.el (remove-hook): `setq' hook-value, not `set'.
7209
399c88ad
SS
72102000-05-16 Sam Steingold <sds@gnu.org>
7211
a199a865 7212 * info.el (debug-ignored-errors): More errors to ignore.
399c88ad 7213
01651f07
DL
72142000-05-16 Dave Love <fx@gnu.org>
7215
7216 * cus-edit.el: Don't require cl or easymenu.
7217 (custom-variable-prompt): Test standard-value property, not
7218 user-variable-p.
7219
2248c40d
SS
72202000-05-16 Sam Steingold <sds@gnu.org>
7221
7222 * subr.el (add-hook): `setq' hook-value, not `set'.
7223
b15f3b77
GM
72242000-05-16 Gerd Moellmann <gerd@gnu.org>
7225
7226 * startup.el (command-line-1): Mention the FAQ in the startup
7227 message.
7228
7229 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
7230
7231 * progmodes/compile.el (compilation-parse-errors): Collect
7232 `nomessage' regexps last.
7233
7234 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
7235
7236 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
7237 to the function name.
7238
f9bbcfac
EL
72392000-05-15 Dave Love <fx@gnu.org>
7240
7241 * speedbar.el (speedbar-recenter): Typo.
7242 (speedbar-expand-line): Make arg optional.
7243 (speedbar-mode): Avoid a compiler warning.
7244
119b42eb
GM
72452000-05-15 Gerd Moellmann <gerd@gnu.org>
7246
7247 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
7248 user-specified option string is empty.
7249
7250 * mouse.el (mouse-yank-at-click): Doc fix.
7251
f685bea9
EZ
72522000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
7253
7254 * term/internal.el (IT-character-translations): More updates of
7255 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
7256 documents.
7257
a1b8d58b
GM
72582000-05-15 Gerd Moellmann <gerd@gnu.org>
7259
7260 * env.el (getenv): New function, interactively callable.
7261 (setenv, getenv): Remove autoload cookies.
7262
7263 * loadup.el: Load `env'.
7264
7265 * progmodes/f90.el: Change author's mail address.
7266
c9bba7ed
DL
72672000-05-14 Dave Love <fx@gnu.org>
7268
e5c83697
DL
7269 * mail/rmail.el (rmail-show-message-hook): Customize and offer
7270 goto-addr as an option.
7271
7272 * help.el (help-xref-stack): Doc fix.
7273 (help-xref-following): New variable.
7274 (help-make-xrefs): Use it.
7275 (help-xref-go-back): Use position information from stack element.
7276 (help-follow): Make position in stack element a pair. Use
7277 help-xref-following.
399c88ad 7278
e5c83697
DL
7279 * autoarg.el: New file.
7280
7281 * faces.el: Declare more functions obsolete.
7282
c9bba7ed
DL
7283 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
7284 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
7285 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
7286 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
7287 Remove all the setup-...-environment functions.
7288
b6389bfb
EL
72892000-05-13 Eric M. Ludlam <zappo@ultranet.com>
7290
a1b8d58b
GM
7291 * speedbar.el: Updated the commentary section. xemacs20p now uses
7292 >= when detecting. Require `defimage' safely.
b6389bfb
EL
7293 (speedbar-easymenu-definition-base): Add toggle for images.
7294 (speedbar-easymenu-definition-special): Add flush cache & expand.
7295 (speedbar-visiting-tag-hook): Set new defaults. Added options.
7296 (speedbar-reconfigure-keymaps-hook): New variable.
7297 (speedbar-frame-parameters): Updated documentation.
7298 (speedbar-use-imenu-flag): Updated custom tag
7299 (speedbar-dynamic-tags-function-list): New variable.
7300 (speedbar-tag-hierarchy-method): Updated doc & custom.
a1b8d58b
GM
7301 (speedbar-indentation-width, speedbar-indentation-width) New
7302 variables.
7303 (speedbar-hide-button-brackets-flag): Customizable.
b6389bfb
EL
7304 (speedbar-vc-indicator): Doc update.
7305 (speedbar-ignored-path-expressions): Updated default value.
7306 (speedbar-supported-extension-expressions): Updated default value.
7307 (speedbar-syntax-table): Remove {} paren status.
a1b8d58b
GM
7308 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
7309 as "+". Added overlay aliases.
7310 (speedbar-mode): Use `speedbar-mode-line-update' instead of
7311 `force-mode-line-update'.
7312 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
7313 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
7314 `mouse-set-point'
b6389bfb 7315 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
a1b8d58b
GM
7316 (speedbar-item-info-tag-helper): Revamped to handle a wider range
7317 of arbitrary text, and new helper functions.
7318 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
7319 filename finder.
b6389bfb
EL
7320 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
7321 (speedbar-directory-buttons): Update path search/expansion.
7322 (speedbar-make-tag-line): Pay attention to
a1b8d58b
GM
7323 `speedbar-indentation-width'. Use more care w/ invisible
7324 properties.
b6389bfb
EL
7325 (speedbar-change-expand-button-char): Call
7326 `speedbar-insert-image-button-maybe'.
7327 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
a1b8d58b
GM
7328 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
7329 (speedbar-trim-words-tag-hierarchy)
7330 (speedbar-simple-group-tag-hierarchy): New functions
b6389bfb 7331 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
a1b8d58b
GM
7332 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
7333 functions.
b6389bfb
EL
7334 (speedbar-mouse-set-point): New function
7335 (speedbar-power-click): Updated documentation.
a1b8d58b
GM
7336 (speedbar-line-token, speedbar-goto-this-file): Handle more types
7337 of tag prefix text.
7338 (speedbar-expand-line, speedbar-contract-line): Make more robust
7339 to strange text.
7340 (speedbar-expand-line): Takes universal argument to flush the
7341 cache.
b6389bfb
EL
7342 (speedbar-flush-expand-line): New function.
7343 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
7344 Use new generator insertion method.
7345 (speedbar-fetch-dynamic-tags): New function.
7346 (speedbar-fetch-dynamic-imenu): Removed code now handled in
7347 `speedbar-fetch-dynamic-imenu'.
7348 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
7349 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
7350 "Revert Buffer" menu items.
7351 (speedbar-buffer-buttons-engine): Be smarter when creating a
7352 filename tag (for expansion purposes.).
a1b8d58b
GM
7353 (speedbar-highlight-one-tag-line,
7354 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
7355 (speedbar-recenter): New functions.
b6389bfb 7356 (defimage-speedbar): Image loading abstraction.
a1b8d58b
GM
7357 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
7358 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
7359 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
7360 (speedbar-tag-type, speedbar-tag-mail): New images.
b6389bfb
EL
7361 (speedbar-expand-image-button-alist): New variable.
7362 (speedbar-insert-image-button-maybe): Insert an image over some
7363 buttons.
7364
43fe9244
KH
73652000-05-13 Kenichi Handa <handa@etl.go.jp>
7366
7367 * international/mule-cmds.el (encode-coding-char): An ASCII
7368 character is always encodable.
7369
7370 * international/mule-conf.el: Add more information in descriptions
7371 of character sets.
7372
813086ea 7373 * international/mule-diag.el (describe-char-after): New function.
43fe9244
KH
7374 (describe-font-internal): Adjusted for the change of font-info.
7375 (describe-font): Likewise.
7376 (print-fontset): Rewritten for the new fontset implementation.
7377 (describe-fontset): Include fontset alias names in completion.
7378 (list-fontsets): Adjusted for the change of print-fontset.
7379
7380 * simple.el (what-cursor-position): If DETAIL is non-nil, call
7381 describe-char-after instead of displaying the detail in the echo
7382 area.
813086ea
KH
7383 (syntax-code-table): Format changed.
7384 (string-to-syntax): Adjusted for the above change.
0e8c11d8 7385
e8564f57
SM
73862000-05-12 Stefan Monnier <monnier@cs.yale.edu>
7387
7388 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
7389
9278c60d
DL
73902000-05-12 Dave Love <fx@gnu.org>
7391
7392 * calendar/todo-mode.el: Remove some compatibility stuff and CL
7393 dependence. Use line-{beginning,end}-position, not
7394 point-at{b,e}ol. Some doc fixes.
7395 (todo-position): New function. Fix callers of position to use it.
7396 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
7397
be0505fe
GM
73982000-05-12 Gerd Moellmann <gerd@gnu.org>
7399
7400 * time.el (display-time-mail-icon): Use `:ascent center'.
7401
a8a3541c
GM
7402 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
7403 handling FTP security extensions.
399c88ad 7404
44d5f148
DL
74052000-05-11 Dave Love <fx@gnu.org>
7406
33d0c179 7407 * calendar/todo-mode.el: New file.
44d5f148 7408
da4496b6
GM
74092000-05-11 Gerd Moellmann <gerd@gnu.org>
7410
cdc4401d
GM
7411 * comint.el (comint-read-input-ring): Move reference to
7412 comint-input-ring-size outside of the save-excursion. It was
7413 causing the default value to be the only one ever seen.
399c88ad 7414
0279f991
GM
7415 * font-lock.el: Update copyright. Remove Simon Marshall's email
7416 address on request from him.
7417
da4496b6
GM
7418 * subr.el (substitute-key-definition): Add comment describing
7419 the meaning of PREFIX.
7420
ac5cb26d
SM
74212000-05-10 Stefan Monnier <monnier@cs.yale.edu>
7422
7423 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
7424
7425 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
7426 (add-minor-mode): Don't make the variable buffer-local and add a
7427 reference to define-minor-mode in the docstring.
7428
7429 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
7430 HEADER/FOOTER and fix bug with trailing empty directory.
7431 (cvs-append-to-ignore): Use vc-editable-p if available.
7432 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
7433 (vc-do-command): Tweak advice to handle the new VC.
7434
7435 * log-view.el (log-view-goto-rev): New function for the new VC.
7436 (log-view-minor-wrap): Use mark-active.
7437
7438 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
7439 (log-edit-changelog-full-paragraphs): New var.
7440 (log-edit-insert-changelog): Remove a lonely leading `* file'.
7441 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
7442 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
7443 (log-edit-changelog-ours-p, log-edit-changelog-entries)
7444 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
7445 Replace the `cvs' prefix with `log-edit'.
7446
7447 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
7448
7449 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
7450 (diff-font-lock-defaults): Explicitly turn off multiline.
7451 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
7452 (diff-ediff-patch): Fix call to ediff-patch-file.
7453 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
7454 Handle comments.
7455
7456 * frame.el (automatic-hscrolling): Typo.
7457
7458 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
7459
21c34da3
DL
74602000-05-09 Sam Steingold <sds@goems.com>
7461
7462 * apropos.el (apropos-print): use `describe-face' instead of
7463 `customize-face-other-window'.
7464
950cf06f
DL
74652000-05-09 Dave Love <fx@gnu.org>
7466
7467 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
7468
7469 * help.el (describe-variable): Have customize button pop the
7470 help-xref stack when invoked.
7471 (help-xref-symbol-regexp): Add `face'.
7472 (help-make-xrefs): Check for quoted face names and adapt regexp
7473 submatch numbers to cope.
7474 (help-xref-interned): Maybe insert face doc too. Separate
7475 sections with a line of hyphens.
7476
0623e40f 7477 * faces.el: Some doc fixes. Declare some functions obsolete.
950cf06f
DL
7478 (describe-face): Add customize button. Return the help
7479 text. Fix prompt.
7480
82e2ca9d
EZ
74812000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
7482
7483 * term/internal.el (IT-character-translations): Fix last change.
7484
10c00b5c
EZ
74852000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
7486
7487 * woman.el: New file
7488 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
7489
9deed82f
EZ
74902000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
7491
001ad319
EZ
7492 * term/internal.el (IT-character-translations): Update ASCII
7493 simulations for greek-iso8859-7, add latin-iso8859-14 and
7494 latin-iso8859-15.
7495
9deed82f
EZ
7496 * international/mule-cmds.el (set-language-info-alist): Call
7497 define-prefix-command with 3 arguments, to make the map suitable
7498 for a menu.
7499
4f37b78a
DL
75002000-05-07 Dave Love <fx@gnu.org>
7501
d313265f 7502 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
4f37b78a 7503
64a4c526
DL
75042000-05-05 Dave Love <fx@gnu.org>
7505
7506 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
7507 list in doc string. Don't quote keyword symbols.
7508 * emacs-lisp/cl.el: Likewise
7509 * emacs-lisp/cl-seq.el: Likewise
7510
056565f7
GM
75112000-05-05 Gerd Moellmann <gerd@gnu.org>
7512
7513 * abbrev.el (abbrev-mode): Make ARG optional.
7514
4656b314
GM
75152000-05-04 Gerd Moellmann <gerd@gnu.org>
7516
ec82fb2f
GM
7517 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
7518
7519 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
7520
4656b314
GM
7521 * subr.el (substitute-key-definition): Clarify documentation.
7522
75232000-05-04 Milan Zamazal <pdm@freesoft.cz>
7524
7525 * glasses.el (glasses-convert-to-unreadable): Use
7526 `glasses-separator' instead of the hard-wired "_".
7527 (glasses-mode): Call `glasses-make-unreadable' only in a single
7528 place.
7529
7b081c78
EZ
75302000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
7531
7532 * term/internal.el (cjk-codepages-alist): Add associations for
7533 Chinese and Korean codepages. Remove FIXME comment.
7534
baa5536e
DL
75352000-05-03 Dave Love <fx@gnu.org>
7536
7537 * time.el (display-time-mail-face, display-time-use-mail-icon):
7538 New option.
7539 (display-time-mail-icon): New variable.
7540 (display-time-string-forms): Use the above. Fix the local-map.
7541
cbf18892
GM
75422000-05-03 Gerd Moellmann <gerd@gnu.org>
7543
4ff40dd0
GM
7544 * replace.el (query-replace-map): Add binding for `E'.
7545 (query-replace-help): Extend help text.
7546 (perform-replace): Allow editing the replacement string.
7547
7548 * make-mode.el (makefile-mode-abbrev-table): New variable.
7549 (makefile-mode): Set local abbrev table to
7550 makefile-mode-abbrev-table.
7551 (makefile-font-lock-keywords): Fontify includes and conditionals.
399c88ad 7552
cbf18892
GM
7553 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
7554 set TOGGLE's value.
7555
4ff40dd0
GM
7556 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
7557 mail-interactive-insert-alias.
7558 (mail-abbrev-complete-alias): New command.
7559 (mail-mode-map): Bind it to `M-TAB'.
399c88ad 7560
ffec4d9f
KH
75612000-05-03 Kenichi Handa <handa@etl.go.jp>
7562
7563 * language/lao-util.el (lao-compose-region): New function.
7564
1b0672c3
GM
75652000-05-02 Gerd Moellmann <gerd@gnu.org>
7566
576da55d
GM
7567 * files.el (recover-session): Make directories as necessary
7568 if they don't exist yet.
7569
399c88ad
SS
7570 * calendar/cal-french.el
7571 (french-calendar-multibyte-special-days-array)
1b0672c3
GM
7572 (french-calendar-special-days-array): Change French text.
7573 (calendar-french-date-string): Change output.
7574 (calendar-goto-french-date): Likewise.
7575
75762000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
7577
7578 * wid-edit.el (widget-default-active): Obey `:always-active'.
7579 (widget-documentation-string-value-create): Set `:always-active'.
7580
4b33deaa
EZ
75812000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
7582
7583 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
7584 default prefix to `~/_emacs.d/auto-save.list/_s'.
7585 (normal-top-level): Create the directory for auto-save files, if
7586 it doesn't already exist (in the ms-dos case only).
7587
5c922ea7
EZ
75882000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
7589
7590 * international/mule-cmds.el (set-language-environment): Don't
7591 concat an integer (dos-codepage), use format instead.
7592
820ad5e7
DL
75932000-05-02 Dave Love <fx@gnu.org>
7594
7595 * help.el (help-xref-on-pp): Check for constant symbols.
7596
57cb56f5
GM
75972000-04-29 Gerd Moellmann <gerd@gnu.org>
7598
7599 * startup.el (normal-top-level): Put a condition-case around
7600 the code loading subdirs.el.
7601
76022000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
399c88ad 7603
57cb56f5
GM
7604 * ps-print.el: Upside-down and face background color printing,
7605 line number step, doc fix.
7606 (ps-print-version): New version number (5.2).
7607 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
7608 (ps-face-attribute-list, ps-plot-with-face): Code fix.
7609 (ps-spool-config): Var fix.
7610 (ps-printer-name-option): Const fix.
7611 (ps-print-upside-down, ps-use-face-background)
7612 (ps-line-number-step): New vars.
7613 (ps-window-system, ps-lp-system): New consts.
7614 (ps-face-background): New fun.
7615
084cec2f
GM
76162000-04-28 Richard Stallman <rms@gnu.org>
7617
7618 * files.el (make-auto-save-file-name):
7619 Apply auto-save-file-name-transforms to visited file name
7620 before generating auto save file name.
7621 (auto-save-file-name-transforms): New variable.
7622
399c88ad 7623 * files.el (backup-enable-predicate):
084cec2f
GM
7624 Correctly test for a file under a temporary directory.
7625
c94f4677
GM
76262000-04-28 Gerd Moellmann <gerd@gnu.org>
7627
7628 * subr.el (add-minor-mode): Rewritten.
7629
7b211df5
KH
76302000-04-28 Kenichi Handa <handa@etl.go.jp>
7631
7632 * mail/sendmail.el (sendmail-send-it): Set
7633 buffer-file-coding-system to the selected coding system for MIME
7634 header.
7635
c76e04a8 76362000-04-27 Gerd Moellmann <gerd@gnu.org>
e3e36d74 7637
c76e04a8
GM
7638 * dired.el (dired-move-to-filename-regexp): Allow format where
7639 YYYY is followed by two spaces.
e3e36d74 7640
c76e04a8
GM
7641 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
7642 in the second character class of the regexp.
7643
7644 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
7645 mh-etc, too.
353964e3 7646
c76e04a8
GM
7647 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
7648 nil.
399c88ad 7649
353964e3
GM
7650 * subr.el (add-minor-mode): Use `set' instead of `setq'.
7651
7652 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
7653 argument.
7654
c76e04a8 76552000-04-27 Sen Nagata <sen@eccosys.com>
399c88ad 7656
c76e04a8
GM
7657 * emacs-lisp/crm.el (crm-completion-table): New variable.
7658 (crm-collection-fn, crm-test-completion)
7659 (completing-read-multiple): Use it.
7660
76612000-04-27 Dave Love <fx@gnu.org>
7662
7663 * help.el (locate-library): Use mapc.
7664 (help-manyarg-func-alist): Add call-process-region.
7665
7464346d
GM
76662000-04-26 Gerd Moellmann <gerd@gnu.org>
7667
b35bd33d
GM
7668 * subr.el (add-minor-mode): Make argument MAP optional.
7669
7464346d
GM
7670 * desktop.el (desktop-save): Save list of minor modes.
7671 (desktop-create-buffer): Restore minor modes.
7672 (desktop-minor-mode-table): New user-option.
7673
7674 * subr.el (add-minor-mode): New function.
7675
7676 * image.el (find-image): New function.
7677 (defimage): Rewritten to find image at load time.
7678
7679 * startup.el (normal-top-level-add-to-load-path): Handle
7680 case that the default directory is not in load-path.
7681
7682 * help.el: Old patch from Stefan Monnier.
7683 (help-xref-on-pp): New function.
7684 (describe-variable): Use it to display xrefs in a symbol's value.
7685
23c0fb21
SM
76862000-04-26 Stefan Monnier <monnier@cs.yale.edu>
7687
7688 * cus-edit.el (custom-face): Fix parenthesis.
7689
fad95037
KH
76902000-04-26 Kenichi Handa <handa@etl.go.jp>
7691
f03392a1
KH
7692 * mail/rmail.el (rmail-expunge): When there are no deleted
7693 messages, do nothing.
fad95037 7694
0d7c5bb9
DL
76952000-04-26 Dave Love <fx@gnu.org>
7696
7697 * international/mule-cmds.el (locale-translation-file-name):
7698 Defvar to nil.
7699 (set-locale-environment): Set it here (at runtime).
7700
612839b6
GM
77012000-04-25 Gerd Moellmann <gerd@gnu.org>
7702
7703 * replace.el (perform-replace): Add parameters START and END. Use
7704 them instead of the check for a region in Transient Mark mode.
7705 (query-replace-read-args): Return two more list elements for the
7706 start and end of the region in Transient Mark mode.
7707 (query-replace, query-replace-regexp, query-replace-regexp-eval)
7708 (map-query-replace-regexp, replace-string, replace-regexp): Add
7709 optional last arguments START and END and pass them to
7710 perform-replace.
7711
7712 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
7713 form with additional arguments for perform-replace.
7714
7715 * progmodes/etags.el (tags-query-replace): Add parameters START
7716 and END. Construct a form with additional arguments for
7717 perform-replace.
7718
7719 * simple.el (shell-command): Set default directory for "*Shell
7720 Command Output" buffer.
7721
7722 * language/european.el (iso-latin-4): Fix typo.
7723
7724 * emacs-lisp/crm.el: New file.
7725
2917cc05
DL
77262000-04-24 Dave Love <fx@gnu.org>
7727
7728 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
7729 (Custom-reset-saved, Custom-reset-standard)
7730 (custom-group-value-create, custom-group-set, custom-group-save)
7731 (custom-group-reset-current, custom-group-reset-saved)
7732 (custom-group-reset-standard): Use mapc.
7733 (custom-buffer-create-internal): Disable undo when creating items.
7734 Use mapc.
7735 (custom-face): Avoid redundant lambda.
7736
abfcc168
GM
77372000-04-24 Gerd Moellmann <gerd@gnu.org>
7738
7739 * startup.el (auto-save-list-file-prefix): Set default to
7740 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
7741
fa78f71b
SS
77422000-04-24 Sam Steingold <sds@gnu.org>
7743
7744 * time-stamp.el (time-stamp-string-preprocess): Always convert
7745 `field-result' to a string.
7746
cc181e95
GM
77472000-04-24 Gerd Moellmann <gerd@gnu.org>
7748
7749 * frame.el (scrolling): New group.
7750 (automatic-hscrolling): New user-option.
7751
7752 * startup.el (command-line-x-option-alist): Add `-lsp' and
7753 `--line-spacing'.
7754
6142fdcb
DL
77552000-04-19 Dave Love <fx@gnu.org>
7756
7757 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
7758 (cl-mapc): Rename from mapc. Fix the funcall.
7759
5e3dac3f
GM
77602000-04-19 Gerd Moellmann <gerd@gnu.org>
7761
1c459486
GM
7762 * simple.el (clone-indirect-buffer-other-window): New command.
7763 (clone-indirect-buffer): Add optional arg NORECROD.
7764 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
7765
271b4185
GM
7766 * help.el (resize-temp-buffer-window): Use count-screen-lines.
7767
7768 * window.el (count-screen-lines): New function.
7769 (shrink-window-if-larger-than-buffer): Use count-screen-lines
7770 instead of window-buffer-height.
7771
7772 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
7773 non-existing variable comint-input-sentinel.
7774 (inferior-lisp-args-to-list): Removed.
7775 (inferior-lisp): Use split-string instead of
7776 inferior-lisp-args-to-list.
7777
7778 * hexl.el (hexl-insert-hex-string): New command.
7779
5e3dac3f
GM
7780 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
7781 instead of concat.
7782
f6d3257b
GM
77832000-04-18 Gerd Moellmann <gerd@gnu.org>
7784
7785 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
7786 at the start of an existing but empty folder.
7787
77882000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7789
7790 * ps-mule.el: Customization fix, doc fix.
7791 (ps-multibyte-buffer): Customization fix.
7792
8b7bc628 77932000-04-17 Richard M. Stallman <rms@gnu.org>
e61482c0
RS
7794
7795 * subr.el (read-passwd): Use read-char-exclusive.
7796
0daee095
GM
77972000-04-17 Gerd Moellmann <gerd@gnu.org>
7798
7799 * textmodes/texinfo.el (texinfo-insert-@email)
7800 (texinfo-insert-@emph, texinfo-insert-@quotation)
7801 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
7802 (texinfo-mode-map): Add key bindings for them.
7803
7804 * files.el (basic-save-buffer-2): Use a template with `$'
7805 instead of `#' for VMS.
7806
7807 * simple.el (clone-indirect-buffer): New function.
7808
e10f64e7
GM
78092000-04-16 Stephen Eglen <stephen@gnu.org>
7810
7811 * iswitchb.el (iswitchb-case): New function. If the user input
7812 contains any upper-case characters, the search is made
7813 case-sensitive.
7814
e3721db1
SM
78152000-04-17 Stefan Monnier <monnier@cs.yale.edu>
7816
e10f64e7
GM
7817 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
7818 comment-end.
e3721db1
SM
7819 (texinfo-font-lock-syntactic-keywords): New var.
7820 (texinfo-font-lock-keywords): Remove comment regexp.
7821 (texinfo-insert-block): New function.
7822 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
e10f64e7
GM
7823 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
7824 and font-lock-defaults. Use regexp-opt for outline-regexp.
e3721db1 7825 (texinfo-environments): New var.
e10f64e7
GM
7826 (texinfo-environment-regexp): Use regexp-opt and
7827 texinfo-environments.
e3721db1 7828
e10f64e7
GM
7829 * textmodes/ispell.el (ispell-menu-map-needed): Check that
7830 ispell-process is bound since this might be eval'd before ispell
7831 is loaded.
7832 (ispell-message): Use a tiny bit less magic and a bit more hard
7833 data to figure out what kind of sc-cite-regexp to use.
e3721db1
SM
7834
7835 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
7836
7837 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
7838 (insert-cyclic-diary-entry): Unquote the lambda.
7839
7840 * gud.el (gud-jdb-build-source-files-list): Fix typo.
7841
7842 * files.el (backup-enable-predicate): Unquote the lambda.
7843
7844 * cus-edit.el (custom-face, face): Unquote the lambda.
7845
712dc9e0
GM
78462000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7847
7848 * ps-print.el: Check for line-beginning-position definition.
fa78f71b 7849
712dc9e0
GM
7850 * ps-print.el: Fix counting lines in a region.
7851 (ps-print-version): New version number (5.1.5).
7852 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
7853 (ps-printing-region): Fun code fix.
7854
ffc50f2a
GM
78552000-04-15 Gerd Moellmann <gerd@gnu.org>
7856
7857 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
7858 to file-directory-p.
7859
a2522dca
GM
78602000-04-14 Gerd Moellmann <gerd@gnu.org>
7861
7862 * gud.el (gud-jdb-build-source-files-list): Check that directory
7863 exists before calling directory-files.
7864
6e883610
DL
78652000-04-13 Dave Love <fx@gnu.org>
7866
7867 * emacs-lisp/trace.el: Change maintainer. Use new backquote
7868 syntax.
7869
7870 * emacs-lisp/cl-specs.el: Remove when, unless.
7871
7872 * emacs-lisp/cl-extra.el: Don't quote keywords.
7873 (cl-old-mapc): New variable.
7874 (mapc): Use it.
7875 (cl-map-intervals): Use with-current-buffer. Don't check for
7876 next-property-change.
7877 (cl-map-overlays): Use with-current-buffer.
7878 (cl-expt): Remove.
7879 (copy-tree, remprop): Define unconditionally.
7880
7881 * emacs-lisp/cl-compat.el (keywordp): Remove.
7882
7883 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
7884 to use keywordp.
7885 (edebug-spec): Enable keywordp.
7886
7887 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
7888 string-lessp.
7889
7890 * cus-start.el: Use keywordp.
7891
198e3c7a
GM
78922000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7893
7894 * diary-lib.el (include-other-diary-files): Fix the fix of
7895 2000-02-18 by doing a save-excursion.
7896
78972000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7898
7899 * ps-print.el: Customization fix, doc fix.
7900 (ps-print-version): New version number (5.1.4).
7901 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
7902 (ps-print-preprint): Adjust code.
7903 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
7904 (ps-print-prologue-header, ps-print-control-characters)
7905 (ps-spool-config): Customization fix.
fa78f71b 7906
8eba343c
EZ
79072000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
7908
7909 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
7910 converted to the new menu-item format, names silightly changed,
7911 help strings added.
7912
7913 Support for spelling without async subprocesses:
7914
7915 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
7916 (ispell-session-buffer): New variables.
7917 (ispell-start-process, ispell-process-status,
7918 ispell-accept-output, ispell-send-string): New functions, for
7919 Ispell invocation when async subprocesses aren't supported.
7920 (ispell-word, ispell-pdict-save, ispell-command-loop,
7921 ispell-process-line, ispell-buffer-local-parsing): Replace calls
7922 to process-send-string with calls to ispell-send-string, and
7923 accept-process-output with ispell-accept-output.
7924 (ispell-init-process): Call ispell-process-status instead of
7925 process-status with.
7926 (ispell-init-process): Call ispell-start-process. Call
7927 ispell-accept-output and ispell-send-string. Don't call
7928 process-kill-without-query and kill-process if they are unbound.
7929 (ispell-async-processp): New function.
7930
3d30065d
DL
79312000-04-12 Dave Love <fx@gnu.org>
7932
7933 * info.el: Add debug-ignored-errors.
7934 (Info-mode-menu): Add some items.
7935 (Info-directory): Add autoload cookie.
7936
7937 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
7938 Modify `truncate-lines'. Make `describe-language-environment'
7939 always visible and add help. Modify `describe-key' help. Invoke
7940 Info-directory from `info'. New entry `emacs-manual'.
7941
1a1b1895
GM
79422000-04-10 Gerd Moellmann <gerd@gnu.org>
7943
8b2affc5
GM
7944 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
7945 propertized-buffer-identification.
7946 (ebrowse-update-member-buffer-mode-line): Likewise.
7947 (ebrowse--mode-strings): Removed.
7948 (ebrowse--mode-line-props): Removed.
7949
1a1b1895
GM
7950 * files.el (auto-mode-alist): Add `EBROWSE'.
7951
7952 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
7953 space before testing for end of buffer.
7954 (ebrowse-load): Removed.
7955 (ebrowse-revert-tree-buffer-from-file): Rewritten.
7956 (ebrowse-create-tree-buffer): Rewritten.
7957 (ebrowse-tree-mode): Read tree from buffer.
7958
7959 * progmodes/ebrowse-ffh.el: Removed.
7960
223f3c91
KH
79612000-04-10 Kenichi Handa <handa@etl.go.jp>
7962
7963 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
7964
25fbf2c4
GM
79652000-04-10 Gerd Moellmann <gerd@gnu.org>
7966
7967 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
7968 at the wrong place.
7969
92c13173
DL
79702000-04-09 Dave Love <fx@gnu.org>
7971
7972 * files.el (backup-enable-predicate): Use
7973 temporary-file-directory, small-temporary-file-directory.
7974 (make-backup-file-name-function, backup-directory-alist): New
7975 variables.
7976 (make-backup-file-name-1): New function.
7977 (make-backup-file-name): Use it.
7978 (find-backup-file-name): Likewise. Use format for clarity, not
7979 concat.
7980 (file-newest-backup): Use make-backup-file-name.
7981
be0dbdab
GM
79822000-04-09 Gerd Moellmann <gerd@gnu.org>
7983
c45be9ac 7984 * progmodes/ebrowse-ffh.el: New file.
fa78f71b 7985
c45be9ac
GM
7986 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
7987 to ebrowse-ffh.el.
7988 (ebrowse-load): Add autoload.
7989
7990 * finder.el (finder-commentary): Add autoload cookie.
7991
be0dbdab
GM
7992 * mail/rfc2368.el: Correct author's email address.
7993
7994 * progmodes/ebrowse.el: New file.
7995
7996 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
7997 item help string.
7998 (easy-menu-do-add-item): Ditto.
7999 (easy-menu-define): Extend doc string.
8000
8001 * jit-lock.el (with-buffer-unmodified): Use
8002 restore-buffer-modified-p.
8003 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
8004 (jit-lock-function, jit-lock-stealth-fontify): Don't use
8005 with-buffer-unmodified.
8006
3f923efe
DL
80072000-04-08 Dave Love <fx@gnu.org>
8008
8009 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
8010 unless, when.
8011
d35bee0e
MK
80122000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
8013
8014 * viper-util.el (viper-put-on-search-overlay): New subroutine.
8015 (viper-flash-search-pattern): No operation when using Emacs
fa78f71b 8016 doesn't support face.
d35bee0e 8017 Use `viper-put-on-search-overlay'.
fa78f71b 8018
c407c570
GM
80192000-04-04 Gerd Moellmann <gerd@gnu.org>
8020
8021 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
8022 like C-r.
8023
8024 * progmodes/make-mode.el: Some doc fixes.
8025 (makefile-mode-abbrev-table): New variable.
8026 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
8027 (makefile-font-lock-keywords): Fontify includes and conditionals.
8028 (toplevel): Require `dabbrev' and `add-log' when compiling.
8029
8030 * replace.el (perform-replace): Don't move forward one char
8031 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
8032 to do that because it leaves point 1 position after the last
8033 replacement, after everything has been replaced.
8034
8035 * jit-lock.el (with-buffer-unmodified): New macro.
8036 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
8037 modified state.
8038 (jit-lock-function-1): Extracted from jit-lock-function; not
8039 preserving buffer's modified state.
8040 (jit-lock-function, jit-lock-stealth-fontify): Call
8041 jit-lock-function-1.
8042
8043 * mail/rfc2368.el: Remove supernumerary copyright line.
8044
685e5ed2
GM
80452000-04-04 Milan Zamazal <pdm@freesoft.cz>
8046
8047 * glasses.el: Provide facilities for inserting space before left
8048 parentheses and uncapitalization of identifiers.
8049 (glasses-mode): Try to remove old overlays in all cases.
8050
0166aed1
GM
80512000-04-03 Gerd Moellmann <gerd@gnu.org>
8052
62f20204
GM
8053 * progmodes/compile.el (compile-internal): Display the compilation
8054 buffer in a different frame, if it's already displayed there.
8055
6460c400
GM
8056 * mail/rfc2368.el: New file.
8057
c0510d27
GM
8058 * simple.el (sendmail-user-agent-compose): Recognize a `body'
8059 header and insert its value as mail body.
8060
8061 * subr.el (member-ignore-case): New function.
8062
8063 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
8064 (dabbrev--find-expansion): Ignore buffers matching a regexp
8065 from dabbrev-ignored-regexps.
8066
0166aed1
GM
8067 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
8068 to extensions handled by gzip.
8069
c0510d27
GM
80702000-04-03 Richard M. Stallman <rms@gnu.org>
8071
8072 * files.el (insert-directory): List the total free space
8073 along with the used space.
fa78f71b 8074
c0510d27
GM
8075 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
8076 line is followed by one that matches CITATION-REGEXP, end the
8077 paragraph.
8078
80792000-04-03 Markus Rost <rost@delysid.gnu.org>
8080
8081 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
8082 (rmail-make-basic-summary-line): Use that option.
fa78f71b 8083
14c04384
KH
80842000-04-03 Kenichi Handa <handa@etl.go.jp>
8085
8086 * international/mule-cmds.el (encoded-string-description):
8087 Rewritten. Try pretty description for ISO 2022 escape sequences
3a100fd6
KH
8088 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
8089 for hexadecimal format.
14c04384 8090
ccf5869a
DL
80912000-04-01 Dave Love <fx@gnu.org>
8092
8093 * cpp.el: Change customization group to `c' from `C'.
8094
8095 * vcursor.el (vcursor-move): Use display-color-p.
8096
8097 * international/mule-util.el: Provide mule-utils.
8098 (string-to-sequence): Simplify and speed up.
8099
8100 * international/mule.el (make-coding-system): Purecopy doc-string.
8101
8102 * international/mule-cmds.el: Various menu changes.
8103 (describe-specified-language-support): Handle `Default'.
8104 (set-language-info): Purecopy `info'.
8105
610d841e
GM
81062000-03-31 Andrew Innes <andrewi@gnu.org>
8107
8108 * vc.el (vc-backend-diff): Return the correct status if we had to
8109 retry the rcsdiff command without the --brief option.
fa78f71b 8110
7f9de034
DL
81112000-03-31 Dave Love <fx@gnu.org>
8112
2de47765
DL
8113 * help.el (help-manyarg-func-alist): Correct several omissions.
8114
72838819
DL
8115 * add-log.el: Don't require cl, fortran.
8116 (add-log-current-defun-function): Doc fix.
8117 (change-log-version-number-regexp-list): Remove SCCS part. Doc
8118 fix.
8119 (change-log-version-rcs): Function deleted.
8120 (change-log-version-number-search): Doc fix. Use
8121 vc-workfile-version. Avoid CL dolist.
8122 (add-change-log-entry): Just call add-log-current-defun to get
8123 defun. Simplify somewhat.
8124 (change-log-get-method-definition-1): Likewise.
8125 (add-log-current-defun): Return nil if calling
8126 add-log-current-defun-function does so. Move Fortran stuff to
8127 fortran.el. Return string without properties.
8128
7f9de034
DL
8129 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
8130 and :alpha: char classes.
8131
8132 * mail/supercite.el: Defvar curline when compiling.
8133 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
8134 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
8135 rather than a-zA-Z0-9 to allow non-ASCII characters.
8136
aa110c0c
GM
81372000-03-31 Gerd Moellmann <gerd@gnu.org>
8138
8139 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
8140
8141 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
8142 Re-enable new code.
8143
8144 * lpr.el (print-region-1): Use -d to specify printer name for
8145 systems `usg-unix-v*, `dgux', `hpux', `irix'.
8146
81472000-03-31 Dave Love <fx@gnu.org>
fa78f71b 8148
aa110c0c
GM
8149 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
8150 for function definition in symbol's function value slot first
8151 instead of first consulting byte-compile-function-environment.
fa78f71b 8152
6733d074
KH
81532000-03-31 Kenichi Handa <handa@etl.go.jp>
8154
8155 * language/european.el ("Polish"): New language environment.
8156 (setup-polish-environment): New function.
8157
63fcfa04
GM
81582000-03-30 Gerd Moellmann <gerd@gnu.org>
8159
8160 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
8161 Disable new code.
8162
8163 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
8164 trying to `load' the symbol of an autoload instead of the file
8165 recorded in the autoload. Fix error messages.
8166
7438c86b
GM
81672000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8168
8169 * ps-print.el: PostScript programming fix for ghostview, doc fix.
8170 (ps-print-version): New version number (5.1.3).
8171 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
8172 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
8173 (ps-generate-postscript-with-faces): Code fix.
8174 (ps-color-values): XEmacs compatibility.
8175 (ps-print-background-image, ps-print-background-text, ps-printer-name)
8176 (ps-default-fg, ps-default-bg): Adjust customization.
8177 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
8178 (ps-color-scale): Renaming old ps-color-value fun.
8179 (ps-print-headers): Replace ps-print-header group to avoid conflict
8180 with ps-print-header variable.
8181 (ps-print-miscellany): New group.
8182 (ps-format-color, ps-rgb-color): New funs.
8183 (ps-default-foreground): New var.
8184 (ps-printer-name-option): New const.
fa78f71b 8185
326855a0
PB
81862000-03-30 Peter Breton <pbreton@ne.mediaone.net>
8187
1f56ba73
PB
8188 * net/net-utils.el:
8189 (network-connection-host, network-connection-service): New variables
8190 (network-connection-mode): New mode, derived from comint-mode
8191 (network-connection-mode-setup): New function, saves host and
fa78f71b 8192 service information in local variables.
1f56ba73 8193
326855a0
PB
8194 * lisp/locate.el:
8195 (locate-word-at-point): Added this function
8196 (locate): Default to using locate-word-at-point as input
8197 Run dired-mode-hook
8198
141384bd
DL
81992000-03-29 Dave Love <fx@gnu.org>
8200
8201 * calendar/appt.el: Doc fixes.
8202 (appt-check): Convert min-to-app to a string before passing to
8203 appt-disp-window-function or concat.
8204 (appt-delete-window): Remove test for frame-root-window.
8205 (appt-select-lowest-window, appt-convert-time): Simplify.
8206
8207 * emacs-lisp/bytecomp.el: Doc fixes.
8208 (byte-compile-file-form-autoload): Update
8209 byte-compile-function-environment.
8210
c5aa0fc2
AS
82112000-03-29 Andreas Schwab <schwab@suse.de>
8212
8213 * emacs-lisp/autoload.el: Also print defsubst doc string
8214 specially.
8215
8216 * dired.el (dired-insert-directory): If dired-free-space-program
8217 failed just delete its output.
8218
f1d6fe69
DL
82192000-03-29 Dave Love <fx@gnu.org>
8220
8221 * international/iso-cvt.el: Move provide to end. Doc fixes.
8222 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
8223 (iso-iso2sgml, iso-sgml2iso): New functions.
8224 (iso-cvt-define-menu): Fix some entries and use backquote for
8225 clarity.
8226
8227 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
8228
b61f1215
GM
82292000-03-28 Gerd Moellmann <gerd@gnu.org>
8230
8231 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
8232 ISO-DATE. If non-nil, return date in ISO 8601 format.
8233
ea4b0ca3
SM
82342000-03-26 Stefan Monnier <monnier@cs.yale.edu>
8235
3831af62
SM
8236 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
8237 if it ever becomes used.
8238 (log-edit-mode-hook): Default to vc-log-mode-hook.
8239 (log-edit-mode): Fix the docstring.
8240
ea4b0ca3
SM
8241 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
8242 the code.
8243
08f8b1cc
DL
82442000-03-26 Dave Love <fx@gnu.org>
8245
082527fe
DL
8246 * net/browse-url.el (browse-url): Re-fix case of
8247 browse-url-browser-function being an alist.
8248 (browse-url): Add :link to defgroup.
8249
08f8b1cc
DL
8250 * files.el: Doc fixes.
8251 (file-truename): Include `[' in wildcard characters.
8252 (automount-dir-prefix): Customize.
8253 (find-file-wildcards): Add :version.
8254 (find-file-noselect): Simplify a mapcar call.
8255
8256 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
8257 compatible with inf-lisp version.
8258 (eval-defun-1): Fix custom-declare-variable case.
8259
ea4b0ca3
SM
82602000-03-25 Stefan Monnier <monnier@cs.yale.edu>
8261
8262 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
8263
9a0dd3dc
GM
82642000-03-24 Gerd Moellmann <gerd@gnu.org>
8265
b68c375f
GM
8266 * Makefile (COMPILE_FIRST): New macro.
8267 (compile-files): Compile files from COMPILE_FIRST first.
8268
8269 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
8270 code.
8271
9a0dd3dc
GM
8272 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
8273 matching open parenthesis in column 0 to defun-prompt-regexp
8274 only if open-paren-in-column-0-is-defun-start is set.
8275
8276 * sun-curs.el: Require CL at compile-time only.
8277
8278 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
8279 instead of copy-list which is a function from CL.
8280 (msb--choose-menu, msb--mode-menu-cond)
8281 (msb--create-buffer-menu-2): Use dolist instead of mapc.
8282 (msb--init-file-alist): Use mapcar instead of mapcan.
8283 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
8284 `(' in column 0 in doc string.
8285 (msb--add-separators): Use mapcar instead of mapcan.
8286
8287 * cus-dep.el: Require CL at compile-time only.
8288
c7dcadb5
SM
82892000-03-24 Stefan Monnier <monnier@cs.yale.edu>
8290
8291 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
8292 (byte-compile-warnings): New warning `noruntime'.
8293 (byte-compile-constants, byte-compile-variables): Fix docstring.
8294 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
8295 execute `eval-whenc-compile's body.
8296 (byte-compile-unresolved-functions): Fix docstring.
8297 (byte-compile-eval): New function.
8298 (byte-compile-callargs-warn): Check if the function will be available
8299 at runtime (via property `byte-compile-noruntime').
8300 (byte-compile-print-syms): New function.
8301 (byte-compile-warn-about-unresolved-functions): Also warn about
8302 `noruntime' functions (and use `byte-compile-print-syms').
8303 (byte-compile-file): Capitalize the message.
8304
3b55acc9
GM
83052000-03-24 Gerd Moellmann <gerd@gnu.org>
8306
8307 * mail/rmail.el (rmail-confirm-expunge): New user-option.
8308 (rmail-expunge): Ask for confirmation depending on the setting
8309 of rmail-confirm-expunge.
8310
83112000-03-23 Gerd Moellmann <gerd@gnu.org>
8312
8313 * Makefile (bootstrap-clean): If $(emacs) exists, build
8314 loaddefs.el first. A loaddefs.el that's not up-to-date might
8315 cause a bootstrap failure because things don't autoload as
8316 expected.
8317
02c76af4
DL
83182000-03-23 Dave Love <fx@gnu.org>
8319
8320 * net/browse-url.el: Restore previous use of
8321 browse-url-maybe-new-window.
8322
1a3199d9
GM
83232000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8324
8325 * ps-print.el: Skip banner page fix.
8326 (ps-print-version): New version number (5.1.2).
8327 (ps-begin-file, ps-end-file, ps-generate): Code fix.
fa78f71b 8328
1a3199d9
GM
83292000-03-23 Dave Pearson <davep@davep.org>
8330
8331 * net/quickurl.el Changed the type of parameter passed to the
8332 function defined by `quickurl-format-function'. Before only the
8333 text of the URL was passed. Now the whole URL structure is passed
8334 and the function is responsible for extracting the parts it
8335 requires. Changed the default of `quickurl-format-function'
8336 accordingly.
8337 (quickurl-insert): Changed the `funcall' of
8338 `quickurl-format-function' to match the above change.
8339 (quickurl-list-insert): Changed the `url' case so that it makes
8340 use of `quickurl-format-function', previous to this the format was
8341 hard wired.
fa78f71b 8342
72db3ab5
GM
83432000-03-22 Gerd Moellmann <gerd@gnu.org>
8344
8345 * startup.el: Change some spellings for the X Window System.
8346
68049bfa
SM
83472000-03-22 Stefan Monnier <monnier@cs.yale.edu>
8348
8349 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
8350 up the code and the regexp and make sure the cursor is temporarily
8351 moved to the suspicious line while querying the user.
8352
ff4df011
JR
83532000-03-22 Jason Rumney <jasonr@gnu.org>
8354
8355 * w32-fns.el (w32-charset-info-alist): Initialize.
8356
ee1c5b21
GM
83572000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8358
8359 * ps-print.el: N-up last page fix.
8360 (ps-print-version): New version number (5.1.1).
8361 (ps-end-file, ps-end-job, ps-generate): Code fix.
fa78f71b 8362
d2cbfba0
SM
83632000-03-21 Stefan Monnier <monnier@cs.yale.edu>
8364
bfb857d8
SM
8365 * files.el (find-file-run-dired): Update docstring.
8366 (find-directory-functions): New hook.
8367 (find-file-noselect): Run find-directory-functions rather than
8368 calling dired directly.
8369
8370 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
8371
cb3430a1
SM
8372 * pcvs.el: Add a minimal leading commentary.
8373 (cvs-make-cvs-buffer): Change the header part by removing the startup
8374 message and adding a `Module' entry. Also replace the FOOTER and
8375 HEADER special fileinfos with the new support in ewoc for updating
8376 its own footer and header.
8377 (cvs-update-header): Update to use the header/footer of the ewoc.
8378 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
8379 (cvs-is-within-p): New function.
8380 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
8381 to only examine some subset of the buffers.
8382
8383 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
8384 `format' instead of our own ad-hoc functions.
8385 Remove HEADER and FOOTER cases, now handled in the EWOC.
8386 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
8387
8388 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
8389 output to avoid scaring the user.
8390 (cvs-parse-table): Catch message for non-up-to-date commits.
8391
8392 * pcvs-defs.el (cvs-startup-message): Remove.
8393 (cvs-global-menu): New autoloaded menu.
8394
8395 * pcvs-util.el (cvs-string-fill): Remove.
8396
8397 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
8398 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
8399 PP part of it and also make it work for footers and headers.
8400 (ewoc-create): Drop POS and BUFFER arguments.
8401 Use the DLL's dummy node to store the end-of-footer position.
8402 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
8403 (ewoc-refresh): Remove unused `header' variable.
8404 (ewoc-(get|set)-hf): New functions.
8405
d2cbfba0
SM
8406 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
8407 log-view-*-(message|file) and use easy-mmode-define-navigation.
8408 (log-view-message-re): Match SCCS format as well.
8409 And match the revision line rather than the dashed separator line.
8410 (log-view-mode): Use the new define-derived-mode.
8411 (log-view-current-tag): Fill in with an actual implementation.
8412
8413 * cvs-status.el (cvs-status-(prev|next)): Rename from
8414 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
8415 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
8416 to let the output "breathe" a little more (more readable).
8417 (cvs-status-mode): Use the new define-derived-mode.
8418
8419 * smerge-mode.el (smerge-auto-leave): New function and variable.
8420 (smerge-basic-map): Rename from smerge-basic-keymap.
8421 Change the bindings for smerge-diff-*.
8422 (smerge-*-map): Use easy-mmode-defmap.
8423 (smerge-(next|prev)): Use easy-mmode-define-navigation.
8424 (smerge-keep-*): Use smerge-auto-leave.
8425
51663132
JR
84262000-03-21 Jason Rumney <jasonr@gnu.org>
8427
8428 * cus-edit.el (custom-button-face): Use 3D look for w32.
8429 (custom-button-pressed-face): Likewise.
8430
3f6e4b8b
GM
84312000-03-21 Gerd Moellmann <gerd@gnu.org>
8432
8433 * progmodes/etags.el (tags-case-fold-search): New user-option.
8434 (tags-loop-eval): New function. Bind case-fold-search around eval
8435 depending on the value of tags-case-fold-search.
8436 (tags-loop-continue): Use tags-loop-eval.
8437 (find-tag-in-order): Bind case-fold-search depending on the value
8438 of tags-case-fold-search.
8439
c7ea3acc
SM
84402000-03-21 Stefan Monnier <monnier@cs.yale.edu>
8441
0ae39f53
SM
8442 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
8443 (diff-end-of-hunk): Return the end position for use in
8444 `easy-mmode-define-navigation'.
8445 (diff-recenter): Remove.
8446 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
8447 of `easy-mmode-define-navigation'.
8448 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
8449 previous renaming) and fix to use new names.
8450 (diff-merge-strings): Use \n as separator: simpler, faster.
8451 (diff-mode): Use `define-derived-mode'.
8452
c7ea3acc
SM
8453 * derived.el (define-derived-mode): Don't autoload anymore.
8454 Prefer the macro-only version provided by easy-mmode.el.
8455
8456 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
8457 `easy-mmode-define-derived-mode'.
8458 Use `combine-run-hooks'.
8459 (easy-mmode-define-navigation): New macro.
8460
8461 * subr.el (combine-run-hooks): New function.
8462
6c4bfdc0
KH
84632000-03-21 Kenichi HANDA <handa@etl.go.jp>
8464
8465 * term/x-win.el: Fontsets related initialization is simplified.
8466
8467 * international/mule-diag.el (describe-font): Don't refer to
8468 global-fontset-alist, instead call font-list.
8469 (describe-fontset, list-fontsets, mule-diag): Likewise.
8470 (print-fontset): Adjusted for the change of fontset
8471 implementation.
8472
8473 * international/fontset.el (x-charset-registries): Variable
8474 removed, instead the corresponding data is stored in the default
8475 fontset.
8476 (register-alternate-fontnames): Function removed.
8477 (resolved-ascii-font): Variable removed.
8478 (x-compose-font-name): Ignore the second argument REDOCE.
8479 (x-complement-fontset-spec): Complement only an ASCII font and
8480 element for those charsets than can use that ASCII font.
8481 (generate-fontset-menu): Don't refer to global-fontset-alist,
8482 instead call fontset-list.
8483 (uninstantiated-fontset-alist): Variable removed.
8484 (x-style-funcs-alist): Likewise.
8485 (fontset-default-styles): Likewise.
8486 (x-modify-font-name): Function removed.
8487 (create-fontset-from-fontset-spec): Ignore the argument
8488 STYLE-VARIANT.
8489 (create-fontset-from-ascii-font): Docsting adjusted for the above
8490 change.
8491 (instantiate-fontset, resolve-fontset-name): Functions removed.
8492 (fontset-list): Now implemented by C code.
fa78f71b 8493
6c4bfdc0
KH
8494 * faces.el (read-face-font): Fix TABLE arg to completing-read.
8495 (describe-face): Include `font' attribute in the description.
8496
9111d4b5
KH
84972000-03-21 Kenichi Handa <handa@etl.go.jp>
8498
8499 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
8500
b33dd3b0
GM
85012000-03-20 Gerd Moellmann <gerd@gnu.org>
8502
a25bbe00
GM
8503 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
8504 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
8505 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
fa78f71b 8506
b33dd3b0
GM
8507 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
8508 about behavior of set-buffer-modified-p wrt redisplay.
8509
8b7bc628 85102000-03-19 Richard M. Stallman <rms@gnu.org>
e53ae11c
RS
8511
8512 * view.el (view-mode-disable): Kill local binding of view-read-only.
8513
d7b511c4
GM
85142000-03-18 Gerd Moellmann <gerd@gnu.org>
8515
8516 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
8517 is a string, convert it to a syntax cell using string-to-syntax.
8518
8519 * simple.el (syntax-code-table, syntax-flag-table): New variables.
8520 (string-to-syntax): New function.
8521
8522 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
8523 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
b33dd3b0 8524 try to use passive ftp mode.
d7b511c4 8525
998ecc60
GM
85262000-03-17 Gerd Moellmann <gerd@gnu.org>
8527
b33dd3b0 8528 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
998ecc60
GM
8529
8530 * simple.el (append-to-buffer): Update point of windows after
8531 insertion.
8532
8533 * abbrev.el (inverse-add-abbrev): Identify word by first moving
8534 forward then moving backward. Reindent.
8535
8536 * frame.el (other-frame): Call x-focus-frame only if
8537 focus-follows-mouse is off.
8538
235d6821
DL
85392000-03-17 Dave Love <fx@gnu.org>
8540
8541 * pcvs-util.el (cvs-strings->string): Rename
8542 replace-regexps-in-string.
8543
a29a2cd1
SM
85442000-03-17 Stefan Monnier <monnier@cs.yale.edu>
8545
af595444
SM
8546 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
8547 regexp for labels cannot span several lines.
8548
8549 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
998ecc60 8550 `(setq :<key> ':<key>)' to the macro expansion.
a29a2cd1 8551
a9be2843
DL
85522000-03-16 Dave Love <fx@gnu.org>
8553
8554 * progmodes/f90.el (f90): Put custom group under `languages', not
8555 `fortran'.
8556 (f90-mode-hook): Customize.
8557 (f90-mode): Set add-log-current-defun-function.
8558 (f90-current-defun): New function.
8559
d0ab3e9d
GM
85602000-03-16 Gerd Moellmann <gerd@gnu.org>
8561
16b20ed9
GM
8562 * cus-edit.el (custom-variable-tag-face): Handle case that
8563 default face's height is not a number.
8564 (custom-face-tag-face, custom-group-tag-face-1)
8565 (custom-group-tag-face): Ditto.
8566 (custom-group-tag-face-1): Add :group.
fa78f71b 8567
d0ab3e9d
GM
8568 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
8569
ae8ab422
GM
85702000-03-15 Gerd Moellmann <gerd@gnu.org>
8571
8572 * pcvs-defs.el (toplevel): Remove autoload cookie for form
8573 requiring easymenu.
8574
81c7ca69
GM
85752000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8576
8577 * ps-print.el: PostScript user-defined prologue, PostScript error
8578 handler, doc fix.
8579 (ps-print-version): New version number (5.1).
8580 (ps-user-defined-prologue, ps-error-handler-message)
8581 (ps-print-prologue-0, ps-error-handler-alist): New vars.
8582 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
8583 (ps-insert-string): New function.
fa78f71b 8584
dcf1003d
KH
85852000-03-15 Kenichi Handa <handa@etl.go.jp>
8586
8587 * international/ccl.el (ccl-compile-expression): Don't generate
8588 invalid self-assignment code.
8589
73825616
DL
85902000-03-14 Dave Love <fx@gnu.org>
8591
8592 * subr.el (replace-regexp-in-string): Renamed from
8593 replace-regexps-in-string. Doc fix.
8594
031020ac
DL
85952000-03-12 Dave Love <fx@gnu.org>
8596
8597 * cus-edit.el: Doc fixes.
8598 (customize-set-variable, customize-save-variable): Rename args for
8599 doc.
8600 (custom-variable-tag-face, custom-face-tag-face)
8601 (custom-group-tag-face-1, custom-group-tag-face): Modify from
8602 style which user identify as hyperlink.
8603 (hook): Don't add undefined functions to the hook.
8604 (debug-ignored-errors): Transfer message from bindings.el.
8605
9b2f3c38
GM
86062000-03-12 Gerd Moellmann <gerd@gnu.org>
8607
8608 * recentf.el (recentf-keep-non-readable-files-p): Remove
8609 double/nested definition.
8610
0d6e23cf
DL
86112000-03-12 Dave Love <fx@gnu.org>
8612
8613 * facemenu.el (facemenu-get-face): Use display-color-p.
8614 * enriched.el (enriched-decode-foreground): Likewise.
8615 (enriched-decode-background): Likewise.
8616 * isearch.el (isearch-highlight): Likewise.
8617 * info-look.el (info-lookup): Likewise.
8618 * simple.el (completion-setup-function): Likewise.
8619
8620 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
8621 :options.
8622
8623 * bindings.el (mode-line-format): Fix line-number and
8624 column-number items. Add help-echo for the background.
8625 (mode-line-mule-info): Modify help-echo.
8626
8627 * avoid.el (mouse-avoidance-mode): Add autoload cookie to
8628 defcustom.
8629
8630 * files.el (load-file): Allow completion to .elc.
8631
8632 * man.el: Doc fixes.
8633 (Man-init-defvars): Use display-color-p to set fontification.
8634
8635 * play/hanoi.el (hanoi-internal): Don't use oddp.
8636
e1cff360
GM
86372000-03-12 Gerd Moellmann <gerd@gnu.org>
8638
8639 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
8640
8641 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
8642
5e5dff44
GM
86432000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
8644
8645 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
8646 Fix comment.
8647
5b467bf4
SM
86482000-03-10 Stefan Monnier <monnier@cs.yale.edu>
8649
83fef604
SM
8650 * font-lock.el (font-lock-keywords): Fix the doc now that
8651 regexp-opt-depth is unnecessary.
8652 (save-buffer-state): Set an edebug spec.
8653 (font-lock-fontify-anchored-keywords): Properly handle the case when
8654 the matcher goes past the limit.
8655
5b467bf4
SM
8656 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
8657 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
8658
83fef604
SM
8659 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
8660 dll.el and cookie.el (from Elib) with heavy renaming and other
8661 massaging.
5b467bf4
SM
8662
8663 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
8664 Autoload the functions used.
8665 (easy-mmode-define-syntax): Fix CL typo.
8666 (easy-mmode-define-derived-mode): Improve the docstring generation.
8667
d407456c
GM
86682000-03-10 Gerd Moellmann <gerd@gnu.org>
8669
8670 * textmodes/texinfo.el (texinfo-version): Variable and function
8671 removed.
8672
5a7a545c
SM
86732000-03-09 Stefan Monnier <monnier@cs.yale.edu>
8674
0d6e23cf
DL
8675 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
8676 allow more flexibility.
8677 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
8678 fns.
8679 (easy-mmode-defmap, easy-mmode-defsyntax)
8680 (easy-mmode-define-derived-mode): New macros.
5a7a545c 8681
d407456c 86822000-03-09 Didier Verna <didier@xemacs.org>
445b0666
DL
8683
8684 * rect.el (replace-rectangle): New function.
8685
86862000-03-09 Dave Love <fx@gnu.org>
8687
8688 * progmodes/fortran.el (fortran-comment-line-start): Define as
8689 "C".
8690 (fortran-comment-line-start-skip): Don't match cpp stuff.
8691 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
8692 (fortran-mode-map): Remove over-eager custom-menu-create for now.
8693 (fortran-mode): Don't set fortran-comment-line-start-skip,
8694 fortran-comment-line-start here. Set comment-start,
8695 add-log-current-defun.
8696 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
8697 (fortran-current-defun): New function.
8698
80460654
GM
86992000-03-09 Gerd Moellmann <gerd@gnu.org>
8700
d1221ea9
GM
8701 * emacs-lisp/re-builder.el: New file.
8702
1853aa6b
GM
8703 * mouse.el (mouse-drag-region): Don't run up-event handler
8704 if hscroll has changed.
8705
80460654
GM
8706 * octave-mod.el (octave-font-lock-keywords): To font-lock the
8707 builtin operators, use `font-lock-builtin-face' for Emacs and
8708 `font-lock-preprocessor-face' otherwise.
fa78f71b
SS
8709
8710 * font-lock.el (lisp-font-lock-keywords-1): Highlight
80460654
GM
8711 `(defun (setf foo)' differently.
8712
c0056275
SM
87132000-03-08 Stefan Monnier <monnier@cs.yale.edu>
8714
8715 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
80460654
GM
8716 (regexp-opt): Update comment and adapt the code the new meaning of
8717 the `paren' argument of regex-opt-group for shy-groups.
8718 (regexp-opt-depth): Handle shy groups as well as backslashed
8719 backslashes.
c0056275
SM
8720 (regexp-opt-group): Turn the leading comment into a docstring.
8721 Allow `paren' to be a string (the string to use to open a group).
80460654
GM
8722 Remove open-presuf and close-presuf. Instead of checking for `all
8723 one-char' and then later on check for `several one-char', handle
8724 both cases close together. Also apply a more generic algorithm
8725 for suffixes (the mirror image of the algorithm used for
8726 prefixes). Use shy-groups. Use nreverse rather than reverse.
c0056275
SM
8727 (regexp-opt-try-suffix): Removed.
8728
8729 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
80460654
GM
8730 from comint-mode-map, so we can just inherit from it. Also, move
8731 the initialization into the `defvar' since there's no docstring
8732 anyway and it's fairly short.
8733 (inferior-scheme-mode): Define it as derived-mode: the code is
8734 shorter and this way we inherit from comint-mode-map rather than
8735 copying it.
c0056275 8736
80460654
GM
8737 * subr.el (replace-regexps-in-string): Properly handle the case
8738 where we match an empty string.
c0056275 8739
80460654
GM
8740 * comint.el (comint-exec-1): Add the current-dir to the exec-path
8741 when the command has a directory component (such as "./testml").
c0056275
SM
8742 Also fix a typo in the comment.
8743
5e91ff9e
GM
87442000-03-08 Gerd Moellmann <gerd@gnu.org>
8745
feab4fba
GM
8746 * Makefile (compile-files): Compile files one by one because
8747 that's the only way to ensure a clean compilation environment for
8748 each individual file.
8749
5e91ff9e
GM
8750 * frame.el (other-frame): Call x-focus-frame.
8751
76162e12
DL
87522000-03-07 Dave Love <fx@gnu.org>
8753
f64ce788
DL
8754 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
8755 :require to defcustom.
8756
76162e12
DL
8757 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
8758 lists.
8759
8760 * files.el (auto-mode-alist): Add configure.in.
8761
8762 * progmodes/autoconf.el: New file.
8763
f7daf1e1
GM
87642000-03-07 Gerd Moellmann <gerd@gnu.org>
8765
8766 * mail/mh-e.el: Change maintainer to `none'.
8767
8768 * recentf.el (recentf-keep-non-readable-files-p): Quote args
8769 to remove-hook and add-hook.
8770
87712000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
8772
8773 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
8774 it as the default.
8775 (mail-send): Test mail-send-nonascii also for the new `mime' value.
8776 (sendmail-send-it): Conditionally add MIME headers specifying the
8777 used character set.
fa78f71b 8778
63f6b2c4
DL
87792000-03-07 Dave Love <fx@gnu.org>
8780
8781 * winner.el: Fix keywords, autoload cookies. Split
8782 eval-when-compile form to avoid compilation failure.
8783
8330e2f9
KH
87842000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
8785
8786 * international/mule.el: Modify comment about coding system
8787 property `coding-category'.
8788 (make-coding-system): New argument EOL-TYPE. Pay attention to
8789 coding-category property of PROPERTIES.
8790
8791 * international/mule-conf.el (coding-category-utf-8,
8792 coding-category-utf-16-be, coding-category-utf-16-le): New coding
8793 categories. Include them in the argument for set-coding-priority.
8794
8795 * international/mule-cmds.el (reset-language-environment): Include
8796 coding-category-utf-8, coding-category-utf-16-be, and
8797 coding-category-utf-16-le in the argument for set-coding-priority.
8798 (reset-language-environment): Initialize coding-category-utf-8,
8799 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
8800
18bb0684
GM
88012000-03-06 Karl Fogel <kfogel@red-bean.com>
8802
8803 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
8804 code abstracted out of `bookmark-jump-noselect'. Now tries info
8805 extensions as well as compression extensions.
8806 (bookmark-jump-noselect): Use above new func.
fa78f71b 8807
71a6ba55
GM
88082000-03-03 Gerd Moellmann <gerd@gnu.org>
8809
8810 * strokes.el: Change maintainer's mail address.
8811
0d56cdff
KH
88122000-03-03 Kenichi Handa <handa@etl.go.jp>
8813
8814 * international/mule-diag.el (list-character-sets): Make help-echo
8815 string by substitute-command-keys.
8816 (list-character-sets): Likewise.
8817 (sort-listed-character-sets): Call help-setup-xref.
8818
900fa1f1
GM
88192000-03-02 Gerd Moellmann <gerd@gnu.org>
8820
8821 * time.el (display-time-mail-file): Add `none' to the list of
8822 choices.
8823
54d04320
DL
88242000-03-01 Dave Love <fx@gnu.org>
8825
43f3fa09
DL
8826 * help.el (help-xref-go-back): Don't try to set position.
8827
54d04320
DL
8828 * international/mule-diag.el (list-character-sets): Call
8829 help-setup-xref. Add help-echo to xrefs.
8830 (list-character-sets-1): Add help-echo to xrefs.
8831
d054101f
GM
88322000-03-02 Gerd Moellmann <gerd@gnu.org>
8833
8834 * frame.el (blink-cursor-mode): Switch cursor on when turning
8835 the mode off.
8836
8837 * add-log.el (add-log-current-defun): Add support for
8838 Autoconf mode.
8839
8840 * mail/rmail.el (rmail-quit-hook): New variable.
8841
d77dae5c
DL
88422000-03-01 Dave Love <fx@gnu.org>
8843
e5f597f0
DL
8844 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
8845
d77dae5c
DL
8846 * help.el (help-xref-button): Add help-echo arg.
8847 (describe-function-1, describe-variable, help-make-xrefs): Use it.
8848
8849 * faces.el (list-faces-display): Supply help-echo with
8850 help-make-xrefs.
8851
8852 * facemenu.el (list-text-properties-at): Set help-xref-stack to
8853 nil.
8854
72d19d75
GM
88552000-03-01 Gerd Moellmann <gerd@gnu.org>
8856
2df636f4
GM
8857 * image.el (defimage): Look for image files in load-path.
8858
fa78f71b 8859 * frame.el (busy-cursor-delay-seconds): Change type to
72d19d75
GM
8860 `number'.
8861
2df636f4
GM
88622000-03-01 David Ponce <david.ponce@wanadoo.fr>
8863
8864 * recentf.el (recentf): Added version tag to the defgroup of
8865 recentf.
8866
88672000-03-01 David Ponce <david.ponce@wanadoo.fr>
8868
8869 * recentf.el (recentf-cleanup): Changed to remove excluded file
8870 too.
8871 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
8872 action to select/unselect a file.
8873 (recentf-edit-list): Code cleanup and improvement.
8874 (recentf-open-more-files-action): `recentf-open-more-files' button
8875 widget action to open a file.
8876 (recentf-open-more-files): No more use standard completion but
8877 widgets.
8878 (recentf-more-collection): Deleted.
8879 (recentf-more-history): Deleted.
8880 (recentf-setup-more-completion): Deleted.
8881
88822000-03-01 David Ponce <david.ponce@wanadoo.fr>
8883
8884 * recentf.el (recentf-mode): No more needs that Emacs is running
8885 under a window-system.
8886
88871999-03-01 David Ponce <david.ponce@wanadoo.fr>
8888
8889 * recentf.el (recentf-edit-list): New command to edit the recent
8890 list which allow the user to remove files.
8891 (recentf-edit-selected-items): New global variable, used by
8892 `recentf-edit-list' to hold the list of files to be removed from
8893 the recent list.
8894 (recentf-make-menu-items): Updated to display a "Edit list..."
8895 menu item. Minor code cleanup.
8896
88971999-03-01 David Ponce <david.ponce@wanadoo.fr>
8898
8899 * recentf.el (recentf-open-more-files): New command to open files
8900 that are not displayed in the menu.
8901 (recentf-more-collection): New global variable holding the set of
8902 permissible completions used by `recentf-open-more-files'.
8903 (recentf-more-history): New global variable holding the history list
8904 used by `recentf-open-more-files' completion.
8905 (recentf-setup-more-completion): New function to setup completion for
8906 `recentf-open-more-files'.
8907 (recentf-make-menu-items): Updated to display a "More..." menu item.
8908
89091999-03-01 David Ponce <david.ponce@wanadoo.fr>
8910
8911 * recentf.el (recentf-menu-action): Doc fixed.
8912
89131999-03-01 David Ponce <david.ponce@wanadoo.fr>
8914
8915 * recentf.el (recentf-menu-filter): Doc updated.
8916 (recentf-update-menu-hook): Allow menu filters to force menu update.
8917 (recentf-make-menu-items): New menu filter handling.
8918 (recentf-make-menu-item): New helper function.
8919 (recentf-menu-elements): New menu handling function.
8920 (recentf-sort-ascending): Updated to new menu filter handling.
8921 (recentf-sort-descending): Updated to new menu filter handling.
8922 (recentf-sort-basenames-ascending): New menu filter function.
8923 (recentf-sort-basenames-descending): New menu filter function.
8924 (recentf-show-basenames): New menu filter function.
8925 (recentf-show-basenames-ascending): New menu filter function.
8926 (recentf-show-basenames-descending): New menu filter function.
8927
72d19d75
GM
89282000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
8929
8930 * diary-lib.el (list-diary-entries): Don't try to go forward at
8931 the end of the buffer.
8932
1ac1c836
KH
89332000-02-29 Kenichi Handa <handa@etl.go.jp>
8934
8935 * international/mule-diag.el (list-character-sets): Completely
8936 rewritten.
8937 (sort-listed-character-sets): New function.
8938 (list-character-sets-1): Completely rewritten.
8939 (list-character-sets-2): New function.
8940 (non-iso-charset-alist): New variable.
8941 (decode-codepage-char): New function.
8942 (charset-history): New variable.
8943 (read-charset) (list-block-of-chars)
8944 (list-iso-charset-chars)
8945 (list-non-iso-charset-chars)
8946 (list-charset-chars): New functions.
8947 (mule-diag): Call list-character-sets-2, not
8948 list-character-sets-2.
8949 (dump-charsets): Likewise.
8950
ed4d0512
GM
89512000-02-29 Gerd Moellmann <gerd@gnu.org>
8952
72d19d75
GM
8953 * dired-x.el (dired-filename-at-point): Add `@' to valid
8954 file name characters.
8955 (dired-filename-at-point): Handle ange-ftp file names.
8956
ed4d0512
GM
8957 * frame.el (frame-notice-user-settings): Use assq-delete-all
8958 instead of assoc-delete-all.
8959 (frame-notice-user-settings): Ditto.
8960
8961 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
8962 Don't copy alist.
8963
32038c7a
GM
89642000-02-28 Eli Barzilay <eli@cs.cornell.edu>
8965
8966 * calculator.el (calculator-use-menu): New option.
8967 (calculator-initial-bindings): Changed some bindings to work as
8968 macros.
8969 (calculator-forced-input): Removed.
8970 (calculator-restart-other-mode): New variable.
8971 (calculator-mode-map): Set up menu.
fa78f71b 8972
32038c7a
GM
89732000-02-28 Jari Aalto <jari.aalto@poboxes.com>
8974
8975 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
8976 tags.
fa78f71b 8977
55d7ff38 89782000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
fa78f71b 8979
55d7ff38
MK
8980 * viper-cmd.el (viper-envelop-ESC-key): added the option to
8981 translate all ESC key sequences.
8982 (viper-goto-mark-subr): restore markers for files for which
8983 they were saved.
8984 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
8985 * viper-util.el (viper-set-replace-overlay-glyphs,
8986 viper-set-replace-overlay): always check if the replacement
8987 overlay is live.
8988 * viper.el (viper-vi-state-mode-list): added major modes.
8989 * ediff-wind.el: minor comment changes.
8990 * ediff.el: copyright notice date fix.
fa78f71b 8991
387023ee
JR
89922000-02-27 Jason Rumney <jasonr@gnu.org>
8993
8994 * faces.el (face-font-family-alternatives): Add arial to helv.
8995 (mode-line, header-line, tool-bar): Same default as x for w32.
8996 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
8997 face-font-family-alternatives from working.
8998 * term/w32-win.el (mouse-set-font): Do not build fontset from
8999 chosen font.
9000
f43d79c1
GM
90012000-02-25 Sam Steingold <sds@goems.com>
9002
5d80cc9c 9003 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
f43d79c1 9004 properly.
fa78f71b 9005
8b7bc628 90062000-02-25 Richard M. Stallman <rms@gnu.org>
f43d79c1
GM
9007
9008 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
9009
4eb8436f
GM
90102000-02-25 Gerd Moellmann <gerd@gnu.org>
9011
9012 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
9013 writable.
9014
449c3c52 9015 * frame.el (busy-cursor-delay-seconds): New option.
f5b58615 9016
42088c12
GM
90172000-02-24 Gerd Moellmann <gerd@gnu.org>
9018
9019 * frame.el (show-cursor-in-non-selected-windows): New option.
9020
c60ea02e
GM
90212000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
9022
9023 * diary-lib.el (include-other-diary-files): Undo the selective
9024 display in any included file and don't kill it.
9025
d066de8e
EZ
90262000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
9027
9028 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
9029 bar. Menu items converted to (menu-item format, help strings
9030 added.
9031 [downcase, upcase]: Don't enable on MS-DOS.
9032 [symlink, symlinks]: Don't show if make-symbolic-link is not
9033 bound.
9034 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
9035
b6906b38
DL
90362000-02-23 Dave Love <fx@gnu.org>
9037
275cf1b2
DL
9038 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
9039 (backward-kill-word): Revert addition of * to interactive spec --
9040 it's a feature.
9041
9042 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
9043 (backward-kill-sentence, kill-sentence): Likewise.
9044
99d48056
DL
9045 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
9046 scratch buffer name.
9047 (gud-format-command): Use int-to-string in ?l case. Simplify
9048 slightly.
9049
9050 * term/w32-win.el (internal-face-interactive): Update prompt for
9051 new read-face-name.
9052
9053 * mail/footnote.el (footnote): Add :version to defgroup.
9054 (footnote-section-tag-regexp): Customize.
9055 (footnote-start-tag, footnote-end-tag): New option.
9056 (footnote-latin-regexp): New variable.
9057 (Footnote-latin): New function.
9058 (footnote-style-alist): Add element for latin style.
9059 (footnote-style): Moved.
9060 (Footnote-goto-footnote): Use eq to test arg.
9061
9062 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
9063
b6906b38
DL
9064 * emacs-lisp/byte-opt.el: Change old backquote syntax.
9065 (byte-compile-trueconstp): Include keywords.
9066 (byte-optimize-quote, byte-optimize-lapcode): Use
9067 byte-compile-const-symbol-p.
9068 (byte-optimize-char-before): New optimization.
9069
9070 * emacs-lisp/bytecomp.el: Change old backquote syntax.
9071 (byte-compile-const-symbol-p): New function.
9072 (byte-compile-constp, byte-compile-out-toplevel)
9073 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
9074 Use it.
9075
9076 * subr.el (define-key-after): Default AFTER to t. Doc fix.
9077
214f877f
KH
90782000-02-23 Kenichi Handa <handa@etl.go.jp>
9079
c709bcf1
KH
9080 * international/encoded-kb.el: Be sure to update minor-mode-alist
9081 and minor-mode-map-alist.
9082 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
9083 codes SS2 and SS3 correctly.
9084 (encoded-kbd-self-insert-ccl): New function.
9085 (encoded-kbd-setup-keymap): New function.
9086 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
9087 by calling encoded-kbd-setup-keymap.
9088
214f877f
KH
9089 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
9090 characters.
9091 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
9092 locally.
9093
b021ef18
DL
90942000-02-22 Dave Love <fx@gnu.org>
9095
9096 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
9097 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
9098 defvar.
9099 (lisp-mode-syntax-table): Set up for #|...|# comments.
9100 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
9101 classes. Match `defface'.
9102 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
9103 (eval-defun-1): Fix for defcustom.
9104 (lisp-indent-region): Doc fix.
9105
9106 * subr.el (when, unless, split-string): Doc fix.
9107 (read-passwd): Move call of clear-this-command-keys to the right
9108 place.
9109 (replace-regexps-in-string): New function.
9110
14cc00ad
GM
91112000-02-22 Gerd Moellmann <gerd@gnu.org>
9112
9113 * help.el (describe-variable): Set syntax table to
9114 emacs-lisp-mode-syntax-table when moving forward over the
9115 symbol's name.
9116
47da5efa
DL
91172000-02-22 Dave Love <fx@gnu.org>
9118
9119 * xt-mouse.el: Doc fixes.
9120 (xterm-mouse-position-function): New function, replacing advice of
9121 mouse-position.
9122 (xterm-mouse-mode): Use it. Don't turn on under a window system.
9123
9124 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
9125
f0a6c717
GM
91262000-02-21 Gerd Moellmann <gerd@gnu.org>
9127
9128 * format.el (format-annotate-single-property-change): Handle
9129 properties.with dotted-list values.
9130 (format-proper-list-p): New function.
9131
9132 * enriched.el (enriched-face-ans): Handle '(foreground-color
9133 . COLOR) and (background-color . COLOR).
9134
2be80b63
DL
91352000-02-20 Dave Love <fx@gnu.org>
9136
9137 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
9138 and assignments to it.
9139 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
9140 current local map.
9141 (make-flyspell-overlay): Use it.
9142 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
9143
9144 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
9145 (lm-get-header-re): Defun, not defsubst.
9146 (lm-get-package-name): Defun, not defsubst. Simplify.
9147 (lm-version): Doc fix. Simplify.
9148 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
9149 (lm-crack-address, lm-last-modified-date, lm-commentary)
9150 (lm-verify, lm-synopsis): Simplify.
9151 (lm-report-bug): Require emacsbug. Use compose-mail.
9152
329eed9f
GM
91532000-02-20 Gerd Moellmann <gerd@gnu.org>
9154
9155 * dired.el (dired-mode): Call propertized-buffer-identification
9156 to set mode-line-buffer-identification to something having
9157 the right text properties.
9158
9159 * bindings.el (propertized-buffer-identification): New function.
9160
be5bb146
DL
91612000-02-20 Dave Love <fx@gnu.org>
9162
9163 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
9164 check for t-mouse too.
9165
9166 * cus-start.el: Make echo-keystrokes `number'.
9167
1d4311c3
EZ
91682000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
9169
9170 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
9171 Don't call ring-empty-p unless tags-location-ring is bound.
9172 From Noah Friedman <friedman@splode.com>.
9173
a23c5037
TTN
91742000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
9175
9176 * progmodes/hideshow.el (hs-flag-region): No longer use
9177 `intangible' overlay property.
9178
9179 (hs-toggle-hiding): New command.
9180 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
9181
9182 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
9183 Fix omission bug: Run `hs-minor-mode-hook' for both activation
9184 and deactivation.
9185
b6a22bf8
GM
91862000-02-18 Gerd Moellmann <gerd@gnu.org>
9187
9188 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
9189
d621caf7
GM
91902000-02-17 Gerd Moellmann <gerd@gnu.org>
9191
3c0ed7ce
GM
9192 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
9193
d621caf7
GM
9194 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
9195 of `*' to handle `(* ... *)' comments.
9196
538d88fb
EZ
91972000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
9198
53c80cf6 9199 * faces.el (list-faces-display): Use display-mouse-p instead of
f24fef2f 9200 window-system.
53c80cf6 9201
538d88fb
EZ
9202 * menu-bar.el (global-map): Menu-bar items converted to the new
9203 format (menu-item..., rearranged for better CUA compliance, and
9204 their names changed for better clarity. Help strings added.
9205
9206 * international/mule-cmds.el (mule-menu-keymap)
9207 (describe-language-environment-map, set-coding-system-map)
9208 (setup-language-environment-map): Convert to new (menu-item...
9209 form, add help strings. Change names of menu items for better
9210 clarity. "Mule" menu-bar item removed (it's now in the "Options"
9211 submenu).
9212
8389e1e2 92132000-02-17 Gerd Moellmann <gerd@gnu.org>
84fe35f0 9214
a23c5037 9215 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
8389e1e2 9216 within the code.
a23c5037 9217
8389e1e2 92182000-02-16 Dave Love <fx@gnu.org>
a23c5037 9219
84fe35f0
DL
9220 * faces.el: Don't require custom. Add more specific :groups to
9221 various deffaces.
9222 (set-face-attribute): Purecopy args.
9223 (read-face-name): Default to name at point and use it in prompt.
9224 Remove colon from arg in all callers.
9225 (list-faces-display): Hyperlink to face descriptions and customize
9226 buffers.
9227
b2aeee30
DL
92282000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
9229
9230 * wid-edit.el (widget-match-inline): An atom never matches a
9231 list.
9232
99e95407
GM
92332000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
9234
82d2c7c5
DL
9235 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
9236 at ':' characters by call to split-string.
99e95407
GM
9237
92382000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
9239
82d2c7c5 9240 * textmodes/bibtex.el: Added RCS version identification.
99e95407
GM
9241
92422000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
9243
82d2c7c5
DL
9244 * textmodes/bibtex.el: Some temporary comments removed.
9245 (bibtex-field-name, bibtex-entry-type): Made the relationship
9246 explicit.
9247 (bibtex-field-const): Allow capital letters.
9248 (bibtex-start-of-string): Deleted because unused.
9249
9250 * textmodes/bibtex.el: Unified some nomenclature. We no longer
9251 use the term 'reference' to describe a bibtex entry as a whole.
9252 Further, reference keys are no longer called 'labels'.
9253 (bibtex-keys): Renamed to bibtex-reference-keys.
9254 (bibtex-reformat-previous-labels): Renamed to
9255 bibtex-reformat-previous-reference-keys.
9256 (bibtex-reference-type): Renamed to bibtex-entry-type.
9257 (bibtex-reference-head): Renamed to bibtex-entry-head.
9258 (bibtex-reference-maybe-empty-head): Renamed to
9259 bibtex-entry-maybe-empty-head.
9260 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
9261 (bibtex-search-reference): Renamed to bibtex-search-entry.
9262 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
9263 bibtex-enclosing-entry-maybe-empty-head.
9264 (bibtex-entry-field-alist, bibtex-entry-head,
9265 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
9266 bibtex-map-entries, bibtex-search-entry,
9267 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
9268 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
9269 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
9270 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
9271 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
9272 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
9273 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
99e95407
GM
9274
92752000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
9276
82d2c7c5
DL
9277 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
9278 comment.
9279 (bibtex-format-field-delimiters): New function, functionality
9280 extracted from bibtex-format-entry.
9281 (bibtex-autokey-get-yearfield-digits): New function, functionality
9282 extracted from bibtex-autokey-get-yearfield.
9283
9284 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
9285 entries in order to avoid stack overflow in the regexp matcher if
9286 field contents become large.
9287 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
9288 bibtex-field-string-part-not-braced,
9289 bibtex-field-string-part-no-inner-braces,
9290 bibtex-field-string-part-1-inner-brace,
9291 bibtex-field-string-part-2-inner-braces,
9292 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
9293 bibtex-field-string-quoted, bibtex-field-string,
9294 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
9295 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
9296 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
9297 as parsing is now performed by the following functions.
9298 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
9299 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
9300 bibtex-parse-field-string, bibtex-search-forward-field-string,
9301 bibtex-parse-association, bibtex-field-name-for-parsing,
9302 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
9303 bibtex-search-forward-field, bibtex-search-backward-field,
9304 bibtex-start-of-field, bibtex-end-of-field,
9305 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
9306 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
9307 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
9308 bibtex-parse-string, bibtex-search-forward-string,
9309 bibtex-search-backward-string, bibtex-start-of-string,
9310 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
9311 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
9312 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
9313 entries. Instead of reporting the results of the parsing by
9314 match-beginning or match-end, these functions return data structures
9315 that hold the corresponding positions.
9316 (bibtex-enclosing-field): Changed to also report field boundaries by
9317 return values rather than by match-beginning or match-end. The
9318 following functions have been adapted to use the new parsing
9319 functions.
9320 (bibtex-skip-to-valid-entry, bibtex-search-reference,
9321 bibtex-enclosing-field, bibtex-format-entry,
9322 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
9323 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
9324 bibtex-print-help-message, bibtex-end-of-entry,
9325 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
9326 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
9327 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
9328 method for parsing.
9329 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
9330 bibtex-map-entries, bibtex-flash-head,
9331 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
9332 bibtex-autokey-change, bibtex-autokey-get-namefield,
9333 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
9334 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
9335 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
9336 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
9337 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
9338 order to make the new binding of case-fold-search immediately
9339 visible.
99e95407
GM
9340
93412000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
9342
82d2c7c5
DL
9343 * textmodes/bibtex.el: Copyright notice is up to date.
9344 Added constant 'bibtex-maintainer-salutation.
99e95407 9345
82d2c7c5
DL
9346 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
9347 than make-temp-name, use match-string-no-properties and eliminate
9348 a quadratic behavior when building bibtex-strings.
99e95407 9349
82d2c7c5
DL
9350 * bibtex.el (bibtex-reference-key): Accept string entries whose
9351 reference key contains upper case letters.
99e95407
GM
9352
93532000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
9354
82d2c7c5
DL
9355 * bibtex.el (bibtex-reference-head): Allow entries to start with
9356 a new line.
99e95407
GM
9357
93582000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
9359
82d2c7c5
DL
9360 * bibtex.el: Hiding of entry bodies is not longer provided by
9361 bibtex.el directly. Instead the hideshow package can be used.
9362 Added a special bibtex entry to hs-special-modes-alist.
9363 (bibtex-hs-forward-sexp): Added for hideshow.el.
8389e1e2
GM
9364
93652000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
9366
f24fef2f
SM
9367 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
9368 at ':' characters by call to split-string.
8389e1e2
GM
9369
93702000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
9371
f24fef2f 9372 * textmodes/bibtex.el: Added RCS version identification.
8389e1e2
GM
9373
93742000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
9375
f24fef2f
SM
9376 * textmodes/bibtex.el: Some temporary comments removed.
9377 (bibtex-field-name, bibtex-entry-type): Made the relationship
9378 explicit.
9379 (bibtex-field-const): Allow capital letters.
9380 (bibtex-start-of-string): Deleted because unused.
fa78f71b 9381
f24fef2f
SM
9382 * textmodes/bibtex.el: Unified some nomenclature. We no longer
9383 use the term 'reference' to describe a bibtex entry as a whole.
9384 Further, reference keys are no longer called 'labels'.
9385 (bibtex-keys): Renamed to bibtex-reference-keys.
9386 (bibtex-reformat-previous-labels): Renamed to
9387 bibtex-reformat-previous-reference-keys.
9388 (bibtex-reference-type): Renamed to bibtex-entry-type.
9389 (bibtex-reference-head): Renamed to bibtex-entry-head.
9390 (bibtex-reference-maybe-empty-head): Renamed to
9391 bibtex-entry-maybe-empty-head.
9392 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
9393 (bibtex-search-reference): Renamed to bibtex-search-entry.
9394 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
9395 bibtex-enclosing-entry-maybe-empty-head.
9396 (bibtex-entry-field-alist, bibtex-entry-head,
9397 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
9398 bibtex-map-entries, bibtex-search-entry,
9399 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
9400 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
9401 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
9402 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
9403 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
9404 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
9405 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
8389e1e2
GM
9406
94072000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
9408
f24fef2f
SM
9409 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
9410 comment.
9411 (bibtex-format-field-delimiters): New function, functionality
9412 extracted from bibtex-format-entry.
9413 (bibtex-autokey-get-yearfield-digits): New function, functionality
9414 extracted from bibtex-autokey-get-yearfield.
fa78f71b 9415
f24fef2f
SM
9416 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
9417 entries in order to avoid stack overflow in the regexp matcher if
9418 field contents become large.
9419 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
9420 bibtex-field-string-part-not-braced,
9421 bibtex-field-string-part-no-inner-braces,
9422 bibtex-field-string-part-1-inner-brace,
9423 bibtex-field-string-part-2-inner-braces,
9424 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
9425 bibtex-field-string-quoted, bibtex-field-string,
9426 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
9427 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
9428 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
9429 as parsing is now performed by the following functions.
9430 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
9431 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
9432 bibtex-parse-field-string, bibtex-search-forward-field-string,
9433 bibtex-parse-association, bibtex-field-name-for-parsing,
9434 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
9435 bibtex-search-forward-field, bibtex-search-backward-field,
9436 bibtex-start-of-field, bibtex-end-of-field,
9437 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
9438 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
9439 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
9440 bibtex-parse-string, bibtex-search-forward-string,
9441 bibtex-search-backward-string, bibtex-start-of-string,
9442 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
9443 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
9444 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
9445 entries. Instead of reporting the results of the parsing by
9446 match-beginning or match-end, these functions return data structures
9447 that hold the corresponding positions.
9448 (bibtex-enclosing-field): Changed to also report field boundaries by
9449 return values rather than by match-beginning or match-end. The
9450 following functions have been adapted to use the new parsing
9451 functions.
9452 (bibtex-skip-to-valid-entry, bibtex-search-reference,
9453 bibtex-enclosing-field, bibtex-format-entry,
9454 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
9455 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
9456 bibtex-print-help-message, bibtex-end-of-entry,
9457 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
9458 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
9459 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
9460 method for parsing.
9461 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
9462 bibtex-map-entries, bibtex-flash-head,
9463 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
9464 bibtex-autokey-change, bibtex-autokey-get-namefield,
9465 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
9466 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
9467 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
9468 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
9469 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
9470 order to make the new binding of case-fold-search immediately
9471 visible.
8389e1e2
GM
9472
94732000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
9474
f24fef2f
SM
9475 * textmodes/bibtex.el: Copyright notice is up to date.
9476 Added constant 'bibtex-maintainer-salutation.
fa78f71b 9477
f24fef2f
SM
9478 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
9479 than make-temp-name, use match-string-no-properties and eliminate
9480 a quadratic behavior when building bibtex-strings.
fa78f71b 9481
f24fef2f
SM
9482 * bibtex.el (bibtex-reference-key): Accept string entries whose
9483 reference key contains upper case letters.
8389e1e2
GM
9484
94852000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
9486
f24fef2f
SM
9487 * bibtex.el (bibtex-reference-head): Allow entries to start with
9488 a new line.
8389e1e2
GM
9489
94902000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
9491
f24fef2f
SM
9492 * bibtex.el: Hiding of entry bodies is not longer provided by
9493 bibtex.el directly. Instead the hideshow package can be used.
9494 Added a special bibtex entry to hs-special-modes-alist.
9495 (bibtex-hs-forward-sexp): Added for hideshow.el.
99e95407
GM
9496
94972000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
9498
82d2c7c5 9499 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
99e95407
GM
9500 proceedings entry type (for cross referencing). Thanks to Wagner
9501 Toledo Correa for the suggestion.
9502
82d2c7c5 9503 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
99e95407 9504
eae61d8f
KH
95052000-02-14 Kenichi Handa <handa@etl.go.jp>
9506
9507 * international/characters.el: Setup case table for Vietnamese.
9508
fb07a302
GM
95092000-02-12 Gerd Moellmann <gerd@gnu.org>
9510
9511 * uniquify.el (toplevel): Require CL at compile time.
9512 (uniquify-push): Removed.
9513
9514 * shadowfile.el (shadow-when): Removed.
9515
9516 * tempo.el (tempo-dolist, tempo-mapc): Removed.
9517 (tempo-process-and-insert-string): Use dolist instead of
9518 tempo-dolist.
9519
9520 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
9521 regexp for paragraph-start.
9522
9523 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
9524 commas as well.
9525
a0eddf92
DL
95262000-02-10 Dave Love <fx@gnu.org>
9527
9528 * wid-edit.el: (widgets) [defgroup]: Remove url link.
9529 (widget-color-choice-list, widget-color-history, widget-mouse-help):
9530 Deleted.
9531 (widget-specify-field, widget-specify-button): Don't use
9532 widget-mouse-help as help-echo property.
9533 (default): Use #'ignore for :validate and :mouse-down-action.
9534 (checkbox): Add help-echo.
9535 (widget-sexp-validate): Rewritten to clarify error messages.
9536 (character): Use char-valid-p in :match function.
9537 (widget-color-complete): Use facemenu-color-alist.
9538 (widget-color-action): Use facemenu-read-color.
9539
9540 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
9541 set up `caar' &c that we now have.
9542
82d2c7c5
DL
95432000-02-09 Ray Blaak <blaak@gnu.org>
9544
9545 * delphi.el: Make resourcestring a declaration region, like const
9546 and var.
9547
6cbc1482
DL
95482000-02-09 Dave Love <fx@gnu.org>
9549
9550 * bindings.el (mode-line-input-method-map): New variable.
9551 (mode-line-mule-info): Use it; fix last change.
9552 (mode-line-mode-menu): Move definition.
9553 (mode-line-mouse-sensitive-p): Deleted.
9554 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
9555 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
9556 level.
9557
9558 * startup.el (command-line-1): Don't call
9559 make-mode-line-mouse-sensitive.
9560
f7136ee8
GM
95612000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
9562
9563 * mail/rmail.el (rmail-retry-failure): Use
9564 rmail-beginning-of-message before rmail-toggle-header, because the
9565 former toggles headers.
9566
6e1d0d15
SM
95672000-02-06 Stefan Monnier <monnier@cs.yale.edu>
9568
fef8c55b
SM
9569 * diff-mode.el (diff-kill-junk): New interactive function.
9570 (diff-reverse-direction): Use delete-and-extract-region.
9571 (diff-post-command-hook): Restrict the area so that the hook also works
9572 outside of any diff hunk. This is necessary for the minor-mode.
9573 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
9574 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
9575
6e1d0d15
SM
9576 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
9577 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
9578 so that it can be used more easily in <foo>-mode-hook. Also make sure
9579 to avoid duplicate entries.
9580 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
9581 (font-lock-remove-keywords): Just as was done for `add', allow it to
9582 work even if font-lock-mode is nil. Also make sure we don't modify
9583 any pre-existing list by forcing a copy-sequence. Finally rename
9584 `major-mode' to `mode'.
9585 (font-lock-fontify-syntactic-anchored-keywords)
9586 (font-lock-fontify-anchored-keywords)
9587 (font-lock-fontify-keywords-region): Use line-end-position.
9588 Don't make `font-lock-multiline' local (it's now done in
9589 font-lock-set-defaults).
9590 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
9591 move the `font-lock-fontified' creation to inside the `unless'.
9592
a75dfea0
AI
95932000-02-06 Andrew Innes <andrewi@gnu.org>
9594
9595 * term/w32-win.el (x-handle-args): Comment out call to message,
9596 which occurs before window system is initialized.
9597
9598 * makefile.nt: Add support for recompiling lisp code.
9599
b85e9462
DL
96002000-02-04 Dave Love <fx@gnu.org>
9601
9ff33afb
DL
9602 * bindings.el (mode-line-mule-info): Fix/extend last change.
9603
b85e9462
DL
9604 * completion.el: Replace completion-dolist with dolist.
9605
9606 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
9607 dotimes.
9608
44dff075
CD
96092000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
9610
9611 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
9612 environment names before they go into the section regexp.
9613
9614 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
9615 char class in regexp.
9616
9617 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
9618 `case-fold-search' to nil.
9619
9620 * progmodes/idlwave.el (idlwave-template): Respect
9621 `idlwave-abbrev-change-case'.
9622 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
9623 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
9624 idlwave-while): respect `idlwave-reserved-word-upcase'.
9625 (idlwave-rw-case): New function.
9626 (idlwave-statement-match): Fixed problem with assignment regexp.
9627 (idlwave-font-lock-keywords): Improved regexp for keyword
9628 parameters.
a23c5037 9629 (idlwave-surround): New argument LENGTH to support padding of
44dff075
CD
9630 operators longer than 1 char.
9631
9632 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
9633 idlwave-shell-expression-overlay. Implemented printing of
9634 expressions on higher levels of the calling stack.
9635 (idlwave-shell-display-level-in-calling-stack): Restore stack
9636 level.
9637 (idlwave-retrieve-expression-from-level): New function.
9638 (idlwave-shell-last-calling-stack): Variable removed.
9639 (idlwave-shell-reset): Argument action reversed (`visible' to
9640 `hidden'). Also remove stop-line overlay.
9641 (idlwave-shell-calling-stack-routine): New variable.
9642 (idlwave-shell-parse-stack-and-display): Messages now display
9643 negative level numbers.
9644 (idlwave-shell-mode): Set `modeline-format'.
9645 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
9646 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
9647 21.
9648 (idlwave-shell-print-expression-function): New option.
a23c5037 9649
44dff075
CD
9650 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
9651 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
9652 `tool-bar' instead of `toolbar'.
9653
f26c34fd
DL
96542000-02-02 Dave Love <fx@gnu.org>
9655
9656 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
9657 emacs-lisp-mode-hook. Don't check for defalias being defined.
9658
9659 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
9660 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
9661 the new builtins directly.
9662
9663 * whitespace.el (whitespace): Add :version to defgroup.
9664
9665 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
9666 Doc fix.
9667
9668 * thingatpt.el (sexp-at-point, symbol-at-point)
9669 (number-at-point, list-at-point): Add autoload cookie.
9670
9671 * recentf.el (recentf): Add :version to defgroup.
9672
9673 * quickurl.el (quickurl): Add :version to defgroup.
9674
9675 * elide-head.el (elide-head): Use point-marker more.
9676
9677 * bs.el (bs): Add :version to defgroup.
9678
9679 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
9680
9681 * progmodes/delphi.el (delphi): Add :version to defgroup.
9682
d240a249
GM
96832000-02-02 Gerd Moellmann <gerd@gnu.org>
9684
9685 * ange-ftp.el (ange-ftp-write-region): Handle case that
9686 succeeding process operation sets a different coding system.
9687
9688 * calculator.el: New file.
9689
d5179a01
EZ
96902000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
9691
9692 * frame.el (frames-on-display-list, framep-on-display): New
9693 functions.
9694 (display-mouse-p, display-popup-menus-p, display-graphic-p)
9695 (display-selections-p, display-screens, display-pixel-width)
9696 (display-pixel-height, display-mm-width, display-mm-height)
9697 (display-backing-store, display-save-under, display-planes)
9698 (display-color-cells, display-visual-class): New functions.
9699
9700 * term/tty-colors.el (tty-color-gray-shades): New function.
9701
9702 * faces.el (display-color-p): Use framep-on-display.
9703 (display-grayscale-p): New function.
9704
968e00f0
DL
97052000-01-31 Dave Love <fx@gnu.org>
9706
9707 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
9708 (create-fontset-from-x-resource): Don't concat integers.
9709
2cb750ba
GM
97102000-01-31 Inge Frick <inge@nada.kth.se>
9711
9712 * view.el: Some changes in documentation. Removed some trailing
9713 whitespace. Changed some parameter names to agree with
9714 documentation.
9715 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
9716 window is not deleted. Modifies change 1998-04-26.
a23c5037 9717
74e9213b
GM
97182000-01-31 Gerd Moellmann <gerd@gnu.org>
9719
47569935
GM
9720 * windmove.el: New file.
9721
74e9213b
GM
9722 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
9723 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
2cb750ba 9724 progmodes/ebnf-yac.el: Update copyright and license info.
a23c5037 9725
74e9213b
GM
9726 * jit-lock.el (jit-lock-function): Widen before calculating end
9727 position.
9728 (jit-lock-stealth-chunk-start): Rewritten.
9729
9730 * info.el (Info-title-face-alist): Removed.
9731 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
9732 faces.
9733 (Info-fontify-node): Use these faces.
9734
994c5afe
GM
97352000-01-30 Gerd Moellmann <gerd@gnu.org>
9736
9737 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
9738 (cl-macro-list1): Recognize `&allow-other-keys' instead of
9739 `&allow-other-keywords'.
9740
9741 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
9742 the list of directories scanned heuristically.
9743
9744 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
9745 exist.
9746
f00276e3
JR
97472000-01-30 Jason Rumney <jasonr@gnu.org>
9748
9749 * w32-fns.el: Define w32-tty-standard-colors.
9750
9751 * startup.el (command-line): Use w32-tty-standard-colors when in
9752 w32 console mode.
9753
cc4dfff0
DL
97542000-01-30 Dave Love <fx@gnu.org>
9755
e645e77b
DL
9756 * jka-compr.el (jka-compr-load): Fix up load-history.
9757
cc4dfff0
DL
9758 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
9759
9760 * emacs-lisp/cl-macs.el: Revert previous change.
9761
16215eb0
DL
97622000-01-29 Dave Love <fx@gnu.org>
9763
9764 * facemenu.el: Purecopy various strings.
9765
9766 * timezone.el (timezone-fix-time): Window against 69 for two-digit
9767 years. Deal with three-digit years.
9768
9769 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
9770 defconst, purecopy.
9771 (help-back-label): Purecopy it.
9772
bbd9b566
GM
97732000-01-18 Gerd Moellmann <gerd@gnu.org>
9774
9775 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
9776 variable. If non-nil, order the buffer list according to the
9777 currently selected frame.
9778 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
9779 non-nil, pass the selected frame to function buffer-list.
a23c5037 9780
887448e1
GM
97812000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9782
9783 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
9784
7df85084
DL
97852000-01-28 Dave Love <fx@gnu.org>
9786
142e109c
DL
9787 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
9788
7df85084
DL
9789 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
9790 Don't use lisp-indent-hook property.
9791 (cl-abs): Remove.
9792
9793 * subr.el: Move out indent and edebug specs for when and unless.
9794
9795 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
9796 when, unless.
9797
9798 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
9799 unless, when.
9800
3b43c01c
GM
98012000-01-28 Gerd Moellmann <gerd@gnu.org>
9802
d060bc9f
GM
9803 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
9804 `collecting' as synonym for `collect'.
9805
9806 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
9807 for the case it contains spaces.
9808
9809 * simple.el (what-cursor-position): Change formatting of
9810 messages.
9811
b02786f9
GM
9812 * frame.el (delete-other-frames): New function.
9813 (toplevel): Bind it to C-x 5 1.
9814
efd68b8a
GM
9815 * sort.el (sort-numeric-base): New option.
9816 (sort-numeric-fields): If number starts with `0' or `0[xX[',
9817 interpret it as octal or hexadecimal. Use sort-numeric-base
9818 as default base.
9819
3b43c01c
GM
9820 * progmodes/glasses.el: New file.
9821
984ae001
GM
98222000-01-27 Gerd Moellmann <gerd@gnu.org>
9823
a0b796e3
GM
9824 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
9825 userids differently.
9826
984ae001
GM
9827 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
9828 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
9829 progmodes/ebnf-yac.el: New files.
9830
6c67ddee
DL
98312000-01-26 Dave Love <fx@gnu.org>
9832
9833 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
9834 on a function with an empty body. [From Eric Ludlam.]
9835
4e6473c8
GM
98362000-01-25 Andre Spiegel <spiegel@gnu.org>
9837
9838 * vc.el (vc-version-diff): Make sure file name is expanded.
9839
e12489f9
GM
98402000-01-25 Gerd Moellmann <gerd@gnu.org>
9841
9842 * scroll-bar.el (scroll-bar-timer): Variable removed.
9843 (scroll-bar-toolkit-scroll): Don't use a timer.
9844
8dbe2b07
KH
98452000-01-25 Kenichi Handa <handa@etl.go.jp>
9846
9847 * language/thai-util.el (thai-composition-function): Delete
9848 superfluous `a'.
9849
26ef1c87
DL
98502000-01-24 Dave Love <fx@gnu.org>
9851
9852 * fortran.el (fortran-mode): Use beginning-of-defun-function,
9853 end-of-defun-function.
9854
9855 * font-lock.el (turn-on-font-lock): Don't depend on window-system
9856 &c.
9857
7ed4e9a7
JR
98582000-01-22 Jason Rumney <jasonr@gnu.org>
9859
9860 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
9861 conflicts with new face support.
9862
8b7bc628 98632000-01-22 Richard M. Stallman <rms@gnu.org>
d2ce3151
RS
9864
9865 * replace.el (query-replace): Rename last arg to DELIMITED.
9866 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
9867 (query-replace-regexp): Likewise.
9868
8b7bc628 98692000-01-20 Richard M. Stallman <rms@gnu.org>
2d5e9b54 9870
02b14400
RS
9871 * subr.el (with-syntax-table): Use make-symbol, not gensym.
9872
5bb6f079
RS
9873 * emacs-lisp/lisp.el (beginning-of-defun-function):
9874 Variable renamed from beginning-of-defun.
9875 Do not call make-variable-buffer-local.
9876 (beginning-of-defun-raw): Use new variable name; doc fix.
9877 (beginning-of-defun): Doc fix.
9878 (end-of-defun-function): Variable renamed from end-of-defun.
9879 Do not call make-variable-buffer-local.
9880 (end-of-defun): Use new variable name; doc fix.
9881
02b14400
RS
9882 * subr.el (dolist, dotimes): Copied from cl-macs.el
9883 and made to work.
2d5e9b54 9884
a23c5037 9885 * mail/undigest.el (rmail-digest-end-regexps):
2d5e9b54
RS
9886 Variable replaces rmail-digest-end-regexp.
9887 Allows multiple regexps for detecting the end line.
9888 (undigestify-rmail-message): Corresponding changes.
9889
60af03f1
DL
98902000-01-19 Dave Love <fx@gnu.org>
9891
fe5d99e1
DL
9892 * files.el (user-init-file): Don't declare here -- is primitive.
9893
60af03f1
DL
9894 * startup.el (command-line): Check for compiled user-init-file and
9895 set to uncompiled version if necessary.
9896
72dbbc7d
GM
98972000-01-18 Gerd Moellmann <gerd@gnu.org>
9898
6a1950ec
GM
9899 * mail/undigest.el (rmail-digest-end-regexp): New user option.
9900 (undigestify-rmail-message): Use it.
9901
72dbbc7d
GM
9902 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
9903
fbe91bbd
GM
99042000-01-17 Gerd Moellmann <gerd@gnu.org>
9905
9906 * tmm.el (tmm-goto-completions): Adapt to prompt being part
9907 of mini-buffer.
9908
33a6685b
GM
99092000-01-14 Gerd Moellmann <gerd@gnu.org>
9910
b3303df7
GM
9911 * emacs-lisp/copyright.el (copyright-update): Removed the
9912 requirement for a trailing space from `copyright-regexp', to
9913 support copyrights with owner specified on a separate line..
a23c5037 9914
3c4c8064
GM
9915 * align.el: New file.
9916
33a6685b
GM
9917 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
9918
9919 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
9920
044a4975
DL
99212000-01-13 Dave Love <fx@gnu.org>
9922
9923 * ph.el: Removed. (Obsoleted by EUDC.)
9924
0a352cd7
GM
99252000-01-13 Gerd Moellmann <gerd@gnu.org>
9926
9927 * net/eudc.el (toplevel): Remove autoloaded code installing
9928 menu with easymenu, because that causes build problems.
9929
9930 * frame.el (frame-notice-user-settings): New variable.
9931 (frame-notice-user-settings): Don't modify frame parameters
9932 if called a second time.
9933
8b7bc628 99342000-01-13 Richard M. Stallman <rms@gnu.org>
0a352cd7
GM
9935
9936 * frame.el (frame-notice-user-settings):
9937 Notice default-frame-parameters even for non-window frames.
9938
feb450e0
GM
99392000-01-13 Gerd Moellmann <gerd@gnu.org>
9940
9941 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
9942 for Emacs.
9943 (eudc-bob-can-display-inline-images): Extend for Emacs.
9944 (eudc-bob-toggle-inline-display): Ditto.
9945 (eudc-bob-display-jpeg): Ditto.
9946
99c6d63b
GM
99472000-01-12 Gerd Moellmann <gerd@gnu.org>
9948
7970b229
GM
9949 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
9950 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
9951 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
a23c5037 9952
e4936aa9
GM
9953 * add-log.el (add-change-log-entry): Fix error trying an `(insert
9954 nil)'.
9955
9956 * subdirs.el: Add `net' directory.
9957
133c9e59
GM
9958 * net: New directory.
9959
99c6d63b
GM
9960 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
9961 eval-last-sexp. Don't bind debug-on-error here.
9962 (eval-last-sexp): New function. Bind debug-on-error if
9963 eval-expression-debug-on-error is non-nil.
9964 (eval-defun-2, eval-defun): Likewise.
9965
9966 * simple.el (eval-expression): Don't bind debug-on-error if
9967 eval-expression-debug-on-error is nil. Detect changed
9968 debug-on-error, and propagate new value to global binding, if
9969 eval-expression-debug-on-error is non-nil,
9970 (eval-expression-debug-on-error): Change doc string.
a23c5037 9971
8b7bc628 99722000-01-11 Richard M. Stallman <rms@gnu.org>
83c8f461
RS
9973
9974 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
9975
9976 * emacs-lisp/lisp-mode.el (with-syntax-table):
9977 Set up lisp-indent-function property.
9978
9979 * subr.el (with-syntax-table): Moved from simple.el.
9980
9981 * simple.el (with-syntax-table): Moved to subr.el.
9982
7e3c74fa
GM
99832000-01-11 Gerd Moellmann <gerd@gnu.org>
9984
1fab1775
GM
9985 * tmm.el (tmm-shortcut): Delete region after prompt instead
9986 of erasing buffer.
9987
7e3c74fa 9988 * textmodes/fill.el (fill-common-string-prefix): New function.
133c9e59
GM
9989 (fill-context-prefix): Use the longest common prefix of first
9990 and second line fill prefix, if there is one.
7e3c74fa 9991
8b7bc628 99922000-01-11 Richard M. Stallman <rms@gnu.org>
782bd3ec
RS
9993
9994 * array.el (array-mode): Don't use make-variable-buffer-local.
9995 Use make-local-variable for `truncate-lines'.
9996
aa705642 99972000-01-11 Jari Aalto <jari.aalto@poboxes.com>
57df2446 9998
aa705642
GM
9999 * add-log.el (add-log-current-defun): Handle user-defined
10000 add-log-current-function returning nil,
a23c5037 10001
57df2446 10002 * add-log.el (add-change-log-entry): Insert version number
aa705642 10003 if having found a current function
c1356086
GM
10004
10005 * add-log.el (add-log-current-defun): Call
10006 `add-log-current-defun-function'. Try matches at level 0 and
10007 level 1. Strip whitespace from defun found.
a23c5037 10008
1d8c59e9
RS
100092000-01-10 John Wiegley <johnw@gnu.org>
10010
10011 * allout.el (isearch-done/outline-provisions): Added `edit'
10012 argument to correspond with the current definition of
10013 `isearch-done'.
10014
8cf87e9b
DL
100152000-01-10 Dave Love <fx@gnu.org>
10016
10017 * elide-head.el (elide-head): Use point-marker, not point.
10018
9050446c
GM
100192000-01-10 Gerd Moellmann <gerd@gnu.org>
10020
8321b22a
GM
10021 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
10022 before and after the year 2000.
a23c5037 10023
9050446c
GM
10024 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
10025 Add ispell- prefix.
10026
100272000-01-10 Ken Stevens <k.stevens@ieee.org>
10028
10029 * ispell.el: Only define dictionaries in menus when they exist.
10030 (version18p): New variable.
10031 (version20p): New variable.
10032 (xemacsp): New variable.
10033 (ispell-choices-win-default-height): Fix for XEmacs visibility.
10034 (ispell-dictionary-alist1): Added Brasileiro dictionary.
10035 (ispell-dictionary-alist6): Russian command lines no longer accept
f24fef2f 10036 run-together words.
9050446c
GM
10037 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
10038 (ispell-dictionary-alist): Add koi8-r to customize definition.
10039 (check-ispell-version): Added documentation string. Returns
f24fef2f 10040 library path when called non-interactively.
9050446c
GM
10041 (ispell-menu-map-needed): Uses new variables.
10042 (ispell-library-path): New variable.
10043 (ispell-decode-string): XEmacs fix for bogus variable bindings.
10044 (ispell-word): Improved documentation string. Test for valid
10045 character mappings. Correctly check typed in word changes that can
10046 result in single words split into multiple words. Returns
10047 replacement word.
10048 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
10049 replace in recursive query replace mode. Help message for
10050 recursive edit mode.
10051 (ispell-show-choices): Protect against bad framepop bindings.
10052 (ispell-help): Fix to work with XEmacs.
10053 (ispell-highlight-spelling-error): Use new variables.
10054 (ispell-overlay-window): Fix to work with XEmacs.
10055 (ispell-parse-output): Passed and returns location information
10056 tracking spelling corrections. Doesn't recheck same word on
10057 current line.
10058 (ispell-init-process): Protect against bogus XEmacs variable binding.
10059 Fix call to single argument in sleep-for. Use new variables.
10060 (ispell-region): Passed and returns location information tracking
10061 spelling corrections. Doesn't check same word on current line.
10062 Improved documentation string. Doesn't resend a line already
10063 checked to the ispell process - fixes bug in LaTeX parsing.
10064 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
10065 (ispell-skip-region): No longer skips <TT> in SGML.
10066 (ispell-process-line): Tracks location information with spelling
10067 corrections. Added documentation string. Accounts for words
10068 already accepted on this line. Don't allow query-replace on line
10069 starting with math characters. Doesn't resend a line already sent
10070 to ispell process. Fixes alignment error bug.
a23c5037 10071
8b7bc628 100722000-01-10 Richard M. Stallman <rms@gnu.org>
6d0c28f4 10073
a23c5037 10074 * dired-x.el (dired-guess-shell-alist-default):
8f3efb4e
RS
10075 Suggest xloadimage, which is free, not xv, which isn't.
10076
a23c5037 10077 * ange-ftp.el (ange-ftp-file-name-nondirectory):
6d0c28f4
RS
10078 Don't ever include the host name or user name in the value.
10079
9ed79f5d
GM
100802000-01-09 Gerd Moellmann <gerd@gnu.org>
10081
10082 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
10083 of a real newline.
10084
b950abb1
GM
100852000-01-09 Stephen Eglen <stephen@gnu.org>
10086
a23c5037 10087 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
b950abb1
GM
10088 for .png files.
10089
3c708e98
GM
100902000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
10091
10092 * cus-edit.el (custom-hook-convert-widget): Fix comment.
10093
bf61662d
GM
100942000-01-09 Gerd Moellmann <gerd@gnu.org>
10095
f1d851ae
GM
10096 * progmodes/cperl-mode.el: Replace ^F with ^L.
10097
bf61662d 10098 * sendmail.el (toplevel): Provide `sendmail' when compiling
a23c5037 10099 before `require'ing rmail and mailalias to prevent infinite
bf61662d
GM
10100 recursion.
10101
c65d14ee
DL
101022000-01-08 Dave Love <fx@gnu.org>
10103
8cf87e9b
DL
10104 * emacs-lisp/backquote.el: Remove inappropriate customization
10105 (allowing custom.el to use backquote).
c65d14ee 10106
83de2ebc
DL
101072000-01-07 Dave Love <fx@gnu.org>
10108
10109 * add-log.el (add-log-debugging): Deleted.
10110 (add-change-log-entry): Treat a backup FILE-NAME as its parent
10111 file. Remove debugging code.
10112 (change-log-get-method-definition, change-log-name): Add doc.
10113 (change-log-sortable-date-at): New function.
10114 (change-log-merge): New command.
10115
10116 * time.el (display-time-string-forms): Make the Mail string active.
10117 (display-time-update): Provide help-echo for load average.
10118
10119 * bindings.el (make-mode-line-mouse2-map): New function.
10120 (mode-line-modified): Use it and simplify.
10121 (mode-line-mule-info): Provide help-echo info.
10122 (minor-mode-alist): Activate the strings.
10123 (make-mode-line-mouse-sensitive): Simplify for
10124 mode-line-buffer-identification.
10125
c1475eae
GM
101262000-01-07 Gerd Moellmann <gerd@gnu.org>
10127
10128 * play/pong.el: New file.
10129
83de2ebc
DL
101302000-01-06 Dave Love <fx@gnu.org>
10131
10132 * array.el: Assorted cleanups for compiler warnings, doc strings,
10133 `array-' prefix for symbols.
10134
101352000-01-05 Dave Love <fx@gnu.org>
10136
10137 * textmodes/outline.el (outline-mode-menu-bar-map): Add
10138 outline-headers-as-kill.
10139 (outline-mode): Define imenu-generic-expression.
10140 (outline-headers-as-kill): New command.
10141
10142 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
10143 from paragraph-start.
10144 (paragraph-indent-minor-mode): New command.
10145
10146 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
10147 M-C-e, M-C-h, C-j, C-xnd, TAB.
10148 (fortran-mode): Set beginning-of-defun, end-of-defun.
10149 (fortran-column-ruler): Simplify.
10150 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
10151 (fortran-with-subprogram-narrowing): Likewise.
10152 (fortran-indent-subprogram): Call mark-defun.
10153 (fortran-check-for-matching-do): Change narrowing.
10154
10155 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
10156 (cl-lucid-hash-tag): Delete.
10157 (cl-hash-table-p): Correct test for native table.
10158 (cl-hash-table-count): Use hash-table-count.
10159
10160 * browse-url.el (browse-url): Fix case of
10161 browse-url-browser-function being an alist.
10162
676ac023
CD
101632000-01-05 Carsten Dominik <cd@gnu.org>
10164
c1475eae
GM
10165 * textmodes/reftex-vars.el (reftex-parse-file-extension)
10166 (reftex-index-phrase-file-extension): New options.
676ac023
CD
10167
10168 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
c1475eae 10169 Use new option `reftex-index-phrase-file-extension'.
676ac023
CD
10170
10171 * textmodes/reftex.el (reftex-access-parse-file): Use new option
c1475eae 10172 `reftex-parse-file-extension'.
eb483e17 10173
88807984
DL
101742000-01-05 Dave Love <fx@gnu.org>
10175
83de2ebc 10176 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
88807984
DL
10177 (beginning-of-defun-raw): Use it.
10178 (end-of-defun): New variable.
10179 (end-of-defun): Use it.
10180 (check-parens): New command.
10181
1362aeb4
TTN
101822000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
10183
c1475eae
GM
10184 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
10185 (hs-show-block): Don't use `mapcar' when not accumulating.
1362aeb4 10186
7ddafb95
TTN
10187 Fix buglet in local variables initialization.
10188
7334aa99
AS
101892000-01-05 Andreas Schwab <schwab@suse.de>
10190
10191 * hscroll.el (hscroll): Doc fix.
10192
b12e24cd
CD
101932000-01-05 Carsten Dominik <cd@gnu.org>
10194
10195 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
10196 idlw-toolbar.
10197
10198 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
10199 file idlw-rinfo.el.
1362aeb4
TTN
10200 (idlwave-customize): load must read file idlw-shell.el.
10201 (idlwave-create-customize-menu): load must read file idlw-shell.el.
b12e24cd 10202
d6226972
CD
102032000-01-05 Carsten Dominik <dominik@astro.uva.nl>
10204
10205 * progmodes/idlw-shell.el: Also provide idlwave-shell
10206 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
10207 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
10208
10209 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
10210 both reftex-dcr and reftex-vcr.
1362aeb4 10211
d6226972
CD
10212 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
10213
6ddb893f 102142000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
894ee0a2
KH
10215
10216 * ps-print.el: PostScript code now is in separate files, doc fix.
10217 (ps-print-version): New version number (5.0.3).
10218 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
10219 local.
10220 (ps-spool-config): Initialization fix.
c1475eae
GM
10221 (ps-print-prologue-1, ps-print-prologue-2)
10222 (ps-print-duplex-feature): PostScript code moved to separated file.
894ee0a2
KH
10223 (ps-background-image): Little code reformating.
10224 (ps-begin-file, ps-begin-job): Fix code.
88807984 10225 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
894ee0a2
KH
10226 (ps-prologue-file): New fun.
10227
ae833aae
KH
102282000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10229
c1475eae 10230 * ps-vars.el: Eliminated.
ae833aae
KH
10231
10232 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
10233 `;;;###autoload'.
10234
10235 * ps-print.el: ps-vars eliminated, doc fix.
10236 (ps-print-version): New version number (5.0.2).
10237 (ps-spool-config): Initialization fix.
10238 (ps-print-customize): New fun.
10239
560a7bd2
GM
102402000-01-04 Gerd Moellmann <gerd@gnu.org>
10241
10242 * autorevert.el (auto-revert-mode): Return value of
10243 auto-revert-mode.
10244
f45dd0f4
DL
102452000-01-04 Dave Love <fx@gnu.org>
10246
fae2ac05
DL
10247 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
10248 menu items.
f45dd0f4 10249
61255981
DL
102502000-01-03 Dave Love <fx@gnu.org>
10251
88807984 10252 * elide-head.el (elide-head) [defgroup]: Add :version.
c282ca4d 10253
83de2ebc 10254 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
61255981
DL
10255 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
10256 `cl-hash-table-p', not `hash-table-p'.
10257 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
10258
c182a70f
EZ
102592000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
10260
10261 * faces.el (face-read-integer, read-face-attribute)
10262 (color-defined-p, color-values): unspecified-{f,b}g are now
10263 strings.
10264
047f434a
GM
102652000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
10266
10267 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
10268 at comment end, and re-insert them after filling.
10269
bab531e2
EZ
102702000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
10271
10272 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
f7002084
EZ
10273 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
10274 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
bab531e2 10275
d684c676
EZ
102762000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
10277
10278 * term/x-win.el (xw-defined-colors): Call color-supported-p,
10279 the new name of face-color-supported-p.
10280
10281 * term/w32-win.el (xw-defined-colors): Likewise.
10282
0aad4805
EZ
102832000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
10284
10285 * simple.el (completion-setup-function): Count completion-size
10286 from minibuffer-prompt-end, not from point-min.
10287
5fe1d139
EZ
102882000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
10289
10290 * faces.el (read-face-attribute, defined-colors, color-defined-p):
10291 Pass the frame to tty-color-* functions.
10292 (display-color-p, frame-set-background-mode): Pass the frame to
10293 tty-display-color-p.
10294
10295 * term/tty-colors.el (tty-defined-color-alist): Renamed from
10296 tty-color-alist.
10297 (tty-color-alist, tty-modify-color-alist): New functions.
10298 (tty-color-define, tty-color-clear, tty-color-approximate)
10299 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
10300 an optional parameter FRAME.
10301
162dec01
GM
103022000-01-01 Gerd Moellmann <gerd@gnu.org>
10303
27189709
GM
10304 * image.el (create-image, defimage): Don't assume image data is a
10305 string.
10306
162dec01
GM
10307 * image.el (defimage): Handle specifications containing :data
10308 instead of :file.
10309 (image-type-from-data): New function.
10310 (image-type-from-file-header): Use it.
10311 (create-image): Add parameter DATA-P.
1362aeb4 10312
bea56df7 10313See ChangeLog.8 for earlier changes.
25a6fab1
KH
10314
10315;; Local Variables:
af9ba8ad 10316;; coding: iso-2022-7bit-unix
25a6fab1 10317;; End: