*** empty log message ***
[bpt/emacs.git] / lisp / ChangeLog
1 2000-09-13 Kenichi Handa <handa@etl.go.jp>
2
3 * international/quail.el (quail-start-translation): Translate KEY
4 if necessary even if it doesn't have any mapping in the current
5 input method.
6 (quail-start-conversion): Likewise.
7 (quail-help): The output message is improved.
8
9 2000-09-13 Miles Bader <miles@gnu.org>
10
11 * comint.el (comint-output-filter): Revert to using
12 `insert-before-markers'. Add bletcherous hack to undo damage
13 caused by `insert-before-markers'. Put `front-sticky' property on
14 overlays created here so that the field code understands how the
15 overlay works. Use a let when making comint-last-prompt-overlay,
16 so that the code is easier to read.
17
18 2000-09-12 Dave Love <fx@gnu.org>
19
20 * simple.el (read-mail-command): Doc fix.
21 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
22
23 * vc.el (vc-dired-listing-switches): Fix :version.
24
25 * vc-hooks.el: Doc fixes.
26
27 * subr.el (add-minor-mode): Use toggle-fun arg.
28
29 * speedbar.el: Add :version to several defcustoms.
30
31 * imenu.el (imenu--truncate-items, imenu--cleanup)
32 (imenu--generic-function): Avoid mapcar.
33 (imenu--replace-spaces): Function removed.
34 (imenu--completion-buffer): Use subst-char-in-string.
35 (imenu-add-to-menubar): Use keymap inheritance.
36
37 2000-09-12 Miles Bader <miles@gnu.org>
38
39 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
40 (diff-mode-map): Bind `diff-test-hunk'.
41 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
42
43 2000-09-11 Gerd Moellmann <gerd@gnu.org>
44
45 * bytecomp.el (byte-compile-defvar): Undo last change
46 because it breaks '(make-variable-buffer-local (defvar ...)'
47 which is used at least in dired.
48
49 2000-09-12 Kenichi Handa <handa@etl.go.jp>
50
51 * international/quail.el (quail-define-package): Docstring
52 modified.
53
54 2000-09-12 Kenichi Handa <handa@etl.go.jp>
55
56 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
57 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
58 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
59 docstring of "chinese-py".
60
61 * international/quail.el (quail-translation-docstring): New
62 variable.
63 (quail-show-keyboard-layout): Docstring modified.
64 (quail-select-current): Likewise.
65 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
66 infinite recursive call.
67 (quail-help): Check quail-translation-docstring. Format of the
68 output changed.
69 (quail-help-insert-keymap-description): Adjusted for the above
70 change.
71
72 2000-09-11 Gerd Moellmann <gerd@gnu.org>
73
74 * bytecomp.el (byte-compile-defvar): Only cons onto
75 current-load-list in top-level forms. Else this leaks a cons cell
76 every time a defun is called.
77
78 2000-09-11 Miles Bader <miles@lsi.nec.co.jp>
79
80 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
81 Now understands non-unified diffs. Some functionality moved into
82 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
83 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
84 modify anything. Only reposition point in the patched file if the
85 patch succeeds. Only pop up another window if POPUP is true.
86 Emit a message describing what happened if successful, and at what
87 line-offset. Automatically detect reversed hunks and do something
88 appropriate.
89 (diff-hunk-text, diff-find-text): New functions.
90 (diff-filter-lines): Function removed.
91 (diff-test-hunk): New function.
92 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
93
94 2000-09-10 Dave Love <fx@gnu.org>
95
96 * textmodes/tildify.el: Minor doc/commentary fixes.
97 (tildify) <defgroup>: Add :version.
98
99 * faces.el (face-x-resources): Make custom type more specific.
100 (frame-background-mode): Use mapc.
101 (region) <defcustom>: Add :version.
102
103 2000-09-08 Stefan Monnier <monnier@cs.yale.edu>
104
105 * vc-sccs.el (vc-sccs-register):
106 * vc-rcs.el (vc-rcs-register):
107 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
108 * vc.el (vc-register): Clear file's properties.
109
110 2000-09-08 Gerd Moellmann <gerd@gnu.org>
111
112 * faces.el (face-spec-set): Only face-spec-reset-face when
113 ATTRS is non-nil.
114
115 2000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
116
117 * help.el (help-insert-xref-button): Fix a typo in doc string.
118
119 2000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
120
121 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
122 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
123 methods.
124
125 * menu-bar.el (read-mail-item-name): New function.
126 (menu-bar-tools-menu): Use it to compute and display the package
127 used to read email.
128 (menu-bar-tools-menu): Fix typo in GUD's help string.
129
130 2000-09-07 Dave Love <fx@gnu.org>
131
132 * diff-mode.el (diff-mouse-goto-source): New function.
133
134 * vc-sccs.el: Doc fixes.
135 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
136
137 * vc-rcs.el: Doc fixes.
138 (vc-rcs-register-switches, vc-rcs-checkin-switches)
139 (vc-rcs-checkout-switches, vc-rcs-header)
140 (vc-rcs-master-templates): Add or change :version.
141
142 * vc-cvs.el: Doc fixes.
143 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
144 (vc-cvs-stay-local): Add :version.
145
146 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
147
148 2000-09-07 Kenichi Handa <handa@etl.go.jp>
149
150 * international/quail.el (quail-help): Fix previous change.
151
152 2000-09-07 Gerd Moellmann <gerd@gnu.org>
153
154 * faces.el (color-values): Doc fix.
155
156 * faces.el (frame-set-background-mode): Use frame-parameter
157 instead of frame-parameters.
158
159 * frame.el (filtered-frame-list): Reduce consing.
160 (frames-on-display-list): Call frame-parameter instead of
161 frame-parameters.
162
163 2000-09-07 Kenichi Handa <handa@etl.go.jp>
164
165 * language/devan-util.el (devanagari-to-indian-region): In the
166 loop, change the following char, not preceding char.
167
168 2000-09-07 Gerd Moellmann <gerd@gnu.org>
169
170 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
171 instead of frame-parameters.
172
173 * faces.el (set-face-attribute): Simplify by calling
174 internal-set-lisp-face-attribute with FRAME being 0.
175
176 * vc.el: Remove `Id' version control keyword.
177
178 2000-09-07 Kenichi Handa <handa@etl.go.jp>
179
180 * help.el (help-make-xrefs): Adjusted for the change of
181 help-xref-mule-regexp.
182 (help-insert-xref-button): New function.
183
184 * international/mule-cmds.el (help-xref-mule-regexp-template):
185 Include the pattern for character set.
186 (leim): New group.
187
188 * international/quail.el: Don't require face.
189 (quail): New group.
190 (quail-other-command): Dummy command to make quail-help work better.
191 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
192 (quail-keyboard-layout-substitution): New variable.
193 (quail-update-keyboard-layout): New function.
194 (quail-keyboard-layout-type): New customizable variable.
195 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
196 (quail-keyboard-translate): Pay attention to
197 quail-keyboard-layout-substitution.
198 (quail-insert-kbd-layout): New function.
199 (quail-show-keyboard-layout): New function.
200 (quail-get-translation): If the definition is a vector of length
201 1, and the element is a string of length 1, return the character
202 in that string.
203 (quail-update-current-translations): Fix the case of
204 relative-index out of range.
205 (quail-build-decode-map, quail-insert-decode-map): New Functions.
206 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
207 Show key sequences for all available characters.
208 (quail-help-insert-keymap-description): Don't show such verbose
209 key bindings as quail-self-insert-command.
210
211 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
212 Format changed, and each element now have extra documentations.
213 (tit-process-header): Delete invalid characters from TIT-PROMPT.
214 Adjusted for the change of quail-cxterm-package-ext-info.
215
216 2000-09-06 Gerd Moellmann <gerd@gnu.org>
217
218 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
219 requiring it leads to a recursive loading of vc.el and vc-hooks.el
220 during bootstrap.
221
222 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
223
224 * vc.el: (toplevel): Don't require `dired' at run-time.
225 (vc-dired-resynch-file): Remove autoload cookie.
226
227 2000-09-05 Andre Spiegel <spiegel@gnu.org>
228
229 * vc.el: Made several backend functions optional.
230 (vc-default-responsible-p): New function.
231 (vc-merge): Use RET for first version to trigger merge-news, not
232 prefix arg.
233 (vc-annotate): Handle backends that do not support annotation.
234 (vc-default-merge-news): Removed. The existence of a merge-news
235 implementation is now checked on caller sites.
236
237 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
238 case.
239
240 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
241 special case that has been removed from the default in vc-hooks.el.
242
243 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
244
245 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
246
247 2000-09-05 Andre Spiegel <spiegel@gnu.org>
248
249 * vc-hooks.el: Require vc during compilation.
250 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
251 macro `with-vc-properties' in vc.el.
252 (vc-file-getprop): Doc fix.
253 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
254
255 * vc.el: Require dired-aux during compilation.
256 (vc-name-assoc-file): Moved to vc-sccs.el.
257 (with-vc-properties): New macro.
258 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
259 vc-finish-steal): Use it.
260 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
261 to the backend-specific function is now supposed to do the checkout,
262 too.
263 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
264
265 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
266 set file properties; that gets done in the generic code now.
267
268 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
269 Changed parameter list, added code from vc.el that does the
270 checkout, possibly with a double-take.
271
272 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
273 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
274 the above under the new name.
275 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
276 parameter list, added checkout command.
277 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
278 properties; that gets done in the generic code now.
279
280 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
281
282 * vc.el: Docstring fixes (courtesy of checkdoc).
283
284 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
285
286 * vc.el (vc-checkout-writable-buffer-hook)
287 (vc-checkout-writable-buffer): Remove.
288 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
289 (vc-log-mode): Make it into a clean derived major mode.
290 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
291 vc-log-mode if log-edit is not available.
292 (vc-dired-mode-map): Don't set-keymap-parent yet.
293 (vc-dired-mode): Do set-keymap-parent here.
294 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
295
296 2000-09-05 Gerd Moellmann <gerd@gnu.org>
297
298 * faces.el (set-face-attribute, face-spec-reset-face)
299 (face-spec-set): Avoid consing by removing calls to `apply'.
300
301 * frame.el (frame-parameter): Move to C code.
302
303 2000-09-05 Dave Love <fx@gnu.org>
304
305 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
306 insert-before-markers-and-inherit. Now checked systematically!
307
308 2000-09-05 Alex Schroeder <alex@gnu.org>
309
310 * sql.el (sql-postgres): Use sql-postgres-options.
311 (sql-postgres-options): New variable.
312
313 2000-09-05 Alex Schroeder <alex@gnu.org>
314
315 * sql.el (sql-mode-menu): Work around missing variable mark-active
316 in XEmacs.
317 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
318 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
319 compatibility.
320
321 2000-09-04 Gerd Moellmann <gerd@gnu.org>
322
323 * vc.el (vc-dired-resynch-file): Add autoload cookie.
324
325 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
326
327 * Makefile.in (DONTCOMPILE): Fix typo in file name.
328
329 2000-09-04 Andre Spiegel <spiegel@gnu.org>
330
331 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
332 don't support anything else under SCCS yet.
333
334 * vc-hooks.el: Minor doc fixes.
335
336 2000-09-04 Andre Spiegel <spiegel@gnu.org>
337
338 * vc.el (vc-next-action-on-file): Do not visit the file if it's
339 not necessary. If verbose in state `needs-patch', do the same as
340 under `up-to-date'. When NOT verbose and `needs-patch', check out
341 latest version instead of `merge-news'.
342 (vc-next-action-dired): Don't mess with default-directory here; it
343 breaks other parts of dired. It is the job of the
344 backend-specific functions to adjust it temporarily if they need it.
345 (vc-next-action): Remove a special CVS case.
346 (vc-clear-headers): New optional arg FILE.
347 (vc-checkin, vc-checkout): Set properties vc-state and
348 vc-checkout-time properly.
349 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
350 (vc-print-log): Use new backend function `show-log-entry'.
351 (vc-cancel-version): Do the checks in a different order. Added a
352 FIXME concerning RCS-only code.
353
354 * vc-rcs.el (vc-rcs-show-log-entry): New function.
355 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
356
357 * vc-cvs.el (vc-cvs-show-log-entry): New function.
358
359 * vc-hooks.el (vc-default-mode-line-string): Show state
360 `needs-patch' as a `-' too.
361
362 2000-09-04 Andre Spiegel <spiegel@gnu.org>
363
364 * vc.el (vc-responsible-backend): New optional arg REGISTER.
365 (vc-default-could-register): New function.
366 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
367 (vc-resynch-buffer): Call vc-dired-resynch-file.
368 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
369 vc-resynch-buffer instead of vc-resynch-window.
370 (vc-next-action-dired): Don't redisplay here, that gets done as a
371 result of the individual file operations.
372 (vc-retrieve-snapshot): Corrected prompt order.
373
374 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
375
376 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
377 as well.
378 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
379 hostname regexps. Updated all callers.
380 (vc-cvs-responsible-p): Handle directories as well.
381 (vc-cvs-could-register): New function.
382 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
383 properties up-to-date.
384
385 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
386 user whether to create one.
387
388 2000-09-04 Andre Spiegel <spiegel@gnu.org>
389
390 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
391 check out a non-existing file.
392
393 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
394 workfile does not exist.
395
396 * vc.el (vc-version-diff): Use `require' to check for existence of
397 diff-mode.
398
399 2000-09-04 Andre Spiegel <spiegel@gnu.org>
400
401 * vc-cvs.el (vc-cvs-registered): Use new function
402 vc-cvs-parse-entry to do the actual work.
403
404 2000-09-04 Andre Spiegel <spiegel@gnu.org>
405
406 * vc-hooks.el (vc-find-backend-function): If function doesn't
407 exist, return nil instead of error.
408 (vc-call-backend): Doc fix.
409
410 * vc.el (vc-do-command): Doc fix.
411 (vc-finish-logentry): When checking in from vc-dired, choose the
412 right backend for logentry check.
413 (vc-dired-mode-map): Inherit from dired-mode-map.
414 (vc-dired-mode): Local value of dired-move-to-filename-regexp
415 simplified.
416 (vc-dired-state-info): Removed, updated caller.
417 (vc-default-dired-state-info): Use parentheses instead of hyphens.
418 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
419 (vc-dired-listing-switches): New variable.
420 (vc-directory): Use it, instead of dired-listing-switches.
421
422 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
423 (vc-cvs-dir-state): New function.
424 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
425 (vc-cvs-parse-entry): New function, also to be used in
426 vc-cvs-registered.
427
428 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
429
430 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
431 *or* single-window-frames.
432
433 2000-09-04 Andre Spiegel <spiegel@gnu.org>
434
435 * vc.el (vc-update-changelog): Split into generic part and default
436 implementation. Doc string adapted.
437 (vc-default-update-changelog): New function. Call the `rcs2log'
438 script in exec-directory, to fix a long-standing nuisance.
439
440 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
441 simply signals an error.
442
443 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
444
445 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
446 control-flow more clear and to avoid running `cvs' twice.
447
448 * vc.el (vc-next-action-on-file): Doc fix.
449 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
450 (vc-print-log): Eval `file' before constructing the continuation.
451
452 2000-09-04 Andre Spiegel <spiegel@gnu.org>
453
454 * vc.el (vc-next-action-on-file): Corrected several messages.
455 (vc-merge): Add prefix arg `merge-news'; handle it.
456
457 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
458 is not reached. It is.
459 (vc-cvs-merge): Set state to 'edited after merge.
460 (vc-cvs-merge-news): Set workfile version to nil if not known.
461 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
462
463 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
464 via stdout. (Merge from main line.)
465
466 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
467
468 * vc.el (vc-finish-logentry): Thinko in the "same comment"
469 detection.
470
471 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
472
473 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
474 against kill-all-local-variables.
475 (vc-log-edit): Don't save vc-parent-buffer any more.
476 (vc-last-comment-match): Initialize to an empty string.
477 (vc-post-command-functions): New hook.
478 (vc-do-command): Run it.
479 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
480 (vc-finish-logentry): Only add the comment to the ring if it's
481 different from the last comment entered.
482 (vc-new-comment-index): New function.
483 (vc-previous-comment): Use it. Make the minibuffer message
484 slightly less terse.
485 (vc-comment-search-reverse): Make it work forward as well. Don't
486 set vc-comment-ring-index if no match is found. Use
487 vc-new-comment-index.
488 (vc-comment-search-forward): Use vc-comment-search-reverse.
489 (vc-dired-mode-map): Don't inherit from dired-mode-map since
490 define-derived-mode will do it for us. Bind `v' to a keymap that
491 inherits from vc-prefix-map so that we can bind `vt' without
492 binding C-x v t.
493 (vc-retrieve-snapshot): Parenthesis typo.
494
495 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
496 to 1. Make sure to switch to *vc* before looking for an error
497 message. Use vc-parse-buffer.
498
499 2000-09-04 Andre Spiegel <spiegel@gnu.org>
500
501 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
502 and NAME.
503 (vc-retrieve-snapshot): Split into two parts.
504 (vc-default-retrieve-snapshot): New function.
505
506 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
507 (vc-cvs-retrieve-snapshot): New function (untested).
508 (vc-cvs-stay-local): Default to t.
509 (vc-cvs-remote-p): New function and property.
510 (vc-cvs-state): Stay local only if the above is t.
511 (vc-handle-cvs): Removed.
512 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
513 done via vc-handled-backends now.
514 (vc-cvs-header): Escape Id.
515
516 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
517
518 * vc.el (vc-do-command): Remove unused commands.
519 (vc-version-diff): Make sure default-directory ends with a slash.
520 Move the window commands into a vc-exec-after.
521 (vc-print-log): Move more of the code into the `vc-exec-after'.
522
523 2000-09-04 Andre Spiegel <spiegel@gnu.org>
524
525 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
526 (vc-print-log): Search current revision from beginning of buffer.
527 (vc-revert-buffer): Clear echo area after the diff is finished.
528 (vc-prefix-map): Removed definition of "t" for terse display in vc
529 dired.
530 (vc-dired-mode-map): Inherit from dired-mode-map. Added
531 definition of "vt" for terse display.
532 (vc-dired-mode): Fix dired-move-to-filename-regexp.
533
534 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
535
536 * vc.el (vc-exec-after): Avoid caddr.
537
538 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
539
540 * vc.el (vc-exec-after): New function.
541 (vc-do-command): Use it to add a termination message for async
542 procs.
543 (vc-checkout): Try to handle a missing-backend situation.
544 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
545 of a directory with a backend using async diffs.
546 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
547 present.
548
549 * vc-sccs.el (vc-sccs-state-heuristic): Use
550 file-ownership-preserved-p.
551
552 * vc-rcs.el (vc-rcs-state-heuristic): Use
553 file-ownership-preserved-p.
554 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
555
556 2000-09-04 Andre Spiegel <spiegel@gnu.org>
557
558 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
559 vc-do-command.
560
561 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
562 when there are no changes.
563
564 2000-09-04 Andre Spiegel <spiegel@gnu.org>
565
566 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
567
568 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
569
570 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
571
572 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
573
574 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
575 the `fset' outside of the defvar so that it works even if
576 vc-prefix-map was already defined.
577 (vc-setup-buffer): New function, split out of vc-do-command.
578 (vc-do-command): Allow BUFFER to be t to mean `just use the
579 current buffer without any fuss'.
580 (vc-version-diff): Change the `diff' backend operation to just put
581 the diff in the current buffer without erasing it. Always use
582 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
583 shrink-window-if-larger-than-buffer.
584 (vc-print-log): Change the `print-log' backend operation to just
585 put the log in the current buffer without erasing it. Protect
586 shrink-window-if-larger-than-buffer.
587 (vc-update-change-log): Fix setd typo.
588
589 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
590 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
591
592 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
593 (vc-rcs-diff): Insert in the current buffer and remove unused arg
594 CMP.
595
596 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
597 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
598 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
599
600 2000-09-04 Andre Spiegel <spiegel@gnu.org>
601
602 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
603 not possible, use vc-BACKEND-workfile-unchanged-p.
604 (vc-default-workfile-unchanged-p): New function. Delegates to a
605 full vc-BACKEND-diff.
606
607 * vc-hooks.el (vc-simple-command): Removed.
608
609 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
610 instead of vc-simple-command.
611 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
612 avoid doing a diff when opening a file.
613 (vc-rcs-state): Added check for unlocked-changes.
614 (vc-rcs-header): Escape Id.
615 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
616 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
617 version.
618
619 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
620 (vc-sccs-diff): Remove optional arg CMP.
621 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
622 SCCS-specific function.
623
624 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
625 vc-simple-command.
626
627 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
628
629 * vc.el (vc-editable-p): Renamed from vc-writable-p.
630 (with-vc-file, vc-merge): Use vc-editable-p.
631 (vc-do-command): Remove unused var vc-file and fix the
632 doubly-defined `status' var. Add a user message when starting an
633 async command.
634 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
635 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
636 Use with-current-buffer.
637 (vc-buffer-sync): Use unless.
638 (vc-next-action-on-file): If the file is 'edited by read-only,
639 make it read-write instead of trying to commit.
640 (vc-version-diff, vc-update-change-log): Use `setq
641 default-directory' rather than `cd'.
642 (vc-log-edit): Don't forget to set default-directory in the
643 buffer.
644
645 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
646 (vc-sccs-state-heuristic): Use file-writable-p instead of
647 comparing userids.
648 (vc-sccs-checkout): Use `unless'.
649
650 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
651 of comparing userids.
652 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
653 Simplify the logic by eliminating unreachable code.
654 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
655 just do a recursive call if we need to retry.
656 (vc-rcs-checkout): Handle the case where rcs is missing by making
657 the buffer read-write if requested and re-signalling the error.
658
659 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
660
661 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
662
663 * vc-hooks.el (vc-handled-backends): Docstring change.
664 (vc-ignore-vc-files): Mark obsolete.
665 (vc-registered): Check vc-ignore-vc-files.
666 (vc-find-file-hook, vc-file-not-found-hook): Don't check
667 vc-ignore-vc-files.
668
669 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
670
671 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
672
673 * vc.el (vc-checkout): Don't do anything special for ange-ftp
674 files since ange-ftp already has vc-registered return nil.
675
676 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
677 (vc-sccs-workfile-version): Use with-temp-buffer and new
678 vc-parse-buffer and don't bother setting the property.
679 (vc-sccs-add-triple): Use with-current-buffer and
680 find-file-noselect.
681 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
682
683 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
684 derives from the old vc-parse-buffer but uses the revision number
685 rather than the date (much easier to compare robustly).
686 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
687 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
688 locking-user more directly. Check strict locking and set
689 checkout-model appropriately.
690 (vc-rcs-parse-locks): Remove.
691 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
692 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
693 (vc-rcs-system-release): Use with-current-buffer and
694 vc-parse-buffer.
695 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
696
697 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
698 (vc-simple-command): Docstring fix.
699 (vc-registered): Align the way the file-handler is called with the
700 way the function itself works.
701 (vc-file-owner): Remove.
702
703 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
704 extraction of fields and call to file-attributes because of a
705 temporary bug in rcp.el.
706 (vc-cvs-fetch-status): Use with-current-buffer.
707
708 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
709
710 * vc.el (vc-do-command): Use file-relative-name.
711 (vc-responsible-backend): Use vc-backend if possible.
712 (vc-create-snapshot): Improve the `interactive' spec. Add support
713 for branches and dispatch to backend-specific `create-snapshot'.
714 (vc-default-create-snapshot): New function, containing the bulk of
715 the old vc-create-snapshot.
716 (vc-retrieve-snapshot): Improve the interactive spec.
717
718 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
719 (vc-backend-hook-functions): Remove.
720 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
721 (vc-backend): Reintroduce the test for `file = nil' now that I
722 know why it was there (and added a comment to better remember).
723
724 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
725 code from vc-sccs-hooks.el.
726 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
727 'vc anymore.
728 (vc-sccs-responsible-p): Use expand-file-name instead of concat
729 and file-directory-p instead of file-exists-p.
730 (vc-sccs-check-headers): Simplify the regexp.
731
732 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
733 from vc-rcs-hooks.el. Don't require 'vc anymore.
734 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
735 file-directory-p instead of file-exists-p.
736
737 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
738 from vc-cvs-hooks.el.
739 (proto vc-cvs-registered): Require 'vc-cvs instead of
740 'vc-cvs-hooks. Don't require 'vc anymore.
741 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
742 file-directory-p instead of file-exists-p.
743 (vc-cvs-create-snapshot): New function, replacing
744 vc-cvs-assign-name.
745 (vc-cvs-assign-name): Remove.
746
747 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
748
749 * vc-cvs.el (vc-cvs-header): New var.
750
751 * vc-rcs.el (vc-rcs-exists): Remove.
752 (vc-rcs-header): New var.
753
754 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
755 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
756 (vc-sccs-header): New var.
757
758 * vc.el (vc-do-command): Get rid of the `last' argument.
759 (vc-header-alist): Remove, replaced by vc-X-header.
760 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
761 (vc-dired-hook): Use expand-file-name instead of concat.
762 (vc-directory): Use file-name-as-directory.
763 (vc-snapshot-precondition, vc-create-snapshot)
764 (vc-retrieve-snapshot): Allow the command to operate on any
765 directory.
766
767 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
768 just removing the 'WORKFILE argument or by removing the 'MASTER
769 argument and replacing `file' with (vc-name file).
770
771 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
772
773 * vc.el: Update Copyright and add a crude list of backend funs.
774 (vc-writable-p): New function.
775 (with-vc-file): Use vc-writable-p.
776 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
777 (vc-register): Avoid vc-name.
778 (vc-locking-user): Remove.
779 (vc-steal-lock): Make the `owner' arg non-optional.
780 (vc-merge): Use vc-writable-p instead of vc-locking-user and
781 vc-checkout-model.
782 (vc-default-dired-state-info): Use vc-state instead of
783 vc-locking-user and return special strings for special states.
784 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
785 and get rid of one of the special CVS cases.
786 (vc-cancel-version): prettify error message with \\[...].
787 (vc-rename-master): New function.
788 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
789 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
790 the CVS special case generic.
791 (vc-default-record-rename): Remove.
792 (vc-file-tree-walk-internal): Only call FUNC for files that are
793 under control of some VC backend and replace `concat' with
794 expand-file-name.
795 (vc-file-tree-walk): Update docstring.
796 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
797 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
798
799 * vc-sccs.el (vc-sccs-rename-file): Renamed from
800 vc-sccs-record-rename. Use `find-file-noselect' rather than
801 `find-file' and call `vc-rename-master' to do the actual move.
802 (vc-sccs-diff): Remove unused `backend' variable.
803
804 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
805 to delay loading of vc-sccs until it is really used.
806 (vc-sccs-master-templates): Preload.
807 (vc-sccs-state): Update call to vc-sccs-parse-locks.
808 (vc-sccs-project-dir): Remove (merged into
809 vc-sccs-search-project-dir).
810 (vc-sccs-search-project-dir): Rewrite using file name handling ops
811 rather than `concat', make sure it is preloaded and don't bother
812 to check that the file actually exists.
813 (vc-sccs-parse-locks): Remove unused `file' argument, remove
814 `locks' argument (use buffer's content instead) and eliminate n^2
815 behavior.
816
817 * vc-rcs.el: Update Copyright.
818 (vc-rcs-rename-file): New function.
819 (vc-rcs-diff): Remove unused `backend' variable.
820
821 * vc-hooks.el: Update Copyright.
822 (vc-backend): Don't accept a nil argument any more.
823 (vc-up-to-date-p): Turn into a defsubst.
824 (vc-possible-master): New function.
825 (vc-check-master-templates): Use `vc-possible-master' and allow
826 funs in vc-X-master-templates to return a non-existent file.
827
828 * vc-cvs.el: Update Copyright.
829 (vc-cvs-diff): Remove unused `backend' variable.
830 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
831
832 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
833
834 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
835
836 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
837 since it can be called from vc-rcs.el.
838 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
839
840 2000-09-04 Andre Spiegel <spiegel@gnu.org>
841
842 * vc.el (vc-version-diff): Expand file name read from the
843 minibuffer. Handle the case when a previous version number can't
844 be guessed. Give suitable messages when there were no differences
845 found.
846 (vc-clear-headers): Call backend-specific implementation, if one
847 exists.
848 (vc-cancel-version): Made error checks generic. When done, clear
849 headers generically, too.
850
851 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
852 from vc-clear-headers in vc.el.
853
854 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
855 correctly.
856 (vc-rcs-latest-on-branch-p): Made second argument VERSION
857 optional. Handle the case when it's not there.
858
859 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
860
861 * vc.el (vc-locking-user): Moved from vc-hooks.el.
862
863 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
864
865 * vc-hooks.el (vc-loadup): Remove.
866 (vc-find-backend-function): Use `require'. Also, handle the case
867 where vc-BACKEND-hooks.el doesn't exist.
868 (vc-call-backend): Cleanup.
869
870 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
871
872 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
873 vc-rcs-grab-templates)
874 (vc-rcs-registered): Remove. The default function works as well.
875 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
876 vc-sccs-grab-templates)
877 (vc-sccs-registered): Remove. The default function works as well.
878
879 * vc.el (vc-version-diff): Left out a vc- in call to
880 vc-call-backend.
881 (vc-default-dired-state-info, vc-default-record-rename)
882 (vc-default-merge-news): Update for the new backend argument.
883
884 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
885 using the default function.
886 (vc-call-backend): If calling the default function, pass it the
887 backend as first argument. Update the docstring accordingly.
888 (vc-default-state-heuristic, vc-default-mode-line-string): Update
889 for the new backend argument.
890 (vc-make-backend-sym): Renamed from vc-make-backend-function.
891 (vc-find-backend-function): Use the new name.
892 (vc-default-registered): New function.
893
894 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
895
896 * vc.el (vc-merge): Use vc-find-backend-function.
897
898 * vc-hooks.el (vc-backend-functions): Remove.
899 (vc-loadup): Don't setup 'vc-functions.
900 (vc-find-backend-function): New function.
901 (vc-call-backend): Use above fun and populate 'vc-functions
902 lazily.
903 (vc-backend-defines): Remove.
904
905 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
906
907 * vc.el (vc-register): Put a FIXME note for a newly found bug.
908 Call vc-call-backend without the leading vc-.
909 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
910 (vc-check-headers): Call vc-call-backend without the leading vc-.
911 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
912 (vc-annotate-display): Replace confusing use of `cond' with `or'.
913 Call vc-call-backend without the leading vc-.
914
915 * vc-cvs.el (tail): Provide vc-cvs.
916 * vc-sccs.el (tail): Provide vc-sccs.
917 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
918
919 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
920 (vc-make-backend-function, vc-call): Pass names without leading
921 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
922 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
923 (vc-call-backend): Always try to load vc-X-hooks.
924 (vc-registered): Remove vc- in call to vc-call-backend.
925
926 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
927
928 * vc.el (vc-process-filter): New function.
929 (vc-do-command): Setup `vc-process-filter' for the async process.
930 (vc-maybe-resolve-conflicts): New function to reduce
931 code-duplication. Additionally, it puts the buffer in
932 `smerge-mode' if applicable.
933 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
934 calling `merge-news'.
935 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
936 (vc-log-edit): New function. Replacement for `vc-log-mode' by
937 interfacing to log-edit.el.
938 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
939 log-edit is available.
940 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
941
942 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
943
944 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
945 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
946 defvar and the initialization.
947 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
948
949 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
950 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
951
952 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
953
954 2000-09-04 Andre Spiegel <spiegel@gnu.org>
955
956 * vc.el (vc-file-clear-masterprops): Removed.
957 (vc-checkin, vc-revert-buffer): Removed calls to the above.
958 (vc-version-diff): Use buffer-size without argument.
959 (vc-register): Heed vc-initial-comment.
960
961 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
962 default branch.
963
964 * vc-rcs.el (vc-rcs-register): Parse command output to find master
965 file name and workfile version.
966 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
967
968 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
969 vc-file-clear-masterprops.
970
971 * vc-sccs.el (vc-sccs-checkout): Removed call to
972 vc-file-clear-masterprops. If writable, set vc-state to 'edited
973 rather than user login name.
974
975
976 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
977
978 * vc.el (vc-workfile-unchanged-p): Remove unused argument
979 `want-differences-if-changed' and simplify.
980 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
981 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
982 output (which is invalid for async vc-diff) to decide whether to
983 do the revert silently or not.
984
985 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
986
987 * vc-hooks.el (vc-loadup): Load files quietly.
988 (vc-call-backend): Oops, brain fart.
989
990 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
991
992 * vc-cvs.el (vc-cvs-state): Typo.
993 (vc-cvs-merge-news): Return the status code rather than the error msg.
994
995 2000-09-04 Andre Spiegel <spiegel@gnu.org>
996
997 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
998 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
999 vc-state or vc-up-to-date-p.
1000 (vc-merge): Use vc-backend-defines to check whether merging is
1001 possible. Set state to 'edited after successful merge.
1002
1003 * vc-hooks.el (vc-locking-user): If locked by the calling user,
1004 return that name. Redocumented.
1005
1006 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
1007
1008 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
1009 new `vc-state' semantics.
1010 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
1011 'vc-locking-user to the current user.
1012 (vc-merge): Inline vc-backend-merge. Comment out code that I
1013 don't understand and hence can't adapt to the new `vc-state' and
1014 `vc-locking-user' semantics.
1015 (vc-backend-merge): Remove.
1016
1017 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
1018 rather than 'vc-locking-user.
1019
1020 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
1021
1022 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
1023 (vc-state): Don't use 'reserved any more. Just use the same
1024 convention as the one used for vc-<backend>-state where the
1025 locking user (as a string) is returned.
1026 (vc-locking-user): Update, based on the above convention. The
1027 'vc-locking-user property has disappeared.
1028 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
1029
1030 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
1031 with a heuristic one.
1032 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
1033 (vc-cvs-checkin): Do a trivial parse to set the state in case of
1034 error. That allows us to get to 'needs-merge even in the
1035 stay-local case. There's still no way to detect 'needs-patch in
1036 such a setup (or to force an update for that matter).
1037 (vc-cvs-logentry-check): Remove, the default works as well.
1038
1039 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
1040
1041 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
1042
1043 * vc.el (vc-do-command): kill-all-local-variables, to reset any
1044 major-mode in which the buffer might have been put earlier. Use
1045 `remove' and `when'. Allow `okstatus' to be `async' and use
1046 `start-process' in this case.
1047 (vc-version-diff): Handle the case where the diff looks empty
1048 because of the use of an async process.
1049
1050 2000-09-04 Andre Spiegel <spiegel@gnu.org>
1051
1052 * vc.el (vc-next-action-on-file): Removed optional parameter
1053 `simple'. Recompute state unconditionally.
1054 (vc-default-toggle-read-only): Removed.
1055
1056 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
1057 (vc-toggle-read-only): Undid prev change.
1058
1059 * vc-cvs.el (vc-cvs-stay-local): Renamed from
1060 vc-cvs-simple-toggle. Redocumented.
1061 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
1062 (vc-cvs-toggle-read-only): Removed.
1063
1064 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
1065
1066 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
1067 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
1068 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
1069 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
1070 still is. So maybe it should be removed.
1071 (vc-head-version, vc-find-binary): Remove.
1072 (vc-recompute-state): Move from vc-hooks.el.
1073 (vc-next-action-on-file): Add a `simple' argument to allow
1074 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
1075 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
1076 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
1077 (vc-dired-mode-map): Properly defvar it.
1078 (vc-print-log): Call log-view-mode if available.
1079 (small-temporary-file-directory): defvar instead of use boundp.
1080 (vc-merge-news): Moved to vc-cvs.el.
1081 (vc-default-merge-news): New function.
1082
1083 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
1084 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
1085 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
1086 unknown `vc-latest-version' function. It should probably refer to
1087 vc-workfile-version or somesuch, but it's very unclear to me and I
1088 don't have SCCS to test things.
1089
1090 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
1091 (vc-sccs-state-heuristic): Fix typo.
1092 (vc-sccs-workfile-unchanged-p): Add missing argument.
1093
1094 * vc-rcs.el: Require vc and vc-rcs-hooks.
1095 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
1096 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
1097 (vc-release-greater-or-equal-p): Move from vc.
1098 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
1099 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
1100 (vc-rcs-checkout): Add a missing `new-version' argument in the
1101 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
1102
1103 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
1104 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
1105 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
1106 than the apparently unbound `workfile-version'.
1107
1108 * vc-hooks.el (vc-master-templates): Def the obsolete var.
1109 (vc-file-prop-obarray): Use `make-vector'.
1110 (vc-backend-functions): Add new hookable functions
1111 vc-toggle-read-only, vc-record-rename and vc-merge-news.
1112 (vc-loadup): If neither backend nor default functions exist, use
1113 the backend function rather than nil.
1114 (vc-call-backend): If the function if not bound yet, try to load
1115 the non-hook file to see if it provides it.
1116 (vc-call): New macro plus use it wherever possible.
1117 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
1118 nor `vc-find-binary' since it's only called from
1119 vc-mistrust-permission which is only used once the backend is known.
1120 (vc-checkout-model): Fix parenthesis.
1121 (vc-recompute-state, vc-prefix-map): Move to vc.el.
1122
1123 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
1124 (vc-cvs-release, vc-cvs-system-release): Remove.
1125 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
1126 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
1127 status symbols.
1128 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
1129 (vc-cvs-toggle-read-only): First cut at a function to allow a
1130 cvs-status-free vc-toggle-read-only.
1131 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
1132 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
1133 vc-cvs-status. Also set vc-state rather than vc-locking-user.
1134 (vc-cvs-checkout): Modify access rights directly if the user
1135 requested not to use `cvs edit'. And refresh the mode line.
1136
1137 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
1138 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
1139
1140 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
1141
1142 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
1143 workfile' that got lost when the code was extracted from vc.el.
1144 And merged the tail with the rest of the code (not possible in the
1145 old vc.el where the tail was shared among all backends). And
1146 explicitly set the state to 'edited if `writable' is set.
1147
1148 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
1149 (vc-cvs-state): Be careful to return the value from
1150 vc-cvs-parse-state.
1151 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
1152 property but return it instead. Also be careful to handle a nil
1153 or "" `rev' when workfile is non-nil (it was handled properly when
1154 workfile was nil).
1155
1156 * vc.el: Removed those pesky unnecessary `(function' quotes.
1157 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
1158 directly in the defvar.
1159 (vc-do-command): Bind inhibit-read-only so as to properly handle
1160 the case where the destination buffer has been made read-only.
1161 (vc-diff): Delegate to vc-version-diff in all cases.
1162 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
1163 (vc-annotate-mode-variables): Removed (code moved partly to
1164 defvars and partly to vc-annotate-add-menu).
1165 (vc-annotate-mode): Turned into a derived-mode.
1166 (vc-annotate-add-menu): Moved in code in
1167 vc-annotate-mode-variables.
1168 (vc-update-change-log): Use make-temp-file if available.
1169
1170 2000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
1171
1172 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
1173 `vc-checkout-model' updated to `vc-cvs-update-model'.
1174
1175 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
1176
1177 * vc.el (vc-next-action-on-file): Added handling of state
1178 `unlocked-changes'.
1179 (vc-checkout-carefully): Is now practically obsolete, unless the
1180 above is too slow to be enabled unconditionally.
1181 (vc-update-change-log): Fixed typo.
1182
1183 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
1184
1185 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
1186 Now handles state `unlocked-changes'.
1187 (vc-sccs-workfile-unchanged-p): New function, to support the above.
1188
1189 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
1190
1191 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
1192 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
1193 `unlocked-changes'.
1194 (vc-rcs-workfile-unchanged-p): Renamed from
1195 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
1196 function yet, but supposed to become one soon.
1197
1198 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
1199 `vc-steal-lock'.
1200 (vc-call-backend): Changed error message.
1201 (vc-state): Added description of state `unlocked-changes'.
1202
1203 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
1204
1205 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
1206 always return t in CVS-controlled directories.
1207
1208 * vc.el (vc-responsible-backend): New function.
1209 (vc-register): Largely rewritten.
1210 (vc-admin): Removed (implementation moved into vc-register).
1211 (vc-checkin): Redocumented.
1212 (vc-finish-logentry): If no backend defined yet (because we are in
1213 the process of registering), use the responsible backend.
1214
1215 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
1216 Updated function lists.
1217 (vc-call-backend): Fixed typo.
1218
1219 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
1220 New functions.
1221 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
1222 Removed query option. Redocumented.
1223
1224 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
1225
1226 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
1227
1228 * vc.el: Updated callers of `vc-checkout-required' to use
1229 `vc-checkout-model'.
1230
1231 2000-09-04 Martin Lorentzson <martinl@gnu.org>
1232
1233 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
1234 stuff updated to reference this function instead of the old
1235 `vc-backend-release-p'.
1236
1237 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
1238
1239 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
1240 vc-checkout-model. Return appropriate values. Updated callers.
1241
1242 2000-09-04 Martin Lorentzson <martinl@gnu.org>
1243
1244 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
1245 (vc-backend-revert): Function moved into `vc-revert';
1246 `vc-next-action' must be updated to accomodate this change.
1247 (vc-backend-steal): Function moved into `vc-finish-steal'.
1248 (vc-backend-logentry-check): Function moved into
1249 `vc-finish-logentry'.
1250 (vc-backend-printlog): Function moved into `vc-print-log'.
1251 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
1252 (vc-backend-assign-name): Function moved into
1253 `vc-create-snapshot'.
1254
1255 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
1256
1257 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
1258 Rename to vc-checkout-model. Return appropriate values.
1259 Update callers.
1260
1261 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
1262 to vc-checkout-model.
1263 (vc-checkout-required): Rename to vc-checkout-model.
1264 Re-implement and re-comment.
1265 (vc-after-save): Use vc-checkout-model.
1266
1267 2000-09-04 Martin Lorentzson <martinl@gnu.org>
1268
1269 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
1270 Update to use the vc-BACKEND-diff functions instead.
1271 `vc-diff' is now working.
1272
1273 * vc-rcs.el (vc-rcs-logentry-check): New function.
1274
1275 * vc-cvs.el (vc-cvs-logentry-check): New function.
1276
1277 * vc-sccs.el (vc-sccs-diff): Function changed name from
1278 `vc-backend-diff'. This makes `vc-diff' work.
1279
1280 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
1281 of functions possibly implemented in a vc-BACKEND library.
1282 (vc-checkout-required): Fix bug that caused an error to be
1283 signaled during `vc-after-save'.
1284
1285 * vc.el: Fix typo.
1286 This checkin is made with our new VC code base for the very first time.
1287 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
1288
1289 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
1290 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
1291
1292 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
1293 updated to `vc-uses-locking'.
1294 (vc-checkout-required): Call to backend function.
1295 `vc-checkout-required' updated to `vc-uses-locking' instead.
1296
1297 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
1298 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
1299
1300 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
1301 to match the split into various backends.
1302 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
1303 (vc-retrieve-snapshot): Bug fix.
1304
1305 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
1306
1307 * vc-sccs.el (vc-sccs-release): Doc fix.
1308
1309 2000-09-04 Martin Lorentzson <martinl@gnu.org>
1310
1311 * vc.el (vc-next-action-on-file): Bug found and fixed.
1312 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
1313 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
1314
1315 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
1316 (vc-rcs-checkout): Name space cleaned up. No more revision number
1317 crunching function names that are not prefixed with vc-rcs.
1318 (vc-rcs-checkout-model): Function added. References to
1319 `vc-checkout-model' replaced.
1320
1321 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
1322
1323 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
1324 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
1325 still need to be split, and implemented for RCS).
1326
1327 2000-09-04 Martin Lorentzson <martinl@gnu.org>
1328
1329 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
1330
1331 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
1332 required by the vc.el file.
1333
1334 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
1335 required by the vc.el file.
1336 (vc-rcs-exists): Function added.
1337
1338 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
1339 required by the vc.el file.
1340
1341 * vc.el (vc-admin): Updated to handle selection of appropriate
1342 backend. Current implementation is crufty and need re-thinking.
1343
1344 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
1345
1346 2000-09-04 Martin Lorentzson <martinl@gnu.org>
1347
1348 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
1349 beginning of annotate buffers correctly.
1350
1351 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
1352 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
1353 functionality updated quite a lot to support multiple backends.
1354 Variables `vc-annotate-mode', `vc-annotate-buffers',
1355 `vc-annotate-backend' added.
1356
1357 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
1358 `vc-annotate-difference' added to supported backend functions.
1359
1360 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
1361
1362 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
1363 Use with-temp-file instead of /bin/sh. Merged from mainline
1364
1365 2000-09-04 Martin Lorentzson <martinl@gnu.org>
1366
1367 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
1368
1369 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
1370
1371 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
1372
1373 2000-09-04 Martin Lorentzson <martinl@gnu.org>
1374
1375 * vc-hooks.el: vc-state-heuristic added to
1376 vc-backend-hook-functions.
1377
1378 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
1379
1380 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
1381
1382 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
1383 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
1384 state to `reserved'.
1385
1386 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
1387 `vc-checkout-required'. Rename the `locked' state to `reserved'.
1388
1389 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
1390
1391 * vc-rcs-hooks.el: Implement new state model. Hardly anything
1392 untouched.
1393
1394 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
1395
1396 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
1397 if defined. (Merged from main line, slightly adapted.)
1398
1399 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
1400 millenium problem (merged from mainline).
1401
1402 2000-09-04 Martin Lorentzson <martinl@gnu.org>
1403
1404 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
1405 part and moved the non-BACKEND stuff to vc.el.
1406
1407 * vc.el: Split the annotate feature into a BACKEND specific part
1408 and moved it from the vc-cvs.el file to this one.
1409
1410 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
1411
1412 * vc-hooks.el: Implement new state model.
1413 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
1414 (vc-locking-user): Simplify. Now only needed if the file is
1415 locked by somebody else.
1416 (vc-lock-from-permissions): Remove. Functionality is in
1417 vc-sccs-hooks.el and vc-rcs-hooks.el now.
1418 (vc-mode-line-string): New name for former vc-status. Adapted.
1419 (vc-mode-line): Adapt to use the above. Remove optional parameter.
1420
1421 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
1422 Various simplifications and adaptations all over the place.
1423
1424 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
1425 Simplify and adapt the rest.
1426
1427 * vc.el (vc-resynch-window): Add TODO comment: check for
1428 interaction with view mode according to recent RCS change.
1429 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
1430
1431 2000-09-04 Martin Lorentzson <martinl@gnu.org>
1432
1433 * vc.el: Convert the remaining function comments to docstrings.
1434
1435 2000-09-04 Martin Lorentzson <martinl@gnu.org>
1436
1437 * vc.el (vc-backend-release, vc-release-greater-or-equal)
1438 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
1439 (vc-minor-part, vc-previous-version): Functions that operate and
1440 compare revision numbers got proper documentation. Comments added
1441 about their possible removal.
1442
1443 2000-09-04 Martin Lorentzson <martinl@gnu.org>
1444
1445 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
1446 the vc-backend.el files.
1447
1448 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
1449
1450 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
1451 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
1452 (vc-rcs-previous-version): Functions added.
1453
1454 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
1455
1456 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
1457
1458 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
1459
1460 * vc-hooks.el (vc-master-templates): Is really obsolete.
1461 Comment out the definition for now. What is the right procedure
1462 to get rid of it?
1463 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
1464 rewritten.
1465 (vc-default-registered): Remove.
1466 (vc-check-master-templates): New function; does mostly what the
1467 above did before.
1468 (vc-locking-user): Don't rely on the backend to set the property.
1469
1470 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
1471 Rewrite documentation.
1472 (vc-rcs-templates-grabbed): New variable.
1473 (vc-rcs-grab-templates): New function.
1474 (vc-rcs-registered): Rewrite to use above mechanism.
1475
1476 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
1477 Rewrite documentation.
1478 (vc-sccs-templates-grabbed): New variable.
1479 (vc-sccs-grab-templates): New function.
1480 (vc-sccs-registered): Rewrite to use above mechanism.
1481 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
1482 Don't throw the result, simply return it.
1483
1484 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
1485 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
1486 (vc-cvs-registered): Does the check itself now. Simplify.
1487
1488 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
1489 from main line.
1490
1491 2000-09-04 Martin Lorentzson <martinl@gnu.org>
1492
1493 * vc-cvs.el (vc-cvs-diff): New function.
1494
1495 * vc-sccs.el (vc-sccs-diff): New function.
1496
1497 * vc-rcs.el (vc-rcs-diff): New function.
1498 (vc-rcs-checkout): Bug (typo) found and fixed.
1499 (vc-rcs-register-switches): New variable.
1500
1501 * vc.el (vc-backend-diff): Function removed and placed in the
1502 backend files.
1503
1504 2000-09-04 Martin Lorentzson <martinl@gnu.org>
1505
1506 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
1507
1508 * vc.el (vc-backend-checkout): Function removed and replaced in
1509 the vc-backend.el files.
1510
1511 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
1512
1513 * vc.el (vc-backend-admin): Removed and replaced in the
1514 vc-backend.el files.
1515
1516 * vc.el (Martin): Removed all the annotate functionality since it
1517 is CVS backend specific.
1518
1519 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
1520
1521 * spec.txt: Added specification of vc-state.
1522
1523 * vc-sccs-hooks.el (vc-sccs-master-properties):
1524 Remove handling of vc-latest-version and
1525 vc-your-latest-version. What used to be vc-latest-version, is now
1526 returned as vc-workfile-version.
1527 (vc-sccs-workfile-version): Adapt.
1528
1529 2000-09-04 Dave Love <fx@gnu.org>
1530
1531 * vc.el: [Merged from mainline.]
1532 (vc-dired-mode): Make the dired-move-to-filename-regexp
1533 regexp match the date, to avoid treating date as file size.
1534 Add YYYY S option to WESTERN/
1535
1536 2000-09-04 Dave Love <fx@gnu.org>
1537
1538 * vc.el: Require `compile' when compiling.
1539 (vc-logentry-check-hook): New option.
1540 (vc-steal-lock): Use compose-mail.
1541 (vc-dired-mode-map): Defvar when compiling.
1542 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
1543 vc-sccs.el and renamed. Callers changed.
1544 (vc-backend-checkout, vc-backend-logentry-check)
1545 (vc-backend-merge-news): Doc fix.
1546 (vc-default-logentry-check): New function.
1547 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
1548 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
1549 (vc-backend-merge): Doc fix. Use backend functions.
1550 (vc-check-headers): Use backend functions.
1551
1552 * vc-cvs.el: Require vc when compiling.
1553 (vc-cvs-register-switches): Doc fix.
1554 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
1555 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
1556 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
1557 New functions (code from vc.el).
1558 (vc-annotate-display-default): Fix interactive spec.
1559 (vc-annotate-time-span): Doc fix.
1560
1561 * vc-rcs.el: Require vc when compiling.
1562 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
1563 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
1564 (vc-rcs-checkin): New functions (code from vc.el).
1565 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
1566 Doc fix.
1567 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
1568
1569 * vc-sccs.el: Require vc when compiling.
1570 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
1571 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
1572 (vc-sccs-revert)
1573 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
1574 from vc.el).
1575 (vc-sccs-add-triple, vc-sccs-record-rename)
1576 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
1577 (vc-sccs-admin): Doc fix.
1578
1579 2000-09-04 Martin Lorentzson <martinl@gnu.org>
1580
1581 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
1582 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
1583 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
1584 from vc.el.
1585
1586 * vc-sccs.el (vc-admin-sccs): Added from vc.el
1587
1588 * vc-cvs.el: Moved the annotate functionality from vc.el.
1589 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
1590
1591 2000-09-04 Dave Love <fx@gnu.org>
1592
1593 * vc.el (vc-backend-release): Call vc-system-release.
1594
1595 * vc-sccs.el (vc-sccs-system-release):
1596 Renamed from vc-sccs-backend-release.
1597
1598 * vc-rcs.el (vc-rcs-system-release):
1599 Renamed from vc-rcs-backend-release.
1600
1601 * vc-cvs.el (vc-cvs-system-release):
1602 Renamed from vc-cvs-backend-release.
1603
1604 2000-09-04 Dave Love <fx@gnu.org>
1605
1606 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
1607 backend files.
1608 (vc-backend-release): Dispatch to backend functions.
1609 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
1610 probably needs attention.]
1611
1612 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
1613 (vc-sccs-backend-release): New function.
1614
1615 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
1616 (vc-cvs-backend-release): New function.
1617
1618 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
1619 Doc fix.
1620 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
1621 (vc-default-dired-state-info): New function.
1622 (vc-dired-state-info): Dispatch to backends.
1623 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
1624
1625 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
1626 from vc.el and renamed.
1627
1628 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
1629
1630 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
1631 (vc-version-other-window, vc-backend-assign-name): Removed
1632 references to vc-latest-version; sometimes changed into
1633 vc-workfile-version.
1634
1635 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
1636 vc-rcs-master-workfile-version.
1637 (vc-rcs-workfile-version): Use the above. Don't call
1638 vc-latest-version (that was unreachable code, anyway).
1639 (vc-rcs-fetch-master-properties): Doc fix.
1640
1641 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
1642 (vc-backend-hook-functions): Removed them from this list, too.
1643 (vc-fetch-properties): Removed.
1644 (vc-workfile-version): Doc fix.
1645
1646 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
1647 (vc-rcs-workfile-version, vc-rcs-locking-user)
1648 (vc-rcs-uses-locking): Use it.
1649
1650 * vc-hooks.el (vc-consult-rcs-headers):
1651 Moved into vc-rcs-hooks.el, under the name
1652 vc-rcs-consult-headers.
1653
1654 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
1655 headers.
1656 (vc-cvs-find-master): Use this name only; correct different
1657 versions of the name.
1658
1659 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
1660 New functions.
1661 (vc-sccs-locking-user): Use the latter.
1662
1663 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
1664 New functions.
1665
1666 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
1667 Moved into both
1668 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
1669 functions are implementation details of those two backends.
1670
1671 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
1672
1673 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
1674 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
1675
1676 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
1677 (vc-sccs-parse-locks): SCCS-specific code moved here from
1678 vc-hooks.
1679
1680 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
1681 code moved here from vc-hooks.
1682
1683 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
1684 into back-end specific parts and removed. Callers not updated
1685 yet; because I guess these callers will disappear into back-end
1686 specific files anyway.
1687
1688 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
1689
1690 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
1691 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
1692 `vc-uses-locking'.
1693
1694 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
1695 Store yes/no in the property, and return t/nil. Updated all
1696 callers.
1697
1698 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
1699 vc-sccs-uses-locking. Don't set property.
1700 (vc-sccs-locking-user): Don't set property.
1701
1702 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
1703 vc-cvs-uses-locking. Don't set property here; leave that to
1704 vc-hooks.
1705 (vc-cvs-locking-user): Reflect above change. Streamlined.
1706
1707 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
1708 vc-rcs-uses-locking.
1709 (vc-rcs-locking-user): Reflect above change.
1710
1711 2000-09-04 Dave Love <fx@gnu.org>
1712
1713 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
1714
1715 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
1716
1717 * vc-hooks.el (vc-checkout-model): Punt to backends.
1718
1719 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
1720
1721 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
1722
1723 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
1724 New functions.
1725
1726 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
1727 New functions.
1728
1729 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
1730 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
1731
1732 * vc-hooks.el (vc-default-locking-user): New function.
1733 (vc-locking-user, vc-workfile-version): Punt to backends.
1734
1735 2000-09-04 Dave Love <fx@gnu.org>
1736
1737 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
1738 (vc-master-workfile-version): Moved from vc-hooks.
1739
1740 * vc-rcs-hooks.el: Fix duplicate code in last change.
1741
1742 * vc-rcs-hooks.el: Require vc-hooks when compiling.
1743 (vc-rcs-master-templates): Improve :type.
1744 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
1745 vc-master-workfile-version): Moved from vc-hooks.
1746
1747 * vc-sccs-hooks.el: Require vc-hooks when compiling.
1748 (vc-sccs-master-templates): Improve :type.
1749 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
1750
1751 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
1752
1753 * vc-cvs-hooks.el: Require vc-hooks when compiling.
1754 (vc-cvs-master-templates): Improve :type. Use
1755 vc-cvs-find-cvs-master.
1756 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
1757 from vc-hooks.
1758 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
1759
1760 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
1761 Moved to vc-cvs-hooks.
1762
1763 * vc-hooks.el: Add doc strings in various places. Simplify the
1764 minor mode setup.
1765 (vc-handled-backends): New user variable.
1766 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
1767 simplification.
1768
1769 2000-09-04 Dave Love <fx@gnu.org>
1770
1771 * vc.el: Some doc fixes for autoloaded and interactive functions.
1772 Fix compilation warnings from ediff stuff.
1773 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
1774
1775 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
1776
1777 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
1778
1779 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
1780
1781 2000-09-04 Dave Love <fx@gnu.org>
1782
1783 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
1784 New variable.
1785 (vc-make-backend-function, vc-loadup, vc-call-backend)
1786 (vc-backend-defines): New functions.
1787
1788 * vc-hooks.el: Various doc fixes.
1789 (vc-default-back-end, vc-follow-symlinks): Custom fix.
1790 (vc-match-substring): Function removed. Callers changed to use
1791 match-string.
1792 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
1793 Simplify.
1794
1795 2000-09-04 Dave Love <fx@gnu.org>
1796
1797 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
1798 type.
1799 (vc-sccs-project-dir, vc-search-sccs-project-dir)
1800 (vc-sccs-registered): Doc fix.
1801
1802 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
1803 (vc-cvs-registered): Doc fix.
1804
1805 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
1806 (vc-rcs-registered): Doc fix.
1807
1808 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
1809
1810 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
1811
1812 * vc-hooks.el: vc-registered has been renamed
1813 vc-default-registered. Some functions have been moved to the
1814 backend specific files. they all support the
1815 vc-BACKEND-registered functions.
1816
1817 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
1818
1819 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
1820
1821 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
1822
1823 2000-09-04 Dave Love <fx@gnu.org>
1824
1825 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
1826 menu-bar-update-hook.
1827
1828 * help.el (help-manyarg-func-alist): Add
1829 find-operation-coding-system.
1830
1831 * wid-edit.el (widget-sexp-validate): Fix garbled code.
1832
1833 * custom.el (custom-set-variables): Print message about errors in
1834 setting.
1835
1836 2000-09-03 Andrew Innes <andrewi@gnu.org>
1837
1838 * makefile.w32-in: Change to DOS line endings.
1839
1840 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
1841
1842 * mouse.el (mouse-popup-menubar): Supply the prompt string for
1843 minor-mode keymaps, if they don't have one.
1844
1845 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
1846
1847 * eshell/esh-module.el (eval-when-compile): Don't lose if
1848 esh-module.el's file name is truncated to DOS 8+3 limits.
1849
1850 2000-09-01 John Wiegley <johnw@gnu.org>
1851
1852 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
1853 predicate, which caused entries in the completion list to be
1854 doubled.
1855
1856 2000-08-30 John Wiegley <johnw@gnu.org>
1857
1858 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
1859 sending to subprocesses. Also, hook pre-command-hook if
1860 `eshell-send-direct-to-subprocesses' is non-nil.
1861 (eshell-send-direct-to-subprocesses): New config variable. If t,
1862 subprocess input is send immediately.
1863 (eshell-toggle-direct-send): New function.
1864 (eshell-self-insert-command): New function.
1865 (eshell-intercept-commands): New function.
1866 (eshell-send-input): If direct subprocess sending is enabled,
1867 don't echo any input to the Eshell buffer. Let the subprocess
1868 handle that. This requires "stty echo" in bash, for example.
1869
1870 2000-08-28 John Wiegley <johnw@gnu.org>
1871
1872 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
1873 completion function for Eshell's implementation of `unset'.
1874
1875 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
1876
1877 * info.el (Info-directory-list): Doc fix.
1878
1879 2000-08-31 Peter Breton <pbreton@ne.mediaone.net>
1880
1881 * filecache.el (file-cache-add-directory-using-find): Don't quote
1882 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
1883
1884 2000-08-31 Kenichi Handa <handa@etl.go.jp>
1885
1886 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
1887 coding systems.
1888
1889 2000-08-30 Andrew Innes <andrewi@gnu.org>
1890
1891 * timer.el (run-with-idle-timer): Undo last change, so that timer
1892 is not activated immediately if Emacs is already idle. Some
1893 existing code relies on this behaviour.
1894
1895 2000-08-30 Miles Bader <miles@gnu.org>
1896
1897 * frame.el (set-frame-font): Do completion of font-name for
1898 interactive use.
1899
1900 2000-08-30 Kenichi Handa <handa@etl.go.jp>
1901
1902 * international/quail.el (quail-start-translation): Bind locally
1903 last-command-event, last-command, and this-command.
1904 (quail-start-conversion): Likewise.
1905 (quail-self-insert-command): Fix docstring.
1906
1907 2000-08-29 Gerd Moellmann <gerd@gnu.org>
1908
1909 * progmodes/executable.el
1910 (executable-make-buffer-file-executable-if-script-p): Check that
1911 buffer contains at least 2 characters.
1912
1913 2000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
1914
1915 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
1916
1917 2000-08-29 Dave Love <fx@gnu.org>
1918
1919 * diff-mode.el (diff-mode) <defgroup>: Add :version.
1920 (diff-mode-shared-map): Bind mouse-2.
1921 (diff-imenu-generic-expression): New variable.
1922 (diff-mode): Use it.
1923
1924 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
1925 (mouse-popup-menubar): Add minor mode menus.
1926 (popup-menu): Check for lookup-key returning number.
1927
1928 2000-08-29 Miles Bader <miles@gnu.org>
1929
1930 * comint.el (comint-send-input): Create overlays using the proper
1931 front/read-advance arguments.
1932
1933 2000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1934
1935 * ps-print.el: Even/odd pages printing. Doc fix.
1936 (ps-print-version): New version number (6.0).
1937 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
1938 (ps-background, ps-begin-file, ps-begin-job): Code fix.
1939 (ps-print-duplex-feature): Variable eliminated.
1940 (ps-even-or-odd-pages): New variable.
1941
1942 * progmodes/ebnf2ps.el: Doc fix.
1943 (ebnf-version): New version (3.3).
1944 (ebnf-user-arrow): Change variable customization to sexp.
1945 (ebnf-user-arrow): Function eliminated.
1946 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
1947
1948 2000-08-29 Kenichi Handa <handa@etl.go.jp>
1949
1950 * help.el (help-xref-mule-regexp): New variable.
1951 (help-make-xrefs): Handle help-xref-mule-regexp.
1952
1953 * international/mule-cmds.el (help-xref-mule-regexp-template): New
1954 variable.
1955 (describe-input-method): Temporarily activate the specfied input
1956 method to display the information.
1957 (describe-language-environment): Hyperlinks to mule related items.
1958
1959 * international/mule-diag.el (charset-multibyte-form-string): New
1960 function.
1961 (list-character-sets-1): Use charset-multibyte-form-string.
1962 (describe-character-set): New function.
1963 (describe-coding-system): Hyperlinks to safe character sets.
1964
1965 * international/quail.el (quail-help): New arg PACKAGE.
1966 Hyperlinks to mule related items.
1967 (quail-help-insert-keymap-description): Use
1968 substitute-command-keys instead of describe-bindings.
1969 (quail-translation-help): Hyperlinks to mule related items.
1970
1971 2000-08-28 John Wiegley <johnw@gnu.org>
1972
1973 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
1974 have a defsubst call itself. Made `eshell-flatten-list' back into
1975 a function again.
1976
1977 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
1978 catch, in case re-centering point at bottom messes up the display.
1979 This happens frequently in Emacs 21, due I believe to variable
1980 line heights.
1981
1982 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
1983 to call `find-tag-interactive'.
1984
1985 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
1986 the list of remember directories.
1987
1988 2000-08-28 John Wiegley <johnw@gnu.org>
1989
1990 * align.el: Test align-region-separate to see if it's a symbol.
1991
1992 2000-08-28 John Wiegley <johnw@gnu.org>
1993
1994 * eshell/esh-util.el (eshell-flatten-list): Made this function
1995 into a defsubst form. It gets used very frequently, although
1996 calls don't occur all that often.
1997
1998 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
1999 examining it.
2000
2001 * eshell/esh-cmd.el (eshell-rewrite-while-command):
2002 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
2003 `eshell-protect'.
2004 (eshell-copy-handles): Created a new macro for duplicating the
2005 current set of open handles. This is needed by the looping
2006 functions.
2007 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
2008 is not incorrectly stomped on.
2009
2010 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
2011 declaration for pcomplete-use-paring.
2012 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
2013 value of eshell-cmpl-use-paring.
2014 * pcomplete.el (pcomplete-use-paring): New config variable, to
2015 indicate whether paring should be used.
2016 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
2017 completion alternatives that have already been used.
2018
2019 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
2020 bound to C-c C-y, which will repeat the previous N arguments
2021 (based on prefix argument).
2022 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
2023
2024 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
2025 if there is no *Help* buffer. This is for XEmacs, which renames
2026 its help buffers uniquely. TODO: Find out what the current buffer
2027 name to delete is.
2028
2029 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
2030 first entry that correlates to a passwd/group number. Later
2031 entries (used for group/user name aliasing to multiple IDs) are
2032 ignored.
2033
2034 * eshell/em-xtra.el (eshell/expr):
2035 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
2036 (eshell-grep, eshell/diff, eshell/locate):
2037 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
2038 argument list, before passing it to the system command.
2039
2040 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
2041 `find-tag' for use at final position in Eshell buffers (which
2042 otherwise triggers an error on Emacs 21).
2043 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
2044 buffer, if it is currently bound to `find-tag'.
2045
2046 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
2047 in the list of matched Makefile names.
2048 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
2049 directory, prefer its contents to Makefile.
2050
2051 * eshell/em-dirs.el (eshell/cd): cd commands that look up
2052 directory parts (like "cd old new", or "cd =regexp"), are now case
2053 sensitive on non-Windows/DOS platforms.
2054
2055 * eshell/esh-mode.el (eshell-parse-command-input): When a user
2056 types RET after an open delimiter (like "), display a message
2057 indicating that Eshell is waiting for the closing delimiter.
2058
2059 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
2060 environment variables.
2061
2062 * eshell/em-unix.el (eshell/diff): Added logic to fail more
2063 gracefully if the user enters incorrect arguments.
2064
2065 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
2066 Eshell buffers.
2067
2068 * eshell/esh-var.el (eshell-interpolate-variable):
2069 * eshell/esh-mode.el (eshell-move-argument):
2070 * eshell/em-unix.el (eshell-du-sum-directory):
2071 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
2072 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
2073 (not (= ...)).
2074
2075 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
2076 to ensure the `preserve' flag gets propagated when doing recursive
2077 directory copies.
2078
2079 2000-08-28 Stefan Monnier <monnier@cs.yale.edu>
2080
2081 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
2082 Don't convert \n into \0177 in memory.
2083 (eshell-read-history, eshell-write-history): Convert \n to \0177,
2084 and back again, when reading and writing.
2085
2086 2000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
2087
2088 * eshell/esh-util.el (eshell-processp): Added to relieve constant
2089 testing of `fboundp' on `processp'.
2090
2091 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
2092 (eshell/jobs): Don't call process-list if it is not bound.
2093 (eshell-gather-process-output): Support systems where async
2094 subprocesses aren't supported.
2095 (eshell-scratch-buffer, eshell-last-sync-output-start): New
2096 variables.
2097
2098 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
2099 eshell-do-eval returns t.
2100 (eshell-do-pipelines-synchronously): New defmacro.
2101 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
2102 when async subprocesses aren't supported.
2103 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
2104 if async subprocesses aren't supported.
2105 (eshell-resume-command): Don't assume STATUS is a string.
2106
2107 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
2108
2109 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
2110 (eshell-close-target, eshell-get-target): Use eshell-processp.
2111 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
2112 fix.
2113 (eshell-get-target, eshell-create-handles): Doc fix.
2114
2115 2000-08-28 Miles Bader <miles@lsi.nec.co.jp>
2116
2117 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
2118 criterion to include commands that output something, as long as it
2119 leaves both the command and the end-of-buffer visible when the
2120 command has exited.
2121 (eshell-review-quick-commands): Adjust the help doc string
2122 accordingly.
2123
2124 2000-08-28 Peter Breton <pbreton@ne.mediaone.net>
2125
2126 * locate.el (locate): Cleaned up locate command's interactive prompting
2127 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
2128
2129 * filecache.el (file-cache-case-fold-search): New variable
2130 (file-cache-assoc-function): New variable
2131 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
2132 Use file-cache-case-fold-search variable
2133 (file-cache-add-file): Use file-cache-assoc-function
2134 (file-cache-delete-file): likewise
2135 (file-cache-directory-name): likewise
2136 (file-cache-debug-read-from-minibuffer): likewise
2137
2138 2000-08-28 Gerd Moellmann <gerd@gnu.org>
2139
2140 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
2141 (abbrev-table-name): New function.
2142 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
2143 If non-nil list local abbrev, only.
2144
2145 2000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
2146
2147 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
2148 from Gnus support code, and use special article copy buffer
2149 `(gnus-original-article-buffer)' instead. This allows to get rid
2150 of article-hide-headers usage (which breaks in the latest Gnus
2151 version). Thanks to Detlev Zundel.
2152
2153 2000-08-28 Kenichi Handa <handa@etl.go.jp>
2154
2155 * international/quail.el (quail-use-package): Hide "... loaded"
2156 message.
2157 (quail-start-translation, quail-start-conversion): Likewise.
2158
2159 * international/kkc.el (kkc-region): Hide "... loaded" message.
2160
2161 2000-08-27 Dave Love <fx@gnu.org>
2162
2163 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
2164
2165 2000-08-27 Miles Bader <miles@gnu.org>
2166
2167 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
2168
2169 2000-08-27 Kenichi Handa <handa@etl.go.jp>
2170
2171 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
2172 'ja-dic-cnv), not (require 'skkdic-cnv).
2173
2174 2000-08-26 Miles Bader <miles@gnu.org>
2175
2176 * faces.el (face-x-resources): Add entry for :inherit.
2177 * cus-face.el (custom-face-attributes): Add support for :inherit
2178 attribute. Add support for relative face heights.
2179 (custom-face-attributes-get): Treat `nil' as being a default value
2180 for :inherit (as well as `unspecified').
2181
2182 * faces.el (set-face-attribute): Update doc string.
2183 (face-attribute-name-alist): Add :inherit.
2184 (face-valid-attribute-values): Handle :inherit.
2185 (face-read-string): Rephrase prompt to be less confusing.
2186 Assume that DEFAULT is a string, since we must return a string.
2187 (face-read-integer): Use `format' to turn DEFAULT into an
2188 acceptable default for face-read-string. Match NEW-VALUE against
2189 the string "unspecified", not the symbol `unspecified', since
2190 that's what face-read-string returns.
2191 (read-face-attribute): Lookup a name for old-value in valid, and
2192 use it as a default if we find one. Treat all values from
2193 face-read-string as strings. If the default is used, don't do any
2194 more processing on the value, just use the old value directly.
2195 (read-face-and-attribute, modify-face): Tweak prompt.
2196 (read-face-name): Don't assume prompt ends with a space.
2197
2198 * faces.el (describe-face): Add support for :inherit attribute.
2199
2200 2000-08-25 Kenichi Handa <handa@etl.go.jp>
2201
2202 * terminal.el (terminal-emulator): Fix args to `concat'. Now
2203 concat doesn't accept interger.
2204
2205 * international/kkc.el: Remove SKK from Keywords. Require
2206 ja-dic-utl instead of skkdic-utl.
2207
2208 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
2209 Provide ja-dic-cnv instead of skkdic-cnv.
2210 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
2211 (iso-2022-7bit-short): Add safe-charsets property.
2212 (skkdic-convert-postfix): Search Japanese chou-on character in
2213 addition to Hiragana character.
2214 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
2215 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
2216 (batch-skkdic-convert): Likewise.
2217
2218 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
2219 Provide ja-dic-utl instead of skkdic-utl.
2220 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
2221
2222 2000-08-24 Dave Love <fx@gnu.org>
2223
2224 * disp-table.el (standard-display-default): Make the test of `l'
2225 useful.
2226
2227 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
2228 mod sample text.
2229
2230 * international/iso-ascii.el: Make pilcrow convenient string
2231 consistent with section.
2232 (iso-ascii-display): Set up multibyte characters as well as
2233 unibyte.
2234
2235 2000-08-24 Kenichi Handa <handa@etl.go.jp>
2236
2237 * international/mule-cmds.el (reset-language-environment): Set
2238 default-process-coding-system to '(undecided . iso-latin-1), which
2239 makes process I/O almost consistent with file I/O. Call this
2240 function when mule-cmds.el[c] is loaded.
2241
2242 2000-08-22 Andrew Innes <andrewi@gnu.org>
2243
2244 * makefile.w32-in: New file.
2245
2246 2000-08-22 Miles Bader <miles@lsi.nec.co.jp>
2247
2248 * comint.el (comint-output-filter): Compare end of
2249 comint-last-output-overlay with the start of the newly inserted
2250 text, not the end, when deciding whether to extend it.
2251 Set saved-point's insertion type to advance after insertion.
2252
2253 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
2254 since this is now done independently of font-lock mode.
2255
2256 2000-08-21 Gerd Moellmann <gerd@gnu.org>
2257
2258 * server.el (server-kill-new-buffers): New user option.
2259 (server-existing-buffer): New buffer-local variable.
2260 (server-visit-files): When using an existing buffer, set
2261 server-existing-buffer to t.
2262 (server-buffer-done): If server-kill-new-buffers is t, kill the
2263 buffer, unless it was already present before visiting it with
2264 Emacs server.
2265
2266 2000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
2267
2268 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
2269 even if the display doesn't support colors: some displays will
2270 support bold/underline faces.
2271
2272 2000-08-21 Gerd Moellmann <gerd@gnu.org>
2273
2274 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
2275
2276 * startup.el (command-line): If user's init file had an error,
2277 add explanatory text to *Messages*.
2278
2279 2000-08-21 Kenichi Handa <handa@etl.go.jp>
2280
2281 * man.el (Man-getpage-in-background): Decode the process output by
2282 the system locale coding system.
2283
2284 2000-08-20 Dave Love <fx@gnu.org>
2285
2286 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
2287 Don't test x-popup-menu.
2288 (function) <complete-function>: Complete only fbound symbols.
2289 <validate, value>: New.
2290 (variable) <complete-function>: Complete only bound symbols.
2291 (coding-system): Add :base-only, :complete-function, :validate,
2292 :value, :prompt-match.
2293 (widget-coding-system-prompt-value): Use read-coding-system and
2294 act on :base-only.
2295 (editable-field): Add :help-echo.
2296 (widget-push-button-gui, widget-push-button-cache)
2297 (widget-gui-action, widget-editable-list-gui): COmment out, along
2298 with uses.
2299 (widget-at): Make arg optional.
2300 (widget-echo-help): Adjust for current help-echo calling sequence.
2301 (widget-specify-field, widget-specify-button)
2302 (widget-specify-insert, widget-get-sibling, widget-image-find)
2303 (widget-convert, widget-insert, widget-leave-text)
2304 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
2305 (widget-setup, widget-field-find, widget-before-change)
2306 (widget-after-change, widget-default-complete)
2307 (widget-default-create, widget-default-delete)
2308 (widget-push-button-value-create, editable-field)
2309 (widget-field-prompt-value, widget-field-validate)
2310 (widget-choice-value-create, widget-choice-action)
2311 (widget-choice-validate, widget-checklist-add-item)
2312 (widget-radio-add-item, widget-radio-chosen)
2313 (widget-radio-value-inline, widget-editable-list-value-create)
2314 (widget-editable-list-entry-create)
2315 (widget-documentation-link-add)
2316 (widget-documentation-string-value-create)
2317 (widget-regexp-validate, widget-file-complete)
2318 (widget-sexp-validate, widget-plist-convert-widget)
2319 (widget-plist-convert-widget, widget-alist-convert-widget)
2320 (widget-alist-convert-widget, widget-color-complete): Simplify,
2321 particularly to avoid bindings which aren't optimized out.
2322
2323 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
2324 Doc fix.
2325 (down-list, backward-up-list, up-list, kill-sexp)
2326 (backward-kill-sexp, mark-sexp): Make arg optional.
2327 (lisp-complete-symbol): Add optional arg PREDICATE.
2328
2329 * cus-start.el: Add display-buffer-reuse-frames,
2330 file-coding-system-alist.
2331
2332 2000-08-20 Gerd Moellmann <gerd@gnu.org>
2333
2334 * startup.el (command-line): Clear realized faces after
2335 modifying TTY color mappings.
2336
2337 2000-08-20 Miles Bader <miles@gnu.org>
2338
2339 * faces.el (face-attr-match-p): Don't return true if ATTRS are
2340 merely a subset of FACE's attributes.
2341
2342 2000-08-19 Miles Bader <miles@gnu.org>
2343
2344 * comint.el (comint-output-filter): Save the point with a marker,
2345 not just a buffer position.
2346
2347 * international/mule.el (set-buffer-process-coding-system): Make
2348 interactive prompt less confusing.
2349
2350 2000-08-19 Gerd Moellmann <gerd@gnu.org>
2351
2352 * hilit-chg.el: General cleanup of doc strings, comments and
2353 code formatting.
2354
2355 2000-08-19 Miles Bader <miles@gnu.org>
2356
2357 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
2358 Compiler macro removed; beginning-of-line is no longer always
2359 equivalent to forward-line, in the presence of fields.
2360
2361 * comint.el (comint-output-filter): Remove ad-hoc saving of
2362 restriction, and just use save-restriction, now that it works
2363 correctly. Don't adjust comint-last-input-start to account for
2364 our insertion; it shouldn't have moved because we don't use
2365 insert-before-markers anymore. Comment out call to
2366 `force-mode-line-update'; why is it here?
2367
2368 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
2369 while checking for prompt to delete. Use `forward-line 0'
2370 instead of beginning-of-line.
2371 (gud-filter): Temporarily widen gud comint buffer while
2372 examining output.
2373
2374 2000-08-18 Stefan Monnier <monnier@cs.yale.edu>
2375
2376 * progmodes/sh-script.el: Big bag of typos.
2377
2378 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
2379 check since ispell-process is not bound when ispell is not yet loaded.
2380
2381 2000-08-18 Dave Love <fx@gnu.org>
2382
2383 * image.el (find-image): Copy `spec' before using plist-put.
2384
2385 2000-08-18 Gerd Moellmann <gerd@gnu.org>
2386
2387 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
2388 `portugues'.
2389
2390 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
2391 backward-kill-sexp, analogous to kill-sexp.
2392
2393 * progmodes/icon.el (icon-indent-line)
2394 (icon-is-continuation-line): Handle comments specially.
2395
2396 2000-08-17 Ken Stevens <k.stevens@ieee.org>
2397
2398 * ispell.el: Set to standard author/maintainer/keyword fields.
2399 Fine tuning to menu map appearance and operation, and added help.
2400 Remove `start' and `end' error messages when compiling.
2401 (ispell-choices-win-default-height): Fixed comment string.
2402 (ispell-dictionary-alist-1): Fixed regexp in castellano and
2403 castellano8 dictionaries.
2404 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
2405 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
2406 dictionary, added italiano dictionary.
2407 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
2408 word character
2409 (ispell-tex-skip-alists): Added psfig support.
2410 (ispell-skip-html): Renamed from ispell-skip-sgml.
2411 (ispell-begin-skip-region-regexp, ispell-skip-region)
2412 (ispell-minor-check): Improved html skipping support to skip across
2413 code, and recognize `&' commands without propper `;' syntax;
2414 (ispell-process-line): Fix alignment error when manually
2415 correcting spelling.
2416 (ispell): Fix comment string.
2417 (ispell-add-per-file-word-list): Always put word list on new line.
2418
2419 2000-08-17 Gerd Moellmann <gerd@gnu.org>
2420
2421 * format.el (format-encode-run-method): Fix error message to say
2422 `encode' instead of `decode'. Use save-window-excursion around
2423 shell-command-on-region as in format-decode-run-method because
2424 shell-command-on-region can display a buffer with error output.
2425 (format-decode): Don't record undo information for the decoding.
2426 (format-annotate-function): Add parameter FORMAT-COUNT. Make
2427 that number part of the temporary buffer name so that more than
2428 one decoding using a temporary buffer can happen safely.
2429
2430 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
2431 of `A-z' in the regexp.
2432
2433 * hilit-chg.el: Fix typos in commentary.
2434
2435 * help.el (view-emacs-news): Rewritten for new naming scheme
2436 for old NEWS files.
2437
2438 * startup.el (command-line): Pop to *Messages* in case an error
2439 is signaled while loading user-init-file.
2440
2441 2000-08-17 Andreas Schwab <schwab@suse.de>
2442
2443 * files.el (insert-directory): Don't lose original file name,
2444 undoing an undocumented change.
2445
2446 2000-08-17 Alex Schroeder <alex@gnu.org>
2447
2448 * sql.el (sql-magic-go): Use comint-bol.
2449 (sql-copy-column): Use comint-line-beginning-position.
2450 (comint-line-beginning-position): Define a replacement for
2451 comint-line-beginning-position if it is not fboundp.
2452
2453 2000-08-17 Alex Schroeder <alex@gnu.org>
2454
2455 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
2456 it didn't have any effect anyway.
2457
2458 2000-08-17 Alex Schroeder <alex@gnu.org>
2459
2460 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
2461 --pset and pager=off instead of sending \\o|cat at the beginning
2462 of the session.
2463
2464 2000-08-17 Miles Bader <miles@gnu.org>
2465
2466 * progmodes/octave-inf.el: Add compatibility definition of
2467 comint-line-beginning-position.
2468
2469 2000-08-17 Kenichi Handa <handa@etl.go.jp>
2470
2471 * startup.el (normal-top-level): Look in each dir in load-path for
2472 a leim-list.el file too. This assures of loading leim-list.el
2473 that is created at Emacs installation time even if a user have his
2474 own leim-list.el.
2475
2476 2000-08-17 Miles Bader <miles@gnu.org>
2477
2478 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
2479 foreground color to black if the background is dark.
2480
2481 2000-08-16 Stefan Monnier <monnier@cs.yale.edu>
2482
2483 * loadhist.el (unload-feature): Typo.
2484
2485 * finder.el (finder-compile-keywords):
2486 * cus-dep.el (custom-make-dependencies): Add local-variable settings
2487 to the generated file.
2488
2489 * mail/mh-e.el (mh-make-local-vars):
2490 Replace make-variable-buffer-local with make-local-variable.
2491
2492 * play/landmark.el:
2493 * options.el (Edit-options-{set,toggle,t,nil}):
2494 * mail/mailabbrev.el (mail-abbrevs-mode):
2495 * textmodes/tex-mode.el (tex-expand-files):
2496 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
2497
2498 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
2499
2500 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
2501 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
2502 Allow going past the last element.
2503 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
2504 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
2505 (cvs-mouse-toggle-mark): Don't move point.
2506 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
2507
2508 * progmodes/compile.el (grep): Provide a default set of files.
2509 (next-error): Docstring fix.
2510 (compilation-find-file): Avoid find-file (fails in a dedicated window).
2511
2512 * emacs-lisp/easy-mmode.el (define-minor-mode):
2513 Use `symbol-value' to keep the byte-compiler quiet.
2514
2515 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
2516 (diff-find-source-location): New fun, extracted from diff-goto-source.
2517 (diff-goto-source): Use it.
2518 (diff-next-complex-hunk, diff-filter-lines): New function.
2519 (diff-apply-hunk): New command.
2520
2521 * smerge-mode.el (smerge-mode-menu): Doc fix.
2522
2523 * msb.el (msb-mode): Define it in terms of define-minor-mode.
2524
2525 2000-08-16 Dave Love <fx@gnu.org>
2526
2527 * windmove.el (windmove) <defgroup>: Add :version.
2528
2529 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
2530 (goto-address-fontify-p, goto-address-highlight-p)
2531 (goto-address-url-face, goto-address-url-mouse-face)
2532 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
2533 (goto-address-url-regexp): Use thing-at-point-url-regexp.
2534 (goto-address-fontify, goto-address-at-mouse): Simplify,
2535 (goto-address-at-point): browse-url-url-at-point,
2536 goto-address-find-address-at-point can return nil.
2537 (goto-address-find-address-at-point): Return nil on failure.
2538
2539 * align.el (align) <defgroup>: Add :version.
2540
2541 * calculator.el (calculator): Add :version.
2542 (calculator): Use two lines for calculator window if `modeline'
2543 face is boxed.
2544
2545 * play/5x5.el: Doc fixes.
2546 (5x5) <defgroup>: Add :version.
2547
2548 * play/fortune.el (fortune) <defgroup>: Add :version.
2549 (fortune-append): Fix error message.
2550 (fortune-from-region): Doc fix.
2551
2552 * play/pong.el (pong): Doc fix.
2553
2554 * play/morse.el: Keywords, commentary, autoloads.
2555
2556 2000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
2557
2558 * desktop.el (desktop-save): Don't look at symbol-value of a
2559 member of minor-mode-alist, unless it is boundp.
2560
2561 2000-08-16 Sam Steingold <sds@gnu.org>
2562
2563 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
2564 `while'; use `with-current-buffer' instead of `save-excursion'.
2565 Removed unnecessary kludges now that "*Buffer List*" is excluded.
2566
2567 2000-08-16 Kenichi Handa <handa@etl.go.jp>
2568
2569 * international/ccl.el (declare-ccl-program): Docstring modified.
2570 (ccl-execute-with-args): Likewise.
2571
2572 2000-08-16 Miles Bader <miles@gnu.org>
2573
2574 * progmodes/sql.el: Add compatibility definition of
2575 comint-line-beginning-position.
2576
2577 2000-08-15 Gerd Moellmann <gerd@gnu.org>
2578
2579 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
2580 'buffer-menu' property.
2581 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
2582 fails.
2583 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
2584 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
2585 wasn't killed.
2586
2587 * buff-menu.el (list-buffers-noselect): Don't display the
2588 *Buffer List* buffer.
2589
2590 * font-lock.el: Require jit-lock to prevent a very late
2591 `Loading jit-lock' message.
2592
2593 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
2594 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
2595 mail address.
2596
2597 2000-08-15 Miles Bader <miles@gnu.org>
2598
2599 * textmodes/ispell.el (ispell-graphic-p): New constant.
2600 (ispell-choices-win-default-height, ispell-help): Use
2601 `ispell-graphic-p' instead of `xemacsp'.
2602
2603 2000-08-15 Dave Love <fx@gnu.org>
2604
2605 * simple.el: Autoload widget-convert when compiling.
2606 (mail-user-agent): Doc fix.
2607
2608 * help.el (function-called-at-point, variable-at-point): Use
2609 with-syntax-table.
2610 (help-manyarg-func-alist): Add insert-and-inherit.
2611
2612 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
2613
2614 * delsel.el (delsel-unload-hook): New function.
2615
2616 * find-file.el: Doc fixes. Move provide to end.
2617 (ff) <defgroup>: Add :link.
2618 (ff-goto-click): Deleted.
2619 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
2620 Use mouse-set-point.
2621
2622 * textmodes/tildify.el: Doc fixes.
2623 (tildify) <defgroup>: Add:version.
2624
2625 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
2626 (glasses-custom-set): Use set-default, not set.
2627 (minor-mode-alist): Propertize the lighter.
2628 (glasses-mode): Provide optional arg.
2629
2630 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
2631 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
2632 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
2633 option. Provide :type.
2634 (cwarn-configuration): Provide :type.
2635 (cwarn-mode): Doc fix.
2636
2637 * add-log.el (change-log-merge): Doc fix.
2638 (change-log-redate): New command.
2639
2640 * net/browse-url.el (browse-url-filename-alist): Add a clause for
2641 Doze and Dog.
2642 (browse-url): Use dolist, not mapcar.
2643 (browse-url-at-point): Check for null url.
2644 (browse-url-event-buffer, browse-url-event-point): Functions
2645 deleted.
2646 (browse-url-at-mouse, browse-url-netscape): Simplify.
2647
2648 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
2649 modes.
2650 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
2651 Fix previous change to mapcan.
2652 (msb--init-file-alist, msb--add-separators)
2653 (msb--make-keymap-menu): Simplify.
2654 (msb--choose-file-menu): Use copy-sequence.
2655 (msb-mode-map): Add title to keymap.
2656 (msb-unload-hook): New function.
2657
2658 * bs.el: Fix indentation.
2659 (bs) <defgroup>: Add :links.
2660 (bs-show): Doc fix.
2661 (bs-apply-sort-faces): Don't use window-system.
2662 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
2663
2664 2000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
2665
2666 * calendar/timeclock.el (timeclock-file): Run .timelog through
2667 convert-standard-filename.
2668
2669 2000-08-14 Gerd Moellmann <gerd@gnu.org>
2670
2671 * emacs-lisp/authors.el: New file.
2672
2673 * paren.el (show-paren-priority): New user option.
2674 (show-paren-function): Set overlay priorities to
2675 show-paren-priority.
2676
2677 2000-08-14 Miles Bader <miles@gnu.org>
2678
2679 * comint.el (comint-bol): Use `forward-line 0' instead of calling
2680 beginning-of-line with inhibit-field-text-motion bound.
2681
2682 2000-08-14 Gerd Moellmann <gerd@gnu.org>
2683
2684 * calendar/timeclock.el: New file.
2685
2686 2000-08-14 David Ponce <david@dponce.com>
2687
2688 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
2689 `widget-button-click'. so that one can use left mouse button to
2690 click on dialog buttons.
2691
2692 2000-08-14 Emmanuel Briot <briot@gnat.com>
2693
2694 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
2695 identifiers, since XML is case sensitive
2696
2697 2000-08-12 Miles Bader <miles@gnu.org>
2698
2699 * comint.el (comint-output-filter): Don't bother frobbing
2700 window-start, it doesn't seem to be necessary.
2701
2702 * comint.el (comint-send-string, comint-send-region): Make into
2703 real functions. Snapshot the prompt before sending.
2704
2705 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
2706
2707 * info.el (Info-find-emacs-command-nodes): Rewrite to use
2708 technique similar to Info-index, instead of relying on specific
2709 names of relevant Index nodes.
2710 (Info-goto-emacs-command-node): Bind Info-history to nil when
2711 going to the first node found by Info-find-emacs-command-nodes.
2712
2713 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
2714
2715 * menu-bar.el (menu-bar-help-menu): Add a :help string.
2716
2717 2000-08-10 Miles Bader <miles@gnu.org>
2718
2719 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
2720
2721 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
2722
2723 * info.el (Info-file-list-for-emacs): More elements for the
2724 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
2725 and woman manuals.
2726
2727 2000-08-10 Miles Bader <miles@lsi.nec.co.jp>
2728
2729 * comint.el (comint-send-input): Make the newline boundary overlay
2730 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
2731 (comint-output-filter): Use `insert' instead of
2732 `insert-before-markers'. Extend comint-last-output-overlay when
2733 necessary since we can't rely on insert-before-markers to do it.
2734 * gud.el (gud-filter): Use `with-current-buffer' instead of
2735 save-excursion when inserting the output, so that point gets
2736 updated correctly; the old method relied on a rather dodgy
2737 side-effect of comint-output-filter to avoid the effect of
2738 save-excursion.
2739
2740 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
2741
2742 * files.el (recover-file): Call insert-directory instead of
2743 invoking `ls' directly.
2744
2745 2000-08-10 Miles Bader <miles@gnu.org>
2746
2747 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
2748 (comint-last-prompt-overlay): New variables.
2749 (comint-output-filter): Implement prompt highlighting.
2750 (comint-snapshot-last-prompt): New function.
2751 (comint-send-input): Snapshot the last prompt.
2752 Use comint-highlight-input-face.
2753 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
2754 Use defface instead of defcustom.
2755 (send-invisible, comint-send-eof): Snapshot the last prompt.
2756 (comint-delchar-or-maybe-eof): Use comint-send-eof.
2757 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
2758
2759 2000-08-09 Stefan Monnier <monnier@cs.yale.edu>
2760
2761 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
2762 (regexp-opt-group): Use a list of chars for `letters'.
2763 (regexp-opt-charset): `chars' is now a list of chars.
2764 Use a char-table rather than a vector so it works for multibyte chars.
2765
2766 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
2767 Set cvs-minor-current-files to the selected fileinfo.
2768 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
2769 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
2770
2771 2000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
2772
2773 * files.el (insert-directory): Don't call access-file on
2774 directories on DOS and Windows.
2775
2776 2000-08-09 Kenichi Handa <handa@etl.go.jp>
2777
2778 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
2779 longer if necessary.
2780 (ccl-embed-code): Call ccl-embed-data to store CODE in
2781 ccl-program-vector.
2782
2783 2000-08-09 Miles Bader <miles@gnu.org>
2784
2785 * comint.el (comint-output-filter): Properly handle the case where
2786 the text surrounded by comint-last-output-overlay was deleted.
2787
2788 2000-08-08 Gerd Moellmann <gerd@gnu.org>
2789
2790 * info.el (Info-insert-dir): Use Info-additional-directory-list if
2791 non-nil.
2792 (Info-file-list-for-emacs): Remove "info" from the list because
2793 that leads to trying to use the documentation from file `info'
2794 in various situations where it isn't appropriate, for instance
2795 C-h C-k C-h i.
2796
2797 * ffap.el (ffap-read-file-or-url-internal): Handle case that
2798 DIR and/or STRING are nil.
2799
2800 * progmodes/compile.el (compilation-setup): Make variable
2801 compilation-error-screen-columns buffer-local, as some comment
2802 in the code suggests it should be.
2803
2804 * files.el (auto-mode-interpreter-regexp): New variable.
2805 (set-auto-mode): Use it.
2806
2807 * indent.el (indent-for-tab-command): Doc fix.
2808
2809 * mouse-sel.el (mouse-sel-mode): Doc fix.
2810
2811 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
2812 labels.
2813
2814 * help.el (print-help-return-message): When
2815 display-buffer-reuse-frames is set, let the help window been quit,
2816 instead of deleting it, which might delete a reused frame.
2817
2818 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
2819
2820 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
2821 rename a directory to a name that differs only by its letter case.
2822
2823 2000-08-08 Kenichi Handa <handa@etl.go.jp>
2824
2825 * international/quail.el (quail-define-rules): Handle Quail decode
2826 map correctly. Add code for supporting annotations.
2827 (quail-install-decode-map): New function.
2828 (quail-defrule-internal): New optional arguments decode-map and
2829 props.
2830 (quail-advice): New function.
2831
2832 2000-08-07 Sam Steingold <sds@gnu.org>
2833
2834 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
2835 `defconst', `define-condition', `with-slots'.
2836 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
2837
2838 2000-08-03 Miles Bader <miles@gnu.org>
2839
2840 * comint.el (comint-use-prompt-regexp-instead-of-fields):
2841 New variable.
2842 (comint-prompt-regexp, comint-get-old-input): Document dependence on
2843 comint-use-prompt-regexp-instead-of-fields.
2844 (comint-send-input): Add `input' field property to stuff we send to
2845 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
2846 (comint-output-filter): Add `output' field property to process
2847 output, if comint-use-prompt-regexp-instead-of-fields is nil.
2848 (comint-replace-by-expanded-history)
2849 (comint-get-old-input-default, comint-show-output)
2850 (comint-backward-matching-input, comint-forward-matching-input)
2851 (comint-next-prompt, comint-previous-prompt): Use field
2852 properties if comint-use-prompt-regexp-instead-of-fields is nil.
2853 (comint-line-beginning-position): New function.
2854 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
2855 (comint-replace-by-expanded-history-before-point): Use
2856 comint-line-beginning-position and line-end-position.
2857 (comint-last-output-overlay): New variable.
2858 (comint-mode): Make `comint-last-output-overlay' buffer-local.
2859
2860 * shell.el (shell-prompt-pattern): Doc change.
2861 (shell-backward-command): Use line-beginning-position.
2862
2863 * gud.el (gud-gdb-complete-command): Use
2864 comint-line-beginning-position.
2865
2866 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
2867 comint-bol doesn't actually go to the beginning of the line.
2868
2869 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
2870 if comint-use-prompt-regexp-instead-of-fields is non-nil.
2871 (try-expand-line-all-buffers): Likewise.
2872
2873 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
2874 explicitly matching comint-prompt-regexp.
2875 (sql-copy-column): Use comint-line-beginning-position instead of
2876 explicitly matching comint-prompt-regexp.
2877
2878 * progmodes/octave-inf.el (inferior-octave-complete): Use
2879 comint-line-beginning-position.
2880
2881 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
2882
2883 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
2884 looking for a prompt, use `forward-line 0' instead of
2885 `beginning-of-line', to avoid getting caught by an input field.
2886
2887 2000-08-07 Gerd Moellmann <gerd@gnu.org>
2888
2889 * files.el (shell-quote-wildcard-pattern): Make sure to return
2890 PATTERN, in the Unix case.
2891
2892 2000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
2893
2894 * play/zone.el (zone): Discard any pending input before running
2895 the randomly-chosen pgm.
2896
2897 2000-08-07 Kenichi Handa <handa@etl.go.jp>
2898
2899 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
2900 checking the existence of any multibyte characters.
2901
2902 2000-08-06 Gerd Moellmann <gerd@gnu.org>
2903
2904 * help.el (describe-mode): Test minor-mode symbol for being
2905 bound before testing its value for being nil.
2906
2907 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
2908 `first', `second', and `third'.
2909
2910 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
2911 (second): Make it an alias for `cadr'.
2912
2913 2000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
2914
2915 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
2916 types of display support faces now.
2917
2918 2000-08-05 Gerd Moellmann <gerd@gnu.org>
2919
2920 * pcvs.el (require): Require `cl' during compilation, only.
2921
2922 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
2923 (toplevel): Remove `remq' and `remove' from autoloads.
2924 (cl-fake-autoloads): New variable. If set, arrange for an error
2925 when CL functions etc. are autoloaded.
2926
2927 2000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
2928
2929 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
2930
2931 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
2932 popped up, but the user clicks outside the menu, return an empty
2933 regexp (that causes unhighlight-regexp to have no effect).
2934
2935 * menu-bar.el (menu-bar-games-menu): Add Zone.
2936
2937 * hi-lock.el (toplevel): Require font-lock.
2938
2939 2000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2940
2941 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
2942 (ebnf-8-bit-chars): New var for bug fix.
2943 (ebnf-string): Bug fix.
2944
2945 2000-08-03 Sam Steingold <sds@gnu.org>
2946
2947 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
2948 instead of `buffer-string'.
2949 (require 'cl): Always, not just when compiling.
2950 `ignore-errors' in `interactive', `list*', `defun*' &c make this
2951 necessary.
2952
2953 2000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
2954
2955 * international/mule-cmds.el (select-safe-coding-system): Make
2956 the message text about selecting a safe coding system more clear.
2957
2958 2000-08-02 Gerd Moellmann <gerd@gnu.org>
2959
2960 * hi-lock.el: New file.
2961
2962 * play/zone.el: New file.
2963
2964 * replace.el (occur): Set tab-width in the *Occur* buffer to the
2965 value of tab-width in the original buffer. Choose a line number
2966 format that's a multiple of the original buffer's tab width, so
2967 that lines appear right.
2968
2969 * textmodes/ispell.el (ispell): New function, replacing an alias.
2970 Spell-check active region if in transient-mark-mode and mark
2971 is active; otherwise spell-check buffer.
2972
2973 2000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2974
2975 * ps-mule.el: Fix a customization problem on
2976 ps-mule-font-info-database-default.
2977
2978 2000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
2979
2980 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
2981 display-mouse-p instead of window-system.
2982 (ebrowse-member-mode-map): Ditto.
2983
2984 2000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2985
2986 * progmodes/ebnf2ps.el: Update ps-print functions call.
2987 Indentation fix. Doc fix.
2988 (ebnf-version): New version number (3.2).
2989 (ebnf-format-color, ebnf-begin-job): Code fix.
2990
2991 2000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
2992
2993 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
2994 font lock support on window-system.
2995 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
2996
2997 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
2998 display-color-p, if fboundp, instead of window-system.
2999
3000 2000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
3001
3002 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
3003 instead of window-system.
3004
3005 * wid-edit.el (widget-choose): Use display-mouse-p instead of
3006 window-system.
3007 (widget-choice-mouse-down-action): Use display-popup-menus-p
3008 instead of window-system.
3009
3010 * strokes.el (strokes-file): Run the file name through
3011 convert-standard-filename.
3012 (strokes-mode): Call display-mouse-p instead of looking at
3013 window-system. Change the error message accordingly.
3014
3015 * progmodes/cpp.el (toplevel): Support faces on tty's.
3016
3017 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
3018 (lm-plot-square, lm-init-display): Don't use window-system.
3019
3020 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
3021 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
3022
3023 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
3024 instead of looking at window-system.
3025
3026 2000-07-30 Gerd Moellmann <gerd@gnu.org>
3027
3028 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
3029 of testing if iswitchb-prepost-hooks is bound, because the
3030 latter will always be true when invoking a recursive minibuffer
3031 from an active Iswitchb buffer.
3032
3033 2000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
3034
3035 * files.el (shell-quote-wildcard-pattern): New function.
3036 (insert-directory): Call it. Only prepend "\" to command on Unix
3037 and GNU/Linux systems.
3038
3039 2000-07-30 Gerd Moellmann <gerd@gnu.org>
3040
3041 * eshell/esh-groups.el: Change custom :link file names
3042 from `eshell.info' to `eshell'.
3043
3044 2000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
3045
3046 * dired.el (dired-build-subdir-alist): Expand subdirectory names
3047 correctly in recursive ange-ftp listings.
3048
3049 2000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3050
3051 * ps-print.el: Fix bug 1: if ps-font-size-internal,
3052 ps-header-font-size-internal and
3053 ps-header-title-font-size-internal variables are not set,
3054 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
3055 face text property is (foreground-color . COLOR) or
3056 `(background-color . COLOR)', ps-print crashes. Doc fix.
3057 (ps-print-version): New version number (5.2.4).
3058 (ps-plot-region): Code fix.
3059 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
3060 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
3061 Bug fix 2.
3062
3063 2000-07-30 Milan Zamazal <pdm@freesoft.cz>
3064
3065 * glasses.el (glasses-make-readable): Fix uncapitalization of
3066 identifiers like `myXMLDocument'.
3067
3068 2000-07-28 Karl Fogel <kfogel@red-bean.com>
3069
3070 * mail/mail-hist.el (mail-hist-previous-input)
3071 (mail-hist-next-input): Do the obvious code factorization.
3072 (mail-hist-retrieve-and-insert): New func, contains common
3073 code of above two.
3074 If inserting a message body, leave point at top.
3075
3076 2000-07-28 Sam Steingold <sds@gnu.org>
3077
3078 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
3079 Use `<=', not `<' to compare times!
3080 (ange-ftp-ls): Remove.
3081
3082 2000-07-27 Gerd Moellmann <gerd@gnu.org>
3083
3084 * play/cookie1.el: Add explanation of how to make cookie.el
3085 compatible with strfile(1) to comment.
3086
3087 * subr.el (remove, remq): New functions.
3088
3089 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
3090 escape `*' in regexps.
3091 (midnight-find): Reverse order of arguments in the funcall of
3092 TEST.
3093
3094 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
3095 and `.class'.
3096
3097 * play/meese.el: Add Commentary section.
3098
3099 2000-07-27 Alex Schroeder <alex@gnu.org>
3100
3101 * sql.el (sql-ms): Added autoload cookie.
3102 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
3103 (sql-oracle): Ditto.
3104 (sql-help): Doc change.
3105
3106 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
3107 types and exceptions.
3108
3109 2000-07-27 Alex Schroeder <alex@gnu.org>
3110
3111 * sql.el (sql-placeholder-history): New variable.
3112 (sql-query-placeholders-and-send): New function that will query
3113 the user and replace placeholders with user input.
3114 (sql-oracle): If running on NT, set comint-input-sender to
3115 sql-query-placeholders-and-send.
3116
3117 (sql-stop): If in the SQLi buffer, insert stop notification, else
3118 present it as a message.
3119
3120 2000-07-27 Alex Schroeder <alex@gnu.org>
3121
3122 * sql.el (sql-input-ring-separator): Doc change.
3123 (sql-input-ring-file-name): Doc change.
3124 (sql-interactive-mode): Use `sql-input-ring-separator' and
3125 `sql-input-ring-file-name' to set the comint-mode equivalents
3126 without making them local variables.
3127 (sql-stop): Don't bind `sql-input-ring-separator' and
3128 `sql-input-ring-file-name' dynamically to their comint-mode
3129 equivalents.
3130
3131 2000-07-27 Kenichi Handa <handa@etl.go.jp>
3132
3133 * international/mule.el (register-char-codings): New function.
3134 (make-coding-system): Handle `safe-chars' specification in the arg
3135 PROPERTY.
3136
3137 * international/mule-cmds.el
3138 (find-coding-systems-region-subset-p): This function deleted.
3139 (sort-coding-systems-predicate): New variable.
3140 (sort-coding-systems): New function.
3141 (find-coding-systems-region): Use
3142 find-coding-systems-region-internal.
3143 (find-coding-systems-string): Use find-coding-systems-region.
3144 (find-coding-systems-for-charsets): Check
3145 char-coding-system-table.
3146 (select-safe-coding-system-accept-default-p): New variable.
3147 (select-safe-coding-system): Mostly rewritten. New argument
3148 ACCEPT-DEFAULT-P.
3149 (select-message-coding-system): Call select-safe-coding-system
3150 with ACCEPT-DEFAULT-P arg.
3151 (reset-language-environment): Reset default-sendmail-coding-system
3152 to the default value iso-latin-1.
3153 (set-language-environment): Don't set the obsolete variable
3154 charset-origin-alist.
3155
3156 * international/codepage.el (cp-coding-system-for-codepage-1):
3157 Give `safe-chars' property to make-coding-system.
3158
3159 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
3160 calling select-message-coding-system twice.
3161
3162 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
3163 instead of `safe-charsets'.
3164 (cyrillic-alternativnyj): Likewise.
3165 (ccl-encode-alternativnyj): Don't check the charset
3166 cyrillic-iso8859-5.
3167
3168 2000-07-27 Kenichi Handa <handa@etl.go.jp>
3169
3170 * composite.el (compose-chars-after): Preserve match data.
3171
3172 2000-07-26 Sam Steingold <sds@gnu.org>
3173
3174 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
3175 (ange-ftp-real-file-newer-than-file-p): New function.
3176 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
3177 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
3178
3179 * tooltip.el (tooltip-float-time): Removed (use `float-time').
3180 * midnight.el (midnight-float-time): Ditto.
3181
3182 2000-07-26 Andreas Schwab <schwab@suse.de>
3183
3184 * files.el (normal-backup-enable-predicate): Correct
3185 interpretation of the return value of compare-strings.
3186
3187 2000-07-26 Gerd Moellmann <gerd@gnu.org>
3188
3189 * isearch.el (isearch-resume): New function.
3190 (isearch-done): Add something to command-history to resume
3191 the search.
3192 (isearch-yank-line, isearch-yank-word): Use
3193 buffer-substring-no-properties instead of buffer-substring.
3194
3195 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
3196 of flyspell-mouse-map.
3197
3198 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
3199 duplicate definition.
3200 (makefile-mode): Remove duplicate setting of local-abbrev-table.
3201
3202 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
3203 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
3204
3205 2000-07-25 Sam Steingold <sds@gnu.org>
3206
3207 * net/ange-ftp.el: Get modtime over the net.
3208 (ange-ftp-file-modtime): New function.
3209 (ange-ftp-write-region, ange-ftp-insert-file-contents)
3210 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
3211 Use it.
3212 (ange-ftp-dot-to-slash): New function.
3213 (ange-ftp-fix-name-for-vms): Use it.
3214
3215 * midnight.el (midnight-buffer-display-time): Use
3216 `with-current-buffer'.
3217
3218 2000-07-25 Gerd Moellmann <gerd@gnu.org>
3219
3220 * find-dired.el: Update copyright notice.
3221 (find-dired): Offer to kill a running `find'.
3222
3223 * enriched.el (enriched-face-ans): For a `foreground-color'
3224 property, return '(("x-color" COLOR))' so that COLOR will be
3225 output as a parameter of the x-color annotation. Likewise for the
3226 `background-color' property. In the case of normal face
3227 properties, don't return annotations for unspecified foreground
3228 and background face attributes.
3229
3230 2000-07-25 Kenichi Handa <handa@etl.go.jp>
3231
3232 * language/japan-util.el (japanese-katakana-region): Fix handling
3233 HANKAKU argument.
3234
3235 2000-07-25 Miles Bader <miles@gnu.org>
3236
3237 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
3238 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
3239 constrain-to-field.
3240
3241 2000-07-24 Andrew Innes <andrewi@gnu.org>
3242
3243 * timer.el (timer-activate-when-idle): Add optional parameter
3244 DONT-WAIT. Update docstring.
3245 (run-with-idle-timer): Specify extra parameter to
3246 timer-activate-when-idle, so that timer will be activated
3247 immediately if Emacs is already idle.
3248
3249 * w32-fns.el (w32-using-nt): Fix docstring.
3250
3251 2000-07-24 Dave Love <fx@gnu.org>
3252
3253 * mouse.el (popup-menu): Set last-command-event.
3254 (mouse-major-mode-menu-prefix): Declare.
3255
3256 2000-07-24 Gerd Moellmann <gerd@gnu.org>
3257
3258 * textmodes/flyspell.el: Update to author's version 1.5d.
3259
3260 * progmodes/hideshow.el: Update copyright notice.
3261
3262 * vcursor.el: Set maintainer to FSF, since author cannot
3263 be reached.
3264
3265 2000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
3266
3267 * info.el (Info-goto-emacs-key-command-node): Leave a space after
3268 the prompt.
3269
3270 * mouse.el (popup-menu): Run the keymap through indirect-function,
3271 in case it was defined with define-prefix-key. If the menu is a
3272 list of keymaps, look up the binding of user's choice in each one
3273 of the keymaps.
3274 (mouse-popup-menubar): If the global and local menu-bar keymaps
3275 don't have a prompt string, create one and insert it into the
3276 keymap. Don't barf if current-local-map returns nil.
3277
3278 2000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
3279
3280 * dired.el (dired-sort-R-check): Added to allow recursive listing
3281 to be undone.
3282 (dired-sort-other): Use it.
3283
3284 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
3285
3286 * Release of cc-mode 5.27
3287
3288 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
3289
3290 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
3291 c-beginning-of-statement-1 that caused a bad case of recursion
3292 which could consume a lot of CPU in large classes in languages
3293 that have in-expression classes (i.e. Java and Pike).
3294
3295 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
3296 statements before top level constructs (i.e. case 6 is moved
3297 before case 5 and is now case 4) to catch in-expression
3298 classes in top level expressions correctly.
3299
3300 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
3301
3302 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
3303 objc-method-intro. Case 4 removed and case 5I added.
3304
3305 * cc-langs.el (c-append-paragraph-start): New variable used by
3306 c-common-init to get paragraph-start correct.
3307 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
3308 initialize paragraph-start to make it correct both with and
3309 without the javadoc special case.
3310
3311 * cc-mode.el (java-mode): Use c-append-paragraph-start to
3312 initialize paragraph-start for javadoc markup.
3313
3314 * cc-vars.el (c-style-variables-are-local-p): Incompatible
3315 change by defaulting this to t. It's motivated by the
3316 confusing behavior that otherwise arise from the style system
3317 when editing both java and non-java files at the same time
3318 (see the comments about style setting in c-common-init).
3319
3320 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
3321
3322 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
3323 similar to the one in c-fill-paragraph to check the fill
3324 prefix from the adaptive fill function for sanity.
3325
3326 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
3327
3328 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
3329 defun block.
3330
3331 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
3332
3333 * cc-mode.texi Documented the change of cpp-macro.
3334
3335 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
3336
3337 * cc-align.el (c-lineup-multi-inher): Handle lines with
3338 leading comma nicely. Extended to handle member initializers
3339 too.
3340
3341 * cc-engine.el: (c-beginning-of-inheritance-list,
3342 c-guess-basic-syntax): Fixed recognition of inheritance lists
3343 when the lines begins with a comma.
3344
3345 * cc-mode.texi: Updated doc for c-lineup-multi-inher.
3346
3347 * cc-vars.el (c-offsets-alist): Changed default for
3348 member-init-cont to c-lineup-multi-inher since it now handles
3349 member initializers and indents better for leading commas.
3350
3351 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
3352
3353 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
3354 handling that caused class open lines to be recognized as
3355 statement-conts in some cases.
3356
3357 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
3358 guessed by the adaptive fill function unless point is on the
3359 first line of a block comment.
3360
3361 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
3362 when the buffer ends with a macro continuation char.
3363
3364 * cc-engine.el (c-guess-basic-syntax): Added support for
3365 function definitions as statements in Pike. The first
3366 statement in a lambda block is now labeled defun-block-intro
3367 instead of statement-block-intro.
3368
3369 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
3370 so that the class surrounding point is selected, not the one
3371 innermost in the state.
3372
3373 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
3374 recognition of switch labels having hanging multiline
3375 statements.
3376
3377 * cc-engine.el (c-beginning-of-member-init-list): Broke out
3378 some code in c-guess-basic-syntax to a separate function.
3379 * cc-engine.el (c-just-after-func-arglist-p): Fixed
3380 recognition of member inits with multiple line arglists.
3381 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
3382 member-init-cont when the commas are in funny places.
3383
3384 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
3385
3386 * cc-defs.el (c-auto-newline): Removed this macro since it's
3387 not used anymore.
3388
3389 * cc-engine.el (c-looking-at-bos): New helper function.
3390 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
3391 inexpr and toplevel classes apart in Pike.
3392
3393 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
3394 of case 9A.
3395
3396 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
3397 constant, since "class" can introduce an in-expression class
3398 in Pike nowadays.
3399
3400 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
3401
3402 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
3403 indentation on cpp-macro lines.
3404
3405 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
3406 a syntax modifier like comment-intro, to make it possible to
3407 get syntactic indentation for preprocessor directives. It's
3408 incompatible wrt to lineup functions on cpp-macro, but it has
3409 no observable effect in the 99.9% common case where cpp-macro
3410 is set to -1000.
3411
3412 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
3413
3414 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
3415 member-init-cont when the preceding arglist is several lines.
3416
3417 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
3418
3419 * cc-styles.el (c-style-alist): The basic offset for the BSD
3420 style corrected to 8.
3421
3422 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
3423
3424 * cc-styles.el (c-style-alist): Adjusted the indentation of
3425 brace list openers in the gnu style.
3426
3427 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
3428
3429 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
3430
3431 * cc-cmds.el (c-electric-brace, c-electric-slash,
3432 c-electric-star, c-electric-semi&comma, c-electric-colon,
3433 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
3434 when c-syntactic-indentation is nil.
3435
3436 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
3437 we were left at comments preceding the first statement when
3438 reaching the beginning of the buffer.
3439
3440 * cc-vars.el (c-syntactic-indentation): New variable to turn
3441 off all syntactic indentation.
3442
3443 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
3444
3445 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
3446 between the text and the block comment ender when it hangs,
3447 depending on how many there are before the fill.
3448
3449 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
3450
3451 * cc-engine.el (c-beginning-of-closest-statement): New helper
3452 function to go back to the closest preceding statement start,
3453 which could be inside a conditional statement.
3454 * cc-engine.el (c-guess-basic-syntax): Use
3455 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
3456
3457 * cc-engine.el (c-guess-basic-syntax): Better handling of
3458 arglist-intro, arglist-cont-nonempty and arglist-close when
3459 the arglist is nested inside parens. Cases 7A, 7C and 7F
3460 changed.
3461
3462 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
3463 up-to-date with javadoc 1.2.
3464
3465 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
3466
3467 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
3468 multiline Pike type decls.
3469
3470 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
3471
3472 * cc-cmds.el (c-indent-new-comment-line): Always break
3473 multiline comments in multiline mode, regardless of
3474 comment-multi-line.
3475
3476 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
3477
3478 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
3479 fully::qualified::names in C++ member init lists. Preamble in
3480 case 5D changed.
3481
3482 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
3483
3484 * cc-langs.el (c-common-init): Handling of obsolete variables
3485 moved to c-initialize-cc-mode. More compatible style override
3486 when using global style variables.
3487 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
3488 variables moved here.
3489
3490 * cc-mode.texi: Documented the special behavior of
3491 c-special-indent-hook as a style variable. Don't talk about
3492 doing (c-make-styles-buffer-local t) in a mode hook, since
3493 that's already too late to work right.
3494
3495 * cc-styles.el (c-make-styles-buffer-local): Flag style
3496 variable localness in c-style-variables-are-local-p to make
3497 the compatibility measure in c-common-init work well.
3498
3499 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
3500 longer contain set-from-style.
3501 * cc-styles.el (c-initialize-builtin-style): Don't check for
3502 set-from-style on c-special-indent-hook.
3503 * cc-styles.el (c-copy-tree): Obsolete. The standard function
3504 copy-alist is sufficient now.
3505
3506 * cc-styles.el (c-set-style, c-set-style-1,
3507 c-get-style-variables): Fixes to variable initialization so
3508 that duplicate entries in styles have the same effect
3509 regardless of DONT-OVERRIDE.
3510
3511 * cc-styles.el (c-set-style-2): Fixed bug where the
3512 initialization of inheriting styles failed when the
3513 dont-override flag is set.
3514
3515 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
3516 on this.
3517
3518 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
3519
3520 * cc-defs.el (c-forward-comment): Removed the workaround
3521 introduced in 5.38 since it had worse side-effects. If a line
3522 contains the string "//\"", it regarded the // as a comment
3523 start since the \ temporarily doesn't have escape syntax.
3524
3525 2000-07-17 Emmanuel Briot <briot@act-europe.fr>
3526
3527 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
3528 ada-xref.el before ada-prj.el, so that the Project menu is created
3529 when ada-prj tries to add to it.
3530 (ada-activate-keys-for-case): Suppress the characters that are not
3531 part of the Ada syntax. Better compatibility with else-mode
3532 (ada-adjust-case-interactive): When auto-casing is not active,
3533 correctly insert newlines (used to insert only ^M). Prevent the
3534 syntax table from being changed in case of an error
3535 (or '_' becomes part of a word and some commands are confused).
3536 Do nothing if ada-auto-case is nil.
3537 (ada-after-keyword-p): Ignore keywords that are also attributes
3538 (ada-batch-reformat): Update usage comment
3539 (ada-call-from-contextual-menu): New function
3540 (ada-case-read-exceptions): Reinitialize the casing exception list
3541 first to nil first, so that the casing exception file can be
3542 shared.
3543 (ada-check-defun-name): Handles "configure" keyword for gnatdist
3544 files.
3545 (ada-compile-goto-error): Fix regexp used to detect a file:line
3546 anywhere in the error message
3547 (ada-contextual-menu-last-point): New variable
3548 (ada-create-keymap): If the variable delete-key-deletes-forward is
3549 t on XEmacs, it means that DEL should delete one character
3550 forward.
3551 (ada-create-menu): Use :included instead of :visible for XEmacs.
3552 New submenu "Options".
3553 (ada-end-stmt-re): Correctly indent "select ... then abort"
3554 statements.
3555 (ada-fill-comment-paragraph): Correctly delete all leading '--'
3556 even if they don't match ada-fill-comment-prefix Fix handling of
3557 paragraphs on the first or last line of a file.
3558 (ada-format-paramlist): Fix handling of default parameter values.
3559 (ada-get-body-name): New function.
3560 (ada-get-current-indent): Optimized by searchling directly for an
3561 existing generic part or a statement outside of it. Handle
3562 ada-indent-align-comments when indenting comments Replaced some
3563 regexps by testing directly the next character. This results in a
3564 huge speedup on some files. New indentation scheme for renames
3565 statements. Stop looking for the 'while' or 'for' associated with
3566 a 'loop' at the first semicolon encountered. A "return" can also
3567 match an anonymous access subprogram declaration.
3568 (ada-get-indent-noindent): Ignore strings and comments when
3569 looking for the keywords "record" and "private".
3570 (ada-goto-matching-decl-start): When matching "if", make sure we
3571 are not in fact seeing "end if". Ignore "when" statements except
3572 when initial keyword was "begin". Fix handling of nested
3573 procedures. Add a recursive call to this function to skip over
3574 other 'end' statmts. Fix indentation for "when .. => begin"
3575 (ada-in-open-paren-p): Fix indentation for complex boolean
3576 expressions, where 'and then', 'or else' and parenthesis
3577 statements are mixed up.
3578 (ada-in-paramlist-p): Skip comments while searching for the
3579 beginning Fix handling of operator declarations.
3580 (ada-indent-align-comments): New variable
3581 (ada-indent-current): Change the syntax table only in the
3582 protected section, so that we are sure it is restored correctly.
3583 (ada-indent-on-previous-lines): Use ada-use-indent and
3584 ada-with-indent Correctly indent "select ... then"
3585 (ada-indent-region): Slight speedup.
3586 (ada-indent-renames): New variable.
3587 (ada-last-which-function-subprog, ada-last-which-function-line):
3588 New variables
3589 (ada-looking-at-semi-private): Correctly indent the 'private'
3590 keyword when it is the first word in a package declaration.
3591 (ada-loose-case-word): Stop searching if at the end of the buffer.
3592 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
3593 even if point is not initially at the end of the word.
3594 (ada-matching-decl-start-re): Add "when".
3595 (ada-mode): Add support for abbrev-mode, outline-mode and
3596 which-func-mode Override the old find-file.el entry in
3597 ff-special-constructs since it is using the obsolete
3598 ada-spec-suffix variable
3599 (ada-no-auto-case): New function
3600 (ada-scan-paramlist): When parsing the argument type, accept
3601 spaces (as in "X 'Class", generated by Rational Rose).
3602 (ada-other-file-name): No longer loads the other file.
3603 (ada-popup-menu): Save and restore the current buffer and cursor
3604 position before and after displaying the menu.
3605 (ada-search-ignore-complex-boolean): New function.
3606 (ada-uncomment-region): Emacs21 already knows how to delete
3607 comments not starting in the first column.
3608 (ada-use-indent): New variable
3609 (ada-which-function): New function.
3610 (ada-with-indent): New variable
3611 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
3612 can be batch-compiled from the command line.
3613
3614 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
3615 Add to the menu when the file is loaded, not in ada-mode-hook.
3616 Add -toolbar to the default ddd command Switches moved from
3617 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
3618 ada-prj-default-comp-opt
3619 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
3620 Reference Manual to the menu
3621 (ada-check-current): rewritten as a call to ada-compile-current
3622 (ada-compile): Removed.
3623 (ada-compile-application, ada-compile-current, ada-check-current):
3624 Set the compilation-search-path so that compile.el automatically
3625 finds the sources in src_dir. Automatic scrollong of the
3626 compilation buffer. C-uC-cC-c asks for confirmation before
3627 compiling
3628 (ada-compile-current): New parameter, prj-field
3629 (ada-complete-identifier): Load the .ali file before doing
3630 processing
3631 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
3632 conform to gnatmake's behavior.
3633 (ada-find-file-in-dir): New function
3634 (ada-find-references): Set the environment variables for gnatfind
3635 (ada-find-src-file-in-dir): New function.
3636 (ada-first-non-nil): Removed
3637 (ada-gdb-application): Add support for jdb, the java debugger.
3638 (ada-get-ada-file-name): Load the original-file first if not done
3639 yet.
3640 (ada-get-all-references): Handles the new ali syntax (parent types
3641 are found between <>).
3642 (ada-initialize-runtime-library): New function
3643 (ada-mode-hook): Always load a project file when a file is opened,
3644 so that the casing exceptions are correctly read.
3645 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
3646 (ada-parse-prj-file): Use find-file-noselect instead of find-file
3647 to open the project file, since the latter does not work with
3648 speedbar Get default values before loading the prj file, or the
3649 default executable file name is wrong. Use the absolute value of
3650 src_dir to initialize ada-search-directories and
3651 compilation-search-path,... Add the standard runtime library to
3652 the search path for find-file.
3653 (ada-prj-default-debugger): Was missing an opening '{'
3654 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
3655 variables.
3656 (ada-prj-default-gnatmake-opt): New variable
3657 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
3658 buffers, the project file is the default one Save the windows
3659 configuration before displaying the menu.
3660 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
3661 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
3662 ...) regexp-quote identifiers names to support operators +,
3663 -,... in regexps.
3664 (ada-remote): New function.
3665 (ada-run-application): Erase the output buffer before starting the
3666 run Support remote execution of the application. Use
3667 call-process, or the arguments are incorrectly parsed
3668 (ada-set-default-project-file): Reread the content of the active
3669 project file, not the one from the current buffer When a project
3670 file is set as the default project, all directories are
3671 automatically associated with it.
3672 (ada-set-environment): New function
3673 (ada-treat-cmd-string): New special variable ${current}
3674 (ada-treat-cmd-string): Revised. The substitution is now done for
3675 any ${...} substring
3676 (ada-xref-current): If no body was found, compiles the spec
3677 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
3678 compiler to get rid of command line length limitations.
3679 (ada-xref-get-project-field): New function
3680 (ada-xref-project-files): New variable
3681 (ada-xref-runtime-library-specs-path)
3682 (ada-xref-runtime-library-ali-path): New variables
3683 (ada-xref-set-default-prj-values): Default run command now does a
3684 cd to the build directory. New field: main_unit Provide a default
3685 file name even if the current buffer has no prj file.
3686
3687 * ada-prj.el:
3688 Rewritten to show a tabbed-dialog.
3689 (ada-prj-add-ada-menu): Remove the map and name parameters.
3690 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
3691 New function
3692 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
3693 (ada-prj-load-from-file): New function
3694 (ada-prj-save): Always save fields that depend on the current buffer
3695 (ada-prj-show-value): New function
3696
3697 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
3698 Ada mode. This will allow us to display the Ada menu in any buffer
3699 we want (for project items).
3700 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
3701 number of spaces in the header.
3702
3703 2000-07-24 Dave Love <fx@gnu.org>
3704
3705 * ediff-init.el (ediff-region-help-echo): Bind face-help.
3706
3707 2000-07-23 Noah Friedman <friedman@splode.com>
3708
3709 * type-break.el (type-break): perform autosave.
3710 Suggested by Stephen Gildea <gildea@intouchsys.com>.
3711 (type-break-do-query): Cancel query schedule while performing
3712 actual query, to avoid possibility of a second query being made
3713 while first one is already in progress.
3714 (type-break-time-stamp-format): New variable.
3715 (type-break-time-stamp): New function.
3716 (type-break-time-warning): Use it.
3717 (type-break-keystroke-warning): Use it.
3718 (type-break-noninteractive-query): Use it.
3719
3720 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
3721 cookie.
3722 Use add-minor-mode to set minor-mode-alist, if available.
3723 (eldoc-echo-area-use-multiline-p): New user option.
3724 (eldoc-echo-area-multiline-supported-p): New variable.
3725 (eldoc-docstring-format-sym-doc): Use them.
3726 (eldoc-mode): If not using idle timers, append to local post and
3727 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
3728 (eldoc-display-message-no-interference-p): Don't interfere with
3729 edebug.
3730 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
3731 (eldoc-function-arglist): New function.
3732 (eldoc-function-argstring): Use it.
3733
3734 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
3735 auto save directory exists before calling directory-files.
3736
3737 2000-07-23 Dave Love <fx@gnu.org>
3738
3739 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
3740 ^o, ^u.
3741
3742 2000-07-21 Dave Love <fx@gnu.org>
3743
3744 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
3745 now passed to the function. It now works properly.
3746
3747 * smerge-mode.el (smerge-mode-menu): Fill it out.
3748
3749 2000-07-20 Gerd Moellmann <gerd@gnu.org>
3750
3751 * info-look.el (info-lookup): If *info* is shown in another frame
3752 on the same display, select that frame, instead of switching to
3753 the Info buffer in another window of the selected frame.
3754
3755 * simple.el (universal-argument-map): Bind numeric keypad keys
3756 kp-0 to kp-9 and kp-subtract.
3757 (digit-argument): Handle these keys.
3758
3759 2000-07-20 Dave Love <fx@gnu.org>
3760
3761 * net/goto-addr.el (goto-address-fontify): Don't bother with
3762 buffer-modified and read-only stuff -- irrelevant with overlays.
3763 Put an extra property on the overlays and use it to clean up in
3764 case goto-address is re-run.
3765
3766 2000-07-19 Richard M. Stallman <rms@gnu.org>
3767
3768 * timer.el (run-with-idle-timer): Doc fix.
3769
3770 * mail/mail-utils.el (mail-strip-quoted-names):
3771 Handle case where <...> appears inside "...".
3772 Use replace-match to edit the string more simply.
3773 (rmail-dont-reply-to): Cope with an unmatched ".
3774
3775 2000-07-19 Dave Love <fx@gnu.org>
3776
3777 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
3778 implementation.
3779
3780 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
3781 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
3782 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
3783
3784 2000-07-19 Gerd Moellmann <gerd@gnu.org>
3785
3786 * textmodes/refer.el: Correct maintainer's email address.
3787
3788 * progmodes/hideif.el: Correct author's email address.
3789 Fix typo in comment.
3790
3791 * xml.el: New file.
3792
3793 * mail/mailheader.el: Correct author's mail address.
3794
3795 * gnus/parse-time.el: Correct author's mail address.
3796
3797 2000-07-19 Colin Walters <walters@cis.ohio-state.edu>
3798
3799 * comint.el (comint-highlight-input, comint-highlight-face):
3800 New user options.
3801 (comint-input-ring-file-name): Change custom type.
3802 (comint-mode-map): Bind mouse-2.
3803 (comint-insert-clicked-input): New function.
3804 (comint-send-input): Handle input highlighting.
3805
3806 2000-07-18 Stefan Monnier <monnier@cs.yale.edu>
3807
3808 * mouse.el (popup-menu): New function.
3809 (mouse-major-mode-menu): Use it.
3810
3811 2000-07-18 Dave Love <fx@gnu.org>
3812
3813 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
3814 improvements.
3815
3816 2000-07-18 Gerd Moellmann <gerd@gnu.org>
3817
3818 * faces.el (face-font-selection-order)
3819 (face-font-family-alternatives): Add custom type.
3820
3821 2000-07-18 Dave Love <fx@gnu.org>
3822
3823 * cus-edit.el (custom-variable-reset-saved)
3824 (custom-variable-reset-standard): Remove unused bindings.
3825
3826 * rect.el (open-rectangle-line): Remove unused let.
3827
3828 * hl-line.el (hl-line-highlight): Check hl-line-mode.
3829
3830 2000-07-18 Gerd Moellmann <gerd@gnu.org>
3831
3832 * cdl.el: Fix `Maintainer' keyword.
3833
3834 * play/pong.el: Add author's email address.
3835
3836 2000-07-17 Sam Steingold <sds@gnu.org>
3837
3838 * files.el (insert-directory): Call `split-string' instead of
3839 re-implementing it.
3840
3841 2000-07-18 Gerd Moellmann <gerd@gnu.org>
3842
3843 * mail/vms-pmail.el: Change maintainer to FSF.
3844
3845 * net/goto-addr.el: Change maintainer to FSF.
3846
3847 * recentf.el: Update from author.
3848
3849 * info.el (Info-title-face-alist): Removed.
3850
3851 2000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
3852
3853 * eshell/eshell.el (eshell): Replace links to eshell.info with
3854 links to eshell, to avoid problems on systems where the manual is
3855 installed as `eshell'.
3856 * eshell/esh-cmd.el (eshell-cmd): Ditto.
3857 * eshell/em-smart.el (eshell-smart): Ditto.
3858 * eshell/em-banner.el (eshell-banner): Ditto.
3859 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
3860
3861 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
3862 same-file check in the MS-DOS version (it does support inodes).
3863
3864 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
3865
3866 * eshell/eshell.el (eshell-directory-name):
3867 Run default directory name through convert-standard-filename.
3868
3869 2000-07-18 Kenichi Handa <handa@etl.go.jp>
3870
3871 * international/mule-cmds.el (select-safe-coding-system):
3872 Fix typo in the comment.
3873
3874 * language/european.el (compound-text):
3875 Force katakana-jisx0201 to be designated to G1.
3876
3877 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
3878 Don't translate some national variant characters of latin-jisx0201.
3879 (x-ctext): Force katakana-jisx0201 to be designated to G1.
3880
3881 * international/kkc.el (kkc-after-update-conversion-functions):
3882 New variable.
3883 (kkc-update-conversion): Run functions in it at the tail.
3884
3885 2000-07-16 John Wiegley <johnw@gnu.org>
3886
3887 * lisp/align.el (align-newline-and-indent):
3888 Adding new function. for auto-aligning blocks of code on RET.
3889 (align-region): Fixed badly formatted minibuffer message.
3890
3891 2000-07-17 Kenichi Handa <handa@etl.go.jp>
3892
3893 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
3894 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
3895 the conversion list at first if appropriate.
3896 (kkc-next): Don't update kkc-next-count here.
3897 (kkc-prev): Don't update kkc-prev-count here.
3898 (kkc-show-conversion-list-update): Fix setting up of conversion
3899 list message.
3900
3901 2000-07-16 Stefan Monnier <monnier@cs.yale.edu>
3902
3903 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
3904
3905 2000-07-16 Dave Love <fx@gnu.org>
3906
3907 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
3908 function to be more specific.
3909
3910 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
3911 non-string help-echo.
3912 (widget-types-convert-widget): Defsubst it.
3913 (widget-echo-help): Try to cope with a help-echo function of two
3914 possible sorts.
3915
3916 2000-07-15 Jason Rumney <jasonr@gnu.org>
3917
3918 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
3919 Declare as obsolete.
3920
3921 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
3922
3923 2000-07-14 Gerd Moellmann <gerd@gnu.org>
3924
3925 * hilit-chg.el: Fix typo.
3926
3927 2000-07-14 Dave Love <fx@gnu.org>
3928
3929 * info.el (Info-mode-menu): Fix use of :help, :enable.
3930
3931 2000-07-14 Stefan Monnier <monnier@cs.yale.edu>
3932
3933 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
3934
3935 2000-07-13 Dave Love <fx@gnu.org>
3936
3937 * emacs-lisp/easymenu.el: Doc fixes.
3938 (easy-menu-remove): Defalias to ignore.
3939
3940 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
3941 Call throw correctly.
3942
3943 2000-07-13 Gerd Moellmann <gerd@gnu.org>
3944
3945 * faces.el (frame-background-mode): Doc fix.
3946
3947 * simple.el (eval-expression-print-length): Change custom type to
3948 allow entering nil as value.
3949
3950 2000-07-13 Dave Love <fx@gnu.org>
3951
3952 * progmodes/fortran.el (fortran-imenu-generic-expression):
3953 Change definition layout.
3954 (fortran-mode-menu): Reinstate customize entries.
3955
3956 * cus-edit.el (custom-group-menu-create, customize-menu-create):
3957 Use :filter, per old XEmacs code.
3958
3959 2000-07-12 Gerd Moellmann <gerd@gnu.org>
3960
3961 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
3962 event when deciding what to send to the terminal.
3963
3964 2000-07-12 Dave Love <fx@gnu.org>
3965
3966 * cus-start.el: Add optional version as 4th element of specs and
3967 use it for several things new in v21. Remove load-path. Fix type
3968 of line-number-display-limit.
3969
3970 2000-07-11 Dave Love <fx@gnu.org>
3971
3972 * progmodes/fortran.el: Don't require easymenu.
3973 Use repeat counts in various regexps.
3974 (fortran-mode-syntax-table): Defvar directly.
3975 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
3976 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
3977 Use defvar, not defconst.
3978 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
3979 (fortran-mode): Set fortran-comment-line-start-skip,
3980 fortran-comment-line-start-skip, dabbrev-case-fold-search.
3981 (fortran-comment-indent): Use defsubst.
3982 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
3983 Use fortran-comment-indent, not fortran-comment-indent-function.
3984 (fortran-comment-region, fortran-electric-line-number): Simplify.
3985 (fortran-auto-fill): New function.
3986 (fortran-do-auto-fill): Deleted.
3987 (fortran-find-comment-start-skip):
3988 Check for non-null comment-start-skip.
3989 (fortran-auto-fill-mode, fortran-fill-statement):
3990 Use fortran-auto-fill.
3991 (fortran-fill): Use fortran-auto-fill. Check for null
3992 comment-start-skip. Simplify final clause and use end-of-line finally.
3993
3994 * widget.el (widget-plist-member): New alias.
3995
3996 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
3997
3998 * eshell/esh-module.el (toplevel): Reference
3999 byte-compile-current-file only if it is bound.
4000
4001 2000-07-10 Gerd Moellmann <gerd@gnu.org>
4002
4003 * dired.el: Don't require `dired-aux'.
4004
4005 2000-07-10 Miles Bader <miles@lsi.nec.co.jp>
4006
4007 * dired-aux.el (dired-show-file-type): New function.
4008 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
4009 (dired-show-file-type): Add autoload.
4010
4011 2000-07-10 Kenichi Handa <handa@etl.go.jp>
4012
4013 * international/mule-diag.el (describe-font): Adjusted for the
4014 change of fontset-info.
4015 (print-fontset): Likewise.
4016
4017 2000-07-09 Stefan Monnier <monnier@cs.yale.edu>
4018
4019 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
4020
4021 2000-07-07 Gerd Moellmann <gerd@gnu.org>
4022
4023 * bindings.el: Bind `[delete]' to delete-char.
4024
4025 * dired.el (dired-find-alternate-file): New function.
4026 (dired-mode-map): Bind `a' to dired-find-alternate-file.
4027 (toplevel): Require dired-aux when compiling.
4028 (dired-buffers): Move defvar within file to avoid compiler warning.
4029
4030 * info.el (Info-last-search): Variable removed.
4031 (Info-search-history): New variable.
4032 (Info-search): New Info-search-history.
4033
4034 * battery.el, info-look.el: Change author's mail address.
4035
4036 2000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
4037
4038 * mail/rmail.el (rmail-clear-headers): Don't throw an error
4039 if rmail-ignored-headers is nil.
4040 (rmail-retry-failure): Bind rmail-ignored-headers and
4041 rmail-displayed-headers to nil.
4042
4043 2000-07-06 Gerd Moellmann <gerd@gnu.org>
4044
4045 * lpr.el (lpr-page-header-switches): Add `-h' switch.
4046 (print-region-1): Don't hard code `-h' here.
4047
4048 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
4049
4050 2000-07-01 Francesco Potorti` <pot@gnu.org>
4051
4052 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
4053 exim can use "your message" instead of "the message".
4054
4055 2000-07-06 Stefan Monnier <monnier@cs.yale.edu>
4056
4057 * facemenu.el: Docstrings fixes.
4058 (facemenu-get-face): Don't use internal-find-face.
4059 (facemenu-iterate): Rename arg to match the docstring.
4060
4061 * newcomment.el (uncomment-region): Be more careful when skipping
4062 backwards over `=' not to bump into BOBP.
4063
4064 2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
4065
4066 * ediff-diff.el (ediff-wordify): Use syntax table.
4067 * ediff-init.el (ediff-has-face-support-p): Use
4068 ediff-color-display-p.
4069 (ediff-color-display-p): Use display-color-p, changed to defun
4070 from defsubst.
4071 Got rid of special cases for NeXT and OS/2.
4072 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
4073 face.
4074
4075 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
4076
4077 * emacs-lisp/lucid.el: Require CL.
4078 (copy-tree, remprop): Remove, it's provided by CL.
4079 (map-keymap): Define in terms of cl-map-keymap.
4080 (extent-property, set-extent-end-glyph): New functions.
4081
4082 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
4083
4084 2000-07-05 Gerd Moellmann <gerd@gnu.org>
4085
4086 * Makefile.in (DONTCOMPILE): Add comment that the name may
4087 not be changed without changing the make-dist script.
4088
4089 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
4090 (cl-mapc): Use mapc instead of cl-old-mapc.
4091
4092 2000-07-05 Andrew Innes <andrewi@gnu.org>
4093
4094 * makefile.nt: Add support for `bootstrap' and related targets.
4095
4096 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
4097
4098 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
4099 (easy-menu-do-define): Use `menu-item' format.
4100 Handle case where easy-menu-create-menu returns a symbol.
4101 Manually call the potential top-level filter in the function binding.
4102 (easy-menu-filter-return): New arg NAME.
4103 Convert to a keymap if MENU is an XEmacs menu.
4104 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
4105 (easy-menu-converted-items-table, easy-menu-convert-item):
4106 New var and fun to memoize easy-menu-convert-item-1.
4107 (easy-menu-do-add-item): Use it.
4108 (easy-menu-create-menu): Use easy-menu-convert-item.
4109 Wrap easy-menu-filter-return around any :filter specification.
4110 Don't convert the menu if a filter was specified.
4111 Tell easy-menu-make-symbol not to check for MENU being an expression.
4112 (easy-menu-make-symbol): New arg NOEXP.
4113
4114 2000-07-05 Gerd Moellmann <gerd@gnu.org>
4115
4116 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
4117 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
4118 (eval-defun): If called with prefix arg, instrument code for
4119 Edebug.
4120
4121 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
4122 similar to that of eval-defun.
4123
4124 2000-07-04 Dave Love <fx@gnu.org>
4125
4126 * hl-line.el (hl-line-overlay): Make it permanent-local.
4127
4128 * calendar/todo-mode.el: Replaced with a working version, based on
4129 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
4130
4131 2000-07-03 Miles Bader <miles@lsi.nec.co.jp>
4132
4133 * paths.el (prune-directory-list): New function.
4134 (Info-default-directory-list): Rewritten to more methodically
4135 enumerate a big list of possible info directories (based on the
4136 list used by the standalone info reader).
4137
4138 * info.el (info-initialize): Use prune-directory-list to remove
4139 non-existent directories from Info-directory-list.
4140
4141 * paths.el (Info-default-directory-list): Try a list of possible
4142 info-directories instead of a single one. Add the possible
4143 info directory "/usr/share/info".
4144
4145 * woman.el (woman-man.conf-path): Explicitly include the debian
4146 man-db config file "/etc/manpath.config".
4147 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
4148 are present in `manpath.config'.
4149 (woman-manpath): Include "/usr/share/man".
4150
4151 2000-07-03 Gerd Moellmann <gerd@gnu.org>
4152
4153 * frame.el (blink-cursor-mode): Don't hide cursor initially.
4154
4155 * startup.el (command-line): Initialize blink-cursor based
4156 on window-system.
4157
4158 * frame.el (blink-cursor): Default to nil if not running under
4159 a window-system.
4160
4161 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
4162 (face-x-resources): Remove duplicate entry for :font.
4163
4164 * textmodes/refer.el (refer-find-entry-internal): Use some-window
4165 instead of cycling through windows with next-window.
4166
4167 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
4168 of cycling through windows with next-window.
4169
4170 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
4171 of cycling through windows with next-window.
4172
4173 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
4174 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
4175 instead of cycling through windows with next-window.
4176
4177 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
4178 instead of cycling through windows with next-window.
4179
4180 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
4181 of cycling through windows with next-window.
4182
4183 * terminal.el (te-process-output): Use walk-windows instead of
4184 cycling through windows with next-window.
4185
4186 * server.el (server-switch-buffer): Use some-window instead of
4187 cycling through windows with next-window.
4188
4189 * window.el (some-window): New function.
4190 (walk-windows): Remove reference to walk-windows-start.
4191
4192 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
4193
4194 2000-07-03 Richard Stallman <rms@gnu.org>
4195
4196 * window.el (walk-windows): Guarantee termination by keeping a list
4197 of all the windows already handled.
4198
4199 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
4200
4201 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
4202 window-system.
4203
4204 * man.el (Man-notify-when-ready): Don't use window-system. If
4205 Man-notify-method is newframe, and the display is not
4206 multi-frame, select the frame created for the man page.
4207 (Man-init-defvars): Doc fix.
4208
4209 2000-06-28 Gerd Moellmann <gerd@gnu.org>
4210
4211 * faces.el (region): Change background color for light background.
4212
4213 * ediff-wind.el (ediff-setup-control-frame): Remove :box
4214 attribute from mode-line face of Ediff control frame.
4215
4216 * replace.el (query-replace-map): Bind `e' like `E'.
4217
4218 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
4219
4220 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
4221 Change name to "Select All".
4222
4223 * dos-fns.el (convert-standard-filename): Fix last change.
4224
4225 2000-06-27 Gerd Moellmann <gerd@gnu.org>
4226
4227 * help.el (describe-variable): Don't insert a second `'s' in front
4228 of the string `value is shown below'. Since the syntax-table is
4229 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
4230 an existing `'s', so that this won't be deleted.
4231
4232 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
4233 * pcmpl-unix.el: New files.
4234
4235 2000-06-26 Stefan Monnier <monnier@cs.yale.edu>
4236
4237 * wid-edit.el (widget-member): Use the new plist-member.
4238
4239 2000-06-26 Gerd Moellmann <gerd@gnu.org>
4240
4241 * replace.el (perform-replace): Undo change of 2000-04-04.
4242 Instead, move backward 1 character at the end of the loop when
4243 necessary.
4244
4245 * faces.el (fringe): Change face for different backgrounds.
4246
4247 * eshell/esh-module.el (toplevel): Load defgroup's differently;
4248 patch from John.
4249
4250 * eshell/*.el: Change spelling of the Free Software Foundation.
4251
4252 * eshell/esh-toggle.el: Removed.
4253
4254 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
4255
4256 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
4257 interactively.
4258
4259 2000-06-26 Alex Schroeder <alex@gnu.org>
4260
4261 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
4262 `define-key'; instead of checking `(emacs-version)' check for
4263 `set-keymap-parent' and `set-keymap-name' directly. Add entries
4264 for `;' and `o' which might be electric.
4265
4266 (sql-electric-stuff): New user option.
4267 (sql-magic-go): New function which uses `sql-electric-stuff'.
4268 (sql-magic-semicolon): New function which uses
4269 `sql-electric-stuff'.
4270
4271 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
4272 is not fboundp.
4273
4274 (sql-oracle-options): New variable.
4275 (sql-oracle): Use it.
4276
4277 (sql-imenu-generic-expression): Doc change.
4278 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
4279 is used.
4280
4281 (sql-informix): Added command line parameter "-" to force
4282 sql-informix-program to use stdout.
4283
4284 2000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
4285
4286 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
4287 (cp864-decode-table): Doc fix.
4288 (cp720-decode-table): New variable, supports the Arabic OEM
4289 codepage used by Windows.
4290 (cp737-decode-table): New, Greek OEM codepage used by Windows.
4291
4292 2000-06-23 Dave Love <fx@gnu.org>
4293
4294 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
4295 (font-lock-fontify-anchored-keywords): Use
4296 line-beginning-position.
4297 (global-font-lock-mode): Use mapc.
4298
4299 2000-06-23 Stefan Monnier <monnier@cs.yale.edu>
4300
4301 * eshell/esh-module.el: Require CL when compiling.
4302
4303 2000-06-23 Gerd Moellmann <gerd@gnu.org>
4304
4305 * comint.el (comint-substitute-in-file-name): Call replace-match
4306 with second and third arg t.
4307
4308 * cus-edit.el (custom-button-face, custom-button-pressed-face):
4309 Specify foreground color.
4310
4311 * faces.el (tool-bar, mode-line, header-line): Specify foreground
4312 color.
4313
4314 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
4315
4316 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
4317 cddr instead of cdddr.
4318
4319 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
4320 instead of copy-list.
4321
4322 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
4323 of copy-list.
4324
4325 * subdirs.el: Add eshell subdirectory.
4326
4327 * eshell: New subdirectory containing the Eshell package.
4328
4329 * pcomplete.el: New file.
4330
4331 2000-06-23 Paul Eggert <eggert@twinsun.com>
4332
4333 * mail/mailpost.el (post-mail-send-it): Make sure file has
4334 proper permissions from birth.
4335
4336 * files.el (basic-save-buffer-2): When temporarily setting
4337 file modes, set them to current modes plus 0200, not to 0777.
4338
4339 * emerge.el (emerge-make-temp-file): Make sure file has proper
4340 permissions from birth.
4341
4342 2000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
4343
4344 * files.el (make-backup-file-name-1): On DOS/Windows, run the
4345 backup file name through convert-standard-filename.
4346
4347 * dos-fns.el (convert-standard-filename): Convert leading
4348 directories as well. When long file names are supported, convert
4349 characters that are invalid in Windows file names.
4350
4351 2000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4352
4353 * ps-print.el: Fix bug: if ^L is the very first buffer character,
4354 ps-print crashes. New feature: page selection for printing. Create
4355 raw-text-unix coding system for XEmacs. Doc fix.
4356 (ps-print-version): New version number (5.2.3).
4357 (ps-plot-region): Bug fix.
4358 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
4359 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
4360 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
4361 funs.
4362 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
4363 (ps-last-page): New vars.
4364
4365 2000-06-21 Gerd Moellmann <gerd@gnu.org>
4366
4367 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
4368 empty option string.
4369
4370 2000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
4371
4372 * man.el (man): Doc fix.
4373
4374 2000-06-21 Kenichi Handa <handa@etl.go.jp>
4375
4376 * international/mule-cmds.el (set-language-info-alist): Docstring
4377 fixed.
4378
4379 2000-06-20 Gerd Moellmann <gerd@gnu.org>
4380
4381 * version.el (emacs-version): Use ISO date format.
4382
4383 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
4384 instead of `M-backspace'.
4385
4386 * simple.el (turn-off-auto-fill): New function.
4387
4388 2000-06-20 Stefan Monnier <monnier@cs.yale.edu>
4389
4390 * jit-lock.el (with-buffer-prepared-for-jit-lock):
4391 Renamed from with-buffer-prepared-for-font-lock and use
4392 inhibit-modification-hooks rather than setting *-change-functions.
4393 Update all functions to use the new name.
4394 (jit-lock-first-unfontify-pos): New semantics (and doc).
4395 (jit-lock-mode): Make non-interactive.
4396 Don't automatically turn on font-lock.
4397 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
4398 Always use jit-lock-after-change.
4399 Remove and restore font-lock-after-change-function.
4400 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
4401 (jit-lock-after-unfontify-buffer): Remove.
4402 (jit-lock-stealth-fontify):
4403 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
4404 (jit-lock-after-change): Set the `fontified' text-prop to nil.
4405
4406 2000-06-20 Sam Steingold <sds@gnu.org>
4407
4408 * emacs-lisp/cl-indent.el (toplevel): Indent
4409 `print-unreadable-object' properly. Untabify.
4410
4411 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
4412
4413 * textmodes/reftex.el (reftex-find-citation-regexp-format):
4414 Support for bibentry.
4415 (reftex-compile-variables): Fixed problem with end of section-re.
4416
4417 * texmodes/reftex-dcr.el (reftex-view-crossref,
4418 reftex-view-crossref-from-bibtex):
4419 Deal with changed `reftex-find-citation-regexp-format'.
4420 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
4421 Replaced `remprop' with `put'.
4422 (reftex-view-crossref, reftex-view-crossref-when-idle):
4423 Support for bibentry.
4424
4425 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
4426 New entry for bibentry package.
4427
4428 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
4429 Regexp also matches "\nobibliography".
4430
4431 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
4432 Call `reftex-ensure-write-access' before doing anything.
4433 (reftex-ensure-write-access): New function.
4434
4435 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
4436
4437 * progmodes/idlwave.el: File re-installed (update to version 4.2)
4438
4439 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
4440
4441 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
4442
4443 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
4444
4445
4446 2000-06-20 Dave Love <fx@gnu.org>
4447
4448 * faces.el (frame-background-mode): Use set-default, not set, in
4449 setter.
4450 (frame-update-faces, frame-update-face-colors): Define with
4451 defalias.
4452
4453 * enriched.el (enriched-decode-foreground)
4454 (enriched-decode-background): Don't use internal-find-face.
4455
4456 * apropos.el: Doc fixes.
4457
4458 * cus-edit.el (customize-changed-options): Check arg.
4459 (customize-version-lessp): Don't require decimal point.
4460
4461 * custom.el (defcustom, defgroup): Doc fix.
4462
4463 * newcomment.el (comment) <defgroup>: Add :version.
4464 (comment-multi-line): Doc fix.
4465
4466 * emulation/mlsupport.el (define-hooked-local-abbrev,
4467 define-hooked-global-abbrev): Fix, using define-abbrev.
4468
4469 2000-06-19 Gerd Moellmann <gerd@gnu.org>
4470
4471 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
4472 the whole buffer.
4473
4474 2000-06-19 Dave Love <fx@gnu.org>
4475
4476 * menu-bar.el (menu-bar-options-save): New function.
4477 (menu-bar-options-menu): Use it.
4478 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
4479 Simplify.
4480
4481 2000-06-19 Andreas Schwab <schwab@suse.de>
4482
4483 * progmodes/etags.el (tags-query-replace): Put new parameters
4484 START and END at the end, for backward compatibility.
4485
4486 2000-06-19 Kenichi Handa <handa@etl.go.jp>
4487
4488 * international/codepage.el:
4489 (cp-coding-system-for-codepage-1): Delete special codes for
4490 generating xxx-dos coding system because now a CCL based coding
4491 system can handle EOL conversion by default.
4492
4493 * international/mule.el (make-coding-system): Generate subsidiary
4494 coding systems for EOL handling variants even for a CCL based
4495 coding system.
4496
4497 2000-06-19 Kenichi Handa <handa@etl.go.jp>
4498
4499 * international/isearch-x.el (isearch-minibuffer-input-method)
4500 (isearch-minibuffer-input-method-function): These variables
4501 deleted.
4502 (isearch-with-input-method): Don't use the above variables.
4503 (isearch-process-search-multibyte-characters): Likewise. Call
4504 read-string with the arg INHERIT-INPUT-METHOD t.
4505
4506 2000-06-17 Stefan Monnier <monnier@cs.yale.edu>
4507
4508 * font-lock.el (font-lock-after-fontify-buffer)
4509 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
4510
4511 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
4512 Use consistent make-local-variable style for font-lock-fontified.
4513 (jit-lock-fontify-buffer):
4514 Don't bother checking for font-lock-mode and jit-lock-mode.
4515
4516 * time.el: Remove trailing ^M that prevent CVS-merging.
4517
4518 2000-06-16 Gerd Moellmann <gerd@gnu.org>
4519
4520 * Makefile.in (distclean): New target.
4521
4522 2000-06-16 Stefan Monnier <monnier@cs.yale.edu>
4523
4524 * Makefile.in (srcdir): Define for update-subdirs.
4525
4526 2000-06-16 Gerd Moellmann <gerd@gnu.org>
4527
4528 * find-lisp.el: New file.
4529
4530 2000-06-16 Andrew Innes <andrewi@gnu.org>
4531
4532 * time.el (display-time-mail-function): New variable, to allow
4533 external packages to indicate when new mail is available.
4534 (display-time-update): Use it.
4535
4536 2000-06-16 Kenichi Handa <handa@etl.go.jp>
4537
4538 * international/mule.el (mule-version): Change version name to
4539 SAKAKI. AOI has already been used by Meadow.
4540
4541 * international/quail.el (quail-show-guidance-buf): To find the
4542 bottom window (but minibuffer), pay attention to the height of
4543 minibuffer.
4544
4545 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
4546
4547 * arc-mode.el (archive-mode-map): Use the new menu-item format for
4548 menu-bar menus. Add help strings. Don't remove the Edit menu
4549 from the menu bar, as the menu bar has enough space now.
4550
4551 * Makefile.in (SHELL): Make sure /bin/sh is used.
4552
4553 * woman.el (woman-man-buffer): Fix bold and underlined CJK
4554 characters, which use series of two ^H characters instead of one.
4555
4556 2000-06-15 Gerd Moellmann <gerd@gnu.org>
4557
4558 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
4559 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
4560 functions.
4561 (Info-find-node-2): Try a case-sensitive search first, then
4562 do a case-insensitive search.
4563
4564 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
4565 tutorials.
4566
4567 * complete.el (PC-env-vars-alist): New variable.
4568 (PC-complete-as-file-name): New function.
4569 (partial-completion-mode): Initialize PC-env-vars-alist from
4570 process-environment.
4571 (PC-do-completion): Handle completion of env vars.
4572
4573 * info.el (Info-set-mode-line): Show file name in mode line,
4574 use `*Info*' instead of `Info:'.
4575
4576 * startup.el (command-line-1): Change copyright messages to year
4577 2000.
4578
4579 2000-06-15 Dave Love <fx@gnu.org>
4580
4581 * net/goto-addr.el (goto-address-fontify): Use keymap property,
4582 not local-map.
4583
4584 2000-06-15 Kenichi Handa <handa@etl.go.jp>
4585
4586 * international/mule.el (set-buffer-file-coding-system): Almost
4587 rewritten to handle `undecided' as no-op.
4588
4589 2000-06-14 Gerd Moellmann <gerd@gnu.org>
4590
4591 * Makefile.in: New file.
4592
4593 * Makefile: Removed.
4594
4595 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
4596 (goto-address-highlight-keymap): Bind C-c RET.
4597
4598 2000-06-14 Kenichi Handa <handa@etl.go.jp>
4599
4600 * mail/sendmail.el (sendmail-send-it): The temporary buffer
4601 inherits buffer-file-coding-system of the current buffer.
4602
4603 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
4604 0. Give correct argument to set-auto-coding-function.
4605 (tar-expunge): For goto-char, use (point-min), not 0.
4606 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
4607 (tar-subfile-save-buffer): Likewize.
4608
4609 * international/mule.el
4610 (after-insert-file-set-buffer-file-coding-system): Call
4611 set-buffer-file-coding-system with the arg FORCE t.
4612
4613 2000-06-13 Gerd Moellmann <gerd@gnu.org>
4614
4615 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
4616 nil. Contemporary sendmails issue an X-Authentication-Warning if
4617 the sender is set with `-f'.
4618
4619 2000-06-13 Dave Love <fx@gnu.org>
4620
4621 * help.el (describe-function-1): Kluge around cases of functions
4622 fset to subrs whose doc doesn't match their symbol-name.
4623
4624 * image.el (insert-image): Default STRING to a space.
4625
4626 * info.el Doc fixes.
4627 (Info-build-node-completions): Match Ref tags.
4628
4629 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
4630
4631 * frame.el (display-multi-frame-p, display-multi-font-p): New
4632 defaliases for display-graphic-p.
4633
4634 * hl-line.el: Fixed a typo in commentary.
4635
4636 2000-06-13 Kenichi Handa <handa@etl.go.jp>
4637
4638 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
4639 fixed.
4640
4641 2000-06-12 Dave Love <fx@gnu.org>
4642
4643 * image.el (insert-image): Save a little consing.
4644
4645 2000-06-12 Kenichi Handa <handa@etl.go.jp>
4646
4647 * language/tibet-util.el: Convert all tibetan-1-column characters
4648 to the corresponding tibetan characters.
4649 (tibetan-add-components): Delete code for the special treatment of
4650 'a chung.
4651
4652 * language/tibetan.el (tibetan-composable-pattern): Fix previous
4653 change.
4654 (tibetan-vowel-transcription-alist): More rules added.
4655 (tibetan-composite-vowel-alist): New variable.
4656 (tibetan-precomposition-rule-alist): More rules added.
4657
4658 2000-06-12 Stefan Monnier <monnier@cs.yale.edu>
4659
4660 * startup.el (command-line): Only call menu-bar-mode if interactive.
4661
4662 * thingatpt.el (toplevel symbol-properties):
4663 * textmodes/makeinfo.el (makeinfo-compile):
4664 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
4665 * progmodes/hideif.el (hif-compress-define-list)
4666 (hide-ifdef-use-define-alist):
4667 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
4668 (ange-ftp-vms-add-file-entry):
4669 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
4670 * man.el (Man-build-man-command):
4671 * mail/rnewspost.el (news-reply-header-hook):
4672 * info.el (Info-insert-dir):
4673 * emulation/mlconvert.el (backward-word, forward-word, setq):
4674 * emacs-lisp/gulp.el (gulp-send-requests):
4675 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
4676 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
4677 (byte-optimize-apply, end of file):
4678 * emacs-lisp/advice.el (ad-advice-class-completion-table)
4679 (ad-make-freeze-definition):
4680 * startup.el (command-line, command-line-1): Don't quote lambdas.
4681
4682 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
4683 (cvs-cleanup-removed): New function.
4684 (cvs-cleanup-functions): New var.
4685 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
4686 some flexibility in specifying additional entries to auto-cleanup.
4687 (cvs-quickdir): New function.
4688 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
4689 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
4690 (cvs-mode-find-file): Check that we are on a filename or dirname
4691 when invoked through a mouse-click.
4692 (cvs-full-path): Remove.
4693 (cvs-dired-action): Re-introduced.
4694 (cvs-dired-noselect): Use it.
4695 (vc-post-command-functions): use this new hook if available.
4696
4697 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
4698 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
4699 (cvs-filename-map, cvs-dirname-map): Remove.
4700 (cvs-default-action): Remove.
4701 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
4702 if the arg is really a keymap.
4703 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
4704 Don't hardcode the mapping from state (aka type) to face, but check
4705 the var cvs-fi-<type>-face instead.
4706 (cvs-fileinfo-from-entries): New function.
4707
4708 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
4709 Docstring fix.
4710 (cvs-find-file-and-jump): Change default to be safer.
4711 (cvs-mode-diff-map): Define it as a function as well.
4712 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
4713 Bind mouse-2 in this global map rather than with text-properties.
4714
4715 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
4716 file to resolve the ambiguity between C(conflict) and C(need-merge).
4717
4718 2000-06-12 Kenichi Handa <handa@etl.go.jp>
4719
4720 * international/mule.el (set-buffer-file-coding-system): If
4721 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
4722 unconditionally.
4723
4724 2000-06-12 Dave Love <fx@gnu.org>
4725
4726 * wid-edit.el (widget-specify-button): Really suppress the face if
4727 required.
4728
4729 2000-06-11 Gerd Moellmann <gerd@gnu.org>
4730
4731 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
4732
4733 2000-06-11 Stefan Monnier <monnier@cs.yale.edu>
4734
4735 * imenu.el (imenu-generic-expression): Docstring fix.
4736
4737 * composite.el (composition-function-table): Move the `put'
4738 below the autoload cookie so we can load the file before loaddefs.
4739
4740 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
4741
4742 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
4743 Handle easy-mmode-define-global-mode.
4744 For complex macros like define-minor-mode that can generate
4745 several autoload entries, try to autoload entries in the
4746 macroexpanded code.
4747
4748 * emacs-lisp/easy-mmode.el (define-minor-mode):
4749 If KEYMAP is a symbol, just use it.
4750 Use byte-compile-current-file and load-file-name to infer the
4751 proper :require to pass to defcustom.
4752 Wrap the hook var into `progn' so as not to autoload it.
4753 Add a :autoload-end cookie.
4754 Be more careful about the evaluation of KEYMAP.
4755 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
4756 (define-derived-mode): Move define-abbrev-table outside of defvar.
4757
4758 2000-06-10 Stefan Monnier <monnier@cs.yale.edu>
4759
4760 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
4761 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
4762 (backup-compiled-files): Ignore errors during `tar'.
4763 (bootstrap): Make autoloads before elc files.
4764
4765 2000-06-10 Kenichi Handa <handa@etl.go.jp>
4766
4767 * international/mule.el (set-buffer-file-coding-system): If one of
4768 undecided-XXX is specified, change only EOL conversion.
4769
4770 * international/mule-conf.el (unix): New alias for the coding
4771 system undecided-unix.
4772
4773 2000-06-09 Dave Love <fx@gnu.org>
4774
4775 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
4776
4777 * progmodes/executable.el: Byte compile dynamic.
4778 (executable-insert): Change custom type.
4779 (executable-find): Add autoload cookie.
4780 (executable-make-buffer-file-executable-if-script-p): New
4781 function. After Noah Friedman.
4782
4783 * files.el (after-save-hook): Customize, with
4784 executable-make-buffer-file-executable-if-script-p as an option.
4785
4786 2000-06-09 Kenichi Handa <handa@etl.go.jp>
4787
4788 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
4789 "tib24p-mule.bdf" for Tibetan.
4790
4791 * composite.el (decompose-composite-char): Declare it as obsolete.
4792
4793 * man.el (Man-fontify-manpage): Pay attention to underline and
4794 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
4795
4796 2000-06-08 Gerd Moellmann <gerd@gnu.org>
4797
4798 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
4799 Set maintainer to FSF since author isn't reachable.
4800
4801 2000-06-08 Dave Love <fx@gnu.org>
4802
4803 * international/mule-cmds.el (select-safe-coding-system): If
4804 DEFAULT-CODING-SYSTEM is not specified, also check the most
4805 preferred coding-system if buffer-file-coding-system is
4806 `undecided'. From Handa.
4807
4808 2000-06-08 Kenichi Handa <handa@etl.go.jp>
4809
4810 * international/mule.el
4811 (after-insert-file-set-buffer-file-coding-system): If the buffer
4812 size is greater than INSERTED, judget that we are not visiting.
4813
4814 2000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
4815
4816 * whitespace.el (defgroup whitespace): Comment out `:version'.
4817 XEmacs 20.4 has problems defining the group with this present.
4818 We'll have this commented out till get resolve the problem.
4819
4820 2000-06-07 Gerd Moellmann <gerd@gnu.org>
4821
4822 * align.el: Update from author.
4823
4824 2000-06-07 Jari Aalto <jari.aalto@poboxes.com>
4825
4826 * apropos.el (apropos-mode-hook): New user variable.
4827 (apropos-mode): Run apropos-mode-hook.
4828
4829 2000-06-07 David Ponce <david@dponce.com>
4830
4831 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
4832 commands. Require `wid-edit' at run-time.
4833
4834 2000-06-07 David Ponce <david@dponce.com>
4835
4836 * recentf.el: Added some "Commentary".
4837 (recentf-open-more-files, recentf-edit-list): Minor changes to
4838 move the point at the top of the file list. This behaviour is
4839 consistent with the menu one when the list contains a lot of
4840 files.
4841 (recentf-cleanup): Now displays the number of items removed from
4842 the list.
4843 (recentf-relative-filter) New menu filter to show filenames
4844 relative to `default-directory'.
4845
4846 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4847
4848 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
4849 with/without giving an error if PostScript printer doesn't have this
4850 kind of page size. Zebra Stripe continues or restarts on next page.
4851 Manual/automatic paper feeding. Switch or not the header.
4852 (ps-print-version): New version number (5.2.2).
4853 (ps-windows-system): Include emx as a Windows system.
4854 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
4855 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
4856 (ps-background-text): Code fix.
4857 (ps-error-handler-message, ps-user-defined-prologue)
4858 (ps-print-prologue-header, ps-printer-name)
4859 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
4860 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
4861 (ps-use-face-background): Customization fix.
4862 (ps-n-up-database): Data fix.
4863 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
4864 (ps-switch-header): New vars.
4865 (ps-xemacs-color-name, ps-face-foreground-name)
4866 (ps-face-background-name, ps-boolean-constant): New funs.
4867
4868 2000-06-07 Dave Love <fx@gnu.org>
4869
4870 * allout.el: New version from Manheimer.
4871
4872 2000-06-07 Kenichi Handa <handa@etl.go.jp>
4873
4874 * textmodes/fill.el (fill-find-break-point): Check the validity of
4875 charset.
4876
4877 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
4878
4879 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
4880 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
4881 Call display-color-p and display-mouse-p instead of looking at
4882 window-system.
4883
4884 2000-06-06 Dave Love <fx@gnu.org>
4885
4886 * image.el (find-image): Doc fix. Return nil if image not found.
4887 (put-image, insert-image): Make STRING arg optional.
4888
4889 2000-06-06 Kenichi Handa <handa@etl.go.jp>
4890
4891 * language/vietnamese.el: Remove eval-when-compile.
4892 (viet-viscii-nonascii-translation-table): Define it as a
4893 translation table made from viet-viscii-decode-table.
4894 (viet-viscii-encode-table): Define it as a translation table made
4895 from the reverse map of above.
4896 (viet-vscii-nonascii-translation-table): Define it as a
4897 translation table made from viet-vscii-decode-table.
4898 (viet-vscii-encode-table): Define it as a translation table made
4899 from the reverse map of above.
4900 (ccl-decode-viscii): Use translate-character.
4901 (ccl-encode-viscii, ccl-encode-viscii-font)
4902 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
4903 Likewize.
4904
4905 * language/cyrillic.el: Remove eval-when-compile.
4906 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
4907 translation table made from cyrillic-koi8-r-decode-table.
4908 (cyrillic-koi8-r-encode-table): Define it as a translation table
4909 made from the reverse map of above.
4910 (ccl-decode-koi8): Use translate-character.
4911 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
4912 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
4913 a translation table made from cyrillic-alternativnyj-decode-table.
4914 (cyrillic-alternativnyj-encode-table): Define it as a translation
4915 table made from the reverse map of above.
4916 (ccl-decode-alternativnyj): Use translate-character.
4917 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
4918 Likewize
4919
4920 * international/mule-diag.el (non-iso-charset-alist): Specify
4921 translation table symbol instead of translation table itself.
4922 (list-block-of-chars): CHARSET may be a translation table symbol.
4923
4924 * international/mule.el (make-coding-system): If CODING-SYSTEM
4925 already exists, override it.
4926
4927 * international/fontset.el: Use family `proportional' for Tibetan
4928 fonts.
4929
4930 * international/ccl.el (ccl-compile-translate-character): Don't
4931 check if Rrr has property translation-table.
4932 (ccl-compile-map-multiple): Modified to avoid compiler warning.
4933
4934 2000-06-05 Gerd Moellmann <gerd@gnu.org>
4935
4936 * info.el: Bind case-fold-search to t when searching in case
4937 a user sets it to nil in a hook.
4938
4939 2000-06-05 Stefan Monnier <monnier@cs.yale.edu>
4940
4941 * autoarg.el (autoarg-mode, autoarg-kp-mode):
4942 * hl-line.el (hl-line-mode): Use the new :global key argument.
4943
4944 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
4945 (tar-clip-time-string): Prepend a space.
4946 (tar-grind-file-mode): Construct a string rather than modifying one.
4947 (tar-header-block-summarize): Fix docstring.
4948 Use `format' rather than an error-prone set of copy-loops.
4949
4950 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
4951 (diff-goto-source, diff-unified->context, diff-context->unified)
4952 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
4953 understand the format output by the `-p' argument to diff.
4954
4955 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
4956 (sh-re-done): Use defconst.
4957 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
4958 (sh-help-string-for-variable, sh-guess-basic-offset):
4959 Don't quote lambdas.
4960 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
4961 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
4962
4963 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
4964 (mh-letter-mode): Derive from text-mode.
4965 This implicitly means that it now calls kill-all-local-variables.
4966 Also remove the Emacs-18 compatibility code.
4967
4968 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
4969 Make use of symbol-property doc-string-elt.
4970 Use memq rather than a sequence of eq.
4971 (doc-string-elt): Fix the wrong or missing previously unused values.
4972 (autoload-print-form): New function extracted from
4973 generate-file-autoloads to allow recursion when handling progn
4974 so that defvar's and defun's docstrings are properly printed.
4975 (generate-file-autoloads): Use it.
4976
4977 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
4978 Use find-file-hooks in the minor-mode function.
4979 Be careful not to loop indefinitely in the post-command-hook function.
4980
4981 2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
4982
4983 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
4984 tty's.
4985 * ediff-diff.el (ediff-exec-process): Use --binary for fine
4986 differences whenever appropriate.
4987 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
4988 * viper.el (find-file, find-file-other-window): Get viper to do
4989 wildcards.
4990
4991 2000-06-04 Stefan Monnier <monnier@cs.yale.edu>
4992
4993 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
4994 (jit-lock-fontify-buffer): New function for JIT refontification.
4995 (jit-lock-mode): Fix docstring.
4996 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
4997 Remove jit-lock-after-change from the _local_ hook.
4998 (jit-lock-function-1): Fix docstring.
4999
5000 * info.el (Info-on-current-buffer): Initialize info.
5001
5002 * newcomment.el (comment-indent): Ignore comment-indent-hook.
5003
5004 * progmodes/tcl.el (tcl-indent-for-comment):
5005 Ignore comment-indent-hook.
5006
5007 * emacs-lisp/easy-mmode.el: Require CL during compilation.
5008 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
5009 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
5010 and improve to use the lighter to guess the capitalization.
5011 (define-minor-mode): Inline code from easy-mmode-define-toggle.
5012 Add keyword arguments to specify global-ness or the custom group.
5013 Add local-map and help-echo properties to the lighter.
5014 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
5015 (easy-mmode-define-global-mode): New macro.
5016
5017 2000-06-02 Dave Love <fx@gnu.org>
5018
5019 * wid-edit.el: byte-compile-dynamic since we typically don't use
5020 all the widgets. Don't require cl or widget. Remove
5021 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
5022 (widget-read-event): Removed. Callers changed to use read-event.
5023 (widget-button-release-event-p): Renamed from
5024 button-release-event-p.
5025 (widget-field-add-space, widget-field-use-before-change):
5026 Uncustomize.
5027 (widget-specify-field): Use keymap property, not local-map.
5028 (widget-specify-button): Obey :suppress-face.
5029 (widget-specify-insert): Use modern backquote syntax.
5030 (widget-image-directory): Renamed from widget-glyph-directory.
5031 (widget-image-enable): Renamed from widget-glyph-enable.
5032 (widget-image-find): Replaces widget-glyph-find.
5033 (widget-button-pressed-face): Move defvar.
5034 (widget-image-insert): Replaces widget-glyph-insert.
5035 (widget-convert): Use keywordp.
5036 (widget-leave-text, widget-children-value-delete): Use mapc.
5037 (widget-keymap): Remove XEmacs stuff.
5038 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
5039 (widget-button-click): Don't set point at the click, but re-centre
5040 if we scroll out of window. Rewritten for images v. glyphs &c.
5041 (widget-tabable-at): Use POS arg, not point.
5042 (widget-beginning-of-line, widget-end-of-line)
5043 (widget-item-value-create, widget-sublist, widget-princ-to-string)
5044 (widget-sexp-prompt-value, widget-echo-help): Simplify.
5045 (widget-default-create): Use widget-image-insert; some rewriting.
5046 (widget-visibility-value-create)
5047 (widget-push-button-value-create, widget-toggle-value-create): Use
5048 widget-image-insert.
5049 (checkbox): Create on and off images dynamically.
5050 (documentation-link): Change :help-echo.
5051 (widget-documentation-link-echo-help): Remove.
5052
5053 2000-06-02 Stefan Monnier <monnier@cs.yale.edu>
5054
5055 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
5056
5057 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
5058 (easy-mmode-define-toggle, define-minor-mode): Use it.
5059 (easy-mmode-define-keymap): Docstring fix.
5060 (define-derived-mode): Default PARENT to fundamental-mode.
5061 Add the derived-mode-parent symbol-property.
5062 (easy-mmode-derived-mode-p): New function.
5063
5064 2000-06-02 Dave Love <fx@gnu.org>
5065
5066 * files.el (convert-standard-filename): Doc fix.
5067 (normal-backup-enable-predicate): New function.
5068 (backup-enable-predicate): Use it to replace the lambda form.
5069
5070 * calendar/todo-mode.el: [This needs more work on the outline
5071 stuff.] Doc fixes.
5072 (todo) <defgroup>: Add :version.
5073 (todo-add-category): Don't use pushnew.
5074 (todo-cmd-raise): Fix typo.
5075 (todo-top-priorities): Change temp buffer name.
5076 (todo-category-alist): Avoid redundant lambda.
5077 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
5078 Use outline-next-heading.
5079
5080 * autoarg.el: Rewritten to use define-minor-mode.
5081 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
5082 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
5083
5084 2000-06-02 Kenichi Handa <handa@etl.go.jp>
5085
5086 * isearch.el (isearch-other-meta-char): Fix previous change.
5087
5088 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
5089
5090 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
5091 (log-edit-done): Only add the comment to the ring if it's different
5092 from the last comment entered.
5093
5094 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
5095
5096 2000-06-01 Dave Love <fx@gnu.org>
5097
5098 * hl-line.el: Rewritten using define-minor-mode.
5099
5100 * help.el (describe-function-1): Distinguish special form from
5101 builtin function. Sanity-check presence of arglist for builtins.
5102
5103 2000-06-01 Kenichi Handa <handa@etl.go.jp>
5104
5105 * international/characters.el: Fix syntax/category setting of
5106 Tibetan characters.
5107
5108 * language/tibet-util.el (tibetan-add-components): Fixes for new
5109 encoding of Tibetan characters.
5110 (tibetan-decompose-precomposition-alist): New variable.
5111 (tibetan-decompose-region): Convert precomposed characters to
5112 non-precomposed characters.
5113 (tibetan-decompose-string): Likewise.
5114 (tibetan-composition-function): Fix args to
5115 thibetan-compose-string.
5116
5117 * language/tibetan.el (tibetan-composable-pattern): More
5118 characters included.
5119 (tibetan-consonant-transcription-alist): Rule for "R" added.
5120 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
5121 "+R" added.
5122 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
5123
5124 * language/lao-util.el (lao-composition-function): Fix args to
5125 compose-string.
5126
5127 * language/thai-util.el (thai-composition-function): Fix args to
5128 compose-string.
5129
5130 * isearch.el (isearch-update): Set disable-point-adjustment to t
5131 to prevent the point moving to the end of a composition when a
5132 part of a composition is searched.
5133 (isearch-other-meta-char): If the key invoking this command can be
5134 mapped by function-key-map to a printing char, call
5135 isearch-process-search-char directly.
5136
5137 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
5138
5139 * emacs-lisp/bytecomp.el:
5140 * frame.el:
5141 * international/mule-cmds.el:
5142 * international/mule-util.el:
5143 * international/mule.el:
5144 * mouse.el:
5145 * subr.el:
5146 * faces.el: Update calls to make-obsolete with a WHEN argument.
5147
5148 * byte-run.el (make-obsolete, make-obsolete-variable):
5149 Add an optional WHEN argument and change the format of the
5150 symbol-property information.
5151 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
5152 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
5153 new obsolete-symbol-property format and print WHEN if it is provided.
5154
5155 2000-05-31 Dave Love <fx@gnu.org>
5156
5157 * loadhist.el (loadhist-hook-functions): Remove
5158 before-change-function, after-change-function.
5159 (unload-feature): Deal with symbols which are both bound and
5160 fbound.
5161
5162 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
5163 before-change-function, after-change-function.
5164
5165 * simple.el (newline): Don't bind before-change-function,
5166 after-change-function.
5167
5168 2000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
5169
5170 * whitespace.el (whitespace-rescan-timer-time): Update interval
5171 set to 600 seconds (10 minutes) instead of 60 seconds since
5172 a large number of whitespace buffers causes emacs to `freeze'
5173 for a considerable amount of time.
5174
5175 * whitespace.el: Updated email address
5176
5177 2000-05-31 Dave Love <fx@gnu.org>
5178
5179 * add-log.el (change-log-font-lock-keywords) <function>: Add
5180 pattern for function of change.
5181 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
5182 acknowledgements patterns.
5183
5184 2000-05-31 Kenichi Handa <handa@etl.go.jp>
5185
5186 * isearch.el (isearch-printing-char): If keyboard coding system is
5187 being used, call isearch-process-search-multibyte-characters.
5188
5189 * international/isearch-x.el: Mostly rewritten.
5190
5191 * international/quail.el (quail-start-conversion): Don't include
5192 unhandled events in the returned events, but set them in
5193 unread-command-events. Exit if all inputs are deleted.
5194
5195 2000-05-30 Jason Rumney <jasonr@gnu.org>
5196
5197 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
5198
5199 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
5200 Reenable code to create initial fontsets.
5201 Use set-fontset-font in place of put-charset-property.
5202
5203 2000-05-30 Gerd Moellmann <gerd@gnu.org>
5204
5205 * progmodes/perl-mode.el (perl-indent-line): When looking for a
5206 label, ensure that the first colon isn't followed by another.
5207
5208 * paths.el (Info-default-directory-list): Doc fix.
5209
5210 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
5211 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
5212 send a query containing USER only, not USER@HOST.
5213
5214 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
5215 and rmail-msgend to compute the restriction at the end, instead of
5216 computing it.
5217
5218 2000-05-29 Gerd Moellmann <gerd@gnu.org>
5219
5220 * dabbrev.el (dabbrev-expand): Don't display messages in the
5221 echo area if the minibuffer window is active.
5222
5223 * jit-lock.el (jit-lock-mode): Add after change function to
5224 local hook.
5225
5226 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
5227
5228 * antlr-mode.el: New commands: hide/unhide actions,
5229 upcase/downcase literals.
5230 (antlr-tiny-action-length): New user option.
5231 (antlr-hide-actions): New command. Suggested by
5232 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
5233 (antlr-mode-map): New binding [C-c C-v].
5234 (antlr-mode-menu): New entries.
5235 (antlr-downcase-literals): New command.
5236 (antlr-upcase-literals): Ditto.
5237
5238 * antlr-mode.el: Minor changes: indendation, mode-name.
5239 (antlr-indent-line): Indent cpp directive at column 0.
5240 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
5241
5242 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
5243 (antlr-font-lock-additional-keywords): Workaround for intentional
5244 bug in XEmacs version of font-lock.
5245 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
5246 be used by a smarter version of `buffers-menu-grouping-function'.
5247
5248 2000-05-29 Gerd Moellmann <gerd@gnu.org>
5249
5250 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
5251 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
5252
5253 2000-05-29 Kenichi Handa <handa@etl.go.jp>
5254
5255 * international/encoded-kb.el
5256 (encoded-kbd-iso2022-designation-map): Pay attention to that
5257 charset-iso-final-char return -1 for eight-bit-control and
5258 eight-bit-graphic.
5259
5260 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
5261
5262 * speedbar.el (speedbar-use-images, speedbar-update-flag)
5263 (speedbar-easymenu-definition-base): Use display-graphic-p where
5264 available, instead of window-system.
5265
5266 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
5267
5268 * international/codepage.el (cp-coding-system-for-codepage-1): Add
5269 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
5270 coding systems.
5271
5272 2000-05-26 Dave Love <fx@gnu.org>
5273
5274 * disp-table.el (standard-display-underline): Don't use
5275 internal-find-face.
5276
5277 * mail/reporter.el: Maintainer change. Doc fixes.
5278 (reporter-version): Deleted.
5279
5280 * emacs-lisp/elp.el: Maintainer change.
5281 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
5282
5283 2000-05-26 Stefan Monnier <monnier@cs.yale.edu>
5284
5285 * add-log.el (add-change-log-entry): Merge the current entry with the
5286 previous one if the previous one is empty.
5287
5288 2000-05-26 Dave Love <fx@gnu.org>
5289
5290 * loadhist.el (unload-feature): Fix interactive spec [from
5291 lijnzaad@ebi.ac.uk].
5292
5293 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
5294 subr-arity to check primitives.
5295 (byte-compile-flush-pending, byte-compile-file-form-progn)
5296 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
5297 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
5298 mapcar.
5299
5300 2000-05-26 Kenichi Handa <handa@etl.go.jp>
5301
5302 * international/fontset.el: Set family names of non-latin charsets
5303 in default fontset to "*".
5304
5305 * international/mule-diag.el (print-fontset): Combine family part
5306 and registry part of the fontname by "-*-" instead of "-".
5307
5308 * international/mule-cmds.el (encode-coding-char): Make strings
5309 multibyte before calling encode-coding-string.
5310
5311 2000-05-25 Stefan Monnier <monnier@cs.yale.edu>
5312
5313 * derived.el: Fix keywords.
5314 (define-derived-mode): Only define if needed.
5315
5316 * simple.el (fill-comment, comment-column, comment-start)
5317 (comment-start-skip, comment-end, comment-indent-function)
5318 (block-comment-start, block-comment-end, indent-for-comment)
5319 (set-comment-column, kill-comment, comment-padding, comment-region)
5320 (comment-multi-line, indent-new-comment-line): Remove.
5321
5322 * bindings.el (esc-map): Change ; to comment-dwim and use the new
5323 function names for comment operations.
5324
5325 * newcomment.el: Add abundant autoload cookies.
5326 (comment-style): Don't depend on runtime data at compile-time.
5327 (comment-indent-hook): Remove.
5328 (comment-indent): Check if comment-indent-hook is bound.
5329 (comment-region): Docstring fix.
5330
5331 2000-05-25 Dave Love <fx@gnu.org>
5332
5333 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
5334 byte-code-function-p.
5335
5336 * mail/rmailsum.el: Add provide.
5337
5338 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
5339
5340 * smerge-mode.el (smerge-diff-switches): Don't use list* in
5341 defcustom.
5342
5343 2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
5344
5345 * ediff-diff.el (ediff-exec-process): delete --binary option from
5346 non-buffer ediff jobs.
5347
5348 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
5349
5350 * hilit-chg.el (highlight-changes-mode): Ask about color or
5351 grayscale support, not about window-system.
5352
5353 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
5354 window-system.
5355 (ffap-highlight): Always default to t.
5356
5357 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
5358 display-popup-menus-p instead of looking at window-system.
5359
5360 * disp-table.el (standard-display-g1, standard-display-graphic):
5361 Only refuse to use string glyphs on X and MS-Windows.
5362
5363 * avoid.el: Remove window-system from commentary, suggest to use
5364 display-*-p instead.
5365
5366 * apropos.el (apropos-print): Use display-mouse-p instead of
5367 window-system.
5368
5369 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
5370
5371 * international/codepage.el (cp-decoding-vector-for-codepage):
5372 Fill up unsupported characters with their own codes. From Kenichi
5373 Handa.
5374
5375 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
5376
5377 * international/mule-diag.el (describe-char-after): Use
5378 display-graphic-p instead of window-system, so that this function
5379 works on MS-DOS.
5380
5381 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
5382
5383 * international/codepage.el (cp-make-coding-systems-for-codepage):
5384 Remove the eight-bit-graphic and eight-bit-control charsets from
5385 the list of charsets which we convert into `?'.
5386
5387 2000-05-25 Kenichi Handa <handa@etl.go.jp>
5388
5389 * international/mule-conf.el: Specify CHARSET-ID explicitely for
5390 private charsets.
5391 (mule-unicode-0100-24ff, japanese-jisx0213-1,
5392 japanese-jisx0213-2): New charsets.
5393
5394 * international/fontset.el: Setup default fontset for new charsets.
5395
5396 2000-05-24 Dave Love <fx@gnu.org>
5397
5398 * info.el (Info-find-node-2): Restructure [following "Vadim
5399 S. Solomin" <sovs@uic.nnov.ru>].
5400
5401 * icomplete.el: Fix header for Finder.
5402
5403 2000-05-24 Eric M. Ludlam <zappo@ultranet.com>
5404
5405 * rmailout.el (rmail-output-to-rmail-file): Added optional param
5406 STAY.
5407
5408 * rmail.el (rmail-automatic-folder-directives): New user variable.
5409 (rmail-show-message): Add call to `rmail-auto-file' during
5410 display.
5411 (rmail-auto-file): New function.
5412
5413 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
5414
5415 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
5416 account.
5417 (ediff-test-utility,ediff-diff-mandatory-option)
5418 (ediff-reset-diff-options): Utilities for proper initialization of
5419 ediff-diff-options and ediff-diff3-options on Windows.
5420
5421 * ediff-init.el (ediff-merge-filename-prefix): New customizable
5422 variable.
5423
5424 * ediff-mult.el (ediff-filegroup-action): Use
5425 ediff-merge-filename-prefix.
5426
5427 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
5428
5429 * viper-ex.el (ex-write): Set selective display to nil.
5430
5431 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
5432
5433 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
5434 aliases for hebrew-iso-8bit.
5435
5436 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
5437
5438 * woman.el: New version from Francis J. Wright
5439 <F.J.Wright@Maths.QMW.ac.uk>.
5440 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
5441 names in environment variables regardless of the path separator.
5442 (woman-topic-all-completions-1): Don't call file-name-directory-p
5443 on all files, since woman-file-regexp already filters out any
5444 directories.
5445
5446 2000-05-24 Kenichi Handa <handa@etl.go.jp>
5447
5448 * international/quail.el (quail-start-translation): Don't change
5449 modified-p of the current buffer.
5450 (quail-start-conversion): Likewise.
5451
5452 * international/kkc.el (kkc-region): Don't change modified-p of
5453 the current buffer.
5454
5455 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
5456 conform to RFC1468.
5457 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
5458
5459 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
5460
5461 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
5462 (speedbar-insert-button): Invisible text property fix.
5463 (speedbar-directory-plus): Renamed from speedbar-directory-+
5464 (speedbar-directory-minus): Renamed from speedbar-directory--
5465 (speedbar-page-plus): Renamed from speedbar-file-+
5466 (speedbar-page-minus): Renamed from speedbar-file--
5467 (speedbar-page): Renamed from speedbar-file-
5468 (speedbar-tag): Renamed from speedbar-tag-
5469 (speedbar-tag-plus): Renamed from speedbar-tag-+
5470 (speedbar-tag-minus): Renamed from speedbar-tag--
5471 (speedbar-expand-image-button-alist): Use above renames.
5472
5473 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
5474 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
5475 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
5476 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
5477 * sb-pg.xpm: Renamed from sb-file.xpm
5478 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
5479 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
5480
5481 2000-05-24 Kenichi Handa <handa@etl.go.jp>
5482
5483 * international/quail.el (quail-show-guidance-buf): Set
5484 current-input-method of the guidance buffer to the name of the
5485 curren input method.
5486
5487 2000-05-23 Stefan Monnier <monnier@cs.yale.edu>
5488
5489 * progmodes/compile.el (compile-internal): Style typo.
5490
5491 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
5492 quote vars and functions in the docstring.
5493
5494 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
5495
5496 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
5497 Don't quote lambdas.
5498
5499 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
5500
5501 2000-05-23 Gerd Moellmann <gerd@gnu.org>
5502
5503 * startup.el (command-line): Determine source file of compiled
5504 user init file differently. Warn if compiled user init file
5505 is older than its source file.
5506
5507 * ffap.el (ffap-url-regexp): Add `https'.
5508
5509 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
5510
5511 * files.el (make-backup-file-name-1): Replace slashes with `!'
5512 rather than `|' (which is not allowed on Windows). Replace the
5513 drive letters with a string "drive_X".
5514
5515 2000-05-23 Gerd Moellmann <gerd@gnu.org>
5516
5517 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
5518
5519 * files.el (interpreter-mode-alist): Add `bash2'.
5520
5521 2000-05-22 Dave Love <fx@gnu.org>
5522
5523 * loadhist.el (feature-symbols, file-provides, file-requires): Use
5524 mapc.
5525 (feature-file): Avoid calling symbol-name. Doc fix.
5526 (file-set-intersect, file-dependents): Use dolist, not mapcar.
5527 (loadhist-hook-functions): Add mouse-position-function.
5528 (unload-feature): Change uses of mapcar.
5529
5530 * files.el (parse-colon-path): Doc fix.
5531 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
5532 (set-auto-mode): Use mapc.
5533
5534 * complete.el (PC-look-for-include-file): Use :alnum: character
5535 class.
5536 (partial-completion-mode): Add autoload cookie.
5537
5538 2000-05-22 Sam Steingold <sds@gnu.org>
5539
5540 * info.el (Info-fontify-node): Fixed the call to
5541 `add-text-properties' (bug introduced on 2000-05-18).
5542
5543 2000-05-22 Dave Love <fx@gnu.org>
5544
5545 * bindings.el: Remove debug-ignored-errors set in other files.
5546
5547 * progmodes/etags.el: Add to debug-ignored-errors.
5548 (visit-tags-table-buffer): Clear out buffers holding old tables
5549 when making a new list.
5550 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
5551 mapc.
5552
5553 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
5554 quote keywords.
5555 (cmpl-string-case-type): Use character classes.
5556
5557 * comint.el:
5558 * textmodes/ispell.el:
5559 * imenu.el:
5560 * mail/mh-e.el:
5561 * progmodes/compile.el: Add to debug-ignored-errors.
5562
5563 * dabbrev.el: Add to debug-ignored-errors.
5564 (dabbrev-completion): Use mapc.
5565
5566 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
5567
5568 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
5569 (woman-mapcan, woman-parse-man.conf)
5570 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
5571 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
5572 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
5573 path syntax better.
5574 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
5575 (woman-manpath): Call woman-parse-man.conf.
5576 (woman-emulation): New defcustom, defaults to nroff.
5577 (woman-font-support): New defconst.
5578 (woman-use-symbol-font): New defcustom.
5579 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
5580 "Emulation".
5581 Many functions: Doc fix.
5582
5583 2000-05-22 Kenichi Handa <handa@etl.go.jp>
5584
5585 * international/quail.el (quail-simple-translation-keymap): Map
5586 128..255 to quail-self-insert-command.
5587 (quail-keyboard-layout-alist): Add definition for "pc102-de".
5588
5589 2000-05-22 Stefan Monnier <monnier@cs.yale.edu>
5590
5591 * help.el (help-manyarg-func-alist): Typo.
5592
5593 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
5594 intervals which makes it heaps simpler.
5595
5596 * newcomment.el (comment-region-internal): Go back to BEG after quoting
5597 the nested comment markers.
5598
5599 * subr.el (remove-hook): Don't turn the hook's value into a list.
5600
5601 2000-05-21 Dave Love <fx@gnu.org>
5602
5603 * edmacro.el (edmacro-parse-keys): Return vector if any elements
5604 are invalid characters.
5605
5606 * international/mule-util.el (detect-coding-with-priority): Use
5607 mapc. Remove redundant lambda.
5608
5609 * international/mule-diag.el (list-non-iso-charset-chars)
5610 (describe-fontset): Remove redundant lambda.
5611
5612 * emulation/crisp.el (brief-mode): New alias.
5613
5614 * emacs-lisp/ring.el (ring-elements): New function.
5615
5616 * emacs-lisp/easymenu.el (easy-menu-create-menu)
5617 (easy-menu-do-add-item): Use keywordp.
5618
5619 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
5620
5621 * replace.el: Doc and error message fixes.
5622 (replace-highlight): Use facep, not internal-find-face.
5623
5624 2000-05-20 Stefan Monnier <monnier@cs.yale.edu>
5625
5626 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
5627
5628 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
5629 (log-edit-insert-changelog): Drop `:' as well.
5630
5631 * log-view.el: Fix file description.
5632 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
5633 available.
5634 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
5635 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
5636
5637 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
5638 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
5639 Print a status message if the toggle is called interactively.
5640 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
5641 for global minor modes and use `defcustom' for them.
5642 Use add-minor-mode.
5643 (easy-mmode-define-derived-mode): Remove.
5644 (define-derived-mode): Fancier default docstring.
5645 (easy-mmode-define-navigation): Signal an error rather than (ding).
5646
5647 * newcomment.el (comment-styles): New `box-multi'.
5648 (comment-normalize-vars): Better default for comment-continue to
5649 avoid whitespace-only continuations.
5650 (comment-search-forward): Always move even in the no-syntax case.
5651 (comment-padright): Only obey N if it's only obeyed for padleft.
5652 (comment-make-extra-lines): Better handling of empty continuations.
5653 Use `=' for the filler if comment-start has only one character.
5654 (uncomment-region): Try handling the special `=' filler.
5655 (comment-region): Allow LINES even if MULTI is nil.
5656 (comment-box): Choose box style based on comment-style.
5657
5658 2000-05-20 Kenichi Handa <handa@etl.go.jp>
5659
5660 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
5661 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
5662
5663 2000-05-20 Kenichi HANDA <handa@etl.go.jp>
5664
5665 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
5666 and insert, not subst-char-in-region.
5667
5668 * international/mule-diag.el (list-character-sets-1): Handle
5669 charsets eight-bit-control and eight-bit-graphic.
5670 (list-iso-charset-chars): Likewise.
5671 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
5672 charactes as is. Use indent-to to align characters.
5673
5674 * international/mule-cmds.el (find-multibyte-characters): Never
5675 exclude charsets eight-bit-control and eight-bit-graphic.
5676
5677 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
5678
5679 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
5680 Don't quote lambdas.
5681
5682 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
5683
5684 2000-05-19 Gerd Moellmann <gerd@gnu.org>
5685
5686 * gud.el (gud-jdb-directories): Doc fix.
5687
5688 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
5689
5690 * newcomment.el: New file.
5691
5692 2000-05-19 Gerd Moellmann <gerd@gnu.org>
5693
5694 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
5695
5696 2000-05-18 Andreas Schwab <schwab@suse.de>
5697
5698 * dired.el (dired-between-files): Also skip lines beginning with
5699 `used'.
5700
5701 2000-05-18 Gerd Moellmann <gerd@gnu.org>
5702
5703 * msb.el (msb-menu-cond): Add choice `user'.
5704
5705 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5706
5707 * ps-print.el: Compatibility, customization and doc fix.
5708 (ps-printer-name-option): Replace defconst by defvar.
5709 (ps-postscript-code-directory): XEmacs compatibility.
5710 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
5711 fix.
5712 (ps-user-defined-prologue, ps-print-prologue-header)
5713 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
5714 compatibility and code fix.
5715 (ps-print-background-image, ps-print-background-text):
5716 Customization fix.
5717 (ps-line-number-start, ps-n-up-on): New vars.
5718
5719 2000-05-18 Espen Skoglund <esk@ira.uka.de>
5720
5721 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
5722 the indent-comment function to just return the appropriate indent.
5723
5724 2000-05-18 Eric M. Ludlam <zappo@ultranet.com>
5725
5726 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
5727 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
5728 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
5729
5730 2000-05-18 Dave Love <fx@gnu.org>
5731
5732 * info.el (Info-fontify-node): Add intangible property as well as
5733 invisible.
5734
5735 * calendar/appt.el (appt-make-list): Match all lines of entry.
5736 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
5737
5738 2000-05-18 Kenichi Handa <handa@etl.go.jp>
5739
5740 * international/mule-diag.el (describe-char-after): Call
5741 internal-char-font, not char-font. If internal-char-font returns
5742 nil, display "-- none --".
5743
5744 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
5745
5746 * image.el (image-type-available-p): Don't reference image-types
5747 if it isn't bound.
5748
5749 2000-05-17 Stefan Monnier <monnier@cs.yale.edu>
5750
5751 * autoarg.el (autoarg-mode): Typo in the :set argument.
5752
5753 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
5754
5755 * startup.el (command-line-1): Don't signal an error if the
5756 directory for auto-save-list files does not yet exist.
5757
5758 2000-05-17 Kenichi Handa <handa@etl.go.jp>
5759
5760 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
5761
5762 2000-05-16 Stefan Monnier <monnier@cs.yale.edu>
5763
5764 * subr.el (remove-hook): `setq' hook-value, not `set'.
5765
5766 2000-05-16 Sam Steingold <sds@gnu.org>
5767
5768 * info.el (debug-ignored-errors): More errors to ignore.
5769
5770 2000-05-16 Dave Love <fx@gnu.org>
5771
5772 * cus-edit.el: Don't require cl or easymenu.
5773 (custom-variable-prompt): Test standard-value property, not
5774 user-variable-p.
5775
5776 2000-05-16 Sam Steingold <sds@gnu.org>
5777
5778 * subr.el (add-hook): `setq' hook-value, not `set'.
5779
5780 2000-05-16 Gerd Moellmann <gerd@gnu.org>
5781
5782 * startup.el (command-line-1): Mention the FAQ in the startup
5783 message.
5784
5785 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
5786
5787 * progmodes/compile.el (compilation-parse-errors): Collect
5788 `nomessage' regexps last.
5789
5790 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
5791
5792 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
5793 to the function name.
5794
5795 2000-05-15 Dave Love <fx@gnu.org>
5796
5797 * speedbar.el (speedbar-recenter): Typo.
5798 (speedbar-expand-line): Make arg optional.
5799 (speedbar-mode): Avoid a compiler warning.
5800
5801 2000-05-15 Gerd Moellmann <gerd@gnu.org>
5802
5803 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
5804 user-specified option string is empty.
5805
5806 * mouse.el (mouse-yank-at-click): Doc fix.
5807
5808 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
5809
5810 * term/internal.el (IT-character-translations): More updates of
5811 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
5812 documents.
5813
5814 2000-05-15 Gerd Moellmann <gerd@gnu.org>
5815
5816 * env.el (getenv): New function, interactively callable.
5817 (setenv, getenv): Remove autoload cookies.
5818
5819 * loadup.el: Load `env'.
5820
5821 * progmodes/f90.el: Change author's mail address.
5822
5823 2000-05-14 Dave Love <fx@gnu.org>
5824
5825 * mail/rmail.el (rmail-show-message-hook): Customize and offer
5826 goto-addr as an option.
5827
5828 * help.el (help-xref-stack): Doc fix.
5829 (help-xref-following): New variable.
5830 (help-make-xrefs): Use it.
5831 (help-xref-go-back): Use position information from stack element.
5832 (help-follow): Make position in stack element a pair. Use
5833 help-xref-following.
5834
5835 * autoarg.el: New file.
5836
5837 * faces.el: Declare more functions obsolete.
5838
5839 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
5840 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
5841 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
5842 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
5843 Remove all the setup-...-environment functions.
5844
5845 2000-05-13 Eric M. Ludlam <zappo@ultranet.com>
5846
5847 * speedbar.el: Updated the commentary section. xemacs20p now uses
5848 >= when detecting. Require `defimage' safely.
5849 (speedbar-easymenu-definition-base): Add toggle for images.
5850 (speedbar-easymenu-definition-special): Add flush cache & expand.
5851 (speedbar-visiting-tag-hook): Set new defaults. Added options.
5852 (speedbar-reconfigure-keymaps-hook): New variable.
5853 (speedbar-frame-parameters): Updated documentation.
5854 (speedbar-use-imenu-flag): Updated custom tag
5855 (speedbar-dynamic-tags-function-list): New variable.
5856 (speedbar-tag-hierarchy-method): Updated doc & custom.
5857 (speedbar-indentation-width, speedbar-indentation-width) New
5858 variables.
5859 (speedbar-hide-button-brackets-flag): Customizable.
5860 (speedbar-vc-indicator): Doc update.
5861 (speedbar-ignored-path-expressions): Updated default value.
5862 (speedbar-supported-extension-expressions): Updated default value.
5863 (speedbar-syntax-table): Remove {} paren status.
5864 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
5865 as "+". Added overlay aliases.
5866 (speedbar-mode): Use `speedbar-mode-line-update' instead of
5867 `force-mode-line-update'.
5868 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
5869 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
5870 `mouse-set-point'
5871 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
5872 (speedbar-item-info-tag-helper): Revamped to handle a wider range
5873 of arbitrary text, and new helper functions.
5874 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
5875 filename finder.
5876 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
5877 (speedbar-directory-buttons): Update path search/expansion.
5878 (speedbar-make-tag-line): Pay attention to
5879 `speedbar-indentation-width'. Use more care w/ invisible
5880 properties.
5881 (speedbar-change-expand-button-char): Call
5882 `speedbar-insert-image-button-maybe'.
5883 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
5884 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
5885 (speedbar-trim-words-tag-hierarchy)
5886 (speedbar-simple-group-tag-hierarchy): New functions
5887 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
5888 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
5889 functions.
5890 (speedbar-mouse-set-point): New function
5891 (speedbar-power-click): Updated documentation.
5892 (speedbar-line-token, speedbar-goto-this-file): Handle more types
5893 of tag prefix text.
5894 (speedbar-expand-line, speedbar-contract-line): Make more robust
5895 to strange text.
5896 (speedbar-expand-line): Takes universal argument to flush the
5897 cache.
5898 (speedbar-flush-expand-line): New function.
5899 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
5900 Use new generator insertion method.
5901 (speedbar-fetch-dynamic-tags): New function.
5902 (speedbar-fetch-dynamic-imenu): Removed code now handled in
5903 `speedbar-fetch-dynamic-imenu'.
5904 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
5905 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
5906 "Revert Buffer" menu items.
5907 (speedbar-buffer-buttons-engine): Be smarter when creating a
5908 filename tag (for expansion purposes.).
5909 (speedbar-highlight-one-tag-line,
5910 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
5911 (speedbar-recenter): New functions.
5912 (defimage-speedbar): Image loading abstraction.
5913 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
5914 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
5915 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
5916 (speedbar-tag-type, speedbar-tag-mail): New images.
5917 (speedbar-expand-image-button-alist): New variable.
5918 (speedbar-insert-image-button-maybe): Insert an image over some
5919 buttons.
5920
5921 2000-05-13 Kenichi Handa <handa@etl.go.jp>
5922
5923 * international/mule-cmds.el (encode-coding-char): An ASCII
5924 character is always encodable.
5925
5926 * international/mule-conf.el: Add more information in descriptions
5927 of character sets.
5928
5929 * international/mule-diag.el (describe-char-after): New function.
5930 (describe-font-internal): Adjusted for the change of font-info.
5931 (describe-font): Likewise.
5932 (print-fontset): Rewritten for the new fontset implementation.
5933 (describe-fontset): Include fontset alias names in completion.
5934 (list-fontsets): Adjusted for the change of print-fontset.
5935
5936 * simple.el (what-cursor-position): If DETAIL is non-nil, call
5937 describe-char-after instead of displaying the detail in the echo
5938 area.
5939 (syntax-code-table): Format changed.
5940 (string-to-syntax): Adjusted for the above change.
5941
5942 2000-05-12 Stefan Monnier <monnier@cs.yale.edu>
5943
5944 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
5945
5946 2000-05-12 Dave Love <fx@gnu.org>
5947
5948 * calendar/todo-mode.el: Remove some compatibility stuff and CL
5949 dependence. Use line-{beginning,end}-position, not
5950 point-at{b,e}ol. Some doc fixes.
5951 (todo-position): New function. Fix callers of position to use it.
5952 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
5953
5954 2000-05-12 Gerd Moellmann <gerd@gnu.org>
5955
5956 * time.el (display-time-mail-icon): Use `:ascent center'.
5957
5958 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
5959 handling FTP security extensions.
5960
5961 2000-05-11 Dave Love <fx@gnu.org>
5962
5963 * calendar/todo-mode.el: New file.
5964
5965 2000-05-11 Gerd Moellmann <gerd@gnu.org>
5966
5967 * comint.el (comint-read-input-ring): Move reference to
5968 comint-input-ring-size outside of the save-excursion. It was
5969 causing the default value to be the only one ever seen.
5970
5971 * font-lock.el: Update copyright. Remove Simon Marshall's email
5972 address on request from him.
5973
5974 * subr.el (substitute-key-definition): Add comment describing
5975 the meaning of PREFIX.
5976
5977 2000-05-10 Stefan Monnier <monnier@cs.yale.edu>
5978
5979 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
5980
5981 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
5982 (add-minor-mode): Don't make the variable buffer-local and add a
5983 reference to define-minor-mode in the docstring.
5984
5985 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
5986 HEADER/FOOTER and fix bug with trailing empty directory.
5987 (cvs-append-to-ignore): Use vc-editable-p if available.
5988 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
5989 (vc-do-command): Tweak advice to handle the new VC.
5990
5991 * log-view.el (log-view-goto-rev): New function for the new VC.
5992 (log-view-minor-wrap): Use mark-active.
5993
5994 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
5995 (log-edit-changelog-full-paragraphs): New var.
5996 (log-edit-insert-changelog): Remove a lonely leading `* file'.
5997 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
5998 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
5999 (log-edit-changelog-ours-p, log-edit-changelog-entries)
6000 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
6001 Replace the `cvs' prefix with `log-edit'.
6002
6003 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
6004
6005 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
6006 (diff-font-lock-defaults): Explicitly turn off multiline.
6007 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
6008 (diff-ediff-patch): Fix call to ediff-patch-file.
6009 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
6010 Handle comments.
6011
6012 * frame.el (automatic-hscrolling): Typo.
6013
6014 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
6015
6016 2000-05-09 Sam Steingold <sds@goems.com>
6017
6018 * apropos.el (apropos-print): use `describe-face' instead of
6019 `customize-face-other-window'.
6020
6021 2000-05-09 Dave Love <fx@gnu.org>
6022
6023 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
6024
6025 * help.el (describe-variable): Have customize button pop the
6026 help-xref stack when invoked.
6027 (help-xref-symbol-regexp): Add `face'.
6028 (help-make-xrefs): Check for quoted face names and adapt regexp
6029 submatch numbers to cope.
6030 (help-xref-interned): Maybe insert face doc too. Separate
6031 sections with a line of hyphens.
6032
6033 * faces.el: Some doc fixes. Declare some functions obsolete.
6034 (describe-face): Add customize button. Return the help
6035 text. Fix prompt.
6036
6037 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
6038
6039 * term/internal.el (IT-character-translations): Fix last change.
6040
6041 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
6042
6043 * woman.el: New file
6044 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
6045
6046 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
6047
6048 * term/internal.el (IT-character-translations): Update ASCII
6049 simulations for greek-iso8859-7, add latin-iso8859-14 and
6050 latin-iso8859-15.
6051
6052 * international/mule-cmds.el (set-language-info-alist): Call
6053 define-prefix-command with 3 arguments, to make the map suitable
6054 for a menu.
6055
6056 2000-05-07 Dave Love <fx@gnu.org>
6057
6058 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
6059
6060 2000-05-05 Dave Love <fx@gnu.org>
6061
6062 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
6063 list in doc string. Don't quote keyword symbols.
6064 * emacs-lisp/cl.el: Likewise
6065 * emacs-lisp/cl-seq.el: Likewise
6066
6067 2000-05-05 Gerd Moellmann <gerd@gnu.org>
6068
6069 * abbrev.el (abbrev-mode): Make ARG optional.
6070
6071 2000-05-04 Gerd Moellmann <gerd@gnu.org>
6072
6073 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
6074
6075 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
6076
6077 * subr.el (substitute-key-definition): Clarify documentation.
6078
6079 2000-05-04 Milan Zamazal <pdm@freesoft.cz>
6080
6081 * glasses.el (glasses-convert-to-unreadable): Use
6082 `glasses-separator' instead of the hard-wired "_".
6083 (glasses-mode): Call `glasses-make-unreadable' only in a single
6084 place.
6085
6086 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
6087
6088 * term/internal.el (cjk-codepages-alist): Add associations for
6089 Chinese and Korean codepages. Remove FIXME comment.
6090
6091 2000-05-03 Dave Love <fx@gnu.org>
6092
6093 * time.el (display-time-mail-face, display-time-use-mail-icon):
6094 New option.
6095 (display-time-mail-icon): New variable.
6096 (display-time-string-forms): Use the above. Fix the local-map.
6097
6098 2000-05-03 Gerd Moellmann <gerd@gnu.org>
6099
6100 * replace.el (query-replace-map): Add binding for `E'.
6101 (query-replace-help): Extend help text.
6102 (perform-replace): Allow editing the replacement string.
6103
6104 * make-mode.el (makefile-mode-abbrev-table): New variable.
6105 (makefile-mode): Set local abbrev table to
6106 makefile-mode-abbrev-table.
6107 (makefile-font-lock-keywords): Fontify includes and conditionals.
6108
6109 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
6110 set TOGGLE's value.
6111
6112 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
6113 mail-interactive-insert-alias.
6114 (mail-abbrev-complete-alias): New command.
6115 (mail-mode-map): Bind it to `M-TAB'.
6116
6117 2000-05-03 Kenichi Handa <handa@etl.go.jp>
6118
6119 * language/lao-util.el (lao-compose-region): New function.
6120
6121 2000-05-02 Gerd Moellmann <gerd@gnu.org>
6122
6123 * files.el (recover-session): Make directories as necessary
6124 if they don't exist yet.
6125
6126 * calendar/cal-french.el
6127 (french-calendar-multibyte-special-days-array)
6128 (french-calendar-special-days-array): Change French text.
6129 (calendar-french-date-string): Change output.
6130 (calendar-goto-french-date): Likewise.
6131
6132 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
6133
6134 * wid-edit.el (widget-default-active): Obey `:always-active'.
6135 (widget-documentation-string-value-create): Set `:always-active'.
6136
6137 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
6138
6139 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
6140 default prefix to `~/_emacs.d/auto-save.list/_s'.
6141 (normal-top-level): Create the directory for auto-save files, if
6142 it doesn't already exist (in the ms-dos case only).
6143
6144 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
6145
6146 * international/mule-cmds.el (set-language-environment): Don't
6147 concat an integer (dos-codepage), use format instead.
6148
6149 2000-05-02 Dave Love <fx@gnu.org>
6150
6151 * help.el (help-xref-on-pp): Check for constant symbols.
6152
6153 2000-04-29 Gerd Moellmann <gerd@gnu.org>
6154
6155 * startup.el (normal-top-level): Put a condition-case around
6156 the code loading subdirs.el.
6157
6158 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6159
6160 * ps-print.el: Upside-down and face background color printing,
6161 line number step, doc fix.
6162 (ps-print-version): New version number (5.2).
6163 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
6164 (ps-face-attribute-list, ps-plot-with-face): Code fix.
6165 (ps-spool-config): Var fix.
6166 (ps-printer-name-option): Const fix.
6167 (ps-print-upside-down, ps-use-face-background)
6168 (ps-line-number-step): New vars.
6169 (ps-window-system, ps-lp-system): New consts.
6170 (ps-face-background): New fun.
6171
6172 2000-04-28 Richard Stallman <rms@gnu.org>
6173
6174 * files.el (make-auto-save-file-name):
6175 Apply auto-save-file-name-transforms to visited file name
6176 before generating auto save file name.
6177 (auto-save-file-name-transforms): New variable.
6178
6179 * files.el (backup-enable-predicate):
6180 Correctly test for a file under a temporary directory.
6181
6182 2000-04-28 Gerd Moellmann <gerd@gnu.org>
6183
6184 * subr.el (add-minor-mode): Rewritten.
6185
6186 2000-04-28 Kenichi Handa <handa@etl.go.jp>
6187
6188 * mail/sendmail.el (sendmail-send-it): Set
6189 buffer-file-coding-system to the selected coding system for MIME
6190 header.
6191
6192 2000-04-27 Gerd Moellmann <gerd@gnu.org>
6193
6194 * dired.el (dired-move-to-filename-regexp): Allow format where
6195 YYYY is followed by two spaces.
6196
6197 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
6198 in the second character class of the regexp.
6199
6200 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
6201 mh-etc, too.
6202
6203 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
6204 nil.
6205
6206 * subr.el (add-minor-mode): Use `set' instead of `setq'.
6207
6208 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
6209 argument.
6210
6211 2000-04-27 Sen Nagata <sen@eccosys.com>
6212
6213 * emacs-lisp/crm.el (crm-completion-table): New variable.
6214 (crm-collection-fn, crm-test-completion)
6215 (completing-read-multiple): Use it.
6216
6217 2000-04-27 Dave Love <fx@gnu.org>
6218
6219 * help.el (locate-library): Use mapc.
6220 (help-manyarg-func-alist): Add call-process-region.
6221
6222 2000-04-26 Gerd Moellmann <gerd@gnu.org>
6223
6224 * subr.el (add-minor-mode): Make argument MAP optional.
6225
6226 * desktop.el (desktop-save): Save list of minor modes.
6227 (desktop-create-buffer): Restore minor modes.
6228 (desktop-minor-mode-table): New user-option.
6229
6230 * subr.el (add-minor-mode): New function.
6231
6232 * image.el (find-image): New function.
6233 (defimage): Rewritten to find image at load time.
6234
6235 * startup.el (normal-top-level-add-to-load-path): Handle
6236 case that the default directory is not in load-path.
6237
6238 * help.el: Old patch from Stefan Monnier.
6239 (help-xref-on-pp): New function.
6240 (describe-variable): Use it to display xrefs in a symbol's value.
6241
6242 2000-04-26 Stefan Monnier <monnier@cs.yale.edu>
6243
6244 * cus-edit.el (custom-face): Fix parenthesis.
6245
6246 2000-04-26 Kenichi Handa <handa@etl.go.jp>
6247
6248 * mail/rmail.el (rmail-expunge): When there are no deleted
6249 messages, do nothing.
6250
6251 2000-04-26 Dave Love <fx@gnu.org>
6252
6253 * international/mule-cmds.el (locale-translation-file-name):
6254 Defvar to nil.
6255 (set-locale-environment): Set it here (at runtime).
6256
6257 2000-04-25 Gerd Moellmann <gerd@gnu.org>
6258
6259 * replace.el (perform-replace): Add parameters START and END. Use
6260 them instead of the check for a region in Transient Mark mode.
6261 (query-replace-read-args): Return two more list elements for the
6262 start and end of the region in Transient Mark mode.
6263 (query-replace, query-replace-regexp, query-replace-regexp-eval)
6264 (map-query-replace-regexp, replace-string, replace-regexp): Add
6265 optional last arguments START and END and pass them to
6266 perform-replace.
6267
6268 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
6269 form with additional arguments for perform-replace.
6270
6271 * progmodes/etags.el (tags-query-replace): Add parameters START
6272 and END. Construct a form with additional arguments for
6273 perform-replace.
6274
6275 * simple.el (shell-command): Set default directory for "*Shell
6276 Command Output" buffer.
6277
6278 * language/european.el (iso-latin-4): Fix typo.
6279
6280 * emacs-lisp/crm.el: New file.
6281
6282 2000-04-24 Dave Love <fx@gnu.org>
6283
6284 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
6285 (Custom-reset-saved, Custom-reset-standard)
6286 (custom-group-value-create, custom-group-set, custom-group-save)
6287 (custom-group-reset-current, custom-group-reset-saved)
6288 (custom-group-reset-standard): Use mapc.
6289 (custom-buffer-create-internal): Disable undo when creating items.
6290 Use mapc.
6291 (custom-face): Avoid redundant lambda.
6292
6293 2000-04-24 Gerd Moellmann <gerd@gnu.org>
6294
6295 * startup.el (auto-save-list-file-prefix): Set default to
6296 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
6297
6298 2000-04-24 Sam Steingold <sds@gnu.org>
6299
6300 * time-stamp.el (time-stamp-string-preprocess): Always convert
6301 `field-result' to a string.
6302
6303 2000-04-24 Gerd Moellmann <gerd@gnu.org>
6304
6305 * frame.el (scrolling): New group.
6306 (automatic-hscrolling): New user-option.
6307
6308 * startup.el (command-line-x-option-alist): Add `-lsp' and
6309 `--line-spacing'.
6310
6311 2000-04-19 Dave Love <fx@gnu.org>
6312
6313 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
6314 (cl-mapc): Rename from mapc. Fix the funcall.
6315
6316 2000-04-19 Gerd Moellmann <gerd@gnu.org>
6317
6318 * simple.el (clone-indirect-buffer-other-window): New command.
6319 (clone-indirect-buffer): Add optional arg NORECROD.
6320 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
6321
6322 * help.el (resize-temp-buffer-window): Use count-screen-lines.
6323
6324 * window.el (count-screen-lines): New function.
6325 (shrink-window-if-larger-than-buffer): Use count-screen-lines
6326 instead of window-buffer-height.
6327
6328 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
6329 non-existing variable comint-input-sentinel.
6330 (inferior-lisp-args-to-list): Removed.
6331 (inferior-lisp): Use split-string instead of
6332 inferior-lisp-args-to-list.
6333
6334 * hexl.el (hexl-insert-hex-string): New command.
6335
6336 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
6337 instead of concat.
6338
6339 2000-04-18 Gerd Moellmann <gerd@gnu.org>
6340
6341 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
6342 at the start of an existing but empty folder.
6343
6344 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6345
6346 * ps-mule.el: Customization fix, doc fix.
6347 (ps-multibyte-buffer): Customization fix.
6348
6349 2000-04-17 Richard M. Stallman <rms@gnu.org>
6350
6351 * subr.el (read-passwd): Use read-char-exclusive.
6352
6353 2000-04-17 Gerd Moellmann <gerd@gnu.org>
6354
6355 * textmodes/texinfo.el (texinfo-insert-@email)
6356 (texinfo-insert-@emph, texinfo-insert-@quotation)
6357 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
6358 (texinfo-mode-map): Add key bindings for them.
6359
6360 * files.el (basic-save-buffer-2): Use a template with `$'
6361 instead of `#' for VMS.
6362
6363 * simple.el (clone-indirect-buffer): New function.
6364
6365 2000-04-16 Stephen Eglen <stephen@gnu.org>
6366
6367 * iswitchb.el (iswitchb-case): New function. If the user input
6368 contains any upper-case characters, the search is made
6369 case-sensitive.
6370
6371 2000-04-17 Stefan Monnier <monnier@cs.yale.edu>
6372
6373 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
6374 comment-end.
6375 (texinfo-font-lock-syntactic-keywords): New var.
6376 (texinfo-font-lock-keywords): Remove comment regexp.
6377 (texinfo-insert-block): New function.
6378 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
6379 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
6380 and font-lock-defaults. Use regexp-opt for outline-regexp.
6381 (texinfo-environments): New var.
6382 (texinfo-environment-regexp): Use regexp-opt and
6383 texinfo-environments.
6384
6385 * textmodes/ispell.el (ispell-menu-map-needed): Check that
6386 ispell-process is bound since this might be eval'd before ispell
6387 is loaded.
6388 (ispell-message): Use a tiny bit less magic and a bit more hard
6389 data to figure out what kind of sc-cite-regexp to use.
6390
6391 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
6392
6393 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
6394 (insert-cyclic-diary-entry): Unquote the lambda.
6395
6396 * gud.el (gud-jdb-build-source-files-list): Fix typo.
6397
6398 * files.el (backup-enable-predicate): Unquote the lambda.
6399
6400 * cus-edit.el (custom-face, face): Unquote the lambda.
6401
6402 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6403
6404 * ps-print.el: Check for line-beginning-position definition.
6405
6406 * ps-print.el: Fix counting lines in a region.
6407 (ps-print-version): New version number (5.1.5).
6408 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
6409 (ps-printing-region): Fun code fix.
6410
6411 2000-04-15 Gerd Moellmann <gerd@gnu.org>
6412
6413 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
6414 to file-directory-p.
6415
6416 2000-04-14 Gerd Moellmann <gerd@gnu.org>
6417
6418 * gud.el (gud-jdb-build-source-files-list): Check that directory
6419 exists before calling directory-files.
6420
6421 2000-04-13 Dave Love <fx@gnu.org>
6422
6423 * emacs-lisp/trace.el: Change maintainer. Use new backquote
6424 syntax.
6425
6426 * emacs-lisp/cl-specs.el: Remove when, unless.
6427
6428 * emacs-lisp/cl-extra.el: Don't quote keywords.
6429 (cl-old-mapc): New variable.
6430 (mapc): Use it.
6431 (cl-map-intervals): Use with-current-buffer. Don't check for
6432 next-property-change.
6433 (cl-map-overlays): Use with-current-buffer.
6434 (cl-expt): Remove.
6435 (copy-tree, remprop): Define unconditionally.
6436
6437 * emacs-lisp/cl-compat.el (keywordp): Remove.
6438
6439 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
6440 to use keywordp.
6441 (edebug-spec): Enable keywordp.
6442
6443 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
6444 string-lessp.
6445
6446 * cus-start.el: Use keywordp.
6447
6448 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
6449
6450 * diary-lib.el (include-other-diary-files): Fix the fix of
6451 2000-02-18 by doing a save-excursion.
6452
6453 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6454
6455 * ps-print.el: Customization fix, doc fix.
6456 (ps-print-version): New version number (5.1.4).
6457 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
6458 (ps-print-preprint): Adjust code.
6459 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
6460 (ps-print-prologue-header, ps-print-control-characters)
6461 (ps-spool-config): Customization fix.
6462
6463 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
6464
6465 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
6466 converted to the new menu-item format, names silightly changed,
6467 help strings added.
6468
6469 Support for spelling without async subprocesses:
6470
6471 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
6472 (ispell-session-buffer): New variables.
6473 (ispell-start-process, ispell-process-status,
6474 ispell-accept-output, ispell-send-string): New functions, for
6475 Ispell invocation when async subprocesses aren't supported.
6476 (ispell-word, ispell-pdict-save, ispell-command-loop,
6477 ispell-process-line, ispell-buffer-local-parsing): Replace calls
6478 to process-send-string with calls to ispell-send-string, and
6479 accept-process-output with ispell-accept-output.
6480 (ispell-init-process): Call ispell-process-status instead of
6481 process-status with.
6482 (ispell-init-process): Call ispell-start-process. Call
6483 ispell-accept-output and ispell-send-string. Don't call
6484 process-kill-without-query and kill-process if they are unbound.
6485 (ispell-async-processp): New function.
6486
6487 2000-04-12 Dave Love <fx@gnu.org>
6488
6489 * info.el: Add debug-ignored-errors.
6490 (Info-mode-menu): Add some items.
6491 (Info-directory): Add autoload cookie.
6492
6493 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
6494 Modify `truncate-lines'. Make `describe-language-environment'
6495 always visible and add help. Modify `describe-key' help. Invoke
6496 Info-directory from `info'. New entry `emacs-manual'.
6497
6498 2000-04-10 Gerd Moellmann <gerd@gnu.org>
6499
6500 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
6501 propertized-buffer-identification.
6502 (ebrowse-update-member-buffer-mode-line): Likewise.
6503 (ebrowse--mode-strings): Removed.
6504 (ebrowse--mode-line-props): Removed.
6505
6506 * files.el (auto-mode-alist): Add `EBROWSE'.
6507
6508 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
6509 space before testing for end of buffer.
6510 (ebrowse-load): Removed.
6511 (ebrowse-revert-tree-buffer-from-file): Rewritten.
6512 (ebrowse-create-tree-buffer): Rewritten.
6513 (ebrowse-tree-mode): Read tree from buffer.
6514
6515 * progmodes/ebrowse-ffh.el: Removed.
6516
6517 2000-04-10 Kenichi Handa <handa@etl.go.jp>
6518
6519 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
6520
6521 2000-04-10 Gerd Moellmann <gerd@gnu.org>
6522
6523 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
6524 at the wrong place.
6525
6526 2000-04-09 Dave Love <fx@gnu.org>
6527
6528 * files.el (backup-enable-predicate): Use
6529 temporary-file-directory, small-temporary-file-directory.
6530 (make-backup-file-name-function, backup-directory-alist): New
6531 variables.
6532 (make-backup-file-name-1): New function.
6533 (make-backup-file-name): Use it.
6534 (find-backup-file-name): Likewise. Use format for clarity, not
6535 concat.
6536 (file-newest-backup): Use make-backup-file-name.
6537
6538 2000-04-09 Gerd Moellmann <gerd@gnu.org>
6539
6540 * progmodes/ebrowse-ffh.el: New file.
6541
6542 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
6543 to ebrowse-ffh.el.
6544 (ebrowse-load): Add autoload.
6545
6546 * finder.el (finder-commentary): Add autoload cookie.
6547
6548 * mail/rfc2368.el: Correct author's email address.
6549
6550 * progmodes/ebrowse.el: New file.
6551
6552 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
6553 item help string.
6554 (easy-menu-do-add-item): Ditto.
6555 (easy-menu-define): Extend doc string.
6556
6557 * jit-lock.el (with-buffer-unmodified): Use
6558 restore-buffer-modified-p.
6559 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
6560 (jit-lock-function, jit-lock-stealth-fontify): Don't use
6561 with-buffer-unmodified.
6562
6563 2000-04-08 Dave Love <fx@gnu.org>
6564
6565 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
6566 unless, when.
6567
6568 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
6569
6570 * viper-util.el (viper-put-on-search-overlay): New subroutine.
6571 (viper-flash-search-pattern): No operation when using Emacs
6572 doesn't support face.
6573 Use `viper-put-on-search-overlay'.
6574
6575 2000-04-04 Gerd Moellmann <gerd@gnu.org>
6576
6577 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
6578 like C-r.
6579
6580 * progmodes/make-mode.el: Some doc fixes.
6581 (makefile-mode-abbrev-table): New variable.
6582 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
6583 (makefile-font-lock-keywords): Fontify includes and conditionals.
6584 (toplevel): Require `dabbrev' and `add-log' when compiling.
6585
6586 * replace.el (perform-replace): Don't move forward one char
6587 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
6588 to do that because it leaves point 1 position after the last
6589 replacement, after everything has been replaced.
6590
6591 * jit-lock.el (with-buffer-unmodified): New macro.
6592 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
6593 modified state.
6594 (jit-lock-function-1): Extracted from jit-lock-function; not
6595 preserving buffer's modified state.
6596 (jit-lock-function, jit-lock-stealth-fontify): Call
6597 jit-lock-function-1.
6598
6599 * mail/rfc2368.el: Remove supernumerary copyright line.
6600
6601 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
6602
6603 * glasses.el: Provide facilities for inserting space before left
6604 parentheses and uncapitalization of identifiers.
6605 (glasses-mode): Try to remove old overlays in all cases.
6606
6607 2000-04-03 Gerd Moellmann <gerd@gnu.org>
6608
6609 * progmodes/compile.el (compile-internal): Display the compilation
6610 buffer in a different frame, if it's already displayed there.
6611
6612 * mail/rfc2368.el: New file.
6613
6614 * simple.el (sendmail-user-agent-compose): Recognize a `body'
6615 header and insert its value as mail body.
6616
6617 * subr.el (member-ignore-case): New function.
6618
6619 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
6620 (dabbrev--find-expansion): Ignore buffers matching a regexp
6621 from dabbrev-ignored-regexps.
6622
6623 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
6624 to extensions handled by gzip.
6625
6626 2000-04-03 Richard M. Stallman <rms@gnu.org>
6627
6628 * files.el (insert-directory): List the total free space
6629 along with the used space.
6630
6631 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
6632 line is followed by one that matches CITATION-REGEXP, end the
6633 paragraph.
6634
6635 2000-04-03 Markus Rost <rost@delysid.gnu.org>
6636
6637 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
6638 (rmail-make-basic-summary-line): Use that option.
6639
6640 2000-04-03 Kenichi Handa <handa@etl.go.jp>
6641
6642 * international/mule-cmds.el (encoded-string-description):
6643 Rewritten. Try pretty description for ISO 2022 escape sequences
6644 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
6645 for hexadecimal format.
6646
6647 2000-04-01 Dave Love <fx@gnu.org>
6648
6649 * cpp.el: Change customization group to `c' from `C'.
6650
6651 * vcursor.el (vcursor-move): Use display-color-p.
6652
6653 * international/mule-util.el: Provide mule-utils.
6654 (string-to-sequence): Simplify and speed up.
6655
6656 * international/mule.el (make-coding-system): Purecopy doc-string.
6657
6658 * international/mule-cmds.el: Various menu changes.
6659 (describe-specified-language-support): Handle `Default'.
6660 (set-language-info): Purecopy `info'.
6661
6662 2000-03-31 Andrew Innes <andrewi@gnu.org>
6663
6664 * vc.el (vc-backend-diff): Return the correct status if we had to
6665 retry the rcsdiff command without the --brief option.
6666
6667 2000-03-31 Dave Love <fx@gnu.org>
6668
6669 * help.el (help-manyarg-func-alist): Correct several omissions.
6670
6671 * add-log.el: Don't require cl, fortran.
6672 (add-log-current-defun-function): Doc fix.
6673 (change-log-version-number-regexp-list): Remove SCCS part. Doc
6674 fix.
6675 (change-log-version-rcs): Function deleted.
6676 (change-log-version-number-search): Doc fix. Use
6677 vc-workfile-version. Avoid CL dolist.
6678 (add-change-log-entry): Just call add-log-current-defun to get
6679 defun. Simplify somewhat.
6680 (change-log-get-method-definition-1): Likewise.
6681 (add-log-current-defun): Return nil if calling
6682 add-log-current-defun-function does so. Move Fortran stuff to
6683 fortran.el. Return string without properties.
6684
6685 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
6686 and :alpha: char classes.
6687
6688 * mail/supercite.el: Defvar curline when compiling.
6689 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
6690 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
6691 rather than a-zA-Z0-9 to allow non-ASCII characters.
6692
6693 2000-03-31 Gerd Moellmann <gerd@gnu.org>
6694
6695 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
6696
6697 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
6698 Re-enable new code.
6699
6700 * lpr.el (print-region-1): Use -d to specify printer name for
6701 systems `usg-unix-v*, `dgux', `hpux', `irix'.
6702
6703 2000-03-31 Dave Love <fx@gnu.org>
6704
6705 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
6706 for function definition in symbol's function value slot first
6707 instead of first consulting byte-compile-function-environment.
6708
6709 2000-03-31 Kenichi Handa <handa@etl.go.jp>
6710
6711 * language/european.el ("Polish"): New language environment.
6712 (setup-polish-environment): New function.
6713
6714 2000-03-30 Gerd Moellmann <gerd@gnu.org>
6715
6716 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
6717 Disable new code.
6718
6719 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
6720 trying to `load' the symbol of an autoload instead of the file
6721 recorded in the autoload. Fix error messages.
6722
6723 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6724
6725 * ps-print.el: PostScript programming fix for ghostview, doc fix.
6726 (ps-print-version): New version number (5.1.3).
6727 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
6728 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
6729 (ps-generate-postscript-with-faces): Code fix.
6730 (ps-color-values): XEmacs compatibility.
6731 (ps-print-background-image, ps-print-background-text, ps-printer-name)
6732 (ps-default-fg, ps-default-bg): Adjust customization.
6733 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
6734 (ps-color-scale): Renaming old ps-color-value fun.
6735 (ps-print-headers): Replace ps-print-header group to avoid conflict
6736 with ps-print-header variable.
6737 (ps-print-miscellany): New group.
6738 (ps-format-color, ps-rgb-color): New funs.
6739 (ps-default-foreground): New var.
6740 (ps-printer-name-option): New const.
6741
6742 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
6743
6744 * net/net-utils.el:
6745 (network-connection-host, network-connection-service): New variables
6746 (network-connection-mode): New mode, derived from comint-mode
6747 (network-connection-mode-setup): New function, saves host and
6748 service information in local variables.
6749
6750 * lisp/locate.el:
6751 (locate-word-at-point): Added this function
6752 (locate): Default to using locate-word-at-point as input
6753 Run dired-mode-hook
6754
6755 2000-03-29 Dave Love <fx@gnu.org>
6756
6757 * calendar/appt.el: Doc fixes.
6758 (appt-check): Convert min-to-app to a string before passing to
6759 appt-disp-window-function or concat.
6760 (appt-delete-window): Remove test for frame-root-window.
6761 (appt-select-lowest-window, appt-convert-time): Simplify.
6762
6763 * emacs-lisp/bytecomp.el: Doc fixes.
6764 (byte-compile-file-form-autoload): Update
6765 byte-compile-function-environment.
6766
6767 2000-03-29 Andreas Schwab <schwab@suse.de>
6768
6769 * emacs-lisp/autoload.el: Also print defsubst doc string
6770 specially.
6771
6772 * dired.el (dired-insert-directory): If dired-free-space-program
6773 failed just delete its output.
6774
6775 2000-03-29 Dave Love <fx@gnu.org>
6776
6777 * international/iso-cvt.el: Move provide to end. Doc fixes.
6778 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
6779 (iso-iso2sgml, iso-sgml2iso): New functions.
6780 (iso-cvt-define-menu): Fix some entries and use backquote for
6781 clarity.
6782
6783 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
6784
6785 2000-03-28 Gerd Moellmann <gerd@gnu.org>
6786
6787 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
6788 ISO-DATE. If non-nil, return date in ISO 8601 format.
6789
6790 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
6791
6792 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
6793 if it ever becomes used.
6794 (log-edit-mode-hook): Default to vc-log-mode-hook.
6795 (log-edit-mode): Fix the docstring.
6796
6797 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
6798 the code.
6799
6800 2000-03-26 Dave Love <fx@gnu.org>
6801
6802 * net/browse-url.el (browse-url): Re-fix case of
6803 browse-url-browser-function being an alist.
6804 (browse-url): Add :link to defgroup.
6805
6806 * files.el: Doc fixes.
6807 (file-truename): Include `[' in wildcard characters.
6808 (automount-dir-prefix): Customize.
6809 (find-file-wildcards): Add :version.
6810 (find-file-noselect): Simplify a mapcar call.
6811
6812 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
6813 compatible with inf-lisp version.
6814 (eval-defun-1): Fix custom-declare-variable case.
6815
6816 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
6817
6818 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
6819
6820 2000-03-24 Gerd Moellmann <gerd@gnu.org>
6821
6822 * Makefile (COMPILE_FIRST): New macro.
6823 (compile-files): Compile files from COMPILE_FIRST first.
6824
6825 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
6826 code.
6827
6828 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
6829 matching open parenthesis in column 0 to defun-prompt-regexp
6830 only if open-paren-in-column-0-is-defun-start is set.
6831
6832 * sun-curs.el: Require CL at compile-time only.
6833
6834 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
6835 instead of copy-list which is a function from CL.
6836 (msb--choose-menu, msb--mode-menu-cond)
6837 (msb--create-buffer-menu-2): Use dolist instead of mapc.
6838 (msb--init-file-alist): Use mapcar instead of mapcan.
6839 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
6840 `(' in column 0 in doc string.
6841 (msb--add-separators): Use mapcar instead of mapcan.
6842
6843 * cus-dep.el: Require CL at compile-time only.
6844
6845 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
6846
6847 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
6848 (byte-compile-warnings): New warning `noruntime'.
6849 (byte-compile-constants, byte-compile-variables): Fix docstring.
6850 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
6851 execute `eval-whenc-compile's body.
6852 (byte-compile-unresolved-functions): Fix docstring.
6853 (byte-compile-eval): New function.
6854 (byte-compile-callargs-warn): Check if the function will be available
6855 at runtime (via property `byte-compile-noruntime').
6856 (byte-compile-print-syms): New function.
6857 (byte-compile-warn-about-unresolved-functions): Also warn about
6858 `noruntime' functions (and use `byte-compile-print-syms').
6859 (byte-compile-file): Capitalize the message.
6860
6861 2000-03-24 Gerd Moellmann <gerd@gnu.org>
6862
6863 * mail/rmail.el (rmail-confirm-expunge): New user-option.
6864 (rmail-expunge): Ask for confirmation depending on the setting
6865 of rmail-confirm-expunge.
6866
6867 2000-03-23 Gerd Moellmann <gerd@gnu.org>
6868
6869 * Makefile (bootstrap-clean): If $(emacs) exists, build
6870 loaddefs.el first. A loaddefs.el that's not up-to-date might
6871 cause a bootstrap failure because things don't autoload as
6872 expected.
6873
6874 2000-03-23 Dave Love <fx@gnu.org>
6875
6876 * net/browse-url.el: Restore previous use of
6877 browse-url-maybe-new-window.
6878
6879 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6880
6881 * ps-print.el: Skip banner page fix.
6882 (ps-print-version): New version number (5.1.2).
6883 (ps-begin-file, ps-end-file, ps-generate): Code fix.
6884
6885 2000-03-23 Dave Pearson <davep@davep.org>
6886
6887 * net/quickurl.el Changed the type of parameter passed to the
6888 function defined by `quickurl-format-function'. Before only the
6889 text of the URL was passed. Now the whole URL structure is passed
6890 and the function is responsible for extracting the parts it
6891 requires. Changed the default of `quickurl-format-function'
6892 accordingly.
6893 (quickurl-insert): Changed the `funcall' of
6894 `quickurl-format-function' to match the above change.
6895 (quickurl-list-insert): Changed the `url' case so that it makes
6896 use of `quickurl-format-function', previous to this the format was
6897 hard wired.
6898
6899 2000-03-22 Gerd Moellmann <gerd@gnu.org>
6900
6901 * startup.el: Change some spellings for the X Window System.
6902
6903 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
6904
6905 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
6906 up the code and the regexp and make sure the cursor is temporarily
6907 moved to the suspicious line while querying the user.
6908
6909 2000-03-22 Jason Rumney <jasonr@gnu.org>
6910
6911 * w32-fns.el (w32-charset-info-alist): Initialize.
6912
6913 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6914
6915 * ps-print.el: N-up last page fix.
6916 (ps-print-version): New version number (5.1.1).
6917 (ps-end-file, ps-end-job, ps-generate): Code fix.
6918
6919 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
6920
6921 * files.el (find-file-run-dired): Update docstring.
6922 (find-directory-functions): New hook.
6923 (find-file-noselect): Run find-directory-functions rather than
6924 calling dired directly.
6925
6926 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
6927
6928 * pcvs.el: Add a minimal leading commentary.
6929 (cvs-make-cvs-buffer): Change the header part by removing the startup
6930 message and adding a `Module' entry. Also replace the FOOTER and
6931 HEADER special fileinfos with the new support in ewoc for updating
6932 its own footer and header.
6933 (cvs-update-header): Update to use the header/footer of the ewoc.
6934 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
6935 (cvs-is-within-p): New function.
6936 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
6937 to only examine some subset of the buffers.
6938
6939 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
6940 `format' instead of our own ad-hoc functions.
6941 Remove HEADER and FOOTER cases, now handled in the EWOC.
6942 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
6943
6944 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
6945 output to avoid scaring the user.
6946 (cvs-parse-table): Catch message for non-up-to-date commits.
6947
6948 * pcvs-defs.el (cvs-startup-message): Remove.
6949 (cvs-global-menu): New autoloaded menu.
6950
6951 * pcvs-util.el (cvs-string-fill): Remove.
6952
6953 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
6954 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
6955 PP part of it and also make it work for footers and headers.
6956 (ewoc-create): Drop POS and BUFFER arguments.
6957 Use the DLL's dummy node to store the end-of-footer position.
6958 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
6959 (ewoc-refresh): Remove unused `header' variable.
6960 (ewoc-(get|set)-hf): New functions.
6961
6962 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
6963 log-view-*-(message|file) and use easy-mmode-define-navigation.
6964 (log-view-message-re): Match SCCS format as well.
6965 And match the revision line rather than the dashed separator line.
6966 (log-view-mode): Use the new define-derived-mode.
6967 (log-view-current-tag): Fill in with an actual implementation.
6968
6969 * cvs-status.el (cvs-status-(prev|next)): Rename from
6970 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
6971 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
6972 to let the output "breathe" a little more (more readable).
6973 (cvs-status-mode): Use the new define-derived-mode.
6974
6975 * smerge-mode.el (smerge-auto-leave): New function and variable.
6976 (smerge-basic-map): Rename from smerge-basic-keymap.
6977 Change the bindings for smerge-diff-*.
6978 (smerge-*-map): Use easy-mmode-defmap.
6979 (smerge-(next|prev)): Use easy-mmode-define-navigation.
6980 (smerge-keep-*): Use smerge-auto-leave.
6981
6982 2000-03-21 Jason Rumney <jasonr@gnu.org>
6983
6984 * cus-edit.el (custom-button-face): Use 3D look for w32.
6985 (custom-button-pressed-face): Likewise.
6986
6987 2000-03-21 Gerd Moellmann <gerd@gnu.org>
6988
6989 * progmodes/etags.el (tags-case-fold-search): New user-option.
6990 (tags-loop-eval): New function. Bind case-fold-search around eval
6991 depending on the value of tags-case-fold-search.
6992 (tags-loop-continue): Use tags-loop-eval.
6993 (find-tag-in-order): Bind case-fold-search depending on the value
6994 of tags-case-fold-search.
6995
6996 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
6997
6998 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
6999 (diff-end-of-hunk): Return the end position for use in
7000 `easy-mmode-define-navigation'.
7001 (diff-recenter): Remove.
7002 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
7003 of `easy-mmode-define-navigation'.
7004 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
7005 previous renaming) and fix to use new names.
7006 (diff-merge-strings): Use \n as separator: simpler, faster.
7007 (diff-mode): Use `define-derived-mode'.
7008
7009 * derived.el (define-derived-mode): Don't autoload anymore.
7010 Prefer the macro-only version provided by easy-mmode.el.
7011
7012 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
7013 `easy-mmode-define-derived-mode'.
7014 Use `combine-run-hooks'.
7015 (easy-mmode-define-navigation): New macro.
7016
7017 * subr.el (combine-run-hooks): New function.
7018
7019 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
7020
7021 * term/x-win.el: Fontsets related initialization is simplified.
7022
7023 * international/mule-diag.el (describe-font): Don't refer to
7024 global-fontset-alist, instead call font-list.
7025 (describe-fontset, list-fontsets, mule-diag): Likewise.
7026 (print-fontset): Adjusted for the change of fontset
7027 implementation.
7028
7029 * international/fontset.el (x-charset-registries): Variable
7030 removed, instead the corresponding data is stored in the default
7031 fontset.
7032 (register-alternate-fontnames): Function removed.
7033 (resolved-ascii-font): Variable removed.
7034 (x-compose-font-name): Ignore the second argument REDOCE.
7035 (x-complement-fontset-spec): Complement only an ASCII font and
7036 element for those charsets than can use that ASCII font.
7037 (generate-fontset-menu): Don't refer to global-fontset-alist,
7038 instead call fontset-list.
7039 (uninstantiated-fontset-alist): Variable removed.
7040 (x-style-funcs-alist): Likewise.
7041 (fontset-default-styles): Likewise.
7042 (x-modify-font-name): Function removed.
7043 (create-fontset-from-fontset-spec): Ignore the argument
7044 STYLE-VARIANT.
7045 (create-fontset-from-ascii-font): Docsting adjusted for the above
7046 change.
7047 (instantiate-fontset, resolve-fontset-name): Functions removed.
7048 (fontset-list): Now implemented by C code.
7049
7050 * faces.el (read-face-font): Fix TABLE arg to completing-read.
7051 (describe-face): Include `font' attribute in the description.
7052
7053 2000-03-21 Kenichi Handa <handa@etl.go.jp>
7054
7055 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
7056
7057 2000-03-20 Gerd Moellmann <gerd@gnu.org>
7058
7059 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
7060 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
7061 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
7062
7063 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
7064 about behavior of set-buffer-modified-p wrt redisplay.
7065
7066 2000-03-19 Richard M. Stallman <rms@gnu.org>
7067
7068 * view.el (view-mode-disable): Kill local binding of view-read-only.
7069
7070 2000-03-18 Gerd Moellmann <gerd@gnu.org>
7071
7072 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
7073 is a string, convert it to a syntax cell using string-to-syntax.
7074
7075 * simple.el (syntax-code-table, syntax-flag-table): New variables.
7076 (string-to-syntax): New function.
7077
7078 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
7079 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
7080 try to use passive ftp mode.
7081
7082 2000-03-17 Gerd Moellmann <gerd@gnu.org>
7083
7084 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
7085
7086 * simple.el (append-to-buffer): Update point of windows after
7087 insertion.
7088
7089 * abbrev.el (inverse-add-abbrev): Identify word by first moving
7090 forward then moving backward. Reindent.
7091
7092 * frame.el (other-frame): Call x-focus-frame only if
7093 focus-follows-mouse is off.
7094
7095 2000-03-17 Dave Love <fx@gnu.org>
7096
7097 * pcvs-util.el (cvs-strings->string): Rename
7098 replace-regexps-in-string.
7099
7100 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
7101
7102 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
7103 regexp for labels cannot span several lines.
7104
7105 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
7106 `(setq :<key> ':<key>)' to the macro expansion.
7107
7108 2000-03-16 Dave Love <fx@gnu.org>
7109
7110 * progmodes/f90.el (f90): Put custom group under `languages', not
7111 `fortran'.
7112 (f90-mode-hook): Customize.
7113 (f90-mode): Set add-log-current-defun-function.
7114 (f90-current-defun): New function.
7115
7116 2000-03-16 Gerd Moellmann <gerd@gnu.org>
7117
7118 * cus-edit.el (custom-variable-tag-face): Handle case that
7119 default face's height is not a number.
7120 (custom-face-tag-face, custom-group-tag-face-1)
7121 (custom-group-tag-face): Ditto.
7122 (custom-group-tag-face-1): Add :group.
7123
7124 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
7125
7126 2000-03-15 Gerd Moellmann <gerd@gnu.org>
7127
7128 * pcvs-defs.el (toplevel): Remove autoload cookie for form
7129 requiring easymenu.
7130
7131 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7132
7133 * ps-print.el: PostScript user-defined prologue, PostScript error
7134 handler, doc fix.
7135 (ps-print-version): New version number (5.1).
7136 (ps-user-defined-prologue, ps-error-handler-message)
7137 (ps-print-prologue-0, ps-error-handler-alist): New vars.
7138 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
7139 (ps-insert-string): New function.
7140
7141 2000-03-15 Kenichi Handa <handa@etl.go.jp>
7142
7143 * international/ccl.el (ccl-compile-expression): Don't generate
7144 invalid self-assignment code.
7145
7146 2000-03-14 Dave Love <fx@gnu.org>
7147
7148 * subr.el (replace-regexp-in-string): Renamed from
7149 replace-regexps-in-string. Doc fix.
7150
7151 2000-03-12 Dave Love <fx@gnu.org>
7152
7153 * cus-edit.el: Doc fixes.
7154 (customize-set-variable, customize-save-variable): Rename args for
7155 doc.
7156 (custom-variable-tag-face, custom-face-tag-face)
7157 (custom-group-tag-face-1, custom-group-tag-face): Modify from
7158 style which user identify as hyperlink.
7159 (hook): Don't add undefined functions to the hook.
7160 (debug-ignored-errors): Transfer message from bindings.el.
7161
7162 2000-03-12 Gerd Moellmann <gerd@gnu.org>
7163
7164 * recentf.el (recentf-keep-non-readable-files-p): Remove
7165 double/nested definition.
7166
7167 2000-03-12 Dave Love <fx@gnu.org>
7168
7169 * facemenu.el (facemenu-get-face): Use display-color-p.
7170 * enriched.el (enriched-decode-foreground): Likewise.
7171 (enriched-decode-background): Likewise.
7172 * isearch.el (isearch-highlight): Likewise.
7173 * info-look.el (info-lookup): Likewise.
7174 * simple.el (completion-setup-function): Likewise.
7175
7176 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
7177 :options.
7178
7179 * bindings.el (mode-line-format): Fix line-number and
7180 column-number items. Add help-echo for the background.
7181 (mode-line-mule-info): Modify help-echo.
7182
7183 * avoid.el (mouse-avoidance-mode): Add autoload cookie to
7184 defcustom.
7185
7186 * files.el (load-file): Allow completion to .elc.
7187
7188 * man.el: Doc fixes.
7189 (Man-init-defvars): Use display-color-p to set fontification.
7190
7191 * play/hanoi.el (hanoi-internal): Don't use oddp.
7192
7193 2000-03-12 Gerd Moellmann <gerd@gnu.org>
7194
7195 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
7196
7197 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
7198
7199 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
7200
7201 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
7202 Fix comment.
7203
7204 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
7205
7206 * font-lock.el (font-lock-keywords): Fix the doc now that
7207 regexp-opt-depth is unnecessary.
7208 (save-buffer-state): Set an edebug spec.
7209 (font-lock-fontify-anchored-keywords): Properly handle the case when
7210 the matcher goes past the limit.
7211
7212 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
7213 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
7214
7215 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
7216 dll.el and cookie.el (from Elib) with heavy renaming and other
7217 massaging.
7218
7219 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
7220 Autoload the functions used.
7221 (easy-mmode-define-syntax): Fix CL typo.
7222 (easy-mmode-define-derived-mode): Improve the docstring generation.
7223
7224 2000-03-10 Gerd Moellmann <gerd@gnu.org>
7225
7226 * textmodes/texinfo.el (texinfo-version): Variable and function
7227 removed.
7228
7229 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
7230
7231 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
7232 allow more flexibility.
7233 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
7234 fns.
7235 (easy-mmode-defmap, easy-mmode-defsyntax)
7236 (easy-mmode-define-derived-mode): New macros.
7237
7238 2000-03-09 Didier Verna <didier@xemacs.org>
7239
7240 * rect.el (replace-rectangle): New function.
7241
7242 2000-03-09 Dave Love <fx@gnu.org>
7243
7244 * progmodes/fortran.el (fortran-comment-line-start): Define as
7245 "C".
7246 (fortran-comment-line-start-skip): Don't match cpp stuff.
7247 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
7248 (fortran-mode-map): Remove over-eager custom-menu-create for now.
7249 (fortran-mode): Don't set fortran-comment-line-start-skip,
7250 fortran-comment-line-start here. Set comment-start,
7251 add-log-current-defun.
7252 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
7253 (fortran-current-defun): New function.
7254
7255 2000-03-09 Gerd Moellmann <gerd@gnu.org>
7256
7257 * emacs-lisp/re-builder.el: New file.
7258
7259 * mouse.el (mouse-drag-region): Don't run up-event handler
7260 if hscroll has changed.
7261
7262 * octave-mod.el (octave-font-lock-keywords): To font-lock the
7263 builtin operators, use `font-lock-builtin-face' for Emacs and
7264 `font-lock-preprocessor-face' otherwise.
7265
7266 * font-lock.el (lisp-font-lock-keywords-1): Highlight
7267 `(defun (setf foo)' differently.
7268
7269 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
7270
7271 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
7272 (regexp-opt): Update comment and adapt the code the new meaning of
7273 the `paren' argument of regex-opt-group for shy-groups.
7274 (regexp-opt-depth): Handle shy groups as well as backslashed
7275 backslashes.
7276 (regexp-opt-group): Turn the leading comment into a docstring.
7277 Allow `paren' to be a string (the string to use to open a group).
7278 Remove open-presuf and close-presuf. Instead of checking for `all
7279 one-char' and then later on check for `several one-char', handle
7280 both cases close together. Also apply a more generic algorithm
7281 for suffixes (the mirror image of the algorithm used for
7282 prefixes). Use shy-groups. Use nreverse rather than reverse.
7283 (regexp-opt-try-suffix): Removed.
7284
7285 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
7286 from comint-mode-map, so we can just inherit from it. Also, move
7287 the initialization into the `defvar' since there's no docstring
7288 anyway and it's fairly short.
7289 (inferior-scheme-mode): Define it as derived-mode: the code is
7290 shorter and this way we inherit from comint-mode-map rather than
7291 copying it.
7292
7293 * subr.el (replace-regexps-in-string): Properly handle the case
7294 where we match an empty string.
7295
7296 * comint.el (comint-exec-1): Add the current-dir to the exec-path
7297 when the command has a directory component (such as "./testml").
7298 Also fix a typo in the comment.
7299
7300 2000-03-08 Gerd Moellmann <gerd@gnu.org>
7301
7302 * Makefile (compile-files): Compile files one by one because
7303 that's the only way to ensure a clean compilation environment for
7304 each individual file.
7305
7306 * frame.el (other-frame): Call x-focus-frame.
7307
7308 2000-03-07 Dave Love <fx@gnu.org>
7309
7310 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
7311 :require to defcustom.
7312
7313 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
7314 lists.
7315
7316 * files.el (auto-mode-alist): Add configure.in.
7317
7318 * progmodes/autoconf.el: New file.
7319
7320 2000-03-07 Gerd Moellmann <gerd@gnu.org>
7321
7322 * mail/mh-e.el: Change maintainer to `none'.
7323
7324 * recentf.el (recentf-keep-non-readable-files-p): Quote args
7325 to remove-hook and add-hook.
7326
7327 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
7328
7329 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
7330 it as the default.
7331 (mail-send): Test mail-send-nonascii also for the new `mime' value.
7332 (sendmail-send-it): Conditionally add MIME headers specifying the
7333 used character set.
7334
7335 2000-03-07 Dave Love <fx@gnu.org>
7336
7337 * winner.el: Fix keywords, autoload cookies. Split
7338 eval-when-compile form to avoid compilation failure.
7339
7340 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
7341
7342 * international/mule.el: Modify comment about coding system
7343 property `coding-category'.
7344 (make-coding-system): New argument EOL-TYPE. Pay attention to
7345 coding-category property of PROPERTIES.
7346
7347 * international/mule-conf.el (coding-category-utf-8,
7348 coding-category-utf-16-be, coding-category-utf-16-le): New coding
7349 categories. Include them in the argument for set-coding-priority.
7350
7351 * international/mule-cmds.el (reset-language-environment): Include
7352 coding-category-utf-8, coding-category-utf-16-be, and
7353 coding-category-utf-16-le in the argument for set-coding-priority.
7354 (reset-language-environment): Initialize coding-category-utf-8,
7355 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
7356
7357 2000-03-06 Karl Fogel <kfogel@red-bean.com>
7358
7359 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
7360 code abstracted out of `bookmark-jump-noselect'. Now tries info
7361 extensions as well as compression extensions.
7362 (bookmark-jump-noselect): Use above new func.
7363
7364 2000-03-03 Gerd Moellmann <gerd@gnu.org>
7365
7366 * strokes.el: Change maintainer's mail address.
7367
7368 2000-03-03 Kenichi Handa <handa@etl.go.jp>
7369
7370 * international/mule-diag.el (list-character-sets): Make help-echo
7371 string by substitute-command-keys.
7372 (list-character-sets): Likewise.
7373 (sort-listed-character-sets): Call help-setup-xref.
7374
7375 2000-03-02 Gerd Moellmann <gerd@gnu.org>
7376
7377 * time.el (display-time-mail-file): Add `none' to the list of
7378 choices.
7379
7380 2000-03-01 Dave Love <fx@gnu.org>
7381
7382 * help.el (help-xref-go-back): Don't try to set position.
7383
7384 * international/mule-diag.el (list-character-sets): Call
7385 help-setup-xref. Add help-echo to xrefs.
7386 (list-character-sets-1): Add help-echo to xrefs.
7387
7388 2000-03-02 Gerd Moellmann <gerd@gnu.org>
7389
7390 * frame.el (blink-cursor-mode): Switch cursor on when turning
7391 the mode off.
7392
7393 * add-log.el (add-log-current-defun): Add support for
7394 Autoconf mode.
7395
7396 * mail/rmail.el (rmail-quit-hook): New variable.
7397
7398 2000-03-01 Dave Love <fx@gnu.org>
7399
7400 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
7401
7402 * help.el (help-xref-button): Add help-echo arg.
7403 (describe-function-1, describe-variable, help-make-xrefs): Use it.
7404
7405 * faces.el (list-faces-display): Supply help-echo with
7406 help-make-xrefs.
7407
7408 * facemenu.el (list-text-properties-at): Set help-xref-stack to
7409 nil.
7410
7411 2000-03-01 Gerd Moellmann <gerd@gnu.org>
7412
7413 * image.el (defimage): Look for image files in load-path.
7414
7415 * frame.el (busy-cursor-delay-seconds): Change type to
7416 `number'.
7417
7418 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
7419
7420 * recentf.el (recentf): Added version tag to the defgroup of
7421 recentf.
7422
7423 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
7424
7425 * recentf.el (recentf-cleanup): Changed to remove excluded file
7426 too.
7427 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
7428 action to select/unselect a file.
7429 (recentf-edit-list): Code cleanup and improvement.
7430 (recentf-open-more-files-action): `recentf-open-more-files' button
7431 widget action to open a file.
7432 (recentf-open-more-files): No more use standard completion but
7433 widgets.
7434 (recentf-more-collection): Deleted.
7435 (recentf-more-history): Deleted.
7436 (recentf-setup-more-completion): Deleted.
7437
7438 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
7439
7440 * recentf.el (recentf-mode): No more needs that Emacs is running
7441 under a window-system.
7442
7443 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
7444
7445 * recentf.el (recentf-edit-list): New command to edit the recent
7446 list which allow the user to remove files.
7447 (recentf-edit-selected-items): New global variable, used by
7448 `recentf-edit-list' to hold the list of files to be removed from
7449 the recent list.
7450 (recentf-make-menu-items): Updated to display a "Edit list..."
7451 menu item. Minor code cleanup.
7452
7453 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
7454
7455 * recentf.el (recentf-open-more-files): New command to open files
7456 that are not displayed in the menu.
7457 (recentf-more-collection): New global variable holding the set of
7458 permissible completions used by `recentf-open-more-files'.
7459 (recentf-more-history): New global variable holding the history list
7460 used by `recentf-open-more-files' completion.
7461 (recentf-setup-more-completion): New function to setup completion for
7462 `recentf-open-more-files'.
7463 (recentf-make-menu-items): Updated to display a "More..." menu item.
7464
7465 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
7466
7467 * recentf.el (recentf-menu-action): Doc fixed.
7468
7469 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
7470
7471 * recentf.el (recentf-menu-filter): Doc updated.
7472 (recentf-update-menu-hook): Allow menu filters to force menu update.
7473 (recentf-make-menu-items): New menu filter handling.
7474 (recentf-make-menu-item): New helper function.
7475 (recentf-menu-elements): New menu handling function.
7476 (recentf-sort-ascending): Updated to new menu filter handling.
7477 (recentf-sort-descending): Updated to new menu filter handling.
7478 (recentf-sort-basenames-ascending): New menu filter function.
7479 (recentf-sort-basenames-descending): New menu filter function.
7480 (recentf-show-basenames): New menu filter function.
7481 (recentf-show-basenames-ascending): New menu filter function.
7482 (recentf-show-basenames-descending): New menu filter function.
7483
7484 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7485
7486 * diary-lib.el (list-diary-entries): Don't try to go forward at
7487 the end of the buffer.
7488
7489 2000-02-29 Kenichi Handa <handa@etl.go.jp>
7490
7491 * international/mule-diag.el (list-character-sets): Completely
7492 rewritten.
7493 (sort-listed-character-sets): New function.
7494 (list-character-sets-1): Completely rewritten.
7495 (list-character-sets-2): New function.
7496 (non-iso-charset-alist): New variable.
7497 (decode-codepage-char): New function.
7498 (charset-history): New variable.
7499 (read-charset) (list-block-of-chars)
7500 (list-iso-charset-chars)
7501 (list-non-iso-charset-chars)
7502 (list-charset-chars): New functions.
7503 (mule-diag): Call list-character-sets-2, not
7504 list-character-sets-2.
7505 (dump-charsets): Likewise.
7506
7507 2000-02-29 Gerd Moellmann <gerd@gnu.org>
7508
7509 * dired-x.el (dired-filename-at-point): Add `@' to valid
7510 file name characters.
7511 (dired-filename-at-point): Handle ange-ftp file names.
7512
7513 * frame.el (frame-notice-user-settings): Use assq-delete-all
7514 instead of assoc-delete-all.
7515 (frame-notice-user-settings): Ditto.
7516
7517 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
7518 Don't copy alist.
7519
7520 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
7521
7522 * calculator.el (calculator-use-menu): New option.
7523 (calculator-initial-bindings): Changed some bindings to work as
7524 macros.
7525 (calculator-forced-input): Removed.
7526 (calculator-restart-other-mode): New variable.
7527 (calculator-mode-map): Set up menu.
7528
7529 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
7530
7531 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
7532 tags.
7533
7534 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
7535
7536 * viper-cmd.el (viper-envelop-ESC-key): added the option to
7537 translate all ESC key sequences.
7538 (viper-goto-mark-subr): restore markers for files for which
7539 they were saved.
7540 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
7541 * viper-util.el (viper-set-replace-overlay-glyphs,
7542 viper-set-replace-overlay): always check if the replacement
7543 overlay is live.
7544 * viper.el (viper-vi-state-mode-list): added major modes.
7545 * ediff-wind.el: minor comment changes.
7546 * ediff.el: copyright notice date fix.
7547
7548 2000-02-27 Jason Rumney <jasonr@gnu.org>
7549
7550 * faces.el (face-font-family-alternatives): Add arial to helv.
7551 (mode-line, header-line, tool-bar): Same default as x for w32.
7552 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
7553 face-font-family-alternatives from working.
7554 * term/w32-win.el (mouse-set-font): Do not build fontset from
7555 chosen font.
7556
7557 2000-02-25 Sam Steingold <sds@goems.com>
7558
7559 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
7560 properly.
7561
7562 2000-02-25 Richard M. Stallman <rms@gnu.org>
7563
7564 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
7565
7566 2000-02-25 Gerd Moellmann <gerd@gnu.org>
7567
7568 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
7569 writable.
7570
7571 * frame.el (busy-cursor-delay-seconds): New option.
7572
7573 2000-02-24 Gerd Moellmann <gerd@gnu.org>
7574
7575 * frame.el (show-cursor-in-non-selected-windows): New option.
7576
7577 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7578
7579 * diary-lib.el (include-other-diary-files): Undo the selective
7580 display in any included file and don't kill it.
7581
7582 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
7583
7584 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
7585 bar. Menu items converted to (menu-item format, help strings
7586 added.
7587 [downcase, upcase]: Don't enable on MS-DOS.
7588 [symlink, symlinks]: Don't show if make-symbolic-link is not
7589 bound.
7590 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
7591
7592 2000-02-23 Dave Love <fx@gnu.org>
7593
7594 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
7595 (backward-kill-word): Revert addition of * to interactive spec --
7596 it's a feature.
7597
7598 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
7599 (backward-kill-sentence, kill-sentence): Likewise.
7600
7601 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
7602 scratch buffer name.
7603 (gud-format-command): Use int-to-string in ?l case. Simplify
7604 slightly.
7605
7606 * term/w32-win.el (internal-face-interactive): Update prompt for
7607 new read-face-name.
7608
7609 * mail/footnote.el (footnote): Add :version to defgroup.
7610 (footnote-section-tag-regexp): Customize.
7611 (footnote-start-tag, footnote-end-tag): New option.
7612 (footnote-latin-regexp): New variable.
7613 (Footnote-latin): New function.
7614 (footnote-style-alist): Add element for latin style.
7615 (footnote-style): Moved.
7616 (Footnote-goto-footnote): Use eq to test arg.
7617
7618 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
7619
7620 * emacs-lisp/byte-opt.el: Change old backquote syntax.
7621 (byte-compile-trueconstp): Include keywords.
7622 (byte-optimize-quote, byte-optimize-lapcode): Use
7623 byte-compile-const-symbol-p.
7624 (byte-optimize-char-before): New optimization.
7625
7626 * emacs-lisp/bytecomp.el: Change old backquote syntax.
7627 (byte-compile-const-symbol-p): New function.
7628 (byte-compile-constp, byte-compile-out-toplevel)
7629 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
7630 Use it.
7631
7632 * subr.el (define-key-after): Default AFTER to t. Doc fix.
7633
7634 2000-02-23 Kenichi Handa <handa@etl.go.jp>
7635
7636 * international/encoded-kb.el: Be sure to update minor-mode-alist
7637 and minor-mode-map-alist.
7638 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
7639 codes SS2 and SS3 correctly.
7640 (encoded-kbd-self-insert-ccl): New function.
7641 (encoded-kbd-setup-keymap): New function.
7642 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
7643 by calling encoded-kbd-setup-keymap.
7644
7645 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
7646 characters.
7647 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
7648 locally.
7649
7650 2000-02-22 Dave Love <fx@gnu.org>
7651
7652 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
7653 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
7654 defvar.
7655 (lisp-mode-syntax-table): Set up for #|...|# comments.
7656 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
7657 classes. Match `defface'.
7658 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
7659 (eval-defun-1): Fix for defcustom.
7660 (lisp-indent-region): Doc fix.
7661
7662 * subr.el (when, unless, split-string): Doc fix.
7663 (read-passwd): Move call of clear-this-command-keys to the right
7664 place.
7665 (replace-regexps-in-string): New function.
7666
7667 2000-02-22 Gerd Moellmann <gerd@gnu.org>
7668
7669 * help.el (describe-variable): Set syntax table to
7670 emacs-lisp-mode-syntax-table when moving forward over the
7671 symbol's name.
7672
7673 2000-02-22 Dave Love <fx@gnu.org>
7674
7675 * xt-mouse.el: Doc fixes.
7676 (xterm-mouse-position-function): New function, replacing advice of
7677 mouse-position.
7678 (xterm-mouse-mode): Use it. Don't turn on under a window system.
7679
7680 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
7681
7682 2000-02-21 Gerd Moellmann <gerd@gnu.org>
7683
7684 * format.el (format-annotate-single-property-change): Handle
7685 properties.with dotted-list values.
7686 (format-proper-list-p): New function.
7687
7688 * enriched.el (enriched-face-ans): Handle '(foreground-color
7689 . COLOR) and (background-color . COLOR).
7690
7691 2000-02-20 Dave Love <fx@gnu.org>
7692
7693 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
7694 and assignments to it.
7695 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
7696 current local map.
7697 (make-flyspell-overlay): Use it.
7698 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
7699
7700 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
7701 (lm-get-header-re): Defun, not defsubst.
7702 (lm-get-package-name): Defun, not defsubst. Simplify.
7703 (lm-version): Doc fix. Simplify.
7704 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
7705 (lm-crack-address, lm-last-modified-date, lm-commentary)
7706 (lm-verify, lm-synopsis): Simplify.
7707 (lm-report-bug): Require emacsbug. Use compose-mail.
7708
7709 2000-02-20 Gerd Moellmann <gerd@gnu.org>
7710
7711 * dired.el (dired-mode): Call propertized-buffer-identification
7712 to set mode-line-buffer-identification to something having
7713 the right text properties.
7714
7715 * bindings.el (propertized-buffer-identification): New function.
7716
7717 2000-02-20 Dave Love <fx@gnu.org>
7718
7719 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
7720 check for t-mouse too.
7721
7722 * cus-start.el: Make echo-keystrokes `number'.
7723
7724 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
7725
7726 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
7727 Don't call ring-empty-p unless tags-location-ring is bound.
7728 From Noah Friedman <friedman@splode.com>.
7729
7730 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
7731
7732 * progmodes/hideshow.el (hs-flag-region): No longer use
7733 `intangible' overlay property.
7734
7735 (hs-toggle-hiding): New command.
7736 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
7737
7738 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
7739 Fix omission bug: Run `hs-minor-mode-hook' for both activation
7740 and deactivation.
7741
7742 2000-02-18 Gerd Moellmann <gerd@gnu.org>
7743
7744 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
7745
7746 2000-02-17 Gerd Moellmann <gerd@gnu.org>
7747
7748 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
7749
7750 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
7751 of `*' to handle `(* ... *)' comments.
7752
7753 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
7754
7755 * faces.el (list-faces-display): Use display-mouse-p instead of
7756 window-system.
7757
7758 * menu-bar.el (global-map): Menu-bar items converted to the new
7759 format (menu-item..., rearranged for better CUA compliance, and
7760 their names changed for better clarity. Help strings added.
7761
7762 * international/mule-cmds.el (mule-menu-keymap)
7763 (describe-language-environment-map, set-coding-system-map)
7764 (setup-language-environment-map): Convert to new (menu-item...
7765 form, add help strings. Change names of menu items for better
7766 clarity. "Mule" menu-bar item removed (it's now in the "Options"
7767 submenu).
7768
7769 2000-02-17 Gerd Moellmann <gerd@gnu.org>
7770
7771 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
7772 within the code.
7773
7774 2000-02-16 Dave Love <fx@gnu.org>
7775
7776 * faces.el: Don't require custom. Add more specific :groups to
7777 various deffaces.
7778 (set-face-attribute): Purecopy args.
7779 (read-face-name): Default to name at point and use it in prompt.
7780 Remove colon from arg in all callers.
7781 (list-faces-display): Hyperlink to face descriptions and customize
7782 buffers.
7783
7784 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
7785
7786 * wid-edit.el (widget-match-inline): An atom never matches a
7787 list.
7788
7789 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
7790
7791 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
7792 at ':' characters by call to split-string.
7793
7794 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
7795
7796 * textmodes/bibtex.el: Added RCS version identification.
7797
7798 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
7799
7800 * textmodes/bibtex.el: Some temporary comments removed.
7801 (bibtex-field-name, bibtex-entry-type): Made the relationship
7802 explicit.
7803 (bibtex-field-const): Allow capital letters.
7804 (bibtex-start-of-string): Deleted because unused.
7805
7806 * textmodes/bibtex.el: Unified some nomenclature. We no longer
7807 use the term 'reference' to describe a bibtex entry as a whole.
7808 Further, reference keys are no longer called 'labels'.
7809 (bibtex-keys): Renamed to bibtex-reference-keys.
7810 (bibtex-reformat-previous-labels): Renamed to
7811 bibtex-reformat-previous-reference-keys.
7812 (bibtex-reference-type): Renamed to bibtex-entry-type.
7813 (bibtex-reference-head): Renamed to bibtex-entry-head.
7814 (bibtex-reference-maybe-empty-head): Renamed to
7815 bibtex-entry-maybe-empty-head.
7816 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
7817 (bibtex-search-reference): Renamed to bibtex-search-entry.
7818 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
7819 bibtex-enclosing-entry-maybe-empty-head.
7820 (bibtex-entry-field-alist, bibtex-entry-head,
7821 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
7822 bibtex-map-entries, bibtex-search-entry,
7823 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
7824 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
7825 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
7826 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
7827 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
7828 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
7829 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
7830
7831 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
7832
7833 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
7834 comment.
7835 (bibtex-format-field-delimiters): New function, functionality
7836 extracted from bibtex-format-entry.
7837 (bibtex-autokey-get-yearfield-digits): New function, functionality
7838 extracted from bibtex-autokey-get-yearfield.
7839
7840 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
7841 entries in order to avoid stack overflow in the regexp matcher if
7842 field contents become large.
7843 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
7844 bibtex-field-string-part-not-braced,
7845 bibtex-field-string-part-no-inner-braces,
7846 bibtex-field-string-part-1-inner-brace,
7847 bibtex-field-string-part-2-inner-braces,
7848 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
7849 bibtex-field-string-quoted, bibtex-field-string,
7850 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
7851 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
7852 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
7853 as parsing is now performed by the following functions.
7854 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
7855 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
7856 bibtex-parse-field-string, bibtex-search-forward-field-string,
7857 bibtex-parse-association, bibtex-field-name-for-parsing,
7858 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
7859 bibtex-search-forward-field, bibtex-search-backward-field,
7860 bibtex-start-of-field, bibtex-end-of-field,
7861 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
7862 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
7863 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
7864 bibtex-parse-string, bibtex-search-forward-string,
7865 bibtex-search-backward-string, bibtex-start-of-string,
7866 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
7867 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
7868 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
7869 entries. Instead of reporting the results of the parsing by
7870 match-beginning or match-end, these functions return data structures
7871 that hold the corresponding positions.
7872 (bibtex-enclosing-field): Changed to also report field boundaries by
7873 return values rather than by match-beginning or match-end. The
7874 following functions have been adapted to use the new parsing
7875 functions.
7876 (bibtex-skip-to-valid-entry, bibtex-search-reference,
7877 bibtex-enclosing-field, bibtex-format-entry,
7878 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
7879 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
7880 bibtex-print-help-message, bibtex-end-of-entry,
7881 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
7882 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
7883 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
7884 method for parsing.
7885 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
7886 bibtex-map-entries, bibtex-flash-head,
7887 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
7888 bibtex-autokey-change, bibtex-autokey-get-namefield,
7889 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
7890 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
7891 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
7892 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
7893 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
7894 order to make the new binding of case-fold-search immediately
7895 visible.
7896
7897 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
7898
7899 * textmodes/bibtex.el: Copyright notice is up to date.
7900 Added constant 'bibtex-maintainer-salutation.
7901
7902 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
7903 than make-temp-name, use match-string-no-properties and eliminate
7904 a quadratic behavior when building bibtex-strings.
7905
7906 * bibtex.el (bibtex-reference-key): Accept string entries whose
7907 reference key contains upper case letters.
7908
7909 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
7910
7911 * bibtex.el (bibtex-reference-head): Allow entries to start with
7912 a new line.
7913
7914 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
7915
7916 * bibtex.el: Hiding of entry bodies is not longer provided by
7917 bibtex.el directly. Instead the hideshow package can be used.
7918 Added a special bibtex entry to hs-special-modes-alist.
7919 (bibtex-hs-forward-sexp): Added for hideshow.el.
7920
7921 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
7922
7923 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
7924 at ':' characters by call to split-string.
7925
7926 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
7927
7928 * textmodes/bibtex.el: Added RCS version identification.
7929
7930 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
7931
7932 * textmodes/bibtex.el: Some temporary comments removed.
7933 (bibtex-field-name, bibtex-entry-type): Made the relationship
7934 explicit.
7935 (bibtex-field-const): Allow capital letters.
7936 (bibtex-start-of-string): Deleted because unused.
7937
7938 * textmodes/bibtex.el: Unified some nomenclature. We no longer
7939 use the term 'reference' to describe a bibtex entry as a whole.
7940 Further, reference keys are no longer called 'labels'.
7941 (bibtex-keys): Renamed to bibtex-reference-keys.
7942 (bibtex-reformat-previous-labels): Renamed to
7943 bibtex-reformat-previous-reference-keys.
7944 (bibtex-reference-type): Renamed to bibtex-entry-type.
7945 (bibtex-reference-head): Renamed to bibtex-entry-head.
7946 (bibtex-reference-maybe-empty-head): Renamed to
7947 bibtex-entry-maybe-empty-head.
7948 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
7949 (bibtex-search-reference): Renamed to bibtex-search-entry.
7950 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
7951 bibtex-enclosing-entry-maybe-empty-head.
7952 (bibtex-entry-field-alist, bibtex-entry-head,
7953 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
7954 bibtex-map-entries, bibtex-search-entry,
7955 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
7956 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
7957 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
7958 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
7959 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
7960 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
7961 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
7962
7963 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
7964
7965 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
7966 comment.
7967 (bibtex-format-field-delimiters): New function, functionality
7968 extracted from bibtex-format-entry.
7969 (bibtex-autokey-get-yearfield-digits): New function, functionality
7970 extracted from bibtex-autokey-get-yearfield.
7971
7972 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
7973 entries in order to avoid stack overflow in the regexp matcher if
7974 field contents become large.
7975 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
7976 bibtex-field-string-part-not-braced,
7977 bibtex-field-string-part-no-inner-braces,
7978 bibtex-field-string-part-1-inner-brace,
7979 bibtex-field-string-part-2-inner-braces,
7980 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
7981 bibtex-field-string-quoted, bibtex-field-string,
7982 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
7983 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
7984 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
7985 as parsing is now performed by the following functions.
7986 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
7987 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
7988 bibtex-parse-field-string, bibtex-search-forward-field-string,
7989 bibtex-parse-association, bibtex-field-name-for-parsing,
7990 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
7991 bibtex-search-forward-field, bibtex-search-backward-field,
7992 bibtex-start-of-field, bibtex-end-of-field,
7993 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
7994 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
7995 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
7996 bibtex-parse-string, bibtex-search-forward-string,
7997 bibtex-search-backward-string, bibtex-start-of-string,
7998 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
7999 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
8000 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
8001 entries. Instead of reporting the results of the parsing by
8002 match-beginning or match-end, these functions return data structures
8003 that hold the corresponding positions.
8004 (bibtex-enclosing-field): Changed to also report field boundaries by
8005 return values rather than by match-beginning or match-end. The
8006 following functions have been adapted to use the new parsing
8007 functions.
8008 (bibtex-skip-to-valid-entry, bibtex-search-reference,
8009 bibtex-enclosing-field, bibtex-format-entry,
8010 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
8011 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
8012 bibtex-print-help-message, bibtex-end-of-entry,
8013 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
8014 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
8015 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
8016 method for parsing.
8017 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
8018 bibtex-map-entries, bibtex-flash-head,
8019 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
8020 bibtex-autokey-change, bibtex-autokey-get-namefield,
8021 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
8022 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
8023 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
8024 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
8025 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
8026 order to make the new binding of case-fold-search immediately
8027 visible.
8028
8029 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
8030
8031 * textmodes/bibtex.el: Copyright notice is up to date.
8032 Added constant 'bibtex-maintainer-salutation.
8033
8034 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
8035 than make-temp-name, use match-string-no-properties and eliminate
8036 a quadratic behavior when building bibtex-strings.
8037
8038 * bibtex.el (bibtex-reference-key): Accept string entries whose
8039 reference key contains upper case letters.
8040
8041 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
8042
8043 * bibtex.el (bibtex-reference-head): Allow entries to start with
8044 a new line.
8045
8046 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
8047
8048 * bibtex.el: Hiding of entry bodies is not longer provided by
8049 bibtex.el directly. Instead the hideshow package can be used.
8050 Added a special bibtex entry to hs-special-modes-alist.
8051 (bibtex-hs-forward-sexp): Added for hideshow.el.
8052
8053 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
8054
8055 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
8056 proceedings entry type (for cross referencing). Thanks to Wagner
8057 Toledo Correa for the suggestion.
8058
8059 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
8060
8061 2000-02-14 Kenichi Handa <handa@etl.go.jp>
8062
8063 * international/characters.el: Setup case table for Vietnamese.
8064
8065 2000-02-12 Gerd Moellmann <gerd@gnu.org>
8066
8067 * uniquify.el (toplevel): Require CL at compile time.
8068 (uniquify-push): Removed.
8069
8070 * shadowfile.el (shadow-when): Removed.
8071
8072 * tempo.el (tempo-dolist, tempo-mapc): Removed.
8073 (tempo-process-and-insert-string): Use dolist instead of
8074 tempo-dolist.
8075
8076 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
8077 regexp for paragraph-start.
8078
8079 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
8080 commas as well.
8081
8082 2000-02-10 Dave Love <fx@gnu.org>
8083
8084 * wid-edit.el: (widgets) [defgroup]: Remove url link.
8085 (widget-color-choice-list, widget-color-history, widget-mouse-help):
8086 Deleted.
8087 (widget-specify-field, widget-specify-button): Don't use
8088 widget-mouse-help as help-echo property.
8089 (default): Use #'ignore for :validate and :mouse-down-action.
8090 (checkbox): Add help-echo.
8091 (widget-sexp-validate): Rewritten to clarify error messages.
8092 (character): Use char-valid-p in :match function.
8093 (widget-color-complete): Use facemenu-color-alist.
8094 (widget-color-action): Use facemenu-read-color.
8095
8096 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
8097 set up `caar' &c that we now have.
8098
8099 2000-02-09 Ray Blaak <blaak@gnu.org>
8100
8101 * delphi.el: Make resourcestring a declaration region, like const
8102 and var.
8103
8104 2000-02-09 Dave Love <fx@gnu.org>
8105
8106 * bindings.el (mode-line-input-method-map): New variable.
8107 (mode-line-mule-info): Use it; fix last change.
8108 (mode-line-mode-menu): Move definition.
8109 (mode-line-mouse-sensitive-p): Deleted.
8110 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
8111 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
8112 level.
8113
8114 * startup.el (command-line-1): Don't call
8115 make-mode-line-mouse-sensitive.
8116
8117 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
8118
8119 * mail/rmail.el (rmail-retry-failure): Use
8120 rmail-beginning-of-message before rmail-toggle-header, because the
8121 former toggles headers.
8122
8123 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
8124
8125 * diff-mode.el (diff-kill-junk): New interactive function.
8126 (diff-reverse-direction): Use delete-and-extract-region.
8127 (diff-post-command-hook): Restrict the area so that the hook also works
8128 outside of any diff hunk. This is necessary for the minor-mode.
8129 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
8130 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
8131
8132 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
8133 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
8134 so that it can be used more easily in <foo>-mode-hook. Also make sure
8135 to avoid duplicate entries.
8136 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
8137 (font-lock-remove-keywords): Just as was done for `add', allow it to
8138 work even if font-lock-mode is nil. Also make sure we don't modify
8139 any pre-existing list by forcing a copy-sequence. Finally rename
8140 `major-mode' to `mode'.
8141 (font-lock-fontify-syntactic-anchored-keywords)
8142 (font-lock-fontify-anchored-keywords)
8143 (font-lock-fontify-keywords-region): Use line-end-position.
8144 Don't make `font-lock-multiline' local (it's now done in
8145 font-lock-set-defaults).
8146 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
8147 move the `font-lock-fontified' creation to inside the `unless'.
8148
8149 2000-02-06 Andrew Innes <andrewi@gnu.org>
8150
8151 * term/w32-win.el (x-handle-args): Comment out call to message,
8152 which occurs before window system is initialized.
8153
8154 * makefile.nt: Add support for recompiling lisp code.
8155
8156 2000-02-04 Dave Love <fx@gnu.org>
8157
8158 * bindings.el (mode-line-mule-info): Fix/extend last change.
8159
8160 * completion.el: Replace completion-dolist with dolist.
8161
8162 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
8163 dotimes.
8164
8165 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
8166
8167 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
8168 environment names before they go into the section regexp.
8169
8170 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
8171 char class in regexp.
8172
8173 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
8174 `case-fold-search' to nil.
8175
8176 * progmodes/idlwave.el (idlwave-template): Respect
8177 `idlwave-abbrev-change-case'.
8178 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
8179 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
8180 idlwave-while): respect `idlwave-reserved-word-upcase'.
8181 (idlwave-rw-case): New function.
8182 (idlwave-statement-match): Fixed problem with assignment regexp.
8183 (idlwave-font-lock-keywords): Improved regexp for keyword
8184 parameters.
8185 (idlwave-surround): New argument LENGTH to support padding of
8186 operators longer than 1 char.
8187
8188 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
8189 idlwave-shell-expression-overlay. Implemented printing of
8190 expressions on higher levels of the calling stack.
8191 (idlwave-shell-display-level-in-calling-stack): Restore stack
8192 level.
8193 (idlwave-retrieve-expression-from-level): New function.
8194 (idlwave-shell-last-calling-stack): Variable removed.
8195 (idlwave-shell-reset): Argument action reversed (`visible' to
8196 `hidden'). Also remove stop-line overlay.
8197 (idlwave-shell-calling-stack-routine): New variable.
8198 (idlwave-shell-parse-stack-and-display): Messages now display
8199 negative level numbers.
8200 (idlwave-shell-mode): Set `modeline-format'.
8201 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
8202 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
8203 21.
8204 (idlwave-shell-print-expression-function): New option.
8205
8206 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
8207 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
8208 `tool-bar' instead of `toolbar'.
8209
8210 2000-02-02 Dave Love <fx@gnu.org>
8211
8212 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
8213 emacs-lisp-mode-hook. Don't check for defalias being defined.
8214
8215 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
8216 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
8217 the new builtins directly.
8218
8219 * whitespace.el (whitespace): Add :version to defgroup.
8220
8221 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
8222 Doc fix.
8223
8224 * thingatpt.el (sexp-at-point, symbol-at-point)
8225 (number-at-point, list-at-point): Add autoload cookie.
8226
8227 * recentf.el (recentf): Add :version to defgroup.
8228
8229 * quickurl.el (quickurl): Add :version to defgroup.
8230
8231 * elide-head.el (elide-head): Use point-marker more.
8232
8233 * bs.el (bs): Add :version to defgroup.
8234
8235 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
8236
8237 * progmodes/delphi.el (delphi): Add :version to defgroup.
8238
8239 2000-02-02 Gerd Moellmann <gerd@gnu.org>
8240
8241 * ange-ftp.el (ange-ftp-write-region): Handle case that
8242 succeeding process operation sets a different coding system.
8243
8244 * calculator.el: New file.
8245
8246 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
8247
8248 * frame.el (frames-on-display-list, framep-on-display): New
8249 functions.
8250 (display-mouse-p, display-popup-menus-p, display-graphic-p)
8251 (display-selections-p, display-screens, display-pixel-width)
8252 (display-pixel-height, display-mm-width, display-mm-height)
8253 (display-backing-store, display-save-under, display-planes)
8254 (display-color-cells, display-visual-class): New functions.
8255
8256 * term/tty-colors.el (tty-color-gray-shades): New function.
8257
8258 * faces.el (display-color-p): Use framep-on-display.
8259 (display-grayscale-p): New function.
8260
8261 2000-01-31 Dave Love <fx@gnu.org>
8262
8263 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
8264 (create-fontset-from-x-resource): Don't concat integers.
8265
8266 2000-01-31 Inge Frick <inge@nada.kth.se>
8267
8268 * view.el: Some changes in documentation. Removed some trailing
8269 whitespace. Changed some parameter names to agree with
8270 documentation.
8271 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
8272 window is not deleted. Modifies change 1998-04-26.
8273
8274 2000-01-31 Gerd Moellmann <gerd@gnu.org>
8275
8276 * windmove.el: New file.
8277
8278 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
8279 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
8280 progmodes/ebnf-yac.el: Update copyright and license info.
8281
8282 * jit-lock.el (jit-lock-function): Widen before calculating end
8283 position.
8284 (jit-lock-stealth-chunk-start): Rewritten.
8285
8286 * info.el (Info-title-face-alist): Removed.
8287 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
8288 faces.
8289 (Info-fontify-node): Use these faces.
8290
8291 2000-01-30 Gerd Moellmann <gerd@gnu.org>
8292
8293 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
8294 (cl-macro-list1): Recognize `&allow-other-keys' instead of
8295 `&allow-other-keywords'.
8296
8297 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
8298 the list of directories scanned heuristically.
8299
8300 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
8301 exist.
8302
8303 2000-01-30 Jason Rumney <jasonr@gnu.org>
8304
8305 * w32-fns.el: Define w32-tty-standard-colors.
8306
8307 * startup.el (command-line): Use w32-tty-standard-colors when in
8308 w32 console mode.
8309
8310 2000-01-30 Dave Love <fx@gnu.org>
8311
8312 * jka-compr.el (jka-compr-load): Fix up load-history.
8313
8314 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
8315
8316 * emacs-lisp/cl-macs.el: Revert previous change.
8317
8318 2000-01-29 Dave Love <fx@gnu.org>
8319
8320 * facemenu.el: Purecopy various strings.
8321
8322 * timezone.el (timezone-fix-time): Window against 69 for two-digit
8323 years. Deal with three-digit years.
8324
8325 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
8326 defconst, purecopy.
8327 (help-back-label): Purecopy it.
8328
8329 2000-01-18 Gerd Moellmann <gerd@gnu.org>
8330
8331 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
8332 variable. If non-nil, order the buffer list according to the
8333 currently selected frame.
8334 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
8335 non-nil, pass the selected frame to function buffer-list.
8336
8337 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8338
8339 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
8340
8341 2000-01-28 Dave Love <fx@gnu.org>
8342
8343 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
8344
8345 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
8346 Don't use lisp-indent-hook property.
8347 (cl-abs): Remove.
8348
8349 * subr.el: Move out indent and edebug specs for when and unless.
8350
8351 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
8352 when, unless.
8353
8354 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
8355 unless, when.
8356
8357 2000-01-28 Gerd Moellmann <gerd@gnu.org>
8358
8359 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
8360 `collecting' as synonym for `collect'.
8361
8362 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
8363 for the case it contains spaces.
8364
8365 * simple.el (what-cursor-position): Change formatting of
8366 messages.
8367
8368 * frame.el (delete-other-frames): New function.
8369 (toplevel): Bind it to C-x 5 1.
8370
8371 * sort.el (sort-numeric-base): New option.
8372 (sort-numeric-fields): If number starts with `0' or `0[xX[',
8373 interpret it as octal or hexadecimal. Use sort-numeric-base
8374 as default base.
8375
8376 * progmodes/glasses.el: New file.
8377
8378 2000-01-27 Gerd Moellmann <gerd@gnu.org>
8379
8380 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
8381 userids differently.
8382
8383 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
8384 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
8385 progmodes/ebnf-yac.el: New files.
8386
8387 2000-01-26 Dave Love <fx@gnu.org>
8388
8389 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
8390 on a function with an empty body. [From Eric Ludlam.]
8391
8392 2000-01-25 Andre Spiegel <spiegel@gnu.org>
8393
8394 * vc.el (vc-version-diff): Make sure file name is expanded.
8395
8396 2000-01-25 Gerd Moellmann <gerd@gnu.org>
8397
8398 * scroll-bar.el (scroll-bar-timer): Variable removed.
8399 (scroll-bar-toolkit-scroll): Don't use a timer.
8400
8401 2000-01-25 Kenichi Handa <handa@etl.go.jp>
8402
8403 * language/thai-util.el (thai-composition-function): Delete
8404 superfluous `a'.
8405
8406 2000-01-24 Dave Love <fx@gnu.org>
8407
8408 * fortran.el (fortran-mode): Use beginning-of-defun-function,
8409 end-of-defun-function.
8410
8411 * font-lock.el (turn-on-font-lock): Don't depend on window-system
8412 &c.
8413
8414 2000-01-22 Jason Rumney <jasonr@gnu.org>
8415
8416 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
8417 conflicts with new face support.
8418
8419 2000-01-22 Richard M. Stallman <rms@gnu.org>
8420
8421 * replace.el (query-replace): Rename last arg to DELIMITED.
8422 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
8423 (query-replace-regexp): Likewise.
8424
8425 2000-01-20 Richard M. Stallman <rms@gnu.org>
8426
8427 * subr.el (with-syntax-table): Use make-symbol, not gensym.
8428
8429 * emacs-lisp/lisp.el (beginning-of-defun-function):
8430 Variable renamed from beginning-of-defun.
8431 Do not call make-variable-buffer-local.
8432 (beginning-of-defun-raw): Use new variable name; doc fix.
8433 (beginning-of-defun): Doc fix.
8434 (end-of-defun-function): Variable renamed from end-of-defun.
8435 Do not call make-variable-buffer-local.
8436 (end-of-defun): Use new variable name; doc fix.
8437
8438 * subr.el (dolist, dotimes): Copied from cl-macs.el
8439 and made to work.
8440
8441 * mail/undigest.el (rmail-digest-end-regexps):
8442 Variable replaces rmail-digest-end-regexp.
8443 Allows multiple regexps for detecting the end line.
8444 (undigestify-rmail-message): Corresponding changes.
8445
8446 2000-01-19 Dave Love <fx@gnu.org>
8447
8448 * files.el (user-init-file): Don't declare here -- is primitive.
8449
8450 * startup.el (command-line): Check for compiled user-init-file and
8451 set to uncompiled version if necessary.
8452
8453 2000-01-18 Gerd Moellmann <gerd@gnu.org>
8454
8455 * mail/undigest.el (rmail-digest-end-regexp): New user option.
8456 (undigestify-rmail-message): Use it.
8457
8458 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
8459
8460 2000-01-17 Gerd Moellmann <gerd@gnu.org>
8461
8462 * tmm.el (tmm-goto-completions): Adapt to prompt being part
8463 of mini-buffer.
8464
8465 2000-01-14 Gerd Moellmann <gerd@gnu.org>
8466
8467 * emacs-lisp/copyright.el (copyright-update): Removed the
8468 requirement for a trailing space from `copyright-regexp', to
8469 support copyrights with owner specified on a separate line..
8470
8471 * align.el: New file.
8472
8473 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
8474
8475 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
8476
8477 2000-01-13 Dave Love <fx@gnu.org>
8478
8479 * ph.el: Removed. (Obsoleted by EUDC.)
8480
8481 2000-01-13 Gerd Moellmann <gerd@gnu.org>
8482
8483 * net/eudc.el (toplevel): Remove autoloaded code installing
8484 menu with easymenu, because that causes build problems.
8485
8486 * frame.el (frame-notice-user-settings): New variable.
8487 (frame-notice-user-settings): Don't modify frame parameters
8488 if called a second time.
8489
8490 2000-01-13 Richard M. Stallman <rms@gnu.org>
8491
8492 * frame.el (frame-notice-user-settings):
8493 Notice default-frame-parameters even for non-window frames.
8494
8495 2000-01-13 Gerd Moellmann <gerd@gnu.org>
8496
8497 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
8498 for Emacs.
8499 (eudc-bob-can-display-inline-images): Extend for Emacs.
8500 (eudc-bob-toggle-inline-display): Ditto.
8501 (eudc-bob-display-jpeg): Ditto.
8502
8503 2000-01-12 Gerd Moellmann <gerd@gnu.org>
8504
8505 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
8506 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
8507 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
8508
8509 * add-log.el (add-change-log-entry): Fix error trying an `(insert
8510 nil)'.
8511
8512 * subdirs.el: Add `net' directory.
8513
8514 * net: New directory.
8515
8516 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
8517 eval-last-sexp. Don't bind debug-on-error here.
8518 (eval-last-sexp): New function. Bind debug-on-error if
8519 eval-expression-debug-on-error is non-nil.
8520 (eval-defun-2, eval-defun): Likewise.
8521
8522 * simple.el (eval-expression): Don't bind debug-on-error if
8523 eval-expression-debug-on-error is nil. Detect changed
8524 debug-on-error, and propagate new value to global binding, if
8525 eval-expression-debug-on-error is non-nil,
8526 (eval-expression-debug-on-error): Change doc string.
8527
8528 2000-01-11 Richard M. Stallman <rms@gnu.org>
8529
8530 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
8531
8532 * emacs-lisp/lisp-mode.el (with-syntax-table):
8533 Set up lisp-indent-function property.
8534
8535 * subr.el (with-syntax-table): Moved from simple.el.
8536
8537 * simple.el (with-syntax-table): Moved to subr.el.
8538
8539 2000-01-11 Gerd Moellmann <gerd@gnu.org>
8540
8541 * tmm.el (tmm-shortcut): Delete region after prompt instead
8542 of erasing buffer.
8543
8544 * textmodes/fill.el (fill-common-string-prefix): New function.
8545 (fill-context-prefix): Use the longest common prefix of first
8546 and second line fill prefix, if there is one.
8547
8548 2000-01-11 Richard M. Stallman <rms@gnu.org>
8549
8550 * array.el (array-mode): Don't use make-variable-buffer-local.
8551 Use make-local-variable for `truncate-lines'.
8552
8553 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
8554
8555 * add-log.el (add-log-current-defun): Handle user-defined
8556 add-log-current-function returning nil,
8557
8558 * add-log.el (add-change-log-entry): Insert version number
8559 if having found a current function
8560
8561 * add-log.el (add-log-current-defun): Call
8562 `add-log-current-defun-function'. Try matches at level 0 and
8563 level 1. Strip whitespace from defun found.
8564
8565 2000-01-10 John Wiegley <johnw@gnu.org>
8566
8567 * allout.el (isearch-done/outline-provisions): Added `edit'
8568 argument to correspond with the current definition of
8569 `isearch-done'.
8570
8571 2000-01-10 Dave Love <fx@gnu.org>
8572
8573 * elide-head.el (elide-head): Use point-marker, not point.
8574
8575 2000-01-10 Gerd Moellmann <gerd@gnu.org>
8576
8577 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
8578 before and after the year 2000.
8579
8580 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
8581 Add ispell- prefix.
8582
8583 2000-01-10 Ken Stevens <k.stevens@ieee.org>
8584
8585 * ispell.el: Only define dictionaries in menus when they exist.
8586 (version18p): New variable.
8587 (version20p): New variable.
8588 (xemacsp): New variable.
8589 (ispell-choices-win-default-height): Fix for XEmacs visibility.
8590 (ispell-dictionary-alist1): Added Brasileiro dictionary.
8591 (ispell-dictionary-alist6): Russian command lines no longer accept
8592 run-together words.
8593 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
8594 (ispell-dictionary-alist): Add koi8-r to customize definition.
8595 (check-ispell-version): Added documentation string. Returns
8596 library path when called non-interactively.
8597 (ispell-menu-map-needed): Uses new variables.
8598 (ispell-library-path): New variable.
8599 (ispell-decode-string): XEmacs fix for bogus variable bindings.
8600 (ispell-word): Improved documentation string. Test for valid
8601 character mappings. Correctly check typed in word changes that can
8602 result in single words split into multiple words. Returns
8603 replacement word.
8604 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
8605 replace in recursive query replace mode. Help message for
8606 recursive edit mode.
8607 (ispell-show-choices): Protect against bad framepop bindings.
8608 (ispell-help): Fix to work with XEmacs.
8609 (ispell-highlight-spelling-error): Use new variables.
8610 (ispell-overlay-window): Fix to work with XEmacs.
8611 (ispell-parse-output): Passed and returns location information
8612 tracking spelling corrections. Doesn't recheck same word on
8613 current line.
8614 (ispell-init-process): Protect against bogus XEmacs variable binding.
8615 Fix call to single argument in sleep-for. Use new variables.
8616 (ispell-region): Passed and returns location information tracking
8617 spelling corrections. Doesn't check same word on current line.
8618 Improved documentation string. Doesn't resend a line already
8619 checked to the ispell process - fixes bug in LaTeX parsing.
8620 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
8621 (ispell-skip-region): No longer skips <TT> in SGML.
8622 (ispell-process-line): Tracks location information with spelling
8623 corrections. Added documentation string. Accounts for words
8624 already accepted on this line. Don't allow query-replace on line
8625 starting with math characters. Doesn't resend a line already sent
8626 to ispell process. Fixes alignment error bug.
8627
8628 2000-01-10 Richard M. Stallman <rms@gnu.org>
8629
8630 * dired-x.el (dired-guess-shell-alist-default):
8631 Suggest xloadimage, which is free, not xv, which isn't.
8632
8633 * ange-ftp.el (ange-ftp-file-name-nondirectory):
8634 Don't ever include the host name or user name in the value.
8635
8636 2000-01-09 Gerd Moellmann <gerd@gnu.org>
8637
8638 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
8639 of a real newline.
8640
8641 2000-01-09 Stephen Eglen <stephen@gnu.org>
8642
8643 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
8644 for .png files.
8645
8646 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
8647
8648 * cus-edit.el (custom-hook-convert-widget): Fix comment.
8649
8650 2000-01-09 Gerd Moellmann <gerd@gnu.org>
8651
8652 * progmodes/cperl-mode.el: Replace ^F with ^L.
8653
8654 * sendmail.el (toplevel): Provide `sendmail' when compiling
8655 before `require'ing rmail and mailalias to prevent infinite
8656 recursion.
8657
8658 2000-01-08 Dave Love <fx@gnu.org>
8659
8660 * emacs-lisp/backquote.el: Remove inappropriate customization
8661 (allowing custom.el to use backquote).
8662
8663 2000-01-07 Dave Love <fx@gnu.org>
8664
8665 * add-log.el (add-log-debugging): Deleted.
8666 (add-change-log-entry): Treat a backup FILE-NAME as its parent
8667 file. Remove debugging code.
8668 (change-log-get-method-definition, change-log-name): Add doc.
8669 (change-log-sortable-date-at): New function.
8670 (change-log-merge): New command.
8671
8672 * time.el (display-time-string-forms): Make the Mail string active.
8673 (display-time-update): Provide help-echo for load average.
8674
8675 * bindings.el (make-mode-line-mouse2-map): New function.
8676 (mode-line-modified): Use it and simplify.
8677 (mode-line-mule-info): Provide help-echo info.
8678 (minor-mode-alist): Activate the strings.
8679 (make-mode-line-mouse-sensitive): Simplify for
8680 mode-line-buffer-identification.
8681
8682 2000-01-07 Gerd Moellmann <gerd@gnu.org>
8683
8684 * play/pong.el: New file.
8685
8686 2000-01-06 Dave Love <fx@gnu.org>
8687
8688 * array.el: Assorted cleanups for compiler warnings, doc strings,
8689 `array-' prefix for symbols.
8690
8691 2000-01-05 Dave Love <fx@gnu.org>
8692
8693 * textmodes/outline.el (outline-mode-menu-bar-map): Add
8694 outline-headers-as-kill.
8695 (outline-mode): Define imenu-generic-expression.
8696 (outline-headers-as-kill): New command.
8697
8698 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
8699 from paragraph-start.
8700 (paragraph-indent-minor-mode): New command.
8701
8702 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
8703 M-C-e, M-C-h, C-j, C-xnd, TAB.
8704 (fortran-mode): Set beginning-of-defun, end-of-defun.
8705 (fortran-column-ruler): Simplify.
8706 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
8707 (fortran-with-subprogram-narrowing): Likewise.
8708 (fortran-indent-subprogram): Call mark-defun.
8709 (fortran-check-for-matching-do): Change narrowing.
8710
8711 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
8712 (cl-lucid-hash-tag): Delete.
8713 (cl-hash-table-p): Correct test for native table.
8714 (cl-hash-table-count): Use hash-table-count.
8715
8716 * browse-url.el (browse-url): Fix case of
8717 browse-url-browser-function being an alist.
8718
8719 2000-01-05 Carsten Dominik <cd@gnu.org>
8720
8721 * textmodes/reftex-vars.el (reftex-parse-file-extension)
8722 (reftex-index-phrase-file-extension): New options.
8723
8724 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
8725 Use new option `reftex-index-phrase-file-extension'.
8726
8727 * textmodes/reftex.el (reftex-access-parse-file): Use new option
8728 `reftex-parse-file-extension'.
8729
8730 2000-01-05 Dave Love <fx@gnu.org>
8731
8732 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
8733 (beginning-of-defun-raw): Use it.
8734 (end-of-defun): New variable.
8735 (end-of-defun): Use it.
8736 (check-parens): New command.
8737
8738 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
8739
8740 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
8741 (hs-show-block): Don't use `mapcar' when not accumulating.
8742
8743 Fix buglet in local variables initialization.
8744
8745 2000-01-05 Andreas Schwab <schwab@suse.de>
8746
8747 * hscroll.el (hscroll): Doc fix.
8748
8749 2000-01-05 Carsten Dominik <cd@gnu.org>
8750
8751 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
8752 idlw-toolbar.
8753
8754 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
8755 file idlw-rinfo.el.
8756 (idlwave-customize): load must read file idlw-shell.el.
8757 (idlwave-create-customize-menu): load must read file idlw-shell.el.
8758
8759 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
8760
8761 * progmodes/idlw-shell.el: Also provide idlwave-shell
8762 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
8763 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
8764
8765 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
8766 both reftex-dcr and reftex-vcr.
8767
8768 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
8769
8770 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8771
8772 * ps-print.el: PostScript code now is in separate files, doc fix.
8773 (ps-print-version): New version number (5.0.3).
8774 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
8775 local.
8776 (ps-spool-config): Initialization fix.
8777 (ps-print-prologue-1, ps-print-prologue-2)
8778 (ps-print-duplex-feature): PostScript code moved to separated file.
8779 (ps-background-image): Little code reformating.
8780 (ps-begin-file, ps-begin-job): Fix code.
8781 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
8782 (ps-prologue-file): New fun.
8783
8784 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8785
8786 * ps-vars.el: Eliminated.
8787
8788 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
8789 `;;;###autoload'.
8790
8791 * ps-print.el: ps-vars eliminated, doc fix.
8792 (ps-print-version): New version number (5.0.2).
8793 (ps-spool-config): Initialization fix.
8794 (ps-print-customize): New fun.
8795
8796 2000-01-04 Gerd Moellmann <gerd@gnu.org>
8797
8798 * autorevert.el (auto-revert-mode): Return value of
8799 auto-revert-mode.
8800
8801 2000-01-04 Dave Love <fx@gnu.org>
8802
8803 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
8804 menu items.
8805
8806 2000-01-03 Dave Love <fx@gnu.org>
8807
8808 * elide-head.el (elide-head) [defgroup]: Add :version.
8809
8810 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
8811 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
8812 `cl-hash-table-p', not `hash-table-p'.
8813 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
8814
8815 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
8816
8817 * faces.el (face-read-integer, read-face-attribute)
8818 (color-defined-p, color-values): unspecified-{f,b}g are now
8819 strings.
8820
8821 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
8822
8823 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
8824 at comment end, and re-insert them after filling.
8825
8826 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
8827
8828 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
8829 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
8830 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
8831
8832 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
8833
8834 * term/x-win.el (xw-defined-colors): Call color-supported-p,
8835 the new name of face-color-supported-p.
8836
8837 * term/w32-win.el (xw-defined-colors): Likewise.
8838
8839 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
8840
8841 * simple.el (completion-setup-function): Count completion-size
8842 from minibuffer-prompt-end, not from point-min.
8843
8844 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
8845
8846 * faces.el (read-face-attribute, defined-colors, color-defined-p):
8847 Pass the frame to tty-color-* functions.
8848 (display-color-p, frame-set-background-mode): Pass the frame to
8849 tty-display-color-p.
8850
8851 * term/tty-colors.el (tty-defined-color-alist): Renamed from
8852 tty-color-alist.
8853 (tty-color-alist, tty-modify-color-alist): New functions.
8854 (tty-color-define, tty-color-clear, tty-color-approximate)
8855 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
8856 an optional parameter FRAME.
8857
8858 2000-01-01 Gerd Moellmann <gerd@gnu.org>
8859
8860 * image.el (create-image, defimage): Don't assume image data is a
8861 string.
8862
8863 * image.el (defimage): Handle specifications containing :data
8864 instead of :file.
8865 (image-type-from-data): New function.
8866 (image-type-from-file-header): Use it.
8867 (create-image): Add parameter DATA-P.
8868
8869 See ChangeLog.8 for earlier changes.
8870
8871 ;; Local Variables:
8872 ;; coding: iso-2022-7bit-unix
8873 ;; End: