*** empty log message ***
[bpt/emacs.git] / lisp / ChangeLog
1 2000-09-10 Dave Love <fx@gnu.org>
2
3 * textmodes/tildify.el: Minor doc/commentary fixes.
4 (tildify) <defgroup>: Add :version.
5
6 * faces.el (face-x-resources): Make custom type more specific.
7 (frame-background-mode): Use mapc.
8 (region) <defcustom>: Add :version.
9
10 2000-09-08 Stefan Monnier <monnier@cs.yale.edu>
11
12 * vc-sccs.el (vc-sccs-register):
13 * vc-rcs.el (vc-rcs-register):
14 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
15 * vc.el (vc-register): Clear file's properties.
16
17 2000-09-08 Gerd Moellmann <gerd@gnu.org>
18
19 * faces.el (face-spec-set): Only face-spec-reset-face when
20 ATTRS is non-nil.
21
22 2000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
23
24 * help.el (help-insert-xref-button): Fix a typo in doc string.
25
26 2000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
27
28 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
29 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
30 methods.
31
32 * menu-bar.el (read-mail-item-name): New function.
33 (menu-bar-tools-menu): Use it to compute and display the package
34 used to read email.
35 (menu-bar-tools-menu): Fix typo in GUD's help string.
36
37 2000-09-07 Dave Love <fx@gnu.org>
38
39 * diff-mode.el (diff-mouse-goto-source): New function.
40
41 * vc-sccs.el: Doc fixes.
42 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
43
44 * vc-rcs.el: Doc fixes.
45 (vc-rcs-register-switches, vc-rcs-checkin-switches)
46 (vc-rcs-checkout-switches, vc-rcs-header)
47 (vc-rcs-master-templates): Add or change :version.
48
49 * vc-cvs.el: Doc fixes.
50 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
51 (vc-cvs-stay-local): Add :version.
52
53 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
54
55 2000-09-07 Kenichi Handa <handa@etl.go.jp>
56
57 * international/quail.el (quail-help): Fix previous change.
58
59 2000-09-07 Gerd Moellmann <gerd@gnu.org>
60
61 * faces.el (color-values): Doc fix.
62
63 * faces.el (frame-set-background-mode): Use frame-parameter
64 instead of frame-parameters.
65
66 * frame.el (filtered-frame-list): Reduce consing.
67 (frames-on-display-list): Call frame-parameter instead of
68 frame-parameters.
69
70 2000-09-07 Kenichi Handa <handa@etl.go.jp>
71
72 * language/devan-util.el (devanagari-to-indian-region): In the
73 loop, change the following char, not preceding char.
74
75 2000-09-07 Gerd Moellmann <gerd@gnu.org>
76
77 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
78 instead of frame-parameters.
79
80 * faces.el (set-face-attribute): Simplify by calling
81 internal-set-lisp-face-attribute with FRAME being 0.
82
83 * vc.el: Remove `Id' version control keyword.
84
85 2000-09-07 Kenichi Handa <handa@etl.go.jp>
86
87 * help.el (help-make-xrefs): Adjusted for the change of
88 help-xref-mule-regexp.
89 (help-insert-xref-button): New function.
90
91 * international/mule-cmds.el (help-xref-mule-regexp-template):
92 Include the pattern for character set.
93 (leim): New group.
94
95 * international/quail.el: Don't require face.
96 (quail): New group.
97 (quail-other-command): Dummy command to make quail-help work better.
98 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
99 (quail-keyboard-layout-substitution): New variable.
100 (quail-update-keyboard-layout): New function.
101 (quail-keyboard-layout-type): New customizable variable.
102 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
103 (quail-keyboard-translate): Pay attention to
104 quail-keyboard-layout-substitution.
105 (quail-insert-kbd-layout): New function.
106 (quail-show-keyboard-layout): New function.
107 (quail-get-translation): If the definition is a vector of length
108 1, and the element is a string of length 1, return the character
109 in that string.
110 (quail-update-current-translations): Fix the case of
111 relative-index out of range.
112 (quail-build-decode-map, quail-insert-decode-map): New Functions.
113 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
114 Show key sequences for all available characters.
115 (quail-help-insert-keymap-description): Don't show such verbose
116 key bindings as quail-self-insert-command.
117
118 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
119 Format changed, and each element now have extra documentations.
120 (tit-process-header): Delete invalid characters from TIT-PROMPT.
121 Adjusted for the change of quail-cxterm-package-ext-info.
122
123 2000-09-06 Gerd Moellmann <gerd@gnu.org>
124
125 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
126 requiring it leads to a recursive loading of vc.el and vc-hooks.el
127 during bootstrap.
128
129 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
130
131 * vc.el: (toplevel): Don't require `dired' at run-time.
132 (vc-dired-resynch-file): Remove autoload cookie.
133
134 2000-09-05 Andre Spiegel <spiegel@gnu.org>
135
136 * vc.el: Made several backend functions optional.
137 (vc-default-responsible-p): New function.
138 (vc-merge): Use RET for first version to trigger merge-news, not
139 prefix arg.
140 (vc-annotate): Handle backends that do not support annotation.
141 (vc-default-merge-news): Removed. The existence of a merge-news
142 implementation is now checked on caller sites.
143
144 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
145 case.
146
147 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
148 special case that has been removed from the default in vc-hooks.el.
149
150 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
151
152 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
153
154 2000-09-05 Andre Spiegel <spiegel@gnu.org>
155
156 * vc-hooks.el: Require vc during compilation.
157 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
158 macro `with-vc-properties' in vc.el.
159 (vc-file-getprop): Doc fix.
160 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
161
162 * vc.el: Require dired-aux during compilation.
163 (vc-name-assoc-file): Moved to vc-sccs.el.
164 (with-vc-properties): New macro.
165 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
166 vc-finish-steal): Use it.
167 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
168 to the backend-specific function is now supposed to do the checkout,
169 too.
170 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
171
172 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
173 set file properties; that gets done in the generic code now.
174
175 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
176 Changed parameter list, added code from vc.el that does the
177 checkout, possibly with a double-take.
178
179 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
180 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
181 the above under the new name.
182 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
183 parameter list, added checkout command.
184 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
185 properties; that gets done in the generic code now.
186
187 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
188
189 * vc.el: Docstring fixes (courtesy of checkdoc).
190
191 2000-09-05 Stefan Monnier <monnier@cs.yale.edu>
192
193 * vc.el (vc-checkout-writable-buffer-hook)
194 (vc-checkout-writable-buffer): Remove.
195 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
196 (vc-log-mode): Make it into a clean derived major mode.
197 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
198 vc-log-mode if log-edit is not available.
199 (vc-dired-mode-map): Don't set-keymap-parent yet.
200 (vc-dired-mode): Do set-keymap-parent here.
201 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
202
203 2000-09-05 Gerd Moellmann <gerd@gnu.org>
204
205 * faces.el (set-face-attribute, face-spec-reset-face)
206 (face-spec-set): Avoid consing by removing calls to `apply'.
207
208 * frame.el (frame-parameter): Move to C code.
209
210 2000-09-05 Dave Love <fx@gnu.org>
211
212 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
213 insert-before-markers-and-inherit. Now checked systematically!
214
215 2000-09-05 Alex Schroeder <alex@gnu.org>
216
217 * sql.el (sql-postgres): Use sql-postgres-options.
218 (sql-postgres-options): New variable.
219
220 2000-09-05 Alex Schroeder <alex@gnu.org>
221
222 * sql.el (sql-mode-menu): Work around missing variable mark-active
223 in XEmacs.
224 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
225 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
226 compatibility.
227
228 2000-09-04 Gerd Moellmann <gerd@gnu.org>
229
230 * vc.el (vc-dired-resynch-file): Add autoload cookie.
231
232 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
233
234 * Makefile.in (DONTCOMPILE): Fix typo in file name.
235
236 2000-09-04 Andre Spiegel <spiegel@gnu.org>
237
238 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
239 don't support anything else under SCCS yet.
240
241 * vc-hooks.el: Minor doc fixes.
242
243 2000-09-04 Andre Spiegel <spiegel@gnu.org>
244
245 * vc.el (vc-next-action-on-file): Do not visit the file if it's
246 not necessary. If verbose in state `needs-patch', do the same as
247 under `up-to-date'. When NOT verbose and `needs-patch', check out
248 latest version instead of `merge-news'.
249 (vc-next-action-dired): Don't mess with default-directory here; it
250 breaks other parts of dired. It is the job of the
251 backend-specific functions to adjust it temporarily if they need it.
252 (vc-next-action): Remove a special CVS case.
253 (vc-clear-headers): New optional arg FILE.
254 (vc-checkin, vc-checkout): Set properties vc-state and
255 vc-checkout-time properly.
256 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
257 (vc-print-log): Use new backend function `show-log-entry'.
258 (vc-cancel-version): Do the checks in a different order. Added a
259 FIXME concerning RCS-only code.
260
261 * vc-rcs.el (vc-rcs-show-log-entry): New function.
262 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
263
264 * vc-cvs.el (vc-cvs-show-log-entry): New function.
265
266 * vc-hooks.el (vc-default-mode-line-string): Show state
267 `needs-patch' as a `-' too.
268
269 2000-09-04 Andre Spiegel <spiegel@gnu.org>
270
271 * vc.el (vc-responsible-backend): New optional arg REGISTER.
272 (vc-default-could-register): New function.
273 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
274 (vc-resynch-buffer): Call vc-dired-resynch-file.
275 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
276 vc-resynch-buffer instead of vc-resynch-window.
277 (vc-next-action-dired): Don't redisplay here, that gets done as a
278 result of the individual file operations.
279 (vc-retrieve-snapshot): Corrected prompt order.
280
281 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
282
283 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
284 as well.
285 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
286 hostname regexps. Updated all callers.
287 (vc-cvs-responsible-p): Handle directories as well.
288 (vc-cvs-could-register): New function.
289 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
290 properties up-to-date.
291
292 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
293 user whether to create one.
294
295 2000-09-04 Andre Spiegel <spiegel@gnu.org>
296
297 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
298 check out a non-existing file.
299
300 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
301 workfile does not exist.
302
303 * vc.el (vc-version-diff): Use `require' to check for existence of
304 diff-mode.
305
306 2000-09-04 Andre Spiegel <spiegel@gnu.org>
307
308 * vc-cvs.el (vc-cvs-registered): Use new function
309 vc-cvs-parse-entry to do the actual work.
310
311 2000-09-04 Andre Spiegel <spiegel@gnu.org>
312
313 * vc-hooks.el (vc-find-backend-function): If function doesn't
314 exist, return nil instead of error.
315 (vc-call-backend): Doc fix.
316
317 * vc.el (vc-do-command): Doc fix.
318 (vc-finish-logentry): When checking in from vc-dired, choose the
319 right backend for logentry check.
320 (vc-dired-mode-map): Inherit from dired-mode-map.
321 (vc-dired-mode): Local value of dired-move-to-filename-regexp
322 simplified.
323 (vc-dired-state-info): Removed, updated caller.
324 (vc-default-dired-state-info): Use parentheses instead of hyphens.
325 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
326 (vc-dired-listing-switches): New variable.
327 (vc-directory): Use it, instead of dired-listing-switches.
328
329 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
330 (vc-cvs-dir-state): New function.
331 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
332 (vc-cvs-parse-entry): New function, also to be used in
333 vc-cvs-registered.
334
335 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
336
337 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
338 *or* single-window-frames.
339
340 2000-09-04 Andre Spiegel <spiegel@gnu.org>
341
342 * vc.el (vc-update-changelog): Split into generic part and default
343 implementation. Doc string adapted.
344 (vc-default-update-changelog): New function. Call the `rcs2log'
345 script in exec-directory, to fix a long-standing nuisance.
346
347 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
348 simply signals an error.
349
350 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
351
352 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
353 control-flow more clear and to avoid running `cvs' twice.
354
355 * vc.el (vc-next-action-on-file): Doc fix.
356 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
357 (vc-print-log): Eval `file' before constructing the continuation.
358
359 2000-09-04 Andre Spiegel <spiegel@gnu.org>
360
361 * vc.el (vc-next-action-on-file): Corrected several messages.
362 (vc-merge): Add prefix arg `merge-news'; handle it.
363
364 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
365 is not reached. It is.
366 (vc-cvs-merge): Set state to 'edited after merge.
367 (vc-cvs-merge-news): Set workfile version to nil if not known.
368 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
369
370 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
371 via stdout. (Merge from main line.)
372
373 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
374
375 * vc.el (vc-finish-logentry): Thinko in the "same comment"
376 detection.
377
378 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
379
380 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
381 against kill-all-local-variables.
382 (vc-log-edit): Don't save vc-parent-buffer any more.
383 (vc-last-comment-match): Initialize to an empty string.
384 (vc-post-command-functions): New hook.
385 (vc-do-command): Run it.
386 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
387 (vc-finish-logentry): Only add the comment to the ring if it's
388 different from the last comment entered.
389 (vc-new-comment-index): New function.
390 (vc-previous-comment): Use it. Make the minibuffer message
391 slightly less terse.
392 (vc-comment-search-reverse): Make it work forward as well. Don't
393 set vc-comment-ring-index if no match is found. Use
394 vc-new-comment-index.
395 (vc-comment-search-forward): Use vc-comment-search-reverse.
396 (vc-dired-mode-map): Don't inherit from dired-mode-map since
397 define-derived-mode will do it for us. Bind `v' to a keymap that
398 inherits from vc-prefix-map so that we can bind `vt' without
399 binding C-x v t.
400 (vc-retrieve-snapshot): Parenthesis typo.
401
402 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
403 to 1. Make sure to switch to *vc* before looking for an error
404 message. Use vc-parse-buffer.
405
406 2000-09-04 Andre Spiegel <spiegel@gnu.org>
407
408 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
409 and NAME.
410 (vc-retrieve-snapshot): Split into two parts.
411 (vc-default-retrieve-snapshot): New function.
412
413 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
414 (vc-cvs-retrieve-snapshot): New function (untested).
415 (vc-cvs-stay-local): Default to t.
416 (vc-cvs-remote-p): New function and property.
417 (vc-cvs-state): Stay local only if the above is t.
418 (vc-handle-cvs): Removed.
419 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
420 done via vc-handled-backends now.
421 (vc-cvs-header): Escape Id.
422
423 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
424
425 * vc.el (vc-do-command): Remove unused commands.
426 (vc-version-diff): Make sure default-directory ends with a slash.
427 Move the window commands into a vc-exec-after.
428 (vc-print-log): Move more of the code into the `vc-exec-after'.
429
430 2000-09-04 Andre Spiegel <spiegel@gnu.org>
431
432 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
433 (vc-print-log): Search current revision from beginning of buffer.
434 (vc-revert-buffer): Clear echo area after the diff is finished.
435 (vc-prefix-map): Removed definition of "t" for terse display in vc
436 dired.
437 (vc-dired-mode-map): Inherit from dired-mode-map. Added
438 definition of "vt" for terse display.
439 (vc-dired-mode): Fix dired-move-to-filename-regexp.
440
441 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
442
443 * vc.el (vc-exec-after): Avoid caddr.
444
445 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
446
447 * vc.el (vc-exec-after): New function.
448 (vc-do-command): Use it to add a termination message for async
449 procs.
450 (vc-checkout): Try to handle a missing-backend situation.
451 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
452 of a directory with a backend using async diffs.
453 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
454 present.
455
456 * vc-sccs.el (vc-sccs-state-heuristic): Use
457 file-ownership-preserved-p.
458
459 * vc-rcs.el (vc-rcs-state-heuristic): Use
460 file-ownership-preserved-p.
461 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
462
463 2000-09-04 Andre Spiegel <spiegel@gnu.org>
464
465 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
466 vc-do-command.
467
468 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
469 when there are no changes.
470
471 2000-09-04 Andre Spiegel <spiegel@gnu.org>
472
473 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
474
475 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
476
477 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
478
479 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
480
481 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
482 the `fset' outside of the defvar so that it works even if
483 vc-prefix-map was already defined.
484 (vc-setup-buffer): New function, split out of vc-do-command.
485 (vc-do-command): Allow BUFFER to be t to mean `just use the
486 current buffer without any fuss'.
487 (vc-version-diff): Change the `diff' backend operation to just put
488 the diff in the current buffer without erasing it. Always use
489 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
490 shrink-window-if-larger-than-buffer.
491 (vc-print-log): Change the `print-log' backend operation to just
492 put the log in the current buffer without erasing it. Protect
493 shrink-window-if-larger-than-buffer.
494 (vc-update-change-log): Fix setd typo.
495
496 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
497 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
498
499 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
500 (vc-rcs-diff): Insert in the current buffer and remove unused arg
501 CMP.
502
503 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
504 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
505 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
506
507 2000-09-04 Andre Spiegel <spiegel@gnu.org>
508
509 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
510 not possible, use vc-BACKEND-workfile-unchanged-p.
511 (vc-default-workfile-unchanged-p): New function. Delegates to a
512 full vc-BACKEND-diff.
513
514 * vc-hooks.el (vc-simple-command): Removed.
515
516 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
517 instead of vc-simple-command.
518 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
519 avoid doing a diff when opening a file.
520 (vc-rcs-state): Added check for unlocked-changes.
521 (vc-rcs-header): Escape Id.
522 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
523 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
524 version.
525
526 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
527 (vc-sccs-diff): Remove optional arg CMP.
528 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
529 SCCS-specific function.
530
531 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
532 vc-simple-command.
533
534 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
535
536 * vc.el (vc-editable-p): Renamed from vc-writable-p.
537 (with-vc-file, vc-merge): Use vc-editable-p.
538 (vc-do-command): Remove unused var vc-file and fix the
539 doubly-defined `status' var. Add a user message when starting an
540 async command.
541 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
542 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
543 Use with-current-buffer.
544 (vc-buffer-sync): Use unless.
545 (vc-next-action-on-file): If the file is 'edited by read-only,
546 make it read-write instead of trying to commit.
547 (vc-version-diff, vc-update-change-log): Use `setq
548 default-directory' rather than `cd'.
549 (vc-log-edit): Don't forget to set default-directory in the
550 buffer.
551
552 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
553 (vc-sccs-state-heuristic): Use file-writable-p instead of
554 comparing userids.
555 (vc-sccs-checkout): Use `unless'.
556
557 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
558 of comparing userids.
559 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
560 Simplify the logic by eliminating unreachable code.
561 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
562 just do a recursive call if we need to retry.
563 (vc-rcs-checkout): Handle the case where rcs is missing by making
564 the buffer read-write if requested and re-signalling the error.
565
566 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
567
568 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
569
570 * vc-hooks.el (vc-handled-backends): Docstring change.
571 (vc-ignore-vc-files): Mark obsolete.
572 (vc-registered): Check vc-ignore-vc-files.
573 (vc-find-file-hook, vc-file-not-found-hook): Don't check
574 vc-ignore-vc-files.
575
576 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
577
578 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
579
580 * vc.el (vc-checkout): Don't do anything special for ange-ftp
581 files since ange-ftp already has vc-registered return nil.
582
583 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
584 (vc-sccs-workfile-version): Use with-temp-buffer and new
585 vc-parse-buffer and don't bother setting the property.
586 (vc-sccs-add-triple): Use with-current-buffer and
587 find-file-noselect.
588 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
589
590 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
591 derives from the old vc-parse-buffer but uses the revision number
592 rather than the date (much easier to compare robustly).
593 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
594 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
595 locking-user more directly. Check strict locking and set
596 checkout-model appropriately.
597 (vc-rcs-parse-locks): Remove.
598 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
599 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
600 (vc-rcs-system-release): Use with-current-buffer and
601 vc-parse-buffer.
602 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
603
604 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
605 (vc-simple-command): Docstring fix.
606 (vc-registered): Align the way the file-handler is called with the
607 way the function itself works.
608 (vc-file-owner): Remove.
609
610 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
611 extraction of fields and call to file-attributes because of a
612 temporary bug in rcp.el.
613 (vc-cvs-fetch-status): Use with-current-buffer.
614
615 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
616
617 * vc.el (vc-do-command): Use file-relative-name.
618 (vc-responsible-backend): Use vc-backend if possible.
619 (vc-create-snapshot): Improve the `interactive' spec. Add support
620 for branches and dispatch to backend-specific `create-snapshot'.
621 (vc-default-create-snapshot): New function, containing the bulk of
622 the old vc-create-snapshot.
623 (vc-retrieve-snapshot): Improve the interactive spec.
624
625 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
626 (vc-backend-hook-functions): Remove.
627 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
628 (vc-backend): Reintroduce the test for `file = nil' now that I
629 know why it was there (and added a comment to better remember).
630
631 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
632 code from vc-sccs-hooks.el.
633 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
634 'vc anymore.
635 (vc-sccs-responsible-p): Use expand-file-name instead of concat
636 and file-directory-p instead of file-exists-p.
637 (vc-sccs-check-headers): Simplify the regexp.
638
639 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
640 from vc-rcs-hooks.el. Don't require 'vc anymore.
641 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
642 file-directory-p instead of file-exists-p.
643
644 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
645 from vc-cvs-hooks.el.
646 (proto vc-cvs-registered): Require 'vc-cvs instead of
647 'vc-cvs-hooks. Don't require 'vc anymore.
648 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
649 file-directory-p instead of file-exists-p.
650 (vc-cvs-create-snapshot): New function, replacing
651 vc-cvs-assign-name.
652 (vc-cvs-assign-name): Remove.
653
654 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
655
656 * vc-cvs.el (vc-cvs-header): New var.
657
658 * vc-rcs.el (vc-rcs-exists): Remove.
659 (vc-rcs-header): New var.
660
661 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
662 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
663 (vc-sccs-header): New var.
664
665 * vc.el (vc-do-command): Get rid of the `last' argument.
666 (vc-header-alist): Remove, replaced by vc-X-header.
667 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
668 (vc-dired-hook): Use expand-file-name instead of concat.
669 (vc-directory): Use file-name-as-directory.
670 (vc-snapshot-precondition, vc-create-snapshot)
671 (vc-retrieve-snapshot): Allow the command to operate on any
672 directory.
673
674 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
675 just removing the 'WORKFILE argument or by removing the 'MASTER
676 argument and replacing `file' with (vc-name file).
677
678 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
679
680 * vc.el: Update Copyright and add a crude list of backend funs.
681 (vc-writable-p): New function.
682 (with-vc-file): Use vc-writable-p.
683 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
684 (vc-register): Avoid vc-name.
685 (vc-locking-user): Remove.
686 (vc-steal-lock): Make the `owner' arg non-optional.
687 (vc-merge): Use vc-writable-p instead of vc-locking-user and
688 vc-checkout-model.
689 (vc-default-dired-state-info): Use vc-state instead of
690 vc-locking-user and return special strings for special states.
691 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
692 and get rid of one of the special CVS cases.
693 (vc-cancel-version): prettify error message with \\[...].
694 (vc-rename-master): New function.
695 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
696 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
697 the CVS special case generic.
698 (vc-default-record-rename): Remove.
699 (vc-file-tree-walk-internal): Only call FUNC for files that are
700 under control of some VC backend and replace `concat' with
701 expand-file-name.
702 (vc-file-tree-walk): Update docstring.
703 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
704 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
705
706 * vc-sccs.el (vc-sccs-rename-file): Renamed from
707 vc-sccs-record-rename. Use `find-file-noselect' rather than
708 `find-file' and call `vc-rename-master' to do the actual move.
709 (vc-sccs-diff): Remove unused `backend' variable.
710
711 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
712 to delay loading of vc-sccs until it is really used.
713 (vc-sccs-master-templates): Preload.
714 (vc-sccs-state): Update call to vc-sccs-parse-locks.
715 (vc-sccs-project-dir): Remove (merged into
716 vc-sccs-search-project-dir).
717 (vc-sccs-search-project-dir): Rewrite using file name handling ops
718 rather than `concat', make sure it is preloaded and don't bother
719 to check that the file actually exists.
720 (vc-sccs-parse-locks): Remove unused `file' argument, remove
721 `locks' argument (use buffer's content instead) and eliminate n^2
722 behavior.
723
724 * vc-rcs.el: Update Copyright.
725 (vc-rcs-rename-file): New function.
726 (vc-rcs-diff): Remove unused `backend' variable.
727
728 * vc-hooks.el: Update Copyright.
729 (vc-backend): Don't accept a nil argument any more.
730 (vc-up-to-date-p): Turn into a defsubst.
731 (vc-possible-master): New function.
732 (vc-check-master-templates): Use `vc-possible-master' and allow
733 funs in vc-X-master-templates to return a non-existent file.
734
735 * vc-cvs.el: Update Copyright.
736 (vc-cvs-diff): Remove unused `backend' variable.
737 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
738
739 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
740
741 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
742
743 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
744 since it can be called from vc-rcs.el.
745 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
746
747 2000-09-04 Andre Spiegel <spiegel@gnu.org>
748
749 * vc.el (vc-version-diff): Expand file name read from the
750 minibuffer. Handle the case when a previous version number can't
751 be guessed. Give suitable messages when there were no differences
752 found.
753 (vc-clear-headers): Call backend-specific implementation, if one
754 exists.
755 (vc-cancel-version): Made error checks generic. When done, clear
756 headers generically, too.
757
758 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
759 from vc-clear-headers in vc.el.
760
761 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
762 correctly.
763 (vc-rcs-latest-on-branch-p): Made second argument VERSION
764 optional. Handle the case when it's not there.
765
766 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
767
768 * vc.el (vc-locking-user): Moved from vc-hooks.el.
769
770 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
771
772 * vc-hooks.el (vc-loadup): Remove.
773 (vc-find-backend-function): Use `require'. Also, handle the case
774 where vc-BACKEND-hooks.el doesn't exist.
775 (vc-call-backend): Cleanup.
776
777 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
778
779 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
780 vc-rcs-grab-templates)
781 (vc-rcs-registered): Remove. The default function works as well.
782 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
783 vc-sccs-grab-templates)
784 (vc-sccs-registered): Remove. The default function works as well.
785
786 * vc.el (vc-version-diff): Left out a vc- in call to
787 vc-call-backend.
788 (vc-default-dired-state-info, vc-default-record-rename)
789 (vc-default-merge-news): Update for the new backend argument.
790
791 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
792 using the default function.
793 (vc-call-backend): If calling the default function, pass it the
794 backend as first argument. Update the docstring accordingly.
795 (vc-default-state-heuristic, vc-default-mode-line-string): Update
796 for the new backend argument.
797 (vc-make-backend-sym): Renamed from vc-make-backend-function.
798 (vc-find-backend-function): Use the new name.
799 (vc-default-registered): New function.
800
801 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
802
803 * vc.el (vc-merge): Use vc-find-backend-function.
804
805 * vc-hooks.el (vc-backend-functions): Remove.
806 (vc-loadup): Don't setup 'vc-functions.
807 (vc-find-backend-function): New function.
808 (vc-call-backend): Use above fun and populate 'vc-functions
809 lazily.
810 (vc-backend-defines): Remove.
811
812 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
813
814 * vc.el (vc-register): Put a FIXME note for a newly found bug.
815 Call vc-call-backend without the leading vc-.
816 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
817 (vc-check-headers): Call vc-call-backend without the leading vc-.
818 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
819 (vc-annotate-display): Replace confusing use of `cond' with `or'.
820 Call vc-call-backend without the leading vc-.
821
822 * vc-cvs.el (tail): Provide vc-cvs.
823 * vc-sccs.el (tail): Provide vc-sccs.
824 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
825
826 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
827 (vc-make-backend-function, vc-call): Pass names without leading
828 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
829 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
830 (vc-call-backend): Always try to load vc-X-hooks.
831 (vc-registered): Remove vc- in call to vc-call-backend.
832
833 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
834
835 * vc.el (vc-process-filter): New function.
836 (vc-do-command): Setup `vc-process-filter' for the async process.
837 (vc-maybe-resolve-conflicts): New function to reduce
838 code-duplication. Additionally, it puts the buffer in
839 `smerge-mode' if applicable.
840 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
841 calling `merge-news'.
842 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
843 (vc-log-edit): New function. Replacement for `vc-log-mode' by
844 interfacing to log-edit.el.
845 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
846 log-edit is available.
847 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
848
849 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
850
851 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
852 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
853 defvar and the initialization.
854 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
855
856 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
857 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
858
859 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
860
861 2000-09-04 Andre Spiegel <spiegel@gnu.org>
862
863 * vc.el (vc-file-clear-masterprops): Removed.
864 (vc-checkin, vc-revert-buffer): Removed calls to the above.
865 (vc-version-diff): Use buffer-size without argument.
866 (vc-register): Heed vc-initial-comment.
867
868 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
869 default branch.
870
871 * vc-rcs.el (vc-rcs-register): Parse command output to find master
872 file name and workfile version.
873 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
874
875 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
876 vc-file-clear-masterprops.
877
878 * vc-sccs.el (vc-sccs-checkout): Removed call to
879 vc-file-clear-masterprops. If writable, set vc-state to 'edited
880 rather than user login name.
881
882
883 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
884
885 * vc.el (vc-workfile-unchanged-p): Remove unused argument
886 `want-differences-if-changed' and simplify.
887 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
888 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
889 output (which is invalid for async vc-diff) to decide whether to
890 do the revert silently or not.
891
892 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
893
894 * vc-hooks.el (vc-loadup): Load files quietly.
895 (vc-call-backend): Oops, brain fart.
896
897 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
898
899 * vc-cvs.el (vc-cvs-state): Typo.
900 (vc-cvs-merge-news): Return the status code rather than the error msg.
901
902 2000-09-04 Andre Spiegel <spiegel@gnu.org>
903
904 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
905 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
906 vc-state or vc-up-to-date-p.
907 (vc-merge): Use vc-backend-defines to check whether merging is
908 possible. Set state to 'edited after successful merge.
909
910 * vc-hooks.el (vc-locking-user): If locked by the calling user,
911 return that name. Redocumented.
912
913 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
914
915 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
916 new `vc-state' semantics.
917 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
918 'vc-locking-user to the current user.
919 (vc-merge): Inline vc-backend-merge. Comment out code that I
920 don't understand and hence can't adapt to the new `vc-state' and
921 `vc-locking-user' semantics.
922 (vc-backend-merge): Remove.
923
924 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
925 rather than 'vc-locking-user.
926
927 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
928
929 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
930 (vc-state): Don't use 'reserved any more. Just use the same
931 convention as the one used for vc-<backend>-state where the
932 locking user (as a string) is returned.
933 (vc-locking-user): Update, based on the above convention. The
934 'vc-locking-user property has disappeared.
935 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
936
937 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
938 with a heuristic one.
939 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
940 (vc-cvs-checkin): Do a trivial parse to set the state in case of
941 error. That allows us to get to 'needs-merge even in the
942 stay-local case. There's still no way to detect 'needs-patch in
943 such a setup (or to force an update for that matter).
944 (vc-cvs-logentry-check): Remove, the default works as well.
945
946 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
947
948 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
949
950 * vc.el (vc-do-command): kill-all-local-variables, to reset any
951 major-mode in which the buffer might have been put earlier. Use
952 `remove' and `when'. Allow `okstatus' to be `async' and use
953 `start-process' in this case.
954 (vc-version-diff): Handle the case where the diff looks empty
955 because of the use of an async process.
956
957 2000-09-04 Andre Spiegel <spiegel@gnu.org>
958
959 * vc.el (vc-next-action-on-file): Removed optional parameter
960 `simple'. Recompute state unconditionally.
961 (vc-default-toggle-read-only): Removed.
962
963 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
964 (vc-toggle-read-only): Undid prev change.
965
966 * vc-cvs.el (vc-cvs-stay-local): Renamed from
967 vc-cvs-simple-toggle. Redocumented.
968 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
969 (vc-cvs-toggle-read-only): Removed.
970
971 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
972
973 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
974 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
975 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
976 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
977 still is. So maybe it should be removed.
978 (vc-head-version, vc-find-binary): Remove.
979 (vc-recompute-state): Move from vc-hooks.el.
980 (vc-next-action-on-file): Add a `simple' argument to allow
981 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
982 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
983 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
984 (vc-dired-mode-map): Properly defvar it.
985 (vc-print-log): Call log-view-mode if available.
986 (small-temporary-file-directory): defvar instead of use boundp.
987 (vc-merge-news): Moved to vc-cvs.el.
988 (vc-default-merge-news): New function.
989
990 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
991 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
992 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
993 unknown `vc-latest-version' function. It should probably refer to
994 vc-workfile-version or somesuch, but it's very unclear to me and I
995 don't have SCCS to test things.
996
997 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
998 (vc-sccs-state-heuristic): Fix typo.
999 (vc-sccs-workfile-unchanged-p): Add missing argument.
1000
1001 * vc-rcs.el: Require vc and vc-rcs-hooks.
1002 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
1003 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
1004 (vc-release-greater-or-equal-p): Move from vc.
1005 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
1006 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
1007 (vc-rcs-checkout): Add a missing `new-version' argument in the
1008 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
1009
1010 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
1011 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
1012 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
1013 than the apparently unbound `workfile-version'.
1014
1015 * vc-hooks.el (vc-master-templates): Def the obsolete var.
1016 (vc-file-prop-obarray): Use `make-vector'.
1017 (vc-backend-functions): Add new hookable functions
1018 vc-toggle-read-only, vc-record-rename and vc-merge-news.
1019 (vc-loadup): If neither backend nor default functions exist, use
1020 the backend function rather than nil.
1021 (vc-call-backend): If the function if not bound yet, try to load
1022 the non-hook file to see if it provides it.
1023 (vc-call): New macro plus use it wherever possible.
1024 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
1025 nor `vc-find-binary' since it's only called from
1026 vc-mistrust-permission which is only used once the backend is known.
1027 (vc-checkout-model): Fix parenthesis.
1028 (vc-recompute-state, vc-prefix-map): Move to vc.el.
1029
1030 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
1031 (vc-cvs-release, vc-cvs-system-release): Remove.
1032 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
1033 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
1034 status symbols.
1035 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
1036 (vc-cvs-toggle-read-only): First cut at a function to allow a
1037 cvs-status-free vc-toggle-read-only.
1038 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
1039 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
1040 vc-cvs-status. Also set vc-state rather than vc-locking-user.
1041 (vc-cvs-checkout): Modify access rights directly if the user
1042 requested not to use `cvs edit'. And refresh the mode line.
1043
1044 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
1045 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
1046
1047 2000-09-04 Stefan Monnier <monnier@cs.yale.edu>
1048
1049 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
1050 workfile' that got lost when the code was extracted from vc.el.
1051 And merged the tail with the rest of the code (not possible in the
1052 old vc.el where the tail was shared among all backends). And
1053 explicitly set the state to 'edited if `writable' is set.
1054
1055 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
1056 (vc-cvs-state): Be careful to return the value from
1057 vc-cvs-parse-state.
1058 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
1059 property but return it instead. Also be careful to handle a nil
1060 or "" `rev' when workfile is non-nil (it was handled properly when
1061 workfile was nil).
1062
1063 * vc.el: Removed those pesky unnecessary `(function' quotes.
1064 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
1065 directly in the defvar.
1066 (vc-do-command): Bind inhibit-read-only so as to properly handle
1067 the case where the destination buffer has been made read-only.
1068 (vc-diff): Delegate to vc-version-diff in all cases.
1069 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
1070 (vc-annotate-mode-variables): Removed (code moved partly to
1071 defvars and partly to vc-annotate-add-menu).
1072 (vc-annotate-mode): Turned into a derived-mode.
1073 (vc-annotate-add-menu): Moved in code in
1074 vc-annotate-mode-variables.
1075 (vc-update-change-log): Use make-temp-file if available.
1076
1077 2000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
1078
1079 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
1080 `vc-checkout-model' updated to `vc-cvs-update-model'.
1081
1082 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
1083
1084 * vc.el (vc-next-action-on-file): Added handling of state
1085 `unlocked-changes'.
1086 (vc-checkout-carefully): Is now practically obsolete, unless the
1087 above is too slow to be enabled unconditionally.
1088 (vc-update-change-log): Fixed typo.
1089
1090 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
1091
1092 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
1093 Now handles state `unlocked-changes'.
1094 (vc-sccs-workfile-unchanged-p): New function, to support the above.
1095
1096 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
1097
1098 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
1099 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
1100 `unlocked-changes'.
1101 (vc-rcs-workfile-unchanged-p): Renamed from
1102 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
1103 function yet, but supposed to become one soon.
1104
1105 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
1106 `vc-steal-lock'.
1107 (vc-call-backend): Changed error message.
1108 (vc-state): Added description of state `unlocked-changes'.
1109
1110 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
1111
1112 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
1113 always return t in CVS-controlled directories.
1114
1115 * vc.el (vc-responsible-backend): New function.
1116 (vc-register): Largely rewritten.
1117 (vc-admin): Removed (implementation moved into vc-register).
1118 (vc-checkin): Redocumented.
1119 (vc-finish-logentry): If no backend defined yet (because we are in
1120 the process of registering), use the responsible backend.
1121
1122 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
1123 Updated function lists.
1124 (vc-call-backend): Fixed typo.
1125
1126 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
1127 New functions.
1128 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
1129 Removed query option. Redocumented.
1130
1131 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
1132
1133 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
1134
1135 * vc.el: Updated callers of `vc-checkout-required' to use
1136 `vc-checkout-model'.
1137
1138 2000-09-04 Martin Lorentzson <martinl@gnu.org>
1139
1140 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
1141 stuff updated to reference this function instead of the old
1142 `vc-backend-release-p'.
1143
1144 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
1145
1146 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
1147 vc-checkout-model. Return appropriate values. Updated callers.
1148
1149 2000-09-04 Martin Lorentzson <martinl@gnu.org>
1150
1151 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
1152 (vc-backend-revert): Function moved into `vc-revert';
1153 `vc-next-action' must be updated to accomodate this change.
1154 (vc-backend-steal): Function moved into `vc-finish-steal'.
1155 (vc-backend-logentry-check): Function moved into
1156 `vc-finish-logentry'.
1157 (vc-backend-printlog): Function moved into `vc-print-log'.
1158 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
1159 (vc-backend-assign-name): Function moved into
1160 `vc-create-snapshot'.
1161
1162 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
1163
1164 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
1165 Rename to vc-checkout-model. Return appropriate values.
1166 Update callers.
1167
1168 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
1169 to vc-checkout-model.
1170 (vc-checkout-required): Rename to vc-checkout-model.
1171 Re-implement and re-comment.
1172 (vc-after-save): Use vc-checkout-model.
1173
1174 2000-09-04 Martin Lorentzson <martinl@gnu.org>
1175
1176 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
1177 Update to use the vc-BACKEND-diff functions instead.
1178 `vc-diff' is now working.
1179
1180 * vc-rcs.el (vc-rcs-logentry-check): New function.
1181
1182 * vc-cvs.el (vc-cvs-logentry-check): New function.
1183
1184 * vc-sccs.el (vc-sccs-diff): Function changed name from
1185 `vc-backend-diff'. This makes `vc-diff' work.
1186
1187 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
1188 of functions possibly implemented in a vc-BACKEND library.
1189 (vc-checkout-required): Fix bug that caused an error to be
1190 signaled during `vc-after-save'.
1191
1192 * vc.el: Fix typo.
1193 This checkin is made with our new VC code base for the very first time.
1194 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
1195
1196 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
1197 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
1198
1199 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
1200 updated to `vc-uses-locking'.
1201 (vc-checkout-required): Call to backend function.
1202 `vc-checkout-required' updated to `vc-uses-locking' instead.
1203
1204 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
1205 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
1206
1207 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
1208 to match the split into various backends.
1209 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
1210 (vc-retrieve-snapshot): Bug fix.
1211
1212 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
1213
1214 * vc-sccs.el (vc-sccs-release): Doc fix.
1215
1216 2000-09-04 Martin Lorentzson <martinl@gnu.org>
1217
1218 * vc.el (vc-next-action-on-file): Bug found and fixed.
1219 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
1220 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
1221
1222 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
1223 (vc-rcs-checkout): Name space cleaned up. No more revision number
1224 crunching function names that are not prefixed with vc-rcs.
1225 (vc-rcs-checkout-model): Function added. References to
1226 `vc-checkout-model' replaced.
1227
1228 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
1229
1230 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
1231 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
1232 still need to be split, and implemented for RCS).
1233
1234 2000-09-04 Martin Lorentzson <martinl@gnu.org>
1235
1236 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
1237
1238 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
1239 required by the vc.el file.
1240
1241 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
1242 required by the vc.el file.
1243 (vc-rcs-exists): Function added.
1244
1245 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
1246 required by the vc.el file.
1247
1248 * vc.el (vc-admin): Updated to handle selection of appropriate
1249 backend. Current implementation is crufty and need re-thinking.
1250
1251 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
1252
1253 2000-09-04 Martin Lorentzson <martinl@gnu.org>
1254
1255 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
1256 beginning of annotate buffers correctly.
1257
1258 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
1259 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
1260 functionality updated quite a lot to support multiple backends.
1261 Variables `vc-annotate-mode', `vc-annotate-buffers',
1262 `vc-annotate-backend' added.
1263
1264 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
1265 `vc-annotate-difference' added to supported backend functions.
1266
1267 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
1268
1269 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
1270 Use with-temp-file instead of /bin/sh. Merged from mainline
1271
1272 2000-09-04 Martin Lorentzson <martinl@gnu.org>
1273
1274 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
1275
1276 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
1277
1278 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
1279
1280 2000-09-04 Martin Lorentzson <martinl@gnu.org>
1281
1282 * vc-hooks.el: vc-state-heuristic added to
1283 vc-backend-hook-functions.
1284
1285 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
1286
1287 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
1288
1289 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
1290 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
1291 state to `reserved'.
1292
1293 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
1294 `vc-checkout-required'. Rename the `locked' state to `reserved'.
1295
1296 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
1297
1298 * vc-rcs-hooks.el: Implement new state model. Hardly anything
1299 untouched.
1300
1301 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
1302
1303 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
1304 if defined. (Merged from main line, slightly adapted.)
1305
1306 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
1307 millenium problem (merged from mainline).
1308
1309 2000-09-04 Martin Lorentzson <martinl@gnu.org>
1310
1311 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
1312 part and moved the non-BACKEND stuff to vc.el.
1313
1314 * vc.el: Split the annotate feature into a BACKEND specific part
1315 and moved it from the vc-cvs.el file to this one.
1316
1317 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
1318
1319 * vc-hooks.el: Implement new state model.
1320 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
1321 (vc-locking-user): Simplify. Now only needed if the file is
1322 locked by somebody else.
1323 (vc-lock-from-permissions): Remove. Functionality is in
1324 vc-sccs-hooks.el and vc-rcs-hooks.el now.
1325 (vc-mode-line-string): New name for former vc-status. Adapted.
1326 (vc-mode-line): Adapt to use the above. Remove optional parameter.
1327
1328 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
1329 Various simplifications and adaptations all over the place.
1330
1331 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
1332 Simplify and adapt the rest.
1333
1334 * vc.el (vc-resynch-window): Add TODO comment: check for
1335 interaction with view mode according to recent RCS change.
1336 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
1337
1338 2000-09-04 Martin Lorentzson <martinl@gnu.org>
1339
1340 * vc.el: Convert the remaining function comments to docstrings.
1341
1342 2000-09-04 Martin Lorentzson <martinl@gnu.org>
1343
1344 * vc.el (vc-backend-release, vc-release-greater-or-equal)
1345 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
1346 (vc-minor-part, vc-previous-version): Functions that operate and
1347 compare revision numbers got proper documentation. Comments added
1348 about their possible removal.
1349
1350 2000-09-04 Martin Lorentzson <martinl@gnu.org>
1351
1352 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
1353 the vc-backend.el files.
1354
1355 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
1356
1357 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
1358 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
1359 (vc-rcs-previous-version): Functions added.
1360
1361 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
1362
1363 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
1364
1365 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
1366
1367 * vc-hooks.el (vc-master-templates): Is really obsolete.
1368 Comment out the definition for now. What is the right procedure
1369 to get rid of it?
1370 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
1371 rewritten.
1372 (vc-default-registered): Remove.
1373 (vc-check-master-templates): New function; does mostly what the
1374 above did before.
1375 (vc-locking-user): Don't rely on the backend to set the property.
1376
1377 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
1378 Rewrite documentation.
1379 (vc-rcs-templates-grabbed): New variable.
1380 (vc-rcs-grab-templates): New function.
1381 (vc-rcs-registered): Rewrite to use above mechanism.
1382
1383 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
1384 Rewrite documentation.
1385 (vc-sccs-templates-grabbed): New variable.
1386 (vc-sccs-grab-templates): New function.
1387 (vc-sccs-registered): Rewrite to use above mechanism.
1388 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
1389 Don't throw the result, simply return it.
1390
1391 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
1392 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
1393 (vc-cvs-registered): Does the check itself now. Simplify.
1394
1395 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
1396 from main line.
1397
1398 2000-09-04 Martin Lorentzson <martinl@gnu.org>
1399
1400 * vc-cvs.el (vc-cvs-diff): New function.
1401
1402 * vc-sccs.el (vc-sccs-diff): New function.
1403
1404 * vc-rcs.el (vc-rcs-diff): New function.
1405 (vc-rcs-checkout): Bug (typo) found and fixed.
1406 (vc-rcs-register-switches): New variable.
1407
1408 * vc.el (vc-backend-diff): Function removed and placed in the
1409 backend files.
1410
1411 2000-09-04 Martin Lorentzson <martinl@gnu.org>
1412
1413 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
1414
1415 * vc.el (vc-backend-checkout): Function removed and replaced in
1416 the vc-backend.el files.
1417
1418 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
1419
1420 * vc.el (vc-backend-admin): Removed and replaced in the
1421 vc-backend.el files.
1422
1423 * vc.el (Martin): Removed all the annotate functionality since it
1424 is CVS backend specific.
1425
1426 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
1427
1428 * spec.txt: Added specification of vc-state.
1429
1430 * vc-sccs-hooks.el (vc-sccs-master-properties):
1431 Remove handling of vc-latest-version and
1432 vc-your-latest-version. What used to be vc-latest-version, is now
1433 returned as vc-workfile-version.
1434 (vc-sccs-workfile-version): Adapt.
1435
1436 2000-09-04 Dave Love <fx@gnu.org>
1437
1438 * vc.el: [Merged from mainline.]
1439 (vc-dired-mode): Make the dired-move-to-filename-regexp
1440 regexp match the date, to avoid treating date as file size.
1441 Add YYYY S option to WESTERN/
1442
1443 2000-09-04 Dave Love <fx@gnu.org>
1444
1445 * vc.el: Require `compile' when compiling.
1446 (vc-logentry-check-hook): New option.
1447 (vc-steal-lock): Use compose-mail.
1448 (vc-dired-mode-map): Defvar when compiling.
1449 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
1450 vc-sccs.el and renamed. Callers changed.
1451 (vc-backend-checkout, vc-backend-logentry-check)
1452 (vc-backend-merge-news): Doc fix.
1453 (vc-default-logentry-check): New function.
1454 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
1455 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
1456 (vc-backend-merge): Doc fix. Use backend functions.
1457 (vc-check-headers): Use backend functions.
1458
1459 * vc-cvs.el: Require vc when compiling.
1460 (vc-cvs-register-switches): Doc fix.
1461 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
1462 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
1463 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
1464 New functions (code from vc.el).
1465 (vc-annotate-display-default): Fix interactive spec.
1466 (vc-annotate-time-span): Doc fix.
1467
1468 * vc-rcs.el: Require vc when compiling.
1469 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
1470 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
1471 (vc-rcs-checkin): New functions (code from vc.el).
1472 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
1473 Doc fix.
1474 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
1475
1476 * vc-sccs.el: Require vc when compiling.
1477 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
1478 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
1479 (vc-sccs-revert)
1480 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
1481 from vc.el).
1482 (vc-sccs-add-triple, vc-sccs-record-rename)
1483 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
1484 (vc-sccs-admin): Doc fix.
1485
1486 2000-09-04 Martin Lorentzson <martinl@gnu.org>
1487
1488 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
1489 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
1490 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
1491 from vc.el.
1492
1493 * vc-sccs.el (vc-admin-sccs): Added from vc.el
1494
1495 * vc-cvs.el: Moved the annotate functionality from vc.el.
1496 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
1497
1498 2000-09-04 Dave Love <fx@gnu.org>
1499
1500 * vc.el (vc-backend-release): Call vc-system-release.
1501
1502 * vc-sccs.el (vc-sccs-system-release):
1503 Renamed from vc-sccs-backend-release.
1504
1505 * vc-rcs.el (vc-rcs-system-release):
1506 Renamed from vc-rcs-backend-release.
1507
1508 * vc-cvs.el (vc-cvs-system-release):
1509 Renamed from vc-cvs-backend-release.
1510
1511 2000-09-04 Dave Love <fx@gnu.org>
1512
1513 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
1514 backend files.
1515 (vc-backend-release): Dispatch to backend functions.
1516 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
1517 probably needs attention.]
1518
1519 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
1520 (vc-sccs-backend-release): New function.
1521
1522 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
1523 (vc-cvs-backend-release): New function.
1524
1525 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
1526 Doc fix.
1527 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
1528 (vc-default-dired-state-info): New function.
1529 (vc-dired-state-info): Dispatch to backends.
1530 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
1531
1532 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
1533 from vc.el and renamed.
1534
1535 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
1536
1537 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
1538 (vc-version-other-window, vc-backend-assign-name): Removed
1539 references to vc-latest-version; sometimes changed into
1540 vc-workfile-version.
1541
1542 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
1543 vc-rcs-master-workfile-version.
1544 (vc-rcs-workfile-version): Use the above. Don't call
1545 vc-latest-version (that was unreachable code, anyway).
1546 (vc-rcs-fetch-master-properties): Doc fix.
1547
1548 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
1549 (vc-backend-hook-functions): Removed them from this list, too.
1550 (vc-fetch-properties): Removed.
1551 (vc-workfile-version): Doc fix.
1552
1553 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
1554 (vc-rcs-workfile-version, vc-rcs-locking-user)
1555 (vc-rcs-uses-locking): Use it.
1556
1557 * vc-hooks.el (vc-consult-rcs-headers):
1558 Moved into vc-rcs-hooks.el, under the name
1559 vc-rcs-consult-headers.
1560
1561 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
1562 headers.
1563 (vc-cvs-find-master): Use this name only; correct different
1564 versions of the name.
1565
1566 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
1567 New functions.
1568 (vc-sccs-locking-user): Use the latter.
1569
1570 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
1571 New functions.
1572
1573 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
1574 Moved into both
1575 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
1576 functions are implementation details of those two backends.
1577
1578 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
1579
1580 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
1581 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
1582
1583 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
1584 (vc-sccs-parse-locks): SCCS-specific code moved here from
1585 vc-hooks.
1586
1587 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
1588 code moved here from vc-hooks.
1589
1590 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
1591 into back-end specific parts and removed. Callers not updated
1592 yet; because I guess these callers will disappear into back-end
1593 specific files anyway.
1594
1595 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
1596
1597 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
1598 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
1599 `vc-uses-locking'.
1600
1601 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
1602 Store yes/no in the property, and return t/nil. Updated all
1603 callers.
1604
1605 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
1606 vc-sccs-uses-locking. Don't set property.
1607 (vc-sccs-locking-user): Don't set property.
1608
1609 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
1610 vc-cvs-uses-locking. Don't set property here; leave that to
1611 vc-hooks.
1612 (vc-cvs-locking-user): Reflect above change. Streamlined.
1613
1614 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
1615 vc-rcs-uses-locking.
1616 (vc-rcs-locking-user): Reflect above change.
1617
1618 2000-09-04 Dave Love <fx@gnu.org>
1619
1620 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
1621
1622 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
1623
1624 * vc-hooks.el (vc-checkout-model): Punt to backends.
1625
1626 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
1627
1628 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
1629
1630 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
1631 New functions.
1632
1633 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
1634 New functions.
1635
1636 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
1637 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
1638
1639 * vc-hooks.el (vc-default-locking-user): New function.
1640 (vc-locking-user, vc-workfile-version): Punt to backends.
1641
1642 2000-09-04 Dave Love <fx@gnu.org>
1643
1644 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
1645 (vc-master-workfile-version): Moved from vc-hooks.
1646
1647 * vc-rcs-hooks.el: Fix duplicate code in last change.
1648
1649 * vc-rcs-hooks.el: Require vc-hooks when compiling.
1650 (vc-rcs-master-templates): Improve :type.
1651 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
1652 vc-master-workfile-version): Moved from vc-hooks.
1653
1654 * vc-sccs-hooks.el: Require vc-hooks when compiling.
1655 (vc-sccs-master-templates): Improve :type.
1656 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
1657
1658 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
1659
1660 * vc-cvs-hooks.el: Require vc-hooks when compiling.
1661 (vc-cvs-master-templates): Improve :type. Use
1662 vc-cvs-find-cvs-master.
1663 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
1664 from vc-hooks.
1665 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
1666
1667 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
1668 Moved to vc-cvs-hooks.
1669
1670 * vc-hooks.el: Add doc strings in various places. Simplify the
1671 minor mode setup.
1672 (vc-handled-backends): New user variable.
1673 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
1674 simplification.
1675
1676 2000-09-04 Dave Love <fx@gnu.org>
1677
1678 * vc.el: Some doc fixes for autoloaded and interactive functions.
1679 Fix compilation warnings from ediff stuff.
1680 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
1681
1682 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
1683
1684 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
1685
1686 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
1687
1688 2000-09-04 Dave Love <fx@gnu.org>
1689
1690 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
1691 New variable.
1692 (vc-make-backend-function, vc-loadup, vc-call-backend)
1693 (vc-backend-defines): New functions.
1694
1695 * vc-hooks.el: Various doc fixes.
1696 (vc-default-back-end, vc-follow-symlinks): Custom fix.
1697 (vc-match-substring): Function removed. Callers changed to use
1698 match-string.
1699 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
1700 Simplify.
1701
1702 2000-09-04 Dave Love <fx@gnu.org>
1703
1704 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
1705 type.
1706 (vc-sccs-project-dir, vc-search-sccs-project-dir)
1707 (vc-sccs-registered): Doc fix.
1708
1709 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
1710 (vc-cvs-registered): Doc fix.
1711
1712 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
1713 (vc-rcs-registered): Doc fix.
1714
1715 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
1716
1717 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
1718
1719 * vc-hooks.el: vc-registered has been renamed
1720 vc-default-registered. Some functions have been moved to the
1721 backend specific files. they all support the
1722 vc-BACKEND-registered functions.
1723
1724 2000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
1725
1726 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
1727
1728 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
1729
1730 2000-09-04 Dave Love <fx@gnu.org>
1731
1732 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
1733 menu-bar-update-hook.
1734
1735 * help.el (help-manyarg-func-alist): Add
1736 find-operation-coding-system.
1737
1738 * wid-edit.el (widget-sexp-validate): Fix garbled code.
1739
1740 * custom.el (custom-set-variables): Print message about errors in
1741 setting.
1742
1743 2000-09-03 Andrew Innes <andrewi@gnu.org>
1744
1745 * makefile.w32-in: Change to DOS line endings.
1746
1747 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
1748
1749 * mouse.el (mouse-popup-menubar): Supply the prompt string for
1750 minor-mode keymaps, if they don't have one.
1751
1752 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
1753
1754 * eshell/esh-module.el (eval-when-compile): Don't lose if
1755 esh-module.el's file name is truncated to DOS 8+3 limits.
1756
1757 2000-09-01 John Wiegley <johnw@gnu.org>
1758
1759 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
1760 predicate, which caused entries in the completion list to be
1761 doubled.
1762
1763 2000-08-30 John Wiegley <johnw@gnu.org>
1764
1765 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
1766 sending to subprocesses. Also, hook pre-command-hook if
1767 `eshell-send-direct-to-subprocesses' is non-nil.
1768 (eshell-send-direct-to-subprocesses): New config variable. If t,
1769 subprocess input is send immediately.
1770 (eshell-toggle-direct-send): New function.
1771 (eshell-self-insert-command): New function.
1772 (eshell-intercept-commands): New function.
1773 (eshell-send-input): If direct subprocess sending is enabled,
1774 don't echo any input to the Eshell buffer. Let the subprocess
1775 handle that. This requires "stty echo" in bash, for example.
1776
1777 2000-08-28 John Wiegley <johnw@gnu.org>
1778
1779 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
1780 completion function for Eshell's implementation of `unset'.
1781
1782 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
1783
1784 * info.el (Info-directory-list): Doc fix.
1785
1786 2000-08-31 Peter Breton <pbreton@ne.mediaone.net>
1787
1788 * filecache.el (file-cache-add-directory-using-find): Don't quote
1789 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
1790
1791 2000-08-31 Kenichi Handa <handa@etl.go.jp>
1792
1793 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
1794 coding systems.
1795
1796 2000-08-30 Andrew Innes <andrewi@gnu.org>
1797
1798 * timer.el (run-with-idle-timer): Undo last change, so that timer
1799 is not activated immediately if Emacs is already idle. Some
1800 existing code relies on this behaviour.
1801
1802 2000-08-30 Miles Bader <miles@gnu.org>
1803
1804 * frame.el (set-frame-font): Do completion of font-name for
1805 interactive use.
1806
1807 2000-08-30 Kenichi Handa <handa@etl.go.jp>
1808
1809 * international/quail.el (quail-start-translation): Bind locally
1810 last-command-event, last-command, and this-command.
1811 (quail-start-conversion): Likewise.
1812 (quail-self-insert-command): Fix docstring.
1813
1814 2000-08-29 Gerd Moellmann <gerd@gnu.org>
1815
1816 * progmodes/executable.el
1817 (executable-make-buffer-file-executable-if-script-p): Check that
1818 buffer contains at least 2 characters.
1819
1820 2000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
1821
1822 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
1823
1824 2000-08-29 Dave Love <fx@gnu.org>
1825
1826 * diff-mode.el (diff-mode) <defgroup>: Add :version.
1827 (diff-mode-shared-map): Bind mouse-2.
1828 (diff-imenu-generic-expression): New variable.
1829 (diff-mode): Use it.
1830
1831 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
1832 (mouse-popup-menubar): Add minor mode menus.
1833 (popup-menu): Check for lookup-key returning number.
1834
1835 2000-08-29 Miles Bader <miles@gnu.org>
1836
1837 * comint.el (comint-send-input): Create overlays using the proper
1838 front/read-advance arguments.
1839
1840 2000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1841
1842 * ps-print.el: Even/odd pages printing. Doc fix.
1843 (ps-print-version): New version number (6.0).
1844 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
1845 (ps-background, ps-begin-file, ps-begin-job): Code fix.
1846 (ps-print-duplex-feature): Variable eliminated.
1847 (ps-even-or-odd-pages): New variable.
1848
1849 * progmodes/ebnf2ps.el: Doc fix.
1850 (ebnf-version): New version (3.3).
1851 (ebnf-user-arrow): Change variable customization to sexp.
1852 (ebnf-user-arrow): Function eliminated.
1853 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
1854
1855 2000-08-29 Kenichi Handa <handa@etl.go.jp>
1856
1857 * help.el (help-xref-mule-regexp): New variable.
1858 (help-make-xrefs): Handle help-xref-mule-regexp.
1859
1860 * international/mule-cmds.el (help-xref-mule-regexp-template): New
1861 variable.
1862 (describe-input-method): Temporarily activate the specfied input
1863 method to display the information.
1864 (describe-language-environment): Hyperlinks to mule related items.
1865
1866 * international/mule-diag.el (charset-multibyte-form-string): New
1867 function.
1868 (list-character-sets-1): Use charset-multibyte-form-string.
1869 (describe-character-set): New function.
1870 (describe-coding-system): Hyperlinks to safe character sets.
1871
1872 * international/quail.el (quail-help): New arg PACKAGE.
1873 Hyperlinks to mule related items.
1874 (quail-help-insert-keymap-description): Use
1875 substitute-command-keys instead of describe-bindings.
1876 (quail-translation-help): Hyperlinks to mule related items.
1877
1878 2000-08-28 John Wiegley <johnw@gnu.org>
1879
1880 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
1881 have a defsubst call itself. Made `eshell-flatten-list' back into
1882 a function again.
1883
1884 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
1885 catch, in case re-centering point at bottom messes up the display.
1886 This happens frequently in Emacs 21, due I believe to variable
1887 line heights.
1888
1889 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
1890 to call `find-tag-interactive'.
1891
1892 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
1893 the list of remember directories.
1894
1895 2000-08-28 John Wiegley <johnw@gnu.org>
1896
1897 * align.el: Test align-region-separate to see if it's a symbol.
1898
1899 2000-08-28 John Wiegley <johnw@gnu.org>
1900
1901 * eshell/esh-util.el (eshell-flatten-list): Made this function
1902 into a defsubst form. It gets used very frequently, although
1903 calls don't occur all that often.
1904
1905 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
1906 examining it.
1907
1908 * eshell/esh-cmd.el (eshell-rewrite-while-command):
1909 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
1910 `eshell-protect'.
1911 (eshell-copy-handles): Created a new macro for duplicating the
1912 current set of open handles. This is needed by the looping
1913 functions.
1914 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
1915 is not incorrectly stomped on.
1916
1917 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
1918 declaration for pcomplete-use-paring.
1919 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
1920 value of eshell-cmpl-use-paring.
1921 * pcomplete.el (pcomplete-use-paring): New config variable, to
1922 indicate whether paring should be used.
1923 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
1924 completion alternatives that have already been used.
1925
1926 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
1927 bound to C-c C-y, which will repeat the previous N arguments
1928 (based on prefix argument).
1929 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
1930
1931 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
1932 if there is no *Help* buffer. This is for XEmacs, which renames
1933 its help buffers uniquely. TODO: Find out what the current buffer
1934 name to delete is.
1935
1936 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
1937 first entry that correlates to a passwd/group number. Later
1938 entries (used for group/user name aliasing to multiple IDs) are
1939 ignored.
1940
1941 * eshell/em-xtra.el (eshell/expr):
1942 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
1943 (eshell-grep, eshell/diff, eshell/locate):
1944 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
1945 argument list, before passing it to the system command.
1946
1947 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
1948 `find-tag' for use at final position in Eshell buffers (which
1949 otherwise triggers an error on Emacs 21).
1950 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
1951 buffer, if it is currently bound to `find-tag'.
1952
1953 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
1954 in the list of matched Makefile names.
1955 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
1956 directory, prefer its contents to Makefile.
1957
1958 * eshell/em-dirs.el (eshell/cd): cd commands that look up
1959 directory parts (like "cd old new", or "cd =regexp"), are now case
1960 sensitive on non-Windows/DOS platforms.
1961
1962 * eshell/esh-mode.el (eshell-parse-command-input): When a user
1963 types RET after an open delimiter (like "), display a message
1964 indicating that Eshell is waiting for the closing delimiter.
1965
1966 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
1967 environment variables.
1968
1969 * eshell/em-unix.el (eshell/diff): Added logic to fail more
1970 gracefully if the user enters incorrect arguments.
1971
1972 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
1973 Eshell buffers.
1974
1975 * eshell/esh-var.el (eshell-interpolate-variable):
1976 * eshell/esh-mode.el (eshell-move-argument):
1977 * eshell/em-unix.el (eshell-du-sum-directory):
1978 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
1979 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
1980 (not (= ...)).
1981
1982 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
1983 to ensure the `preserve' flag gets propagated when doing recursive
1984 directory copies.
1985
1986 2000-08-28 Stefan Monnier <monnier@cs.yale.edu>
1987
1988 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
1989 Don't convert \n into \0177 in memory.
1990 (eshell-read-history, eshell-write-history): Convert \n to \0177,
1991 and back again, when reading and writing.
1992
1993 2000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
1994
1995 * eshell/esh-util.el (eshell-processp): Added to relieve constant
1996 testing of `fboundp' on `processp'.
1997
1998 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
1999 (eshell/jobs): Don't call process-list if it is not bound.
2000 (eshell-gather-process-output): Support systems where async
2001 subprocesses aren't supported.
2002 (eshell-scratch-buffer, eshell-last-sync-output-start): New
2003 variables.
2004
2005 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
2006 eshell-do-eval returns t.
2007 (eshell-do-pipelines-synchronously): New defmacro.
2008 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
2009 when async subprocesses aren't supported.
2010 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
2011 if async subprocesses aren't supported.
2012 (eshell-resume-command): Don't assume STATUS is a string.
2013
2014 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
2015
2016 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
2017 (eshell-close-target, eshell-get-target): Use eshell-processp.
2018 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
2019 fix.
2020 (eshell-get-target, eshell-create-handles): Doc fix.
2021
2022 2000-08-28 Miles Bader <miles@lsi.nec.co.jp>
2023
2024 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
2025 criterion to include commands that output something, as long as it
2026 leaves both the command and the end-of-buffer visible when the
2027 command has exited.
2028 (eshell-review-quick-commands): Adjust the help doc string
2029 accordingly.
2030
2031 2000-08-28 Peter Breton <pbreton@ne.mediaone.net>
2032
2033 * locate.el (locate): Cleaned up locate command's interactive prompting
2034 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
2035
2036 * filecache.el (file-cache-case-fold-search): New variable
2037 (file-cache-assoc-function): New variable
2038 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
2039 Use file-cache-case-fold-search variable
2040 (file-cache-add-file): Use file-cache-assoc-function
2041 (file-cache-delete-file): likewise
2042 (file-cache-directory-name): likewise
2043 (file-cache-debug-read-from-minibuffer): likewise
2044
2045 2000-08-28 Gerd Moellmann <gerd@gnu.org>
2046
2047 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
2048 (abbrev-table-name): New function.
2049 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
2050 If non-nil list local abbrev, only.
2051
2052 2000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
2053
2054 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
2055 from Gnus support code, and use special article copy buffer
2056 `(gnus-original-article-buffer)' instead. This allows to get rid
2057 of article-hide-headers usage (which breaks in the latest Gnus
2058 version). Thanks to Detlev Zundel.
2059
2060 2000-08-28 Kenichi Handa <handa@etl.go.jp>
2061
2062 * international/quail.el (quail-use-package): Hide "... loaded"
2063 message.
2064 (quail-start-translation, quail-start-conversion): Likewise.
2065
2066 * international/kkc.el (kkc-region): Hide "... loaded" message.
2067
2068 2000-08-27 Dave Love <fx@gnu.org>
2069
2070 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
2071
2072 2000-08-27 Miles Bader <miles@gnu.org>
2073
2074 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
2075
2076 2000-08-27 Kenichi Handa <handa@etl.go.jp>
2077
2078 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
2079 'ja-dic-cnv), not (require 'skkdic-cnv).
2080
2081 2000-08-26 Miles Bader <miles@gnu.org>
2082
2083 * faces.el (face-x-resources): Add entry for :inherit.
2084 * cus-face.el (custom-face-attributes): Add support for :inherit
2085 attribute. Add support for relative face heights.
2086 (custom-face-attributes-get): Treat `nil' as being a default value
2087 for :inherit (as well as `unspecified').
2088
2089 * faces.el (set-face-attribute): Update doc string.
2090 (face-attribute-name-alist): Add :inherit.
2091 (face-valid-attribute-values): Handle :inherit.
2092 (face-read-string): Rephrase prompt to be less confusing.
2093 Assume that DEFAULT is a string, since we must return a string.
2094 (face-read-integer): Use `format' to turn DEFAULT into an
2095 acceptable default for face-read-string. Match NEW-VALUE against
2096 the string "unspecified", not the symbol `unspecified', since
2097 that's what face-read-string returns.
2098 (read-face-attribute): Lookup a name for old-value in valid, and
2099 use it as a default if we find one. Treat all values from
2100 face-read-string as strings. If the default is used, don't do any
2101 more processing on the value, just use the old value directly.
2102 (read-face-and-attribute, modify-face): Tweak prompt.
2103 (read-face-name): Don't assume prompt ends with a space.
2104
2105 * faces.el (describe-face): Add support for :inherit attribute.
2106
2107 2000-08-25 Kenichi Handa <handa@etl.go.jp>
2108
2109 * terminal.el (terminal-emulator): Fix args to `concat'. Now
2110 concat doesn't accept interger.
2111
2112 * international/kkc.el: Remove SKK from Keywords. Require
2113 ja-dic-utl instead of skkdic-utl.
2114
2115 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
2116 Provide ja-dic-cnv instead of skkdic-cnv.
2117 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
2118 (iso-2022-7bit-short): Add safe-charsets property.
2119 (skkdic-convert-postfix): Search Japanese chou-on character in
2120 addition to Hiragana character.
2121 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
2122 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
2123 (batch-skkdic-convert): Likewise.
2124
2125 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
2126 Provide ja-dic-utl instead of skkdic-utl.
2127 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
2128
2129 2000-08-24 Dave Love <fx@gnu.org>
2130
2131 * disp-table.el (standard-display-default): Make the test of `l'
2132 useful.
2133
2134 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
2135 mod sample text.
2136
2137 * international/iso-ascii.el: Make pilcrow convenient string
2138 consistent with section.
2139 (iso-ascii-display): Set up multibyte characters as well as
2140 unibyte.
2141
2142 2000-08-24 Kenichi Handa <handa@etl.go.jp>
2143
2144 * international/mule-cmds.el (reset-language-environment): Set
2145 default-process-coding-system to '(undecided . iso-latin-1), which
2146 makes process I/O almost consistent with file I/O. Call this
2147 function when mule-cmds.el[c] is loaded.
2148
2149 2000-08-22 Andrew Innes <andrewi@gnu.org>
2150
2151 * makefile.w32-in: New file.
2152
2153 2000-08-22 Miles Bader <miles@lsi.nec.co.jp>
2154
2155 * comint.el (comint-output-filter): Compare end of
2156 comint-last-output-overlay with the start of the newly inserted
2157 text, not the end, when deciding whether to extend it.
2158 Set saved-point's insertion type to advance after insertion.
2159
2160 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
2161 since this is now done independently of font-lock mode.
2162
2163 2000-08-21 Gerd Moellmann <gerd@gnu.org>
2164
2165 * server.el (server-kill-new-buffers): New user option.
2166 (server-existing-buffer): New buffer-local variable.
2167 (server-visit-files): When using an existing buffer, set
2168 server-existing-buffer to t.
2169 (server-buffer-done): If server-kill-new-buffers is t, kill the
2170 buffer, unless it was already present before visiting it with
2171 Emacs server.
2172
2173 2000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
2174
2175 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
2176 even if the display doesn't support colors: some displays will
2177 support bold/underline faces.
2178
2179 2000-08-21 Gerd Moellmann <gerd@gnu.org>
2180
2181 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
2182
2183 * startup.el (command-line): If user's init file had an error,
2184 add explanatory text to *Messages*.
2185
2186 2000-08-21 Kenichi Handa <handa@etl.go.jp>
2187
2188 * man.el (Man-getpage-in-background): Decode the process output by
2189 the system locale coding system.
2190
2191 2000-08-20 Dave Love <fx@gnu.org>
2192
2193 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
2194 Don't test x-popup-menu.
2195 (function) <complete-function>: Complete only fbound symbols.
2196 <validate, value>: New.
2197 (variable) <complete-function>: Complete only bound symbols.
2198 (coding-system): Add :base-only, :complete-function, :validate,
2199 :value, :prompt-match.
2200 (widget-coding-system-prompt-value): Use read-coding-system and
2201 act on :base-only.
2202 (editable-field): Add :help-echo.
2203 (widget-push-button-gui, widget-push-button-cache)
2204 (widget-gui-action, widget-editable-list-gui): COmment out, along
2205 with uses.
2206 (widget-at): Make arg optional.
2207 (widget-echo-help): Adjust for current help-echo calling sequence.
2208 (widget-specify-field, widget-specify-button)
2209 (widget-specify-insert, widget-get-sibling, widget-image-find)
2210 (widget-convert, widget-insert, widget-leave-text)
2211 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
2212 (widget-setup, widget-field-find, widget-before-change)
2213 (widget-after-change, widget-default-complete)
2214 (widget-default-create, widget-default-delete)
2215 (widget-push-button-value-create, editable-field)
2216 (widget-field-prompt-value, widget-field-validate)
2217 (widget-choice-value-create, widget-choice-action)
2218 (widget-choice-validate, widget-checklist-add-item)
2219 (widget-radio-add-item, widget-radio-chosen)
2220 (widget-radio-value-inline, widget-editable-list-value-create)
2221 (widget-editable-list-entry-create)
2222 (widget-documentation-link-add)
2223 (widget-documentation-string-value-create)
2224 (widget-regexp-validate, widget-file-complete)
2225 (widget-sexp-validate, widget-plist-convert-widget)
2226 (widget-plist-convert-widget, widget-alist-convert-widget)
2227 (widget-alist-convert-widget, widget-color-complete): Simplify,
2228 particularly to avoid bindings which aren't optimized out.
2229
2230 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
2231 Doc fix.
2232 (down-list, backward-up-list, up-list, kill-sexp)
2233 (backward-kill-sexp, mark-sexp): Make arg optional.
2234 (lisp-complete-symbol): Add optional arg PREDICATE.
2235
2236 * cus-start.el: Add display-buffer-reuse-frames,
2237 file-coding-system-alist.
2238
2239 2000-08-20 Gerd Moellmann <gerd@gnu.org>
2240
2241 * startup.el (command-line): Clear realized faces after
2242 modifying TTY color mappings.
2243
2244 2000-08-20 Miles Bader <miles@gnu.org>
2245
2246 * faces.el (face-attr-match-p): Don't return true if ATTRS are
2247 merely a subset of FACE's attributes.
2248
2249 2000-08-19 Miles Bader <miles@gnu.org>
2250
2251 * comint.el (comint-output-filter): Save the point with a marker,
2252 not just a buffer position.
2253
2254 * international/mule.el (set-buffer-process-coding-system): Make
2255 interactive prompt less confusing.
2256
2257 2000-08-19 Gerd Moellmann <gerd@gnu.org>
2258
2259 * hilit-chg.el: General cleanup of doc strings, comments and
2260 code formatting.
2261
2262 2000-08-19 Miles Bader <miles@gnu.org>
2263
2264 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
2265 Compiler macro removed; beginning-of-line is no longer always
2266 equivalent to forward-line, in the presence of fields.
2267
2268 * comint.el (comint-output-filter): Remove ad-hoc saving of
2269 restriction, and just use save-restriction, now that it works
2270 correctly. Don't adjust comint-last-input-start to account for
2271 our insertion; it shouldn't have moved because we don't use
2272 insert-before-markers anymore. Comment out call to
2273 `force-mode-line-update'; why is it here?
2274
2275 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
2276 while checking for prompt to delete. Use `forward-line 0'
2277 instead of beginning-of-line.
2278 (gud-filter): Temporarily widen gud comint buffer while
2279 examining output.
2280
2281 2000-08-18 Stefan Monnier <monnier@cs.yale.edu>
2282
2283 * progmodes/sh-script.el: Big bag of typos.
2284
2285 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
2286 check since ispell-process is not bound when ispell is not yet loaded.
2287
2288 2000-08-18 Dave Love <fx@gnu.org>
2289
2290 * image.el (find-image): Copy `spec' before using plist-put.
2291
2292 2000-08-18 Gerd Moellmann <gerd@gnu.org>
2293
2294 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
2295 `portugues'.
2296
2297 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
2298 backward-kill-sexp, analogous to kill-sexp.
2299
2300 * progmodes/icon.el (icon-indent-line)
2301 (icon-is-continuation-line): Handle comments specially.
2302
2303 2000-08-17 Ken Stevens <k.stevens@ieee.org>
2304
2305 * ispell.el: Set to standard author/maintainer/keyword fields.
2306 Fine tuning to menu map appearance and operation, and added help.
2307 Remove `start' and `end' error messages when compiling.
2308 (ispell-choices-win-default-height): Fixed comment string.
2309 (ispell-dictionary-alist-1): Fixed regexp in castellano and
2310 castellano8 dictionaries.
2311 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
2312 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
2313 dictionary, added italiano dictionary.
2314 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
2315 word character
2316 (ispell-tex-skip-alists): Added psfig support.
2317 (ispell-skip-html): Renamed from ispell-skip-sgml.
2318 (ispell-begin-skip-region-regexp, ispell-skip-region)
2319 (ispell-minor-check): Improved html skipping support to skip across
2320 code, and recognize `&' commands without propper `;' syntax;
2321 (ispell-process-line): Fix alignment error when manually
2322 correcting spelling.
2323 (ispell): Fix comment string.
2324 (ispell-add-per-file-word-list): Always put word list on new line.
2325
2326 2000-08-17 Gerd Moellmann <gerd@gnu.org>
2327
2328 * format.el (format-encode-run-method): Fix error message to say
2329 `encode' instead of `decode'. Use save-window-excursion around
2330 shell-command-on-region as in format-decode-run-method because
2331 shell-command-on-region can display a buffer with error output.
2332 (format-decode): Don't record undo information for the decoding.
2333 (format-annotate-function): Add parameter FORMAT-COUNT. Make
2334 that number part of the temporary buffer name so that more than
2335 one decoding using a temporary buffer can happen safely.
2336
2337 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
2338 of `A-z' in the regexp.
2339
2340 * hilit-chg.el: Fix typos in commentary.
2341
2342 * help.el (view-emacs-news): Rewritten for new naming scheme
2343 for old NEWS files.
2344
2345 * startup.el (command-line): Pop to *Messages* in case an error
2346 is signaled while loading user-init-file.
2347
2348 2000-08-17 Andreas Schwab <schwab@suse.de>
2349
2350 * files.el (insert-directory): Don't lose original file name,
2351 undoing an undocumented change.
2352
2353 2000-08-17 Alex Schroeder <alex@gnu.org>
2354
2355 * sql.el (sql-magic-go): Use comint-bol.
2356 (sql-copy-column): Use comint-line-beginning-position.
2357 (comint-line-beginning-position): Define a replacement for
2358 comint-line-beginning-position if it is not fboundp.
2359
2360 2000-08-17 Alex Schroeder <alex@gnu.org>
2361
2362 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
2363 it didn't have any effect anyway.
2364
2365 2000-08-17 Alex Schroeder <alex@gnu.org>
2366
2367 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
2368 --pset and pager=off instead of sending \\o|cat at the beginning
2369 of the session.
2370
2371 2000-08-17 Miles Bader <miles@gnu.org>
2372
2373 * progmodes/octave-inf.el: Add compatibility definition of
2374 comint-line-beginning-position.
2375
2376 2000-08-17 Kenichi Handa <handa@etl.go.jp>
2377
2378 * startup.el (normal-top-level): Look in each dir in load-path for
2379 a leim-list.el file too. This assures of loading leim-list.el
2380 that is created at Emacs installation time even if a user have his
2381 own leim-list.el.
2382
2383 2000-08-17 Miles Bader <miles@gnu.org>
2384
2385 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
2386 foreground color to black if the background is dark.
2387
2388 2000-08-16 Stefan Monnier <monnier@cs.yale.edu>
2389
2390 * loadhist.el (unload-feature): Typo.
2391
2392 * finder.el (finder-compile-keywords):
2393 * cus-dep.el (custom-make-dependencies): Add local-variable settings
2394 to the generated file.
2395
2396 * mail/mh-e.el (mh-make-local-vars):
2397 Replace make-variable-buffer-local with make-local-variable.
2398
2399 * play/landmark.el:
2400 * options.el (Edit-options-{set,toggle,t,nil}):
2401 * mail/mailabbrev.el (mail-abbrevs-mode):
2402 * textmodes/tex-mode.el (tex-expand-files):
2403 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
2404
2405 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
2406
2407 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
2408 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
2409 Allow going past the last element.
2410 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
2411 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
2412 (cvs-mouse-toggle-mark): Don't move point.
2413 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
2414
2415 * progmodes/compile.el (grep): Provide a default set of files.
2416 (next-error): Docstring fix.
2417 (compilation-find-file): Avoid find-file (fails in a dedicated window).
2418
2419 * emacs-lisp/easy-mmode.el (define-minor-mode):
2420 Use `symbol-value' to keep the byte-compiler quiet.
2421
2422 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
2423 (diff-find-source-location): New fun, extracted from diff-goto-source.
2424 (diff-goto-source): Use it.
2425 (diff-next-complex-hunk, diff-filter-lines): New function.
2426 (diff-apply-hunk): New command.
2427
2428 * smerge-mode.el (smerge-mode-menu): Doc fix.
2429
2430 * msb.el (msb-mode): Define it in terms of define-minor-mode.
2431
2432 2000-08-16 Dave Love <fx@gnu.org>
2433
2434 * windmove.el (windmove) <defgroup>: Add :version.
2435
2436 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
2437 (goto-address-fontify-p, goto-address-highlight-p)
2438 (goto-address-url-face, goto-address-url-mouse-face)
2439 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
2440 (goto-address-url-regexp): Use thing-at-point-url-regexp.
2441 (goto-address-fontify, goto-address-at-mouse): Simplify,
2442 (goto-address-at-point): browse-url-url-at-point,
2443 goto-address-find-address-at-point can return nil.
2444 (goto-address-find-address-at-point): Return nil on failure.
2445
2446 * align.el (align) <defgroup>: Add :version.
2447
2448 * calculator.el (calculator): Add :version.
2449 (calculator): Use two lines for calculator window if `modeline'
2450 face is boxed.
2451
2452 * play/5x5.el: Doc fixes.
2453 (5x5) <defgroup>: Add :version.
2454
2455 * play/fortune.el (fortune) <defgroup>: Add :version.
2456 (fortune-append): Fix error message.
2457 (fortune-from-region): Doc fix.
2458
2459 * play/pong.el (pong): Doc fix.
2460
2461 * play/morse.el: Keywords, commentary, autoloads.
2462
2463 2000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
2464
2465 * desktop.el (desktop-save): Don't look at symbol-value of a
2466 member of minor-mode-alist, unless it is boundp.
2467
2468 2000-08-16 Sam Steingold <sds@gnu.org>
2469
2470 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
2471 `while'; use `with-current-buffer' instead of `save-excursion'.
2472 Removed unnecessary kludges now that "*Buffer List*" is excluded.
2473
2474 2000-08-16 Kenichi Handa <handa@etl.go.jp>
2475
2476 * international/ccl.el (declare-ccl-program): Docstring modified.
2477 (ccl-execute-with-args): Likewise.
2478
2479 2000-08-16 Miles Bader <miles@gnu.org>
2480
2481 * progmodes/sql.el: Add compatibility definition of
2482 comint-line-beginning-position.
2483
2484 2000-08-15 Gerd Moellmann <gerd@gnu.org>
2485
2486 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
2487 'buffer-menu' property.
2488 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
2489 fails.
2490 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
2491 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
2492 wasn't killed.
2493
2494 * buff-menu.el (list-buffers-noselect): Don't display the
2495 *Buffer List* buffer.
2496
2497 * font-lock.el: Require jit-lock to prevent a very late
2498 `Loading jit-lock' message.
2499
2500 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
2501 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
2502 mail address.
2503
2504 2000-08-15 Miles Bader <miles@gnu.org>
2505
2506 * textmodes/ispell.el (ispell-graphic-p): New constant.
2507 (ispell-choices-win-default-height, ispell-help): Use
2508 `ispell-graphic-p' instead of `xemacsp'.
2509
2510 2000-08-15 Dave Love <fx@gnu.org>
2511
2512 * simple.el: Autoload widget-convert when compiling.
2513 (mail-user-agent): Doc fix.
2514
2515 * help.el (function-called-at-point, variable-at-point): Use
2516 with-syntax-table.
2517 (help-manyarg-func-alist): Add insert-and-inherit.
2518
2519 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
2520
2521 * delsel.el (delsel-unload-hook): New function.
2522
2523 * find-file.el: Doc fixes. Move provide to end.
2524 (ff) <defgroup>: Add :link.
2525 (ff-goto-click): Deleted.
2526 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
2527 Use mouse-set-point.
2528
2529 * textmodes/tildify.el: Doc fixes.
2530 (tildify) <defgroup>: Add:version.
2531
2532 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
2533 (glasses-custom-set): Use set-default, not set.
2534 (minor-mode-alist): Propertize the lighter.
2535 (glasses-mode): Provide optional arg.
2536
2537 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
2538 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
2539 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
2540 option. Provide :type.
2541 (cwarn-configuration): Provide :type.
2542 (cwarn-mode): Doc fix.
2543
2544 * add-log.el (change-log-merge): Doc fix.
2545 (change-log-redate): New command.
2546
2547 * net/browse-url.el (browse-url-filename-alist): Add a clause for
2548 Doze and Dog.
2549 (browse-url): Use dolist, not mapcar.
2550 (browse-url-at-point): Check for null url.
2551 (browse-url-event-buffer, browse-url-event-point): Functions
2552 deleted.
2553 (browse-url-at-mouse, browse-url-netscape): Simplify.
2554
2555 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
2556 modes.
2557 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
2558 Fix previous change to mapcan.
2559 (msb--init-file-alist, msb--add-separators)
2560 (msb--make-keymap-menu): Simplify.
2561 (msb--choose-file-menu): Use copy-sequence.
2562 (msb-mode-map): Add title to keymap.
2563 (msb-unload-hook): New function.
2564
2565 * bs.el: Fix indentation.
2566 (bs) <defgroup>: Add :links.
2567 (bs-show): Doc fix.
2568 (bs-apply-sort-faces): Don't use window-system.
2569 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
2570
2571 2000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
2572
2573 * calendar/timeclock.el (timeclock-file): Run .timelog through
2574 convert-standard-filename.
2575
2576 2000-08-14 Gerd Moellmann <gerd@gnu.org>
2577
2578 * emacs-lisp/authors.el: New file.
2579
2580 * paren.el (show-paren-priority): New user option.
2581 (show-paren-function): Set overlay priorities to
2582 show-paren-priority.
2583
2584 2000-08-14 Miles Bader <miles@gnu.org>
2585
2586 * comint.el (comint-bol): Use `forward-line 0' instead of calling
2587 beginning-of-line with inhibit-field-text-motion bound.
2588
2589 2000-08-14 Gerd Moellmann <gerd@gnu.org>
2590
2591 * calendar/timeclock.el: New file.
2592
2593 2000-08-14 David Ponce <david@dponce.com>
2594
2595 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
2596 `widget-button-click'. so that one can use left mouse button to
2597 click on dialog buttons.
2598
2599 2000-08-14 Emmanuel Briot <briot@gnat.com>
2600
2601 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
2602 identifiers, since XML is case sensitive
2603
2604 2000-08-12 Miles Bader <miles@gnu.org>
2605
2606 * comint.el (comint-output-filter): Don't bother frobbing
2607 window-start, it doesn't seem to be necessary.
2608
2609 * comint.el (comint-send-string, comint-send-region): Make into
2610 real functions. Snapshot the prompt before sending.
2611
2612 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
2613
2614 * info.el (Info-find-emacs-command-nodes): Rewrite to use
2615 technique similar to Info-index, instead of relying on specific
2616 names of relevant Index nodes.
2617 (Info-goto-emacs-command-node): Bind Info-history to nil when
2618 going to the first node found by Info-find-emacs-command-nodes.
2619
2620 2000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
2621
2622 * menu-bar.el (menu-bar-help-menu): Add a :help string.
2623
2624 2000-08-10 Miles Bader <miles@gnu.org>
2625
2626 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
2627
2628 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
2629
2630 * info.el (Info-file-list-for-emacs): More elements for the
2631 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
2632 and woman manuals.
2633
2634 2000-08-10 Miles Bader <miles@lsi.nec.co.jp>
2635
2636 * comint.el (comint-send-input): Make the newline boundary overlay
2637 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
2638 (comint-output-filter): Use `insert' instead of
2639 `insert-before-markers'. Extend comint-last-output-overlay when
2640 necessary since we can't rely on insert-before-markers to do it.
2641 * gud.el (gud-filter): Use `with-current-buffer' instead of
2642 save-excursion when inserting the output, so that point gets
2643 updated correctly; the old method relied on a rather dodgy
2644 side-effect of comint-output-filter to avoid the effect of
2645 save-excursion.
2646
2647 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
2648
2649 * files.el (recover-file): Call insert-directory instead of
2650 invoking `ls' directly.
2651
2652 2000-08-10 Miles Bader <miles@gnu.org>
2653
2654 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
2655 (comint-last-prompt-overlay): New variables.
2656 (comint-output-filter): Implement prompt highlighting.
2657 (comint-snapshot-last-prompt): New function.
2658 (comint-send-input): Snapshot the last prompt.
2659 Use comint-highlight-input-face.
2660 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
2661 Use defface instead of defcustom.
2662 (send-invisible, comint-send-eof): Snapshot the last prompt.
2663 (comint-delchar-or-maybe-eof): Use comint-send-eof.
2664 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
2665
2666 2000-08-09 Stefan Monnier <monnier@cs.yale.edu>
2667
2668 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
2669 (regexp-opt-group): Use a list of chars for `letters'.
2670 (regexp-opt-charset): `chars' is now a list of chars.
2671 Use a char-table rather than a vector so it works for multibyte chars.
2672
2673 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
2674 Set cvs-minor-current-files to the selected fileinfo.
2675 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
2676 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
2677
2678 2000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
2679
2680 * files.el (insert-directory): Don't call access-file on
2681 directories on DOS and Windows.
2682
2683 2000-08-09 Kenichi Handa <handa@etl.go.jp>
2684
2685 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
2686 longer if necessary.
2687 (ccl-embed-code): Call ccl-embed-data to store CODE in
2688 ccl-program-vector.
2689
2690 2000-08-09 Miles Bader <miles@gnu.org>
2691
2692 * comint.el (comint-output-filter): Properly handle the case where
2693 the text surrounded by comint-last-output-overlay was deleted.
2694
2695 2000-08-08 Gerd Moellmann <gerd@gnu.org>
2696
2697 * info.el (Info-insert-dir): Use Info-additional-directory-list if
2698 non-nil.
2699 (Info-file-list-for-emacs): Remove "info" from the list because
2700 that leads to trying to use the documentation from file `info'
2701 in various situations where it isn't appropriate, for instance
2702 C-h C-k C-h i.
2703
2704 * ffap.el (ffap-read-file-or-url-internal): Handle case that
2705 DIR and/or STRING are nil.
2706
2707 * progmodes/compile.el (compilation-setup): Make variable
2708 compilation-error-screen-columns buffer-local, as some comment
2709 in the code suggests it should be.
2710
2711 * files.el (auto-mode-interpreter-regexp): New variable.
2712 (set-auto-mode): Use it.
2713
2714 * indent.el (indent-for-tab-command): Doc fix.
2715
2716 * mouse-sel.el (mouse-sel-mode): Doc fix.
2717
2718 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
2719 labels.
2720
2721 * help.el (print-help-return-message): When
2722 display-buffer-reuse-frames is set, let the help window been quit,
2723 instead of deleting it, which might delete a reused frame.
2724
2725 2000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
2726
2727 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
2728 rename a directory to a name that differs only by its letter case.
2729
2730 2000-08-08 Kenichi Handa <handa@etl.go.jp>
2731
2732 * international/quail.el (quail-define-rules): Handle Quail decode
2733 map correctly. Add code for supporting annotations.
2734 (quail-install-decode-map): New function.
2735 (quail-defrule-internal): New optional arguments decode-map and
2736 props.
2737 (quail-advice): New function.
2738
2739 2000-08-07 Sam Steingold <sds@gnu.org>
2740
2741 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
2742 `defconst', `define-condition', `with-slots'.
2743 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
2744
2745 2000-08-03 Miles Bader <miles@gnu.org>
2746
2747 * comint.el (comint-use-prompt-regexp-instead-of-fields):
2748 New variable.
2749 (comint-prompt-regexp, comint-get-old-input): Document dependence on
2750 comint-use-prompt-regexp-instead-of-fields.
2751 (comint-send-input): Add `input' field property to stuff we send to
2752 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
2753 (comint-output-filter): Add `output' field property to process
2754 output, if comint-use-prompt-regexp-instead-of-fields is nil.
2755 (comint-replace-by-expanded-history)
2756 (comint-get-old-input-default, comint-show-output)
2757 (comint-backward-matching-input, comint-forward-matching-input)
2758 (comint-next-prompt, comint-previous-prompt): Use field
2759 properties if comint-use-prompt-regexp-instead-of-fields is nil.
2760 (comint-line-beginning-position): New function.
2761 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
2762 (comint-replace-by-expanded-history-before-point): Use
2763 comint-line-beginning-position and line-end-position.
2764 (comint-last-output-overlay): New variable.
2765 (comint-mode): Make `comint-last-output-overlay' buffer-local.
2766
2767 * shell.el (shell-prompt-pattern): Doc change.
2768 (shell-backward-command): Use line-beginning-position.
2769
2770 * gud.el (gud-gdb-complete-command): Use
2771 comint-line-beginning-position.
2772
2773 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
2774 comint-bol doesn't actually go to the beginning of the line.
2775
2776 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
2777 if comint-use-prompt-regexp-instead-of-fields is non-nil.
2778 (try-expand-line-all-buffers): Likewise.
2779
2780 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
2781 explicitly matching comint-prompt-regexp.
2782 (sql-copy-column): Use comint-line-beginning-position instead of
2783 explicitly matching comint-prompt-regexp.
2784
2785 * progmodes/octave-inf.el (inferior-octave-complete): Use
2786 comint-line-beginning-position.
2787
2788 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
2789
2790 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
2791 looking for a prompt, use `forward-line 0' instead of
2792 `beginning-of-line', to avoid getting caught by an input field.
2793
2794 2000-08-07 Gerd Moellmann <gerd@gnu.org>
2795
2796 * files.el (shell-quote-wildcard-pattern): Make sure to return
2797 PATTERN, in the Unix case.
2798
2799 2000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
2800
2801 * play/zone.el (zone): Discard any pending input before running
2802 the randomly-chosen pgm.
2803
2804 2000-08-07 Kenichi Handa <handa@etl.go.jp>
2805
2806 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
2807 checking the existence of any multibyte characters.
2808
2809 2000-08-06 Gerd Moellmann <gerd@gnu.org>
2810
2811 * help.el (describe-mode): Test minor-mode symbol for being
2812 bound before testing its value for being nil.
2813
2814 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
2815 `first', `second', and `third'.
2816
2817 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
2818 (second): Make it an alias for `cadr'.
2819
2820 2000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
2821
2822 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
2823 types of display support faces now.
2824
2825 2000-08-05 Gerd Moellmann <gerd@gnu.org>
2826
2827 * pcvs.el (require): Require `cl' during compilation, only.
2828
2829 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
2830 (toplevel): Remove `remq' and `remove' from autoloads.
2831 (cl-fake-autoloads): New variable. If set, arrange for an error
2832 when CL functions etc. are autoloaded.
2833
2834 2000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
2835
2836 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
2837
2838 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
2839 popped up, but the user clicks outside the menu, return an empty
2840 regexp (that causes unhighlight-regexp to have no effect).
2841
2842 * menu-bar.el (menu-bar-games-menu): Add Zone.
2843
2844 * hi-lock.el (toplevel): Require font-lock.
2845
2846 2000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2847
2848 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
2849 (ebnf-8-bit-chars): New var for bug fix.
2850 (ebnf-string): Bug fix.
2851
2852 2000-08-03 Sam Steingold <sds@gnu.org>
2853
2854 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
2855 instead of `buffer-string'.
2856 (require 'cl): Always, not just when compiling.
2857 `ignore-errors' in `interactive', `list*', `defun*' &c make this
2858 necessary.
2859
2860 2000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
2861
2862 * international/mule-cmds.el (select-safe-coding-system): Make
2863 the message text about selecting a safe coding system more clear.
2864
2865 2000-08-02 Gerd Moellmann <gerd@gnu.org>
2866
2867 * hi-lock.el: New file.
2868
2869 * play/zone.el: New file.
2870
2871 * replace.el (occur): Set tab-width in the *Occur* buffer to the
2872 value of tab-width in the original buffer. Choose a line number
2873 format that's a multiple of the original buffer's tab width, so
2874 that lines appear right.
2875
2876 * textmodes/ispell.el (ispell): New function, replacing an alias.
2877 Spell-check active region if in transient-mark-mode and mark
2878 is active; otherwise spell-check buffer.
2879
2880 2000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2881
2882 * ps-mule.el: Fix a customization problem on
2883 ps-mule-font-info-database-default.
2884
2885 2000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
2886
2887 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
2888 display-mouse-p instead of window-system.
2889 (ebrowse-member-mode-map): Ditto.
2890
2891 2000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2892
2893 * progmodes/ebnf2ps.el: Update ps-print functions call.
2894 Indentation fix. Doc fix.
2895 (ebnf-version): New version number (3.2).
2896 (ebnf-format-color, ebnf-begin-job): Code fix.
2897
2898 2000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
2899
2900 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
2901 font lock support on window-system.
2902 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
2903
2904 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
2905 display-color-p, if fboundp, instead of window-system.
2906
2907 2000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
2908
2909 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
2910 instead of window-system.
2911
2912 * wid-edit.el (widget-choose): Use display-mouse-p instead of
2913 window-system.
2914 (widget-choice-mouse-down-action): Use display-popup-menus-p
2915 instead of window-system.
2916
2917 * strokes.el (strokes-file): Run the file name through
2918 convert-standard-filename.
2919 (strokes-mode): Call display-mouse-p instead of looking at
2920 window-system. Change the error message accordingly.
2921
2922 * progmodes/cpp.el (toplevel): Support faces on tty's.
2923
2924 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
2925 (lm-plot-square, lm-init-display): Don't use window-system.
2926
2927 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
2928 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
2929
2930 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
2931 instead of looking at window-system.
2932
2933 2000-07-30 Gerd Moellmann <gerd@gnu.org>
2934
2935 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
2936 of testing if iswitchb-prepost-hooks is bound, because the
2937 latter will always be true when invoking a recursive minibuffer
2938 from an active Iswitchb buffer.
2939
2940 2000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
2941
2942 * files.el (shell-quote-wildcard-pattern): New function.
2943 (insert-directory): Call it. Only prepend "\" to command on Unix
2944 and GNU/Linux systems.
2945
2946 2000-07-30 Gerd Moellmann <gerd@gnu.org>
2947
2948 * eshell/esh-groups.el: Change custom :link file names
2949 from `eshell.info' to `eshell'.
2950
2951 2000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
2952
2953 * dired.el (dired-build-subdir-alist): Expand subdirectory names
2954 correctly in recursive ange-ftp listings.
2955
2956 2000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2957
2958 * ps-print.el: Fix bug 1: if ps-font-size-internal,
2959 ps-header-font-size-internal and
2960 ps-header-title-font-size-internal variables are not set,
2961 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
2962 face text property is (foreground-color . COLOR) or
2963 `(background-color . COLOR)', ps-print crashes. Doc fix.
2964 (ps-print-version): New version number (5.2.4).
2965 (ps-plot-region): Code fix.
2966 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
2967 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
2968 Bug fix 2.
2969
2970 2000-07-30 Milan Zamazal <pdm@freesoft.cz>
2971
2972 * glasses.el (glasses-make-readable): Fix uncapitalization of
2973 identifiers like `myXMLDocument'.
2974
2975 2000-07-28 Karl Fogel <kfogel@red-bean.com>
2976
2977 * mail/mail-hist.el (mail-hist-previous-input)
2978 (mail-hist-next-input): Do the obvious code factorization.
2979 (mail-hist-retrieve-and-insert): New func, contains common
2980 code of above two.
2981 If inserting a message body, leave point at top.
2982
2983 2000-07-28 Sam Steingold <sds@gnu.org>
2984
2985 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
2986 Use `<=', not `<' to compare times!
2987 (ange-ftp-ls): Remove.
2988
2989 2000-07-27 Gerd Moellmann <gerd@gnu.org>
2990
2991 * play/cookie1.el: Add explanation of how to make cookie.el
2992 compatible with strfile(1) to comment.
2993
2994 * subr.el (remove, remq): New functions.
2995
2996 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
2997 escape `*' in regexps.
2998 (midnight-find): Reverse order of arguments in the funcall of
2999 TEST.
3000
3001 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
3002 and `.class'.
3003
3004 * play/meese.el: Add Commentary section.
3005
3006 2000-07-27 Alex Schroeder <alex@gnu.org>
3007
3008 * sql.el (sql-ms): Added autoload cookie.
3009 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
3010 (sql-oracle): Ditto.
3011 (sql-help): Doc change.
3012
3013 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
3014 types and exceptions.
3015
3016 2000-07-27 Alex Schroeder <alex@gnu.org>
3017
3018 * sql.el (sql-placeholder-history): New variable.
3019 (sql-query-placeholders-and-send): New function that will query
3020 the user and replace placeholders with user input.
3021 (sql-oracle): If running on NT, set comint-input-sender to
3022 sql-query-placeholders-and-send.
3023
3024 (sql-stop): If in the SQLi buffer, insert stop notification, else
3025 present it as a message.
3026
3027 2000-07-27 Alex Schroeder <alex@gnu.org>
3028
3029 * sql.el (sql-input-ring-separator): Doc change.
3030 (sql-input-ring-file-name): Doc change.
3031 (sql-interactive-mode): Use `sql-input-ring-separator' and
3032 `sql-input-ring-file-name' to set the comint-mode equivalents
3033 without making them local variables.
3034 (sql-stop): Don't bind `sql-input-ring-separator' and
3035 `sql-input-ring-file-name' dynamically to their comint-mode
3036 equivalents.
3037
3038 2000-07-27 Kenichi Handa <handa@etl.go.jp>
3039
3040 * international/mule.el (register-char-codings): New function.
3041 (make-coding-system): Handle `safe-chars' specification in the arg
3042 PROPERTY.
3043
3044 * international/mule-cmds.el
3045 (find-coding-systems-region-subset-p): This function deleted.
3046 (sort-coding-systems-predicate): New variable.
3047 (sort-coding-systems): New function.
3048 (find-coding-systems-region): Use
3049 find-coding-systems-region-internal.
3050 (find-coding-systems-string): Use find-coding-systems-region.
3051 (find-coding-systems-for-charsets): Check
3052 char-coding-system-table.
3053 (select-safe-coding-system-accept-default-p): New variable.
3054 (select-safe-coding-system): Mostly rewritten. New argument
3055 ACCEPT-DEFAULT-P.
3056 (select-message-coding-system): Call select-safe-coding-system
3057 with ACCEPT-DEFAULT-P arg.
3058 (reset-language-environment): Reset default-sendmail-coding-system
3059 to the default value iso-latin-1.
3060 (set-language-environment): Don't set the obsolete variable
3061 charset-origin-alist.
3062
3063 * international/codepage.el (cp-coding-system-for-codepage-1):
3064 Give `safe-chars' property to make-coding-system.
3065
3066 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
3067 calling select-message-coding-system twice.
3068
3069 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
3070 instead of `safe-charsets'.
3071 (cyrillic-alternativnyj): Likewise.
3072 (ccl-encode-alternativnyj): Don't check the charset
3073 cyrillic-iso8859-5.
3074
3075 2000-07-27 Kenichi Handa <handa@etl.go.jp>
3076
3077 * composite.el (compose-chars-after): Preserve match data.
3078
3079 2000-07-26 Sam Steingold <sds@gnu.org>
3080
3081 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
3082 (ange-ftp-real-file-newer-than-file-p): New function.
3083 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
3084 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
3085
3086 * tooltip.el (tooltip-float-time): Removed (use `float-time').
3087 * midnight.el (midnight-float-time): Ditto.
3088
3089 2000-07-26 Andreas Schwab <schwab@suse.de>
3090
3091 * files.el (normal-backup-enable-predicate): Correct
3092 interpretation of the return value of compare-strings.
3093
3094 2000-07-26 Gerd Moellmann <gerd@gnu.org>
3095
3096 * isearch.el (isearch-resume): New function.
3097 (isearch-done): Add something to command-history to resume
3098 the search.
3099 (isearch-yank-line, isearch-yank-word): Use
3100 buffer-substring-no-properties instead of buffer-substring.
3101
3102 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
3103 of flyspell-mouse-map.
3104
3105 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
3106 duplicate definition.
3107 (makefile-mode): Remove duplicate setting of local-abbrev-table.
3108
3109 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
3110 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
3111
3112 2000-07-25 Sam Steingold <sds@gnu.org>
3113
3114 * net/ange-ftp.el: Get modtime over the net.
3115 (ange-ftp-file-modtime): New function.
3116 (ange-ftp-write-region, ange-ftp-insert-file-contents)
3117 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
3118 Use it.
3119 (ange-ftp-dot-to-slash): New function.
3120 (ange-ftp-fix-name-for-vms): Use it.
3121
3122 * midnight.el (midnight-buffer-display-time): Use
3123 `with-current-buffer'.
3124
3125 2000-07-25 Gerd Moellmann <gerd@gnu.org>
3126
3127 * find-dired.el: Update copyright notice.
3128 (find-dired): Offer to kill a running `find'.
3129
3130 * enriched.el (enriched-face-ans): For a `foreground-color'
3131 property, return '(("x-color" COLOR))' so that COLOR will be
3132 output as a parameter of the x-color annotation. Likewise for the
3133 `background-color' property. In the case of normal face
3134 properties, don't return annotations for unspecified foreground
3135 and background face attributes.
3136
3137 2000-07-25 Kenichi Handa <handa@etl.go.jp>
3138
3139 * language/japan-util.el (japanese-katakana-region): Fix handling
3140 HANKAKU argument.
3141
3142 2000-07-25 Miles Bader <miles@gnu.org>
3143
3144 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
3145 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
3146 constrain-to-field.
3147
3148 2000-07-24 Andrew Innes <andrewi@gnu.org>
3149
3150 * timer.el (timer-activate-when-idle): Add optional parameter
3151 DONT-WAIT. Update docstring.
3152 (run-with-idle-timer): Specify extra parameter to
3153 timer-activate-when-idle, so that timer will be activated
3154 immediately if Emacs is already idle.
3155
3156 * w32-fns.el (w32-using-nt): Fix docstring.
3157
3158 2000-07-24 Dave Love <fx@gnu.org>
3159
3160 * mouse.el (popup-menu): Set last-command-event.
3161 (mouse-major-mode-menu-prefix): Declare.
3162
3163 2000-07-24 Gerd Moellmann <gerd@gnu.org>
3164
3165 * textmodes/flyspell.el: Update to author's version 1.5d.
3166
3167 * progmodes/hideshow.el: Update copyright notice.
3168
3169 * vcursor.el: Set maintainer to FSF, since author cannot
3170 be reached.
3171
3172 2000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
3173
3174 * info.el (Info-goto-emacs-key-command-node): Leave a space after
3175 the prompt.
3176
3177 * mouse.el (popup-menu): Run the keymap through indirect-function,
3178 in case it was defined with define-prefix-key. If the menu is a
3179 list of keymaps, look up the binding of user's choice in each one
3180 of the keymaps.
3181 (mouse-popup-menubar): If the global and local menu-bar keymaps
3182 don't have a prompt string, create one and insert it into the
3183 keymap. Don't barf if current-local-map returns nil.
3184
3185 2000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
3186
3187 * dired.el (dired-sort-R-check): Added to allow recursive listing
3188 to be undone.
3189 (dired-sort-other): Use it.
3190
3191 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
3192
3193 * Release of cc-mode 5.27
3194
3195 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
3196
3197 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
3198 c-beginning-of-statement-1 that caused a bad case of recursion
3199 which could consume a lot of CPU in large classes in languages
3200 that have in-expression classes (i.e. Java and Pike).
3201
3202 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
3203 statements before top level constructs (i.e. case 6 is moved
3204 before case 5 and is now case 4) to catch in-expression
3205 classes in top level expressions correctly.
3206
3207 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
3208
3209 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
3210 objc-method-intro. Case 4 removed and case 5I added.
3211
3212 * cc-langs.el (c-append-paragraph-start): New variable used by
3213 c-common-init to get paragraph-start correct.
3214 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
3215 initialize paragraph-start to make it correct both with and
3216 without the javadoc special case.
3217
3218 * cc-mode.el (java-mode): Use c-append-paragraph-start to
3219 initialize paragraph-start for javadoc markup.
3220
3221 * cc-vars.el (c-style-variables-are-local-p): Incompatible
3222 change by defaulting this to t. It's motivated by the
3223 confusing behavior that otherwise arise from the style system
3224 when editing both java and non-java files at the same time
3225 (see the comments about style setting in c-common-init).
3226
3227 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
3228
3229 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
3230 similar to the one in c-fill-paragraph to check the fill
3231 prefix from the adaptive fill function for sanity.
3232
3233 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
3234
3235 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
3236 defun block.
3237
3238 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
3239
3240 * cc-mode.texi Documented the change of cpp-macro.
3241
3242 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
3243
3244 * cc-align.el (c-lineup-multi-inher): Handle lines with
3245 leading comma nicely. Extended to handle member initializers
3246 too.
3247
3248 * cc-engine.el: (c-beginning-of-inheritance-list,
3249 c-guess-basic-syntax): Fixed recognition of inheritance lists
3250 when the lines begins with a comma.
3251
3252 * cc-mode.texi: Updated doc for c-lineup-multi-inher.
3253
3254 * cc-vars.el (c-offsets-alist): Changed default for
3255 member-init-cont to c-lineup-multi-inher since it now handles
3256 member initializers and indents better for leading commas.
3257
3258 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
3259
3260 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
3261 handling that caused class open lines to be recognized as
3262 statement-conts in some cases.
3263
3264 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
3265 guessed by the adaptive fill function unless point is on the
3266 first line of a block comment.
3267
3268 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
3269 when the buffer ends with a macro continuation char.
3270
3271 * cc-engine.el (c-guess-basic-syntax): Added support for
3272 function definitions as statements in Pike. The first
3273 statement in a lambda block is now labeled defun-block-intro
3274 instead of statement-block-intro.
3275
3276 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
3277 so that the class surrounding point is selected, not the one
3278 innermost in the state.
3279
3280 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
3281 recognition of switch labels having hanging multiline
3282 statements.
3283
3284 * cc-engine.el (c-beginning-of-member-init-list): Broke out
3285 some code in c-guess-basic-syntax to a separate function.
3286 * cc-engine.el (c-just-after-func-arglist-p): Fixed
3287 recognition of member inits with multiple line arglists.
3288 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
3289 member-init-cont when the commas are in funny places.
3290
3291 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
3292
3293 * cc-defs.el (c-auto-newline): Removed this macro since it's
3294 not used anymore.
3295
3296 * cc-engine.el (c-looking-at-bos): New helper function.
3297 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
3298 inexpr and toplevel classes apart in Pike.
3299
3300 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
3301 of case 9A.
3302
3303 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
3304 constant, since "class" can introduce an in-expression class
3305 in Pike nowadays.
3306
3307 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
3308
3309 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
3310 indentation on cpp-macro lines.
3311
3312 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
3313 a syntax modifier like comment-intro, to make it possible to
3314 get syntactic indentation for preprocessor directives. It's
3315 incompatible wrt to lineup functions on cpp-macro, but it has
3316 no observable effect in the 99.9% common case where cpp-macro
3317 is set to -1000.
3318
3319 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
3320
3321 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
3322 member-init-cont when the preceding arglist is several lines.
3323
3324 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
3325
3326 * cc-styles.el (c-style-alist): The basic offset for the BSD
3327 style corrected to 8.
3328
3329 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
3330
3331 * cc-styles.el (c-style-alist): Adjusted the indentation of
3332 brace list openers in the gnu style.
3333
3334 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
3335
3336 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
3337
3338 * cc-cmds.el (c-electric-brace, c-electric-slash,
3339 c-electric-star, c-electric-semi&comma, c-electric-colon,
3340 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
3341 when c-syntactic-indentation is nil.
3342
3343 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
3344 we were left at comments preceding the first statement when
3345 reaching the beginning of the buffer.
3346
3347 * cc-vars.el (c-syntactic-indentation): New variable to turn
3348 off all syntactic indentation.
3349
3350 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
3351
3352 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
3353 between the text and the block comment ender when it hangs,
3354 depending on how many there are before the fill.
3355
3356 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
3357
3358 * cc-engine.el (c-beginning-of-closest-statement): New helper
3359 function to go back to the closest preceding statement start,
3360 which could be inside a conditional statement.
3361 * cc-engine.el (c-guess-basic-syntax): Use
3362 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
3363
3364 * cc-engine.el (c-guess-basic-syntax): Better handling of
3365 arglist-intro, arglist-cont-nonempty and arglist-close when
3366 the arglist is nested inside parens. Cases 7A, 7C and 7F
3367 changed.
3368
3369 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
3370 up-to-date with javadoc 1.2.
3371
3372 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
3373
3374 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
3375 multiline Pike type decls.
3376
3377 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
3378
3379 * cc-cmds.el (c-indent-new-comment-line): Always break
3380 multiline comments in multiline mode, regardless of
3381 comment-multi-line.
3382
3383 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
3384
3385 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
3386 fully::qualified::names in C++ member init lists. Preamble in
3387 case 5D changed.
3388
3389 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
3390
3391 * cc-langs.el (c-common-init): Handling of obsolete variables
3392 moved to c-initialize-cc-mode. More compatible style override
3393 when using global style variables.
3394 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
3395 variables moved here.
3396
3397 * cc-mode.texi: Documented the special behavior of
3398 c-special-indent-hook as a style variable. Don't talk about
3399 doing (c-make-styles-buffer-local t) in a mode hook, since
3400 that's already too late to work right.
3401
3402 * cc-styles.el (c-make-styles-buffer-local): Flag style
3403 variable localness in c-style-variables-are-local-p to make
3404 the compatibility measure in c-common-init work well.
3405
3406 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
3407 longer contain set-from-style.
3408 * cc-styles.el (c-initialize-builtin-style): Don't check for
3409 set-from-style on c-special-indent-hook.
3410 * cc-styles.el (c-copy-tree): Obsolete. The standard function
3411 copy-alist is sufficient now.
3412
3413 * cc-styles.el (c-set-style, c-set-style-1,
3414 c-get-style-variables): Fixes to variable initialization so
3415 that duplicate entries in styles have the same effect
3416 regardless of DONT-OVERRIDE.
3417
3418 * cc-styles.el (c-set-style-2): Fixed bug where the
3419 initialization of inheriting styles failed when the
3420 dont-override flag is set.
3421
3422 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
3423 on this.
3424
3425 2000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
3426
3427 * cc-defs.el (c-forward-comment): Removed the workaround
3428 introduced in 5.38 since it had worse side-effects. If a line
3429 contains the string "//\"", it regarded the // as a comment
3430 start since the \ temporarily doesn't have escape syntax.
3431
3432 2000-07-17 Emmanuel Briot <briot@act-europe.fr>
3433
3434 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
3435 ada-xref.el before ada-prj.el, so that the Project menu is created
3436 when ada-prj tries to add to it.
3437 (ada-activate-keys-for-case): Suppress the characters that are not
3438 part of the Ada syntax. Better compatibility with else-mode
3439 (ada-adjust-case-interactive): When auto-casing is not active,
3440 correctly insert newlines (used to insert only ^M). Prevent the
3441 syntax table from being changed in case of an error
3442 (or '_' becomes part of a word and some commands are confused).
3443 Do nothing if ada-auto-case is nil.
3444 (ada-after-keyword-p): Ignore keywords that are also attributes
3445 (ada-batch-reformat): Update usage comment
3446 (ada-call-from-contextual-menu): New function
3447 (ada-case-read-exceptions): Reinitialize the casing exception list
3448 first to nil first, so that the casing exception file can be
3449 shared.
3450 (ada-check-defun-name): Handles "configure" keyword for gnatdist
3451 files.
3452 (ada-compile-goto-error): Fix regexp used to detect a file:line
3453 anywhere in the error message
3454 (ada-contextual-menu-last-point): New variable
3455 (ada-create-keymap): If the variable delete-key-deletes-forward is
3456 t on XEmacs, it means that DEL should delete one character
3457 forward.
3458 (ada-create-menu): Use :included instead of :visible for XEmacs.
3459 New submenu "Options".
3460 (ada-end-stmt-re): Correctly indent "select ... then abort"
3461 statements.
3462 (ada-fill-comment-paragraph): Correctly delete all leading '--'
3463 even if they don't match ada-fill-comment-prefix Fix handling of
3464 paragraphs on the first or last line of a file.
3465 (ada-format-paramlist): Fix handling of default parameter values.
3466 (ada-get-body-name): New function.
3467 (ada-get-current-indent): Optimized by searchling directly for an
3468 existing generic part or a statement outside of it. Handle
3469 ada-indent-align-comments when indenting comments Replaced some
3470 regexps by testing directly the next character. This results in a
3471 huge speedup on some files. New indentation scheme for renames
3472 statements. Stop looking for the 'while' or 'for' associated with
3473 a 'loop' at the first semicolon encountered. A "return" can also
3474 match an anonymous access subprogram declaration.
3475 (ada-get-indent-noindent): Ignore strings and comments when
3476 looking for the keywords "record" and "private".
3477 (ada-goto-matching-decl-start): When matching "if", make sure we
3478 are not in fact seeing "end if". Ignore "when" statements except
3479 when initial keyword was "begin". Fix handling of nested
3480 procedures. Add a recursive call to this function to skip over
3481 other 'end' statmts. Fix indentation for "when .. => begin"
3482 (ada-in-open-paren-p): Fix indentation for complex boolean
3483 expressions, where 'and then', 'or else' and parenthesis
3484 statements are mixed up.
3485 (ada-in-paramlist-p): Skip comments while searching for the
3486 beginning Fix handling of operator declarations.
3487 (ada-indent-align-comments): New variable
3488 (ada-indent-current): Change the syntax table only in the
3489 protected section, so that we are sure it is restored correctly.
3490 (ada-indent-on-previous-lines): Use ada-use-indent and
3491 ada-with-indent Correctly indent "select ... then"
3492 (ada-indent-region): Slight speedup.
3493 (ada-indent-renames): New variable.
3494 (ada-last-which-function-subprog, ada-last-which-function-line):
3495 New variables
3496 (ada-looking-at-semi-private): Correctly indent the 'private'
3497 keyword when it is the first word in a package declaration.
3498 (ada-loose-case-word): Stop searching if at the end of the buffer.
3499 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
3500 even if point is not initially at the end of the word.
3501 (ada-matching-decl-start-re): Add "when".
3502 (ada-mode): Add support for abbrev-mode, outline-mode and
3503 which-func-mode Override the old find-file.el entry in
3504 ff-special-constructs since it is using the obsolete
3505 ada-spec-suffix variable
3506 (ada-no-auto-case): New function
3507 (ada-scan-paramlist): When parsing the argument type, accept
3508 spaces (as in "X 'Class", generated by Rational Rose).
3509 (ada-other-file-name): No longer loads the other file.
3510 (ada-popup-menu): Save and restore the current buffer and cursor
3511 position before and after displaying the menu.
3512 (ada-search-ignore-complex-boolean): New function.
3513 (ada-uncomment-region): Emacs21 already knows how to delete
3514 comments not starting in the first column.
3515 (ada-use-indent): New variable
3516 (ada-which-function): New function.
3517 (ada-with-indent): New variable
3518 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
3519 can be batch-compiled from the command line.
3520
3521 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
3522 Add to the menu when the file is loaded, not in ada-mode-hook.
3523 Add -toolbar to the default ddd command Switches moved from
3524 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
3525 ada-prj-default-comp-opt
3526 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
3527 Reference Manual to the menu
3528 (ada-check-current): rewritten as a call to ada-compile-current
3529 (ada-compile): Removed.
3530 (ada-compile-application, ada-compile-current, ada-check-current):
3531 Set the compilation-search-path so that compile.el automatically
3532 finds the sources in src_dir. Automatic scrollong of the
3533 compilation buffer. C-uC-cC-c asks for confirmation before
3534 compiling
3535 (ada-compile-current): New parameter, prj-field
3536 (ada-complete-identifier): Load the .ali file before doing
3537 processing
3538 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
3539 conform to gnatmake's behavior.
3540 (ada-find-file-in-dir): New function
3541 (ada-find-references): Set the environment variables for gnatfind
3542 (ada-find-src-file-in-dir): New function.
3543 (ada-first-non-nil): Removed
3544 (ada-gdb-application): Add support for jdb, the java debugger.
3545 (ada-get-ada-file-name): Load the original-file first if not done
3546 yet.
3547 (ada-get-all-references): Handles the new ali syntax (parent types
3548 are found between <>).
3549 (ada-initialize-runtime-library): New function
3550 (ada-mode-hook): Always load a project file when a file is opened,
3551 so that the casing exceptions are correctly read.
3552 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
3553 (ada-parse-prj-file): Use find-file-noselect instead of find-file
3554 to open the project file, since the latter does not work with
3555 speedbar Get default values before loading the prj file, or the
3556 default executable file name is wrong. Use the absolute value of
3557 src_dir to initialize ada-search-directories and
3558 compilation-search-path,... Add the standard runtime library to
3559 the search path for find-file.
3560 (ada-prj-default-debugger): Was missing an opening '{'
3561 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
3562 variables.
3563 (ada-prj-default-gnatmake-opt): New variable
3564 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
3565 buffers, the project file is the default one Save the windows
3566 configuration before displaying the menu.
3567 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
3568 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
3569 ...) regexp-quote identifiers names to support operators +,
3570 -,... in regexps.
3571 (ada-remote): New function.
3572 (ada-run-application): Erase the output buffer before starting the
3573 run Support remote execution of the application. Use
3574 call-process, or the arguments are incorrectly parsed
3575 (ada-set-default-project-file): Reread the content of the active
3576 project file, not the one from the current buffer When a project
3577 file is set as the default project, all directories are
3578 automatically associated with it.
3579 (ada-set-environment): New function
3580 (ada-treat-cmd-string): New special variable ${current}
3581 (ada-treat-cmd-string): Revised. The substitution is now done for
3582 any ${...} substring
3583 (ada-xref-current): If no body was found, compiles the spec
3584 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
3585 compiler to get rid of command line length limitations.
3586 (ada-xref-get-project-field): New function
3587 (ada-xref-project-files): New variable
3588 (ada-xref-runtime-library-specs-path)
3589 (ada-xref-runtime-library-ali-path): New variables
3590 (ada-xref-set-default-prj-values): Default run command now does a
3591 cd to the build directory. New field: main_unit Provide a default
3592 file name even if the current buffer has no prj file.
3593
3594 * ada-prj.el:
3595 Rewritten to show a tabbed-dialog.
3596 (ada-prj-add-ada-menu): Remove the map and name parameters.
3597 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
3598 New function
3599 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
3600 (ada-prj-load-from-file): New function
3601 (ada-prj-save): Always save fields that depend on the current buffer
3602 (ada-prj-show-value): New function
3603
3604 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
3605 Ada mode. This will allow us to display the Ada menu in any buffer
3606 we want (for project items).
3607 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
3608 number of spaces in the header.
3609
3610 2000-07-24 Dave Love <fx@gnu.org>
3611
3612 * ediff-init.el (ediff-region-help-echo): Bind face-help.
3613
3614 2000-07-23 Noah Friedman <friedman@splode.com>
3615
3616 * type-break.el (type-break): perform autosave.
3617 Suggested by Stephen Gildea <gildea@intouchsys.com>.
3618 (type-break-do-query): Cancel query schedule while performing
3619 actual query, to avoid possibility of a second query being made
3620 while first one is already in progress.
3621 (type-break-time-stamp-format): New variable.
3622 (type-break-time-stamp): New function.
3623 (type-break-time-warning): Use it.
3624 (type-break-keystroke-warning): Use it.
3625 (type-break-noninteractive-query): Use it.
3626
3627 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
3628 cookie.
3629 Use add-minor-mode to set minor-mode-alist, if available.
3630 (eldoc-echo-area-use-multiline-p): New user option.
3631 (eldoc-echo-area-multiline-supported-p): New variable.
3632 (eldoc-docstring-format-sym-doc): Use them.
3633 (eldoc-mode): If not using idle timers, append to local post and
3634 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
3635 (eldoc-display-message-no-interference-p): Don't interfere with
3636 edebug.
3637 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
3638 (eldoc-function-arglist): New function.
3639 (eldoc-function-argstring): Use it.
3640
3641 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
3642 auto save directory exists before calling directory-files.
3643
3644 2000-07-23 Dave Love <fx@gnu.org>
3645
3646 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
3647 ^o, ^u.
3648
3649 2000-07-21 Dave Love <fx@gnu.org>
3650
3651 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
3652 now passed to the function. It now works properly.
3653
3654 * smerge-mode.el (smerge-mode-menu): Fill it out.
3655
3656 2000-07-20 Gerd Moellmann <gerd@gnu.org>
3657
3658 * info-look.el (info-lookup): If *info* is shown in another frame
3659 on the same display, select that frame, instead of switching to
3660 the Info buffer in another window of the selected frame.
3661
3662 * simple.el (universal-argument-map): Bind numeric keypad keys
3663 kp-0 to kp-9 and kp-subtract.
3664 (digit-argument): Handle these keys.
3665
3666 2000-07-20 Dave Love <fx@gnu.org>
3667
3668 * net/goto-addr.el (goto-address-fontify): Don't bother with
3669 buffer-modified and read-only stuff -- irrelevant with overlays.
3670 Put an extra property on the overlays and use it to clean up in
3671 case goto-address is re-run.
3672
3673 2000-07-19 Richard M. Stallman <rms@gnu.org>
3674
3675 * timer.el (run-with-idle-timer): Doc fix.
3676
3677 * mail/mail-utils.el (mail-strip-quoted-names):
3678 Handle case where <...> appears inside "...".
3679 Use replace-match to edit the string more simply.
3680 (rmail-dont-reply-to): Cope with an unmatched ".
3681
3682 2000-07-19 Dave Love <fx@gnu.org>
3683
3684 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
3685 implementation.
3686
3687 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
3688 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
3689 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
3690
3691 2000-07-19 Gerd Moellmann <gerd@gnu.org>
3692
3693 * textmodes/refer.el: Correct maintainer's email address.
3694
3695 * progmodes/hideif.el: Correct author's email address.
3696 Fix typo in comment.
3697
3698 * xml.el: New file.
3699
3700 * mail/mailheader.el: Correct author's mail address.
3701
3702 * gnus/parse-time.el: Correct author's mail address.
3703
3704 2000-07-19 Colin Walters <walters@cis.ohio-state.edu>
3705
3706 * comint.el (comint-highlight-input, comint-highlight-face):
3707 New user options.
3708 (comint-input-ring-file-name): Change custom type.
3709 (comint-mode-map): Bind mouse-2.
3710 (comint-insert-clicked-input): New function.
3711 (comint-send-input): Handle input highlighting.
3712
3713 2000-07-18 Stefan Monnier <monnier@cs.yale.edu>
3714
3715 * mouse.el (popup-menu): New function.
3716 (mouse-major-mode-menu): Use it.
3717
3718 2000-07-18 Dave Love <fx@gnu.org>
3719
3720 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
3721 improvements.
3722
3723 2000-07-18 Gerd Moellmann <gerd@gnu.org>
3724
3725 * faces.el (face-font-selection-order)
3726 (face-font-family-alternatives): Add custom type.
3727
3728 2000-07-18 Dave Love <fx@gnu.org>
3729
3730 * cus-edit.el (custom-variable-reset-saved)
3731 (custom-variable-reset-standard): Remove unused bindings.
3732
3733 * rect.el (open-rectangle-line): Remove unused let.
3734
3735 * hl-line.el (hl-line-highlight): Check hl-line-mode.
3736
3737 2000-07-18 Gerd Moellmann <gerd@gnu.org>
3738
3739 * cdl.el: Fix `Maintainer' keyword.
3740
3741 * play/pong.el: Add author's email address.
3742
3743 2000-07-17 Sam Steingold <sds@gnu.org>
3744
3745 * files.el (insert-directory): Call `split-string' instead of
3746 re-implementing it.
3747
3748 2000-07-18 Gerd Moellmann <gerd@gnu.org>
3749
3750 * mail/vms-pmail.el: Change maintainer to FSF.
3751
3752 * net/goto-addr.el: Change maintainer to FSF.
3753
3754 * recentf.el: Update from author.
3755
3756 * info.el (Info-title-face-alist): Removed.
3757
3758 2000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
3759
3760 * eshell/eshell.el (eshell): Replace links to eshell.info with
3761 links to eshell, to avoid problems on systems where the manual is
3762 installed as `eshell'.
3763 * eshell/esh-cmd.el (eshell-cmd): Ditto.
3764 * eshell/em-smart.el (eshell-smart): Ditto.
3765 * eshell/em-banner.el (eshell-banner): Ditto.
3766 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
3767
3768 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
3769 same-file check in the MS-DOS version (it does support inodes).
3770
3771 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
3772
3773 * eshell/eshell.el (eshell-directory-name):
3774 Run default directory name through convert-standard-filename.
3775
3776 2000-07-18 Kenichi Handa <handa@etl.go.jp>
3777
3778 * international/mule-cmds.el (select-safe-coding-system):
3779 Fix typo in the comment.
3780
3781 * language/european.el (compound-text):
3782 Force katakana-jisx0201 to be designated to G1.
3783
3784 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
3785 Don't translate some national variant characters of latin-jisx0201.
3786 (x-ctext): Force katakana-jisx0201 to be designated to G1.
3787
3788 * international/kkc.el (kkc-after-update-conversion-functions):
3789 New variable.
3790 (kkc-update-conversion): Run functions in it at the tail.
3791
3792 2000-07-16 John Wiegley <johnw@gnu.org>
3793
3794 * lisp/align.el (align-newline-and-indent):
3795 Adding new function. for auto-aligning blocks of code on RET.
3796 (align-region): Fixed badly formatted minibuffer message.
3797
3798 2000-07-17 Kenichi Handa <handa@etl.go.jp>
3799
3800 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
3801 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
3802 the conversion list at first if appropriate.
3803 (kkc-next): Don't update kkc-next-count here.
3804 (kkc-prev): Don't update kkc-prev-count here.
3805 (kkc-show-conversion-list-update): Fix setting up of conversion
3806 list message.
3807
3808 2000-07-16 Stefan Monnier <monnier@cs.yale.edu>
3809
3810 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
3811
3812 2000-07-16 Dave Love <fx@gnu.org>
3813
3814 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
3815 function to be more specific.
3816
3817 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
3818 non-string help-echo.
3819 (widget-types-convert-widget): Defsubst it.
3820 (widget-echo-help): Try to cope with a help-echo function of two
3821 possible sorts.
3822
3823 2000-07-15 Jason Rumney <jasonr@gnu.org>
3824
3825 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
3826 Declare as obsolete.
3827
3828 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
3829
3830 2000-07-14 Gerd Moellmann <gerd@gnu.org>
3831
3832 * hilit-chg.el: Fix typo.
3833
3834 2000-07-14 Dave Love <fx@gnu.org>
3835
3836 * info.el (Info-mode-menu): Fix use of :help, :enable.
3837
3838 2000-07-14 Stefan Monnier <monnier@cs.yale.edu>
3839
3840 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
3841
3842 2000-07-13 Dave Love <fx@gnu.org>
3843
3844 * emacs-lisp/easymenu.el: Doc fixes.
3845 (easy-menu-remove): Defalias to ignore.
3846
3847 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
3848 Call throw correctly.
3849
3850 2000-07-13 Gerd Moellmann <gerd@gnu.org>
3851
3852 * faces.el (frame-background-mode): Doc fix.
3853
3854 * simple.el (eval-expression-print-length): Change custom type to
3855 allow entering nil as value.
3856
3857 2000-07-13 Dave Love <fx@gnu.org>
3858
3859 * progmodes/fortran.el (fortran-imenu-generic-expression):
3860 Change definition layout.
3861 (fortran-mode-menu): Reinstate customize entries.
3862
3863 * cus-edit.el (custom-group-menu-create, customize-menu-create):
3864 Use :filter, per old XEmacs code.
3865
3866 2000-07-12 Gerd Moellmann <gerd@gnu.org>
3867
3868 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
3869 event when deciding what to send to the terminal.
3870
3871 2000-07-12 Dave Love <fx@gnu.org>
3872
3873 * cus-start.el: Add optional version as 4th element of specs and
3874 use it for several things new in v21. Remove load-path. Fix type
3875 of line-number-display-limit.
3876
3877 2000-07-11 Dave Love <fx@gnu.org>
3878
3879 * progmodes/fortran.el: Don't require easymenu.
3880 Use repeat counts in various regexps.
3881 (fortran-mode-syntax-table): Defvar directly.
3882 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
3883 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
3884 Use defvar, not defconst.
3885 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
3886 (fortran-mode): Set fortran-comment-line-start-skip,
3887 fortran-comment-line-start-skip, dabbrev-case-fold-search.
3888 (fortran-comment-indent): Use defsubst.
3889 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
3890 Use fortran-comment-indent, not fortran-comment-indent-function.
3891 (fortran-comment-region, fortran-electric-line-number): Simplify.
3892 (fortran-auto-fill): New function.
3893 (fortran-do-auto-fill): Deleted.
3894 (fortran-find-comment-start-skip):
3895 Check for non-null comment-start-skip.
3896 (fortran-auto-fill-mode, fortran-fill-statement):
3897 Use fortran-auto-fill.
3898 (fortran-fill): Use fortran-auto-fill. Check for null
3899 comment-start-skip. Simplify final clause and use end-of-line finally.
3900
3901 * widget.el (widget-plist-member): New alias.
3902
3903 2000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
3904
3905 * eshell/esh-module.el (toplevel): Reference
3906 byte-compile-current-file only if it is bound.
3907
3908 2000-07-10 Gerd Moellmann <gerd@gnu.org>
3909
3910 * dired.el: Don't require `dired-aux'.
3911
3912 2000-07-10 Miles Bader <miles@lsi.nec.co.jp>
3913
3914 * dired-aux.el (dired-show-file-type): New function.
3915 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
3916 (dired-show-file-type): Add autoload.
3917
3918 2000-07-10 Kenichi Handa <handa@etl.go.jp>
3919
3920 * international/mule-diag.el (describe-font): Adjusted for the
3921 change of fontset-info.
3922 (print-fontset): Likewise.
3923
3924 2000-07-09 Stefan Monnier <monnier@cs.yale.edu>
3925
3926 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
3927
3928 2000-07-07 Gerd Moellmann <gerd@gnu.org>
3929
3930 * bindings.el: Bind `[delete]' to delete-char.
3931
3932 * dired.el (dired-find-alternate-file): New function.
3933 (dired-mode-map): Bind `a' to dired-find-alternate-file.
3934 (toplevel): Require dired-aux when compiling.
3935 (dired-buffers): Move defvar within file to avoid compiler warning.
3936
3937 * info.el (Info-last-search): Variable removed.
3938 (Info-search-history): New variable.
3939 (Info-search): New Info-search-history.
3940
3941 * battery.el, info-look.el: Change author's mail address.
3942
3943 2000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
3944
3945 * mail/rmail.el (rmail-clear-headers): Don't throw an error
3946 if rmail-ignored-headers is nil.
3947 (rmail-retry-failure): Bind rmail-ignored-headers and
3948 rmail-displayed-headers to nil.
3949
3950 2000-07-06 Gerd Moellmann <gerd@gnu.org>
3951
3952 * lpr.el (lpr-page-header-switches): Add `-h' switch.
3953 (print-region-1): Don't hard code `-h' here.
3954
3955 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
3956
3957 2000-07-01 Francesco Potorti` <pot@gnu.org>
3958
3959 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
3960 exim can use "your message" instead of "the message".
3961
3962 2000-07-06 Stefan Monnier <monnier@cs.yale.edu>
3963
3964 * facemenu.el: Docstrings fixes.
3965 (facemenu-get-face): Don't use internal-find-face.
3966 (facemenu-iterate): Rename arg to match the docstring.
3967
3968 * newcomment.el (uncomment-region): Be more careful when skipping
3969 backwards over `=' not to bump into BOBP.
3970
3971 2000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
3972
3973 * ediff-diff.el (ediff-wordify): Use syntax table.
3974 * ediff-init.el (ediff-has-face-support-p): Use
3975 ediff-color-display-p.
3976 (ediff-color-display-p): Use display-color-p, changed to defun
3977 from defsubst.
3978 Got rid of special cases for NeXT and OS/2.
3979 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
3980 face.
3981
3982 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
3983
3984 * emacs-lisp/lucid.el: Require CL.
3985 (copy-tree, remprop): Remove, it's provided by CL.
3986 (map-keymap): Define in terms of cl-map-keymap.
3987 (extent-property, set-extent-end-glyph): New functions.
3988
3989 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
3990
3991 2000-07-05 Gerd Moellmann <gerd@gnu.org>
3992
3993 * Makefile.in (DONTCOMPILE): Add comment that the name may
3994 not be changed without changing the make-dist script.
3995
3996 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
3997 (cl-mapc): Use mapc instead of cl-old-mapc.
3998
3999 2000-07-05 Andrew Innes <andrewi@gnu.org>
4000
4001 * makefile.nt: Add support for `bootstrap' and related targets.
4002
4003 2000-07-05 Stefan Monnier <monnier@cs.yale.edu>
4004
4005 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
4006 (easy-menu-do-define): Use `menu-item' format.
4007 Handle case where easy-menu-create-menu returns a symbol.
4008 Manually call the potential top-level filter in the function binding.
4009 (easy-menu-filter-return): New arg NAME.
4010 Convert to a keymap if MENU is an XEmacs menu.
4011 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
4012 (easy-menu-converted-items-table, easy-menu-convert-item):
4013 New var and fun to memoize easy-menu-convert-item-1.
4014 (easy-menu-do-add-item): Use it.
4015 (easy-menu-create-menu): Use easy-menu-convert-item.
4016 Wrap easy-menu-filter-return around any :filter specification.
4017 Don't convert the menu if a filter was specified.
4018 Tell easy-menu-make-symbol not to check for MENU being an expression.
4019 (easy-menu-make-symbol): New arg NOEXP.
4020
4021 2000-07-05 Gerd Moellmann <gerd@gnu.org>
4022
4023 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
4024 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
4025 (eval-defun): If called with prefix arg, instrument code for
4026 Edebug.
4027
4028 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
4029 similar to that of eval-defun.
4030
4031 2000-07-04 Dave Love <fx@gnu.org>
4032
4033 * hl-line.el (hl-line-overlay): Make it permanent-local.
4034
4035 * calendar/todo-mode.el: Replaced with a working version, based on
4036 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
4037
4038 2000-07-03 Miles Bader <miles@lsi.nec.co.jp>
4039
4040 * paths.el (prune-directory-list): New function.
4041 (Info-default-directory-list): Rewritten to more methodically
4042 enumerate a big list of possible info directories (based on the
4043 list used by the standalone info reader).
4044
4045 * info.el (info-initialize): Use prune-directory-list to remove
4046 non-existent directories from Info-directory-list.
4047
4048 * paths.el (Info-default-directory-list): Try a list of possible
4049 info-directories instead of a single one. Add the possible
4050 info directory "/usr/share/info".
4051
4052 * woman.el (woman-man.conf-path): Explicitly include the debian
4053 man-db config file "/etc/manpath.config".
4054 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
4055 are present in `manpath.config'.
4056 (woman-manpath): Include "/usr/share/man".
4057
4058 2000-07-03 Gerd Moellmann <gerd@gnu.org>
4059
4060 * frame.el (blink-cursor-mode): Don't hide cursor initially.
4061
4062 * startup.el (command-line): Initialize blink-cursor based
4063 on window-system.
4064
4065 * frame.el (blink-cursor): Default to nil if not running under
4066 a window-system.
4067
4068 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
4069 (face-x-resources): Remove duplicate entry for :font.
4070
4071 * textmodes/refer.el (refer-find-entry-internal): Use some-window
4072 instead of cycling through windows with next-window.
4073
4074 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
4075 of cycling through windows with next-window.
4076
4077 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
4078 of cycling through windows with next-window.
4079
4080 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
4081 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
4082 instead of cycling through windows with next-window.
4083
4084 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
4085 instead of cycling through windows with next-window.
4086
4087 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
4088 of cycling through windows with next-window.
4089
4090 * terminal.el (te-process-output): Use walk-windows instead of
4091 cycling through windows with next-window.
4092
4093 * server.el (server-switch-buffer): Use some-window instead of
4094 cycling through windows with next-window.
4095
4096 * window.el (some-window): New function.
4097 (walk-windows): Remove reference to walk-windows-start.
4098
4099 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
4100
4101 2000-07-03 Richard Stallman <rms@gnu.org>
4102
4103 * window.el (walk-windows): Guarantee termination by keeping a list
4104 of all the windows already handled.
4105
4106 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
4107
4108 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
4109 window-system.
4110
4111 * man.el (Man-notify-when-ready): Don't use window-system. If
4112 Man-notify-method is newframe, and the display is not
4113 multi-frame, select the frame created for the man page.
4114 (Man-init-defvars): Doc fix.
4115
4116 2000-06-28 Gerd Moellmann <gerd@gnu.org>
4117
4118 * faces.el (region): Change background color for light background.
4119
4120 * ediff-wind.el (ediff-setup-control-frame): Remove :box
4121 attribute from mode-line face of Ediff control frame.
4122
4123 * replace.el (query-replace-map): Bind `e' like `E'.
4124
4125 2000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
4126
4127 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
4128 Change name to "Select All".
4129
4130 * dos-fns.el (convert-standard-filename): Fix last change.
4131
4132 2000-06-27 Gerd Moellmann <gerd@gnu.org>
4133
4134 * help.el (describe-variable): Don't insert a second `'s' in front
4135 of the string `value is shown below'. Since the syntax-table is
4136 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
4137 an existing `'s', so that this won't be deleted.
4138
4139 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
4140 * pcmpl-unix.el: New files.
4141
4142 2000-06-26 Stefan Monnier <monnier@cs.yale.edu>
4143
4144 * wid-edit.el (widget-member): Use the new plist-member.
4145
4146 2000-06-26 Gerd Moellmann <gerd@gnu.org>
4147
4148 * replace.el (perform-replace): Undo change of 2000-04-04.
4149 Instead, move backward 1 character at the end of the loop when
4150 necessary.
4151
4152 * faces.el (fringe): Change face for different backgrounds.
4153
4154 * eshell/esh-module.el (toplevel): Load defgroup's differently;
4155 patch from John.
4156
4157 * eshell/*.el: Change spelling of the Free Software Foundation.
4158
4159 * eshell/esh-toggle.el: Removed.
4160
4161 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
4162
4163 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
4164 interactively.
4165
4166 2000-06-26 Alex Schroeder <alex@gnu.org>
4167
4168 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
4169 `define-key'; instead of checking `(emacs-version)' check for
4170 `set-keymap-parent' and `set-keymap-name' directly. Add entries
4171 for `;' and `o' which might be electric.
4172
4173 (sql-electric-stuff): New user option.
4174 (sql-magic-go): New function which uses `sql-electric-stuff'.
4175 (sql-magic-semicolon): New function which uses
4176 `sql-electric-stuff'.
4177
4178 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
4179 is not fboundp.
4180
4181 (sql-oracle-options): New variable.
4182 (sql-oracle): Use it.
4183
4184 (sql-imenu-generic-expression): Doc change.
4185 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
4186 is used.
4187
4188 (sql-informix): Added command line parameter "-" to force
4189 sql-informix-program to use stdout.
4190
4191 2000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
4192
4193 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
4194 (cp864-decode-table): Doc fix.
4195 (cp720-decode-table): New variable, supports the Arabic OEM
4196 codepage used by Windows.
4197 (cp737-decode-table): New, Greek OEM codepage used by Windows.
4198
4199 2000-06-23 Dave Love <fx@gnu.org>
4200
4201 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
4202 (font-lock-fontify-anchored-keywords): Use
4203 line-beginning-position.
4204 (global-font-lock-mode): Use mapc.
4205
4206 2000-06-23 Stefan Monnier <monnier@cs.yale.edu>
4207
4208 * eshell/esh-module.el: Require CL when compiling.
4209
4210 2000-06-23 Gerd Moellmann <gerd@gnu.org>
4211
4212 * comint.el (comint-substitute-in-file-name): Call replace-match
4213 with second and third arg t.
4214
4215 * cus-edit.el (custom-button-face, custom-button-pressed-face):
4216 Specify foreground color.
4217
4218 * faces.el (tool-bar, mode-line, header-line): Specify foreground
4219 color.
4220
4221 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
4222
4223 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
4224 cddr instead of cdddr.
4225
4226 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
4227 instead of copy-list.
4228
4229 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
4230 of copy-list.
4231
4232 * subdirs.el: Add eshell subdirectory.
4233
4234 * eshell: New subdirectory containing the Eshell package.
4235
4236 * pcomplete.el: New file.
4237
4238 2000-06-23 Paul Eggert <eggert@twinsun.com>
4239
4240 * mail/mailpost.el (post-mail-send-it): Make sure file has
4241 proper permissions from birth.
4242
4243 * files.el (basic-save-buffer-2): When temporarily setting
4244 file modes, set them to current modes plus 0200, not to 0777.
4245
4246 * emerge.el (emerge-make-temp-file): Make sure file has proper
4247 permissions from birth.
4248
4249 2000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
4250
4251 * files.el (make-backup-file-name-1): On DOS/Windows, run the
4252 backup file name through convert-standard-filename.
4253
4254 * dos-fns.el (convert-standard-filename): Convert leading
4255 directories as well. When long file names are supported, convert
4256 characters that are invalid in Windows file names.
4257
4258 2000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4259
4260 * ps-print.el: Fix bug: if ^L is the very first buffer character,
4261 ps-print crashes. New feature: page selection for printing. Create
4262 raw-text-unix coding system for XEmacs. Doc fix.
4263 (ps-print-version): New version number (5.2.3).
4264 (ps-plot-region): Bug fix.
4265 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
4266 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
4267 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
4268 funs.
4269 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
4270 (ps-last-page): New vars.
4271
4272 2000-06-21 Gerd Moellmann <gerd@gnu.org>
4273
4274 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
4275 empty option string.
4276
4277 2000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
4278
4279 * man.el (man): Doc fix.
4280
4281 2000-06-21 Kenichi Handa <handa@etl.go.jp>
4282
4283 * international/mule-cmds.el (set-language-info-alist): Docstring
4284 fixed.
4285
4286 2000-06-20 Gerd Moellmann <gerd@gnu.org>
4287
4288 * version.el (emacs-version): Use ISO date format.
4289
4290 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
4291 instead of `M-backspace'.
4292
4293 * simple.el (turn-off-auto-fill): New function.
4294
4295 2000-06-20 Stefan Monnier <monnier@cs.yale.edu>
4296
4297 * jit-lock.el (with-buffer-prepared-for-jit-lock):
4298 Renamed from with-buffer-prepared-for-font-lock and use
4299 inhibit-modification-hooks rather than setting *-change-functions.
4300 Update all functions to use the new name.
4301 (jit-lock-first-unfontify-pos): New semantics (and doc).
4302 (jit-lock-mode): Make non-interactive.
4303 Don't automatically turn on font-lock.
4304 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
4305 Always use jit-lock-after-change.
4306 Remove and restore font-lock-after-change-function.
4307 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
4308 (jit-lock-after-unfontify-buffer): Remove.
4309 (jit-lock-stealth-fontify):
4310 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
4311 (jit-lock-after-change): Set the `fontified' text-prop to nil.
4312
4313 2000-06-20 Sam Steingold <sds@gnu.org>
4314
4315 * emacs-lisp/cl-indent.el (toplevel): Indent
4316 `print-unreadable-object' properly. Untabify.
4317
4318 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
4319
4320 * textmodes/reftex.el (reftex-find-citation-regexp-format):
4321 Support for bibentry.
4322 (reftex-compile-variables): Fixed problem with end of section-re.
4323
4324 * texmodes/reftex-dcr.el (reftex-view-crossref,
4325 reftex-view-crossref-from-bibtex):
4326 Deal with changed `reftex-find-citation-regexp-format'.
4327 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
4328 Replaced `remprop' with `put'.
4329 (reftex-view-crossref, reftex-view-crossref-when-idle):
4330 Support for bibentry.
4331
4332 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
4333 New entry for bibentry package.
4334
4335 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
4336 Regexp also matches "\nobibliography".
4337
4338 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
4339 Call `reftex-ensure-write-access' before doing anything.
4340 (reftex-ensure-write-access): New function.
4341
4342 2000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
4343
4344 * progmodes/idlwave.el: File re-installed (update to version 4.2)
4345
4346 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
4347
4348 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
4349
4350 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
4351
4352
4353 2000-06-20 Dave Love <fx@gnu.org>
4354
4355 * faces.el (frame-background-mode): Use set-default, not set, in
4356 setter.
4357 (frame-update-faces, frame-update-face-colors): Define with
4358 defalias.
4359
4360 * enriched.el (enriched-decode-foreground)
4361 (enriched-decode-background): Don't use internal-find-face.
4362
4363 * apropos.el: Doc fixes.
4364
4365 * cus-edit.el (customize-changed-options): Check arg.
4366 (customize-version-lessp): Don't require decimal point.
4367
4368 * custom.el (defcustom, defgroup): Doc fix.
4369
4370 * newcomment.el (comment) <defgroup>: Add :version.
4371 (comment-multi-line): Doc fix.
4372
4373 * emulation/mlsupport.el (define-hooked-local-abbrev,
4374 define-hooked-global-abbrev): Fix, using define-abbrev.
4375
4376 2000-06-19 Gerd Moellmann <gerd@gnu.org>
4377
4378 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
4379 the whole buffer.
4380
4381 2000-06-19 Dave Love <fx@gnu.org>
4382
4383 * menu-bar.el (menu-bar-options-save): New function.
4384 (menu-bar-options-menu): Use it.
4385 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
4386 Simplify.
4387
4388 2000-06-19 Andreas Schwab <schwab@suse.de>
4389
4390 * progmodes/etags.el (tags-query-replace): Put new parameters
4391 START and END at the end, for backward compatibility.
4392
4393 2000-06-19 Kenichi Handa <handa@etl.go.jp>
4394
4395 * international/codepage.el:
4396 (cp-coding-system-for-codepage-1): Delete special codes for
4397 generating xxx-dos coding system because now a CCL based coding
4398 system can handle EOL conversion by default.
4399
4400 * international/mule.el (make-coding-system): Generate subsidiary
4401 coding systems for EOL handling variants even for a CCL based
4402 coding system.
4403
4404 2000-06-19 Kenichi Handa <handa@etl.go.jp>
4405
4406 * international/isearch-x.el (isearch-minibuffer-input-method)
4407 (isearch-minibuffer-input-method-function): These variables
4408 deleted.
4409 (isearch-with-input-method): Don't use the above variables.
4410 (isearch-process-search-multibyte-characters): Likewise. Call
4411 read-string with the arg INHERIT-INPUT-METHOD t.
4412
4413 2000-06-17 Stefan Monnier <monnier@cs.yale.edu>
4414
4415 * font-lock.el (font-lock-after-fontify-buffer)
4416 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
4417
4418 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
4419 Use consistent make-local-variable style for font-lock-fontified.
4420 (jit-lock-fontify-buffer):
4421 Don't bother checking for font-lock-mode and jit-lock-mode.
4422
4423 * time.el: Remove trailing ^M that prevent CVS-merging.
4424
4425 2000-06-16 Gerd Moellmann <gerd@gnu.org>
4426
4427 * Makefile.in (distclean): New target.
4428
4429 2000-06-16 Stefan Monnier <monnier@cs.yale.edu>
4430
4431 * Makefile.in (srcdir): Define for update-subdirs.
4432
4433 2000-06-16 Gerd Moellmann <gerd@gnu.org>
4434
4435 * find-lisp.el: New file.
4436
4437 2000-06-16 Andrew Innes <andrewi@gnu.org>
4438
4439 * time.el (display-time-mail-function): New variable, to allow
4440 external packages to indicate when new mail is available.
4441 (display-time-update): Use it.
4442
4443 2000-06-16 Kenichi Handa <handa@etl.go.jp>
4444
4445 * international/mule.el (mule-version): Change version name to
4446 SAKAKI. AOI has already been used by Meadow.
4447
4448 * international/quail.el (quail-show-guidance-buf): To find the
4449 bottom window (but minibuffer), pay attention to the height of
4450 minibuffer.
4451
4452 2000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
4453
4454 * arc-mode.el (archive-mode-map): Use the new menu-item format for
4455 menu-bar menus. Add help strings. Don't remove the Edit menu
4456 from the menu bar, as the menu bar has enough space now.
4457
4458 * Makefile.in (SHELL): Make sure /bin/sh is used.
4459
4460 * woman.el (woman-man-buffer): Fix bold and underlined CJK
4461 characters, which use series of two ^H characters instead of one.
4462
4463 2000-06-15 Gerd Moellmann <gerd@gnu.org>
4464
4465 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
4466 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
4467 functions.
4468 (Info-find-node-2): Try a case-sensitive search first, then
4469 do a case-insensitive search.
4470
4471 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
4472 tutorials.
4473
4474 * complete.el (PC-env-vars-alist): New variable.
4475 (PC-complete-as-file-name): New function.
4476 (partial-completion-mode): Initialize PC-env-vars-alist from
4477 process-environment.
4478 (PC-do-completion): Handle completion of env vars.
4479
4480 * info.el (Info-set-mode-line): Show file name in mode line,
4481 use `*Info*' instead of `Info:'.
4482
4483 * startup.el (command-line-1): Change copyright messages to year
4484 2000.
4485
4486 2000-06-15 Dave Love <fx@gnu.org>
4487
4488 * net/goto-addr.el (goto-address-fontify): Use keymap property,
4489 not local-map.
4490
4491 2000-06-15 Kenichi Handa <handa@etl.go.jp>
4492
4493 * international/mule.el (set-buffer-file-coding-system): Almost
4494 rewritten to handle `undecided' as no-op.
4495
4496 2000-06-14 Gerd Moellmann <gerd@gnu.org>
4497
4498 * Makefile.in: New file.
4499
4500 * Makefile: Removed.
4501
4502 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
4503 (goto-address-highlight-keymap): Bind C-c RET.
4504
4505 2000-06-14 Kenichi Handa <handa@etl.go.jp>
4506
4507 * mail/sendmail.el (sendmail-send-it): The temporary buffer
4508 inherits buffer-file-coding-system of the current buffer.
4509
4510 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
4511 0. Give correct argument to set-auto-coding-function.
4512 (tar-expunge): For goto-char, use (point-min), not 0.
4513 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
4514 (tar-subfile-save-buffer): Likewize.
4515
4516 * international/mule.el
4517 (after-insert-file-set-buffer-file-coding-system): Call
4518 set-buffer-file-coding-system with the arg FORCE t.
4519
4520 2000-06-13 Gerd Moellmann <gerd@gnu.org>
4521
4522 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
4523 nil. Contemporary sendmails issue an X-Authentication-Warning if
4524 the sender is set with `-f'.
4525
4526 2000-06-13 Dave Love <fx@gnu.org>
4527
4528 * help.el (describe-function-1): Kluge around cases of functions
4529 fset to subrs whose doc doesn't match their symbol-name.
4530
4531 * image.el (insert-image): Default STRING to a space.
4532
4533 * info.el Doc fixes.
4534 (Info-build-node-completions): Match Ref tags.
4535
4536 2000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
4537
4538 * frame.el (display-multi-frame-p, display-multi-font-p): New
4539 defaliases for display-graphic-p.
4540
4541 * hl-line.el: Fixed a typo in commentary.
4542
4543 2000-06-13 Kenichi Handa <handa@etl.go.jp>
4544
4545 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
4546 fixed.
4547
4548 2000-06-12 Dave Love <fx@gnu.org>
4549
4550 * image.el (insert-image): Save a little consing.
4551
4552 2000-06-12 Kenichi Handa <handa@etl.go.jp>
4553
4554 * language/tibet-util.el: Convert all tibetan-1-column characters
4555 to the corresponding tibetan characters.
4556 (tibetan-add-components): Delete code for the special treatment of
4557 'a chung.
4558
4559 * language/tibetan.el (tibetan-composable-pattern): Fix previous
4560 change.
4561 (tibetan-vowel-transcription-alist): More rules added.
4562 (tibetan-composite-vowel-alist): New variable.
4563 (tibetan-precomposition-rule-alist): More rules added.
4564
4565 2000-06-12 Stefan Monnier <monnier@cs.yale.edu>
4566
4567 * startup.el (command-line): Only call menu-bar-mode if interactive.
4568
4569 * thingatpt.el (toplevel symbol-properties):
4570 * textmodes/makeinfo.el (makeinfo-compile):
4571 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
4572 * progmodes/hideif.el (hif-compress-define-list)
4573 (hide-ifdef-use-define-alist):
4574 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
4575 (ange-ftp-vms-add-file-entry):
4576 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
4577 * man.el (Man-build-man-command):
4578 * mail/rnewspost.el (news-reply-header-hook):
4579 * info.el (Info-insert-dir):
4580 * emulation/mlconvert.el (backward-word, forward-word, setq):
4581 * emacs-lisp/gulp.el (gulp-send-requests):
4582 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
4583 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
4584 (byte-optimize-apply, end of file):
4585 * emacs-lisp/advice.el (ad-advice-class-completion-table)
4586 (ad-make-freeze-definition):
4587 * startup.el (command-line, command-line-1): Don't quote lambdas.
4588
4589 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
4590 (cvs-cleanup-removed): New function.
4591 (cvs-cleanup-functions): New var.
4592 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
4593 some flexibility in specifying additional entries to auto-cleanup.
4594 (cvs-quickdir): New function.
4595 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
4596 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
4597 (cvs-mode-find-file): Check that we are on a filename or dirname
4598 when invoked through a mouse-click.
4599 (cvs-full-path): Remove.
4600 (cvs-dired-action): Re-introduced.
4601 (cvs-dired-noselect): Use it.
4602 (vc-post-command-functions): use this new hook if available.
4603
4604 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
4605 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
4606 (cvs-filename-map, cvs-dirname-map): Remove.
4607 (cvs-default-action): Remove.
4608 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
4609 if the arg is really a keymap.
4610 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
4611 Don't hardcode the mapping from state (aka type) to face, but check
4612 the var cvs-fi-<type>-face instead.
4613 (cvs-fileinfo-from-entries): New function.
4614
4615 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
4616 Docstring fix.
4617 (cvs-find-file-and-jump): Change default to be safer.
4618 (cvs-mode-diff-map): Define it as a function as well.
4619 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
4620 Bind mouse-2 in this global map rather than with text-properties.
4621
4622 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
4623 file to resolve the ambiguity between C(conflict) and C(need-merge).
4624
4625 2000-06-12 Kenichi Handa <handa@etl.go.jp>
4626
4627 * international/mule.el (set-buffer-file-coding-system): If
4628 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
4629 unconditionally.
4630
4631 2000-06-12 Dave Love <fx@gnu.org>
4632
4633 * wid-edit.el (widget-specify-button): Really suppress the face if
4634 required.
4635
4636 2000-06-11 Gerd Moellmann <gerd@gnu.org>
4637
4638 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
4639
4640 2000-06-11 Stefan Monnier <monnier@cs.yale.edu>
4641
4642 * imenu.el (imenu-generic-expression): Docstring fix.
4643
4644 * composite.el (composition-function-table): Move the `put'
4645 below the autoload cookie so we can load the file before loaddefs.
4646
4647 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
4648
4649 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
4650 Handle easy-mmode-define-global-mode.
4651 For complex macros like define-minor-mode that can generate
4652 several autoload entries, try to autoload entries in the
4653 macroexpanded code.
4654
4655 * emacs-lisp/easy-mmode.el (define-minor-mode):
4656 If KEYMAP is a symbol, just use it.
4657 Use byte-compile-current-file and load-file-name to infer the
4658 proper :require to pass to defcustom.
4659 Wrap the hook var into `progn' so as not to autoload it.
4660 Add a :autoload-end cookie.
4661 Be more careful about the evaluation of KEYMAP.
4662 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
4663 (define-derived-mode): Move define-abbrev-table outside of defvar.
4664
4665 2000-06-10 Stefan Monnier <monnier@cs.yale.edu>
4666
4667 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
4668 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
4669 (backup-compiled-files): Ignore errors during `tar'.
4670 (bootstrap): Make autoloads before elc files.
4671
4672 2000-06-10 Kenichi Handa <handa@etl.go.jp>
4673
4674 * international/mule.el (set-buffer-file-coding-system): If one of
4675 undecided-XXX is specified, change only EOL conversion.
4676
4677 * international/mule-conf.el (unix): New alias for the coding
4678 system undecided-unix.
4679
4680 2000-06-09 Dave Love <fx@gnu.org>
4681
4682 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
4683
4684 * progmodes/executable.el: Byte compile dynamic.
4685 (executable-insert): Change custom type.
4686 (executable-find): Add autoload cookie.
4687 (executable-make-buffer-file-executable-if-script-p): New
4688 function. After Noah Friedman.
4689
4690 * files.el (after-save-hook): Customize, with
4691 executable-make-buffer-file-executable-if-script-p as an option.
4692
4693 2000-06-09 Kenichi Handa <handa@etl.go.jp>
4694
4695 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
4696 "tib24p-mule.bdf" for Tibetan.
4697
4698 * composite.el (decompose-composite-char): Declare it as obsolete.
4699
4700 * man.el (Man-fontify-manpage): Pay attention to underline and
4701 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
4702
4703 2000-06-08 Gerd Moellmann <gerd@gnu.org>
4704
4705 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
4706 Set maintainer to FSF since author isn't reachable.
4707
4708 2000-06-08 Dave Love <fx@gnu.org>
4709
4710 * international/mule-cmds.el (select-safe-coding-system): If
4711 DEFAULT-CODING-SYSTEM is not specified, also check the most
4712 preferred coding-system if buffer-file-coding-system is
4713 `undecided'. From Handa.
4714
4715 2000-06-08 Kenichi Handa <handa@etl.go.jp>
4716
4717 * international/mule.el
4718 (after-insert-file-set-buffer-file-coding-system): If the buffer
4719 size is greater than INSERTED, judget that we are not visiting.
4720
4721 2000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
4722
4723 * whitespace.el (defgroup whitespace): Comment out `:version'.
4724 XEmacs 20.4 has problems defining the group with this present.
4725 We'll have this commented out till get resolve the problem.
4726
4727 2000-06-07 Gerd Moellmann <gerd@gnu.org>
4728
4729 * align.el: Update from author.
4730
4731 2000-06-07 Jari Aalto <jari.aalto@poboxes.com>
4732
4733 * apropos.el (apropos-mode-hook): New user variable.
4734 (apropos-mode): Run apropos-mode-hook.
4735
4736 2000-06-07 David Ponce <david@dponce.com>
4737
4738 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
4739 commands. Require `wid-edit' at run-time.
4740
4741 2000-06-07 David Ponce <david@dponce.com>
4742
4743 * recentf.el: Added some "Commentary".
4744 (recentf-open-more-files, recentf-edit-list): Minor changes to
4745 move the point at the top of the file list. This behaviour is
4746 consistent with the menu one when the list contains a lot of
4747 files.
4748 (recentf-cleanup): Now displays the number of items removed from
4749 the list.
4750 (recentf-relative-filter) New menu filter to show filenames
4751 relative to `default-directory'.
4752
4753 2000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4754
4755 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
4756 with/without giving an error if PostScript printer doesn't have this
4757 kind of page size. Zebra Stripe continues or restarts on next page.
4758 Manual/automatic paper feeding. Switch or not the header.
4759 (ps-print-version): New version number (5.2.2).
4760 (ps-windows-system): Include emx as a Windows system.
4761 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
4762 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
4763 (ps-background-text): Code fix.
4764 (ps-error-handler-message, ps-user-defined-prologue)
4765 (ps-print-prologue-header, ps-printer-name)
4766 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
4767 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
4768 (ps-use-face-background): Customization fix.
4769 (ps-n-up-database): Data fix.
4770 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
4771 (ps-switch-header): New vars.
4772 (ps-xemacs-color-name, ps-face-foreground-name)
4773 (ps-face-background-name, ps-boolean-constant): New funs.
4774
4775 2000-06-07 Dave Love <fx@gnu.org>
4776
4777 * allout.el: New version from Manheimer.
4778
4779 2000-06-07 Kenichi Handa <handa@etl.go.jp>
4780
4781 * textmodes/fill.el (fill-find-break-point): Check the validity of
4782 charset.
4783
4784 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
4785
4786 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
4787 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
4788 Call display-color-p and display-mouse-p instead of looking at
4789 window-system.
4790
4791 2000-06-06 Dave Love <fx@gnu.org>
4792
4793 * image.el (find-image): Doc fix. Return nil if image not found.
4794 (put-image, insert-image): Make STRING arg optional.
4795
4796 2000-06-06 Kenichi Handa <handa@etl.go.jp>
4797
4798 * language/vietnamese.el: Remove eval-when-compile.
4799 (viet-viscii-nonascii-translation-table): Define it as a
4800 translation table made from viet-viscii-decode-table.
4801 (viet-viscii-encode-table): Define it as a translation table made
4802 from the reverse map of above.
4803 (viet-vscii-nonascii-translation-table): Define it as a
4804 translation table made from viet-vscii-decode-table.
4805 (viet-vscii-encode-table): Define it as a translation table made
4806 from the reverse map of above.
4807 (ccl-decode-viscii): Use translate-character.
4808 (ccl-encode-viscii, ccl-encode-viscii-font)
4809 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
4810 Likewize.
4811
4812 * language/cyrillic.el: Remove eval-when-compile.
4813 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
4814 translation table made from cyrillic-koi8-r-decode-table.
4815 (cyrillic-koi8-r-encode-table): Define it as a translation table
4816 made from the reverse map of above.
4817 (ccl-decode-koi8): Use translate-character.
4818 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
4819 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
4820 a translation table made from cyrillic-alternativnyj-decode-table.
4821 (cyrillic-alternativnyj-encode-table): Define it as a translation
4822 table made from the reverse map of above.
4823 (ccl-decode-alternativnyj): Use translate-character.
4824 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
4825 Likewize
4826
4827 * international/mule-diag.el (non-iso-charset-alist): Specify
4828 translation table symbol instead of translation table itself.
4829 (list-block-of-chars): CHARSET may be a translation table symbol.
4830
4831 * international/mule.el (make-coding-system): If CODING-SYSTEM
4832 already exists, override it.
4833
4834 * international/fontset.el: Use family `proportional' for Tibetan
4835 fonts.
4836
4837 * international/ccl.el (ccl-compile-translate-character): Don't
4838 check if Rrr has property translation-table.
4839 (ccl-compile-map-multiple): Modified to avoid compiler warning.
4840
4841 2000-06-05 Gerd Moellmann <gerd@gnu.org>
4842
4843 * info.el: Bind case-fold-search to t when searching in case
4844 a user sets it to nil in a hook.
4845
4846 2000-06-05 Stefan Monnier <monnier@cs.yale.edu>
4847
4848 * autoarg.el (autoarg-mode, autoarg-kp-mode):
4849 * hl-line.el (hl-line-mode): Use the new :global key argument.
4850
4851 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
4852 (tar-clip-time-string): Prepend a space.
4853 (tar-grind-file-mode): Construct a string rather than modifying one.
4854 (tar-header-block-summarize): Fix docstring.
4855 Use `format' rather than an error-prone set of copy-loops.
4856
4857 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
4858 (diff-goto-source, diff-unified->context, diff-context->unified)
4859 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
4860 understand the format output by the `-p' argument to diff.
4861
4862 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
4863 (sh-re-done): Use defconst.
4864 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
4865 (sh-help-string-for-variable, sh-guess-basic-offset):
4866 Don't quote lambdas.
4867 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
4868 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
4869
4870 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
4871 (mh-letter-mode): Derive from text-mode.
4872 This implicitly means that it now calls kill-all-local-variables.
4873 Also remove the Emacs-18 compatibility code.
4874
4875 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
4876 Make use of symbol-property doc-string-elt.
4877 Use memq rather than a sequence of eq.
4878 (doc-string-elt): Fix the wrong or missing previously unused values.
4879 (autoload-print-form): New function extracted from
4880 generate-file-autoloads to allow recursion when handling progn
4881 so that defvar's and defun's docstrings are properly printed.
4882 (generate-file-autoloads): Use it.
4883
4884 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
4885 Use find-file-hooks in the minor-mode function.
4886 Be careful not to loop indefinitely in the post-command-hook function.
4887
4888 2000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
4889
4890 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
4891 tty's.
4892 * ediff-diff.el (ediff-exec-process): Use --binary for fine
4893 differences whenever appropriate.
4894 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
4895 * viper.el (find-file, find-file-other-window): Get viper to do
4896 wildcards.
4897
4898 2000-06-04 Stefan Monnier <monnier@cs.yale.edu>
4899
4900 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
4901 (jit-lock-fontify-buffer): New function for JIT refontification.
4902 (jit-lock-mode): Fix docstring.
4903 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
4904 Remove jit-lock-after-change from the _local_ hook.
4905 (jit-lock-function-1): Fix docstring.
4906
4907 * info.el (Info-on-current-buffer): Initialize info.
4908
4909 * newcomment.el (comment-indent): Ignore comment-indent-hook.
4910
4911 * progmodes/tcl.el (tcl-indent-for-comment):
4912 Ignore comment-indent-hook.
4913
4914 * emacs-lisp/easy-mmode.el: Require CL during compilation.
4915 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
4916 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
4917 and improve to use the lighter to guess the capitalization.
4918 (define-minor-mode): Inline code from easy-mmode-define-toggle.
4919 Add keyword arguments to specify global-ness or the custom group.
4920 Add local-map and help-echo properties to the lighter.
4921 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
4922 (easy-mmode-define-global-mode): New macro.
4923
4924 2000-06-02 Dave Love <fx@gnu.org>
4925
4926 * wid-edit.el: byte-compile-dynamic since we typically don't use
4927 all the widgets. Don't require cl or widget. Remove
4928 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
4929 (widget-read-event): Removed. Callers changed to use read-event.
4930 (widget-button-release-event-p): Renamed from
4931 button-release-event-p.
4932 (widget-field-add-space, widget-field-use-before-change):
4933 Uncustomize.
4934 (widget-specify-field): Use keymap property, not local-map.
4935 (widget-specify-button): Obey :suppress-face.
4936 (widget-specify-insert): Use modern backquote syntax.
4937 (widget-image-directory): Renamed from widget-glyph-directory.
4938 (widget-image-enable): Renamed from widget-glyph-enable.
4939 (widget-image-find): Replaces widget-glyph-find.
4940 (widget-button-pressed-face): Move defvar.
4941 (widget-image-insert): Replaces widget-glyph-insert.
4942 (widget-convert): Use keywordp.
4943 (widget-leave-text, widget-children-value-delete): Use mapc.
4944 (widget-keymap): Remove XEmacs stuff.
4945 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
4946 (widget-button-click): Don't set point at the click, but re-centre
4947 if we scroll out of window. Rewritten for images v. glyphs &c.
4948 (widget-tabable-at): Use POS arg, not point.
4949 (widget-beginning-of-line, widget-end-of-line)
4950 (widget-item-value-create, widget-sublist, widget-princ-to-string)
4951 (widget-sexp-prompt-value, widget-echo-help): Simplify.
4952 (widget-default-create): Use widget-image-insert; some rewriting.
4953 (widget-visibility-value-create)
4954 (widget-push-button-value-create, widget-toggle-value-create): Use
4955 widget-image-insert.
4956 (checkbox): Create on and off images dynamically.
4957 (documentation-link): Change :help-echo.
4958 (widget-documentation-link-echo-help): Remove.
4959
4960 2000-06-02 Stefan Monnier <monnier@cs.yale.edu>
4961
4962 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
4963
4964 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
4965 (easy-mmode-define-toggle, define-minor-mode): Use it.
4966 (easy-mmode-define-keymap): Docstring fix.
4967 (define-derived-mode): Default PARENT to fundamental-mode.
4968 Add the derived-mode-parent symbol-property.
4969 (easy-mmode-derived-mode-p): New function.
4970
4971 2000-06-02 Dave Love <fx@gnu.org>
4972
4973 * files.el (convert-standard-filename): Doc fix.
4974 (normal-backup-enable-predicate): New function.
4975 (backup-enable-predicate): Use it to replace the lambda form.
4976
4977 * calendar/todo-mode.el: [This needs more work on the outline
4978 stuff.] Doc fixes.
4979 (todo) <defgroup>: Add :version.
4980 (todo-add-category): Don't use pushnew.
4981 (todo-cmd-raise): Fix typo.
4982 (todo-top-priorities): Change temp buffer name.
4983 (todo-category-alist): Avoid redundant lambda.
4984 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
4985 Use outline-next-heading.
4986
4987 * autoarg.el: Rewritten to use define-minor-mode.
4988 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
4989 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
4990
4991 2000-06-02 Kenichi Handa <handa@etl.go.jp>
4992
4993 * isearch.el (isearch-other-meta-char): Fix previous change.
4994
4995 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
4996
4997 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
4998 (log-edit-done): Only add the comment to the ring if it's different
4999 from the last comment entered.
5000
5001 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
5002
5003 2000-06-01 Dave Love <fx@gnu.org>
5004
5005 * hl-line.el: Rewritten using define-minor-mode.
5006
5007 * help.el (describe-function-1): Distinguish special form from
5008 builtin function. Sanity-check presence of arglist for builtins.
5009
5010 2000-06-01 Kenichi Handa <handa@etl.go.jp>
5011
5012 * international/characters.el: Fix syntax/category setting of
5013 Tibetan characters.
5014
5015 * language/tibet-util.el (tibetan-add-components): Fixes for new
5016 encoding of Tibetan characters.
5017 (tibetan-decompose-precomposition-alist): New variable.
5018 (tibetan-decompose-region): Convert precomposed characters to
5019 non-precomposed characters.
5020 (tibetan-decompose-string): Likewise.
5021 (tibetan-composition-function): Fix args to
5022 thibetan-compose-string.
5023
5024 * language/tibetan.el (tibetan-composable-pattern): More
5025 characters included.
5026 (tibetan-consonant-transcription-alist): Rule for "R" added.
5027 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
5028 "+R" added.
5029 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
5030
5031 * language/lao-util.el (lao-composition-function): Fix args to
5032 compose-string.
5033
5034 * language/thai-util.el (thai-composition-function): Fix args to
5035 compose-string.
5036
5037 * isearch.el (isearch-update): Set disable-point-adjustment to t
5038 to prevent the point moving to the end of a composition when a
5039 part of a composition is searched.
5040 (isearch-other-meta-char): If the key invoking this command can be
5041 mapped by function-key-map to a printing char, call
5042 isearch-process-search-char directly.
5043
5044 2000-06-01 Stefan Monnier <monnier@cs.yale.edu>
5045
5046 * emacs-lisp/bytecomp.el:
5047 * frame.el:
5048 * international/mule-cmds.el:
5049 * international/mule-util.el:
5050 * international/mule.el:
5051 * mouse.el:
5052 * subr.el:
5053 * faces.el: Update calls to make-obsolete with a WHEN argument.
5054
5055 * byte-run.el (make-obsolete, make-obsolete-variable):
5056 Add an optional WHEN argument and change the format of the
5057 symbol-property information.
5058 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
5059 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
5060 new obsolete-symbol-property format and print WHEN if it is provided.
5061
5062 2000-05-31 Dave Love <fx@gnu.org>
5063
5064 * loadhist.el (loadhist-hook-functions): Remove
5065 before-change-function, after-change-function.
5066 (unload-feature): Deal with symbols which are both bound and
5067 fbound.
5068
5069 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
5070 before-change-function, after-change-function.
5071
5072 * simple.el (newline): Don't bind before-change-function,
5073 after-change-function.
5074
5075 2000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
5076
5077 * whitespace.el (whitespace-rescan-timer-time): Update interval
5078 set to 600 seconds (10 minutes) instead of 60 seconds since
5079 a large number of whitespace buffers causes emacs to `freeze'
5080 for a considerable amount of time.
5081
5082 * whitespace.el: Updated email address
5083
5084 2000-05-31 Dave Love <fx@gnu.org>
5085
5086 * add-log.el (change-log-font-lock-keywords) <function>: Add
5087 pattern for function of change.
5088 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
5089 acknowledgements patterns.
5090
5091 2000-05-31 Kenichi Handa <handa@etl.go.jp>
5092
5093 * isearch.el (isearch-printing-char): If keyboard coding system is
5094 being used, call isearch-process-search-multibyte-characters.
5095
5096 * international/isearch-x.el: Mostly rewritten.
5097
5098 * international/quail.el (quail-start-conversion): Don't include
5099 unhandled events in the returned events, but set them in
5100 unread-command-events. Exit if all inputs are deleted.
5101
5102 2000-05-30 Jason Rumney <jasonr@gnu.org>
5103
5104 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
5105
5106 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
5107 Reenable code to create initial fontsets.
5108 Use set-fontset-font in place of put-charset-property.
5109
5110 2000-05-30 Gerd Moellmann <gerd@gnu.org>
5111
5112 * progmodes/perl-mode.el (perl-indent-line): When looking for a
5113 label, ensure that the first colon isn't followed by another.
5114
5115 * paths.el (Info-default-directory-list): Doc fix.
5116
5117 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
5118 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
5119 send a query containing USER only, not USER@HOST.
5120
5121 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
5122 and rmail-msgend to compute the restriction at the end, instead of
5123 computing it.
5124
5125 2000-05-29 Gerd Moellmann <gerd@gnu.org>
5126
5127 * dabbrev.el (dabbrev-expand): Don't display messages in the
5128 echo area if the minibuffer window is active.
5129
5130 * jit-lock.el (jit-lock-mode): Add after change function to
5131 local hook.
5132
5133 2000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
5134
5135 * antlr-mode.el: New commands: hide/unhide actions,
5136 upcase/downcase literals.
5137 (antlr-tiny-action-length): New user option.
5138 (antlr-hide-actions): New command. Suggested by
5139 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
5140 (antlr-mode-map): New binding [C-c C-v].
5141 (antlr-mode-menu): New entries.
5142 (antlr-downcase-literals): New command.
5143 (antlr-upcase-literals): Ditto.
5144
5145 * antlr-mode.el: Minor changes: indendation, mode-name.
5146 (antlr-indent-line): Indent cpp directive at column 0.
5147 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
5148
5149 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
5150 (antlr-font-lock-additional-keywords): Workaround for intentional
5151 bug in XEmacs version of font-lock.
5152 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
5153 be used by a smarter version of `buffers-menu-grouping-function'.
5154
5155 2000-05-29 Gerd Moellmann <gerd@gnu.org>
5156
5157 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
5158 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
5159
5160 2000-05-29 Kenichi Handa <handa@etl.go.jp>
5161
5162 * international/encoded-kb.el
5163 (encoded-kbd-iso2022-designation-map): Pay attention to that
5164 charset-iso-final-char return -1 for eight-bit-control and
5165 eight-bit-graphic.
5166
5167 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
5168
5169 * speedbar.el (speedbar-use-images, speedbar-update-flag)
5170 (speedbar-easymenu-definition-base): Use display-graphic-p where
5171 available, instead of window-system.
5172
5173 2000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
5174
5175 * international/codepage.el (cp-coding-system-for-codepage-1): Add
5176 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
5177 coding systems.
5178
5179 2000-05-26 Dave Love <fx@gnu.org>
5180
5181 * disp-table.el (standard-display-underline): Don't use
5182 internal-find-face.
5183
5184 * mail/reporter.el: Maintainer change. Doc fixes.
5185 (reporter-version): Deleted.
5186
5187 * emacs-lisp/elp.el: Maintainer change.
5188 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
5189
5190 2000-05-26 Stefan Monnier <monnier@cs.yale.edu>
5191
5192 * add-log.el (add-change-log-entry): Merge the current entry with the
5193 previous one if the previous one is empty.
5194
5195 2000-05-26 Dave Love <fx@gnu.org>
5196
5197 * loadhist.el (unload-feature): Fix interactive spec [from
5198 lijnzaad@ebi.ac.uk].
5199
5200 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
5201 subr-arity to check primitives.
5202 (byte-compile-flush-pending, byte-compile-file-form-progn)
5203 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
5204 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
5205 mapcar.
5206
5207 2000-05-26 Kenichi Handa <handa@etl.go.jp>
5208
5209 * international/fontset.el: Set family names of non-latin charsets
5210 in default fontset to "*".
5211
5212 * international/mule-diag.el (print-fontset): Combine family part
5213 and registry part of the fontname by "-*-" instead of "-".
5214
5215 * international/mule-cmds.el (encode-coding-char): Make strings
5216 multibyte before calling encode-coding-string.
5217
5218 2000-05-25 Stefan Monnier <monnier@cs.yale.edu>
5219
5220 * derived.el: Fix keywords.
5221 (define-derived-mode): Only define if needed.
5222
5223 * simple.el (fill-comment, comment-column, comment-start)
5224 (comment-start-skip, comment-end, comment-indent-function)
5225 (block-comment-start, block-comment-end, indent-for-comment)
5226 (set-comment-column, kill-comment, comment-padding, comment-region)
5227 (comment-multi-line, indent-new-comment-line): Remove.
5228
5229 * bindings.el (esc-map): Change ; to comment-dwim and use the new
5230 function names for comment operations.
5231
5232 * newcomment.el: Add abundant autoload cookies.
5233 (comment-style): Don't depend on runtime data at compile-time.
5234 (comment-indent-hook): Remove.
5235 (comment-indent): Check if comment-indent-hook is bound.
5236 (comment-region): Docstring fix.
5237
5238 2000-05-25 Dave Love <fx@gnu.org>
5239
5240 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
5241 byte-code-function-p.
5242
5243 * mail/rmailsum.el: Add provide.
5244
5245 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
5246
5247 * smerge-mode.el (smerge-diff-switches): Don't use list* in
5248 defcustom.
5249
5250 2000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
5251
5252 * ediff-diff.el (ediff-exec-process): delete --binary option from
5253 non-buffer ediff jobs.
5254
5255 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
5256
5257 * hilit-chg.el (highlight-changes-mode): Ask about color or
5258 grayscale support, not about window-system.
5259
5260 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
5261 window-system.
5262 (ffap-highlight): Always default to t.
5263
5264 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
5265 display-popup-menus-p instead of looking at window-system.
5266
5267 * disp-table.el (standard-display-g1, standard-display-graphic):
5268 Only refuse to use string glyphs on X and MS-Windows.
5269
5270 * avoid.el: Remove window-system from commentary, suggest to use
5271 display-*-p instead.
5272
5273 * apropos.el (apropos-print): Use display-mouse-p instead of
5274 window-system.
5275
5276 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
5277
5278 * international/codepage.el (cp-decoding-vector-for-codepage):
5279 Fill up unsupported characters with their own codes. From Kenichi
5280 Handa.
5281
5282 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
5283
5284 * international/mule-diag.el (describe-char-after): Use
5285 display-graphic-p instead of window-system, so that this function
5286 works on MS-DOS.
5287
5288 2000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
5289
5290 * international/codepage.el (cp-make-coding-systems-for-codepage):
5291 Remove the eight-bit-graphic and eight-bit-control charsets from
5292 the list of charsets which we convert into `?'.
5293
5294 2000-05-25 Kenichi Handa <handa@etl.go.jp>
5295
5296 * international/mule-conf.el: Specify CHARSET-ID explicitely for
5297 private charsets.
5298 (mule-unicode-0100-24ff, japanese-jisx0213-1,
5299 japanese-jisx0213-2): New charsets.
5300
5301 * international/fontset.el: Setup default fontset for new charsets.
5302
5303 2000-05-24 Dave Love <fx@gnu.org>
5304
5305 * info.el (Info-find-node-2): Restructure [following "Vadim
5306 S. Solomin" <sovs@uic.nnov.ru>].
5307
5308 * icomplete.el: Fix header for Finder.
5309
5310 2000-05-24 Eric M. Ludlam <zappo@ultranet.com>
5311
5312 * rmailout.el (rmail-output-to-rmail-file): Added optional param
5313 STAY.
5314
5315 * rmail.el (rmail-automatic-folder-directives): New user variable.
5316 (rmail-show-message): Add call to `rmail-auto-file' during
5317 display.
5318 (rmail-auto-file): New function.
5319
5320 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
5321
5322 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
5323 account.
5324 (ediff-test-utility,ediff-diff-mandatory-option)
5325 (ediff-reset-diff-options): Utilities for proper initialization of
5326 ediff-diff-options and ediff-diff3-options on Windows.
5327
5328 * ediff-init.el (ediff-merge-filename-prefix): New customizable
5329 variable.
5330
5331 * ediff-mult.el (ediff-filegroup-action): Use
5332 ediff-merge-filename-prefix.
5333
5334 2000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
5335
5336 * viper-ex.el (ex-write): Set selective display to nil.
5337
5338 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
5339
5340 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
5341 aliases for hebrew-iso-8bit.
5342
5343 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
5344
5345 * woman.el: New version from Francis J. Wright
5346 <F.J.Wright@Maths.QMW.ac.uk>.
5347 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
5348 names in environment variables regardless of the path separator.
5349 (woman-topic-all-completions-1): Don't call file-name-directory-p
5350 on all files, since woman-file-regexp already filters out any
5351 directories.
5352
5353 2000-05-24 Kenichi Handa <handa@etl.go.jp>
5354
5355 * international/quail.el (quail-start-translation): Don't change
5356 modified-p of the current buffer.
5357 (quail-start-conversion): Likewise.
5358
5359 * international/kkc.el (kkc-region): Don't change modified-p of
5360 the current buffer.
5361
5362 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
5363 conform to RFC1468.
5364 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
5365
5366 2000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
5367
5368 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
5369 (speedbar-insert-button): Invisible text property fix.
5370 (speedbar-directory-plus): Renamed from speedbar-directory-+
5371 (speedbar-directory-minus): Renamed from speedbar-directory--
5372 (speedbar-page-plus): Renamed from speedbar-file-+
5373 (speedbar-page-minus): Renamed from speedbar-file--
5374 (speedbar-page): Renamed from speedbar-file-
5375 (speedbar-tag): Renamed from speedbar-tag-
5376 (speedbar-tag-plus): Renamed from speedbar-tag-+
5377 (speedbar-tag-minus): Renamed from speedbar-tag--
5378 (speedbar-expand-image-button-alist): Use above renames.
5379
5380 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
5381 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
5382 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
5383 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
5384 * sb-pg.xpm: Renamed from sb-file.xpm
5385 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
5386 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
5387
5388 2000-05-24 Kenichi Handa <handa@etl.go.jp>
5389
5390 * international/quail.el (quail-show-guidance-buf): Set
5391 current-input-method of the guidance buffer to the name of the
5392 curren input method.
5393
5394 2000-05-23 Stefan Monnier <monnier@cs.yale.edu>
5395
5396 * progmodes/compile.el (compile-internal): Style typo.
5397
5398 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
5399 quote vars and functions in the docstring.
5400
5401 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
5402
5403 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
5404 Don't quote lambdas.
5405
5406 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
5407
5408 2000-05-23 Gerd Moellmann <gerd@gnu.org>
5409
5410 * startup.el (command-line): Determine source file of compiled
5411 user init file differently. Warn if compiled user init file
5412 is older than its source file.
5413
5414 * ffap.el (ffap-url-regexp): Add `https'.
5415
5416 2000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
5417
5418 * files.el (make-backup-file-name-1): Replace slashes with `!'
5419 rather than `|' (which is not allowed on Windows). Replace the
5420 drive letters with a string "drive_X".
5421
5422 2000-05-23 Gerd Moellmann <gerd@gnu.org>
5423
5424 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
5425
5426 * files.el (interpreter-mode-alist): Add `bash2'.
5427
5428 2000-05-22 Dave Love <fx@gnu.org>
5429
5430 * loadhist.el (feature-symbols, file-provides, file-requires): Use
5431 mapc.
5432 (feature-file): Avoid calling symbol-name. Doc fix.
5433 (file-set-intersect, file-dependents): Use dolist, not mapcar.
5434 (loadhist-hook-functions): Add mouse-position-function.
5435 (unload-feature): Change uses of mapcar.
5436
5437 * files.el (parse-colon-path): Doc fix.
5438 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
5439 (set-auto-mode): Use mapc.
5440
5441 * complete.el (PC-look-for-include-file): Use :alnum: character
5442 class.
5443 (partial-completion-mode): Add autoload cookie.
5444
5445 2000-05-22 Sam Steingold <sds@gnu.org>
5446
5447 * info.el (Info-fontify-node): Fixed the call to
5448 `add-text-properties' (bug introduced on 2000-05-18).
5449
5450 2000-05-22 Dave Love <fx@gnu.org>
5451
5452 * bindings.el: Remove debug-ignored-errors set in other files.
5453
5454 * progmodes/etags.el: Add to debug-ignored-errors.
5455 (visit-tags-table-buffer): Clear out buffers holding old tables
5456 when making a new list.
5457 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
5458 mapc.
5459
5460 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
5461 quote keywords.
5462 (cmpl-string-case-type): Use character classes.
5463
5464 * comint.el:
5465 * textmodes/ispell.el:
5466 * imenu.el:
5467 * mail/mh-e.el:
5468 * progmodes/compile.el: Add to debug-ignored-errors.
5469
5470 * dabbrev.el: Add to debug-ignored-errors.
5471 (dabbrev-completion): Use mapc.
5472
5473 2000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
5474
5475 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
5476 (woman-mapcan, woman-parse-man.conf)
5477 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
5478 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
5479 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
5480 path syntax better.
5481 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
5482 (woman-manpath): Call woman-parse-man.conf.
5483 (woman-emulation): New defcustom, defaults to nroff.
5484 (woman-font-support): New defconst.
5485 (woman-use-symbol-font): New defcustom.
5486 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
5487 "Emulation".
5488 Many functions: Doc fix.
5489
5490 2000-05-22 Kenichi Handa <handa@etl.go.jp>
5491
5492 * international/quail.el (quail-simple-translation-keymap): Map
5493 128..255 to quail-self-insert-command.
5494 (quail-keyboard-layout-alist): Add definition for "pc102-de".
5495
5496 2000-05-22 Stefan Monnier <monnier@cs.yale.edu>
5497
5498 * help.el (help-manyarg-func-alist): Typo.
5499
5500 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
5501 intervals which makes it heaps simpler.
5502
5503 * newcomment.el (comment-region-internal): Go back to BEG after quoting
5504 the nested comment markers.
5505
5506 * subr.el (remove-hook): Don't turn the hook's value into a list.
5507
5508 2000-05-21 Dave Love <fx@gnu.org>
5509
5510 * edmacro.el (edmacro-parse-keys): Return vector if any elements
5511 are invalid characters.
5512
5513 * international/mule-util.el (detect-coding-with-priority): Use
5514 mapc. Remove redundant lambda.
5515
5516 * international/mule-diag.el (list-non-iso-charset-chars)
5517 (describe-fontset): Remove redundant lambda.
5518
5519 * emulation/crisp.el (brief-mode): New alias.
5520
5521 * emacs-lisp/ring.el (ring-elements): New function.
5522
5523 * emacs-lisp/easymenu.el (easy-menu-create-menu)
5524 (easy-menu-do-add-item): Use keywordp.
5525
5526 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
5527
5528 * replace.el: Doc and error message fixes.
5529 (replace-highlight): Use facep, not internal-find-face.
5530
5531 2000-05-20 Stefan Monnier <monnier@cs.yale.edu>
5532
5533 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
5534
5535 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
5536 (log-edit-insert-changelog): Drop `:' as well.
5537
5538 * log-view.el: Fix file description.
5539 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
5540 available.
5541 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
5542 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
5543
5544 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
5545 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
5546 Print a status message if the toggle is called interactively.
5547 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
5548 for global minor modes and use `defcustom' for them.
5549 Use add-minor-mode.
5550 (easy-mmode-define-derived-mode): Remove.
5551 (define-derived-mode): Fancier default docstring.
5552 (easy-mmode-define-navigation): Signal an error rather than (ding).
5553
5554 * newcomment.el (comment-styles): New `box-multi'.
5555 (comment-normalize-vars): Better default for comment-continue to
5556 avoid whitespace-only continuations.
5557 (comment-search-forward): Always move even in the no-syntax case.
5558 (comment-padright): Only obey N if it's only obeyed for padleft.
5559 (comment-make-extra-lines): Better handling of empty continuations.
5560 Use `=' for the filler if comment-start has only one character.
5561 (uncomment-region): Try handling the special `=' filler.
5562 (comment-region): Allow LINES even if MULTI is nil.
5563 (comment-box): Choose box style based on comment-style.
5564
5565 2000-05-20 Kenichi Handa <handa@etl.go.jp>
5566
5567 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
5568 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
5569
5570 2000-05-20 Kenichi HANDA <handa@etl.go.jp>
5571
5572 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
5573 and insert, not subst-char-in-region.
5574
5575 * international/mule-diag.el (list-character-sets-1): Handle
5576 charsets eight-bit-control and eight-bit-graphic.
5577 (list-iso-charset-chars): Likewise.
5578 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
5579 charactes as is. Use indent-to to align characters.
5580
5581 * international/mule-cmds.el (find-multibyte-characters): Never
5582 exclude charsets eight-bit-control and eight-bit-graphic.
5583
5584 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
5585
5586 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
5587 Don't quote lambdas.
5588
5589 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
5590
5591 2000-05-19 Gerd Moellmann <gerd@gnu.org>
5592
5593 * gud.el (gud-jdb-directories): Doc fix.
5594
5595 2000-05-19 Stefan Monnier <monnier@cs.yale.edu>
5596
5597 * newcomment.el: New file.
5598
5599 2000-05-19 Gerd Moellmann <gerd@gnu.org>
5600
5601 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
5602
5603 2000-05-18 Andreas Schwab <schwab@suse.de>
5604
5605 * dired.el (dired-between-files): Also skip lines beginning with
5606 `used'.
5607
5608 2000-05-18 Gerd Moellmann <gerd@gnu.org>
5609
5610 * msb.el (msb-menu-cond): Add choice `user'.
5611
5612 2000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5613
5614 * ps-print.el: Compatibility, customization and doc fix.
5615 (ps-printer-name-option): Replace defconst by defvar.
5616 (ps-postscript-code-directory): XEmacs compatibility.
5617 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
5618 fix.
5619 (ps-user-defined-prologue, ps-print-prologue-header)
5620 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
5621 compatibility and code fix.
5622 (ps-print-background-image, ps-print-background-text):
5623 Customization fix.
5624 (ps-line-number-start, ps-n-up-on): New vars.
5625
5626 2000-05-18 Espen Skoglund <esk@ira.uka.de>
5627
5628 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
5629 the indent-comment function to just return the appropriate indent.
5630
5631 2000-05-18 Eric M. Ludlam <zappo@ultranet.com>
5632
5633 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
5634 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
5635 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
5636
5637 2000-05-18 Dave Love <fx@gnu.org>
5638
5639 * info.el (Info-fontify-node): Add intangible property as well as
5640 invisible.
5641
5642 * calendar/appt.el (appt-make-list): Match all lines of entry.
5643 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
5644
5645 2000-05-18 Kenichi Handa <handa@etl.go.jp>
5646
5647 * international/mule-diag.el (describe-char-after): Call
5648 internal-char-font, not char-font. If internal-char-font returns
5649 nil, display "-- none --".
5650
5651 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
5652
5653 * image.el (image-type-available-p): Don't reference image-types
5654 if it isn't bound.
5655
5656 2000-05-17 Stefan Monnier <monnier@cs.yale.edu>
5657
5658 * autoarg.el (autoarg-mode): Typo in the :set argument.
5659
5660 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
5661
5662 * startup.el (command-line-1): Don't signal an error if the
5663 directory for auto-save-list files does not yet exist.
5664
5665 2000-05-17 Kenichi Handa <handa@etl.go.jp>
5666
5667 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
5668
5669 2000-05-16 Stefan Monnier <monnier@cs.yale.edu>
5670
5671 * subr.el (remove-hook): `setq' hook-value, not `set'.
5672
5673 2000-05-16 Sam Steingold <sds@gnu.org>
5674
5675 * info.el (debug-ignored-errors): More errors to ignore.
5676
5677 2000-05-16 Dave Love <fx@gnu.org>
5678
5679 * cus-edit.el: Don't require cl or easymenu.
5680 (custom-variable-prompt): Test standard-value property, not
5681 user-variable-p.
5682
5683 2000-05-16 Sam Steingold <sds@gnu.org>
5684
5685 * subr.el (add-hook): `setq' hook-value, not `set'.
5686
5687 2000-05-16 Gerd Moellmann <gerd@gnu.org>
5688
5689 * startup.el (command-line-1): Mention the FAQ in the startup
5690 message.
5691
5692 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
5693
5694 * progmodes/compile.el (compilation-parse-errors): Collect
5695 `nomessage' regexps last.
5696
5697 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
5698
5699 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
5700 to the function name.
5701
5702 2000-05-15 Dave Love <fx@gnu.org>
5703
5704 * speedbar.el (speedbar-recenter): Typo.
5705 (speedbar-expand-line): Make arg optional.
5706 (speedbar-mode): Avoid a compiler warning.
5707
5708 2000-05-15 Gerd Moellmann <gerd@gnu.org>
5709
5710 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
5711 user-specified option string is empty.
5712
5713 * mouse.el (mouse-yank-at-click): Doc fix.
5714
5715 2000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
5716
5717 * term/internal.el (IT-character-translations): More updates of
5718 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
5719 documents.
5720
5721 2000-05-15 Gerd Moellmann <gerd@gnu.org>
5722
5723 * env.el (getenv): New function, interactively callable.
5724 (setenv, getenv): Remove autoload cookies.
5725
5726 * loadup.el: Load `env'.
5727
5728 * progmodes/f90.el: Change author's mail address.
5729
5730 2000-05-14 Dave Love <fx@gnu.org>
5731
5732 * mail/rmail.el (rmail-show-message-hook): Customize and offer
5733 goto-addr as an option.
5734
5735 * help.el (help-xref-stack): Doc fix.
5736 (help-xref-following): New variable.
5737 (help-make-xrefs): Use it.
5738 (help-xref-go-back): Use position information from stack element.
5739 (help-follow): Make position in stack element a pair. Use
5740 help-xref-following.
5741
5742 * autoarg.el: New file.
5743
5744 * faces.el: Declare more functions obsolete.
5745
5746 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
5747 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
5748 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
5749 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
5750 Remove all the setup-...-environment functions.
5751
5752 2000-05-13 Eric M. Ludlam <zappo@ultranet.com>
5753
5754 * speedbar.el: Updated the commentary section. xemacs20p now uses
5755 >= when detecting. Require `defimage' safely.
5756 (speedbar-easymenu-definition-base): Add toggle for images.
5757 (speedbar-easymenu-definition-special): Add flush cache & expand.
5758 (speedbar-visiting-tag-hook): Set new defaults. Added options.
5759 (speedbar-reconfigure-keymaps-hook): New variable.
5760 (speedbar-frame-parameters): Updated documentation.
5761 (speedbar-use-imenu-flag): Updated custom tag
5762 (speedbar-dynamic-tags-function-list): New variable.
5763 (speedbar-tag-hierarchy-method): Updated doc & custom.
5764 (speedbar-indentation-width, speedbar-indentation-width) New
5765 variables.
5766 (speedbar-hide-button-brackets-flag): Customizable.
5767 (speedbar-vc-indicator): Doc update.
5768 (speedbar-ignored-path-expressions): Updated default value.
5769 (speedbar-supported-extension-expressions): Updated default value.
5770 (speedbar-syntax-table): Remove {} paren status.
5771 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
5772 as "+". Added overlay aliases.
5773 (speedbar-mode): Use `speedbar-mode-line-update' instead of
5774 `force-mode-line-update'.
5775 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
5776 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
5777 `mouse-set-point'
5778 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
5779 (speedbar-item-info-tag-helper): Revamped to handle a wider range
5780 of arbitrary text, and new helper functions.
5781 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
5782 filename finder.
5783 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
5784 (speedbar-directory-buttons): Update path search/expansion.
5785 (speedbar-make-tag-line): Pay attention to
5786 `speedbar-indentation-width'. Use more care w/ invisible
5787 properties.
5788 (speedbar-change-expand-button-char): Call
5789 `speedbar-insert-image-button-maybe'.
5790 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
5791 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
5792 (speedbar-trim-words-tag-hierarchy)
5793 (speedbar-simple-group-tag-hierarchy): New functions
5794 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
5795 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
5796 functions.
5797 (speedbar-mouse-set-point): New function
5798 (speedbar-power-click): Updated documentation.
5799 (speedbar-line-token, speedbar-goto-this-file): Handle more types
5800 of tag prefix text.
5801 (speedbar-expand-line, speedbar-contract-line): Make more robust
5802 to strange text.
5803 (speedbar-expand-line): Takes universal argument to flush the
5804 cache.
5805 (speedbar-flush-expand-line): New function.
5806 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
5807 Use new generator insertion method.
5808 (speedbar-fetch-dynamic-tags): New function.
5809 (speedbar-fetch-dynamic-imenu): Removed code now handled in
5810 `speedbar-fetch-dynamic-imenu'.
5811 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
5812 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
5813 "Revert Buffer" menu items.
5814 (speedbar-buffer-buttons-engine): Be smarter when creating a
5815 filename tag (for expansion purposes.).
5816 (speedbar-highlight-one-tag-line,
5817 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
5818 (speedbar-recenter): New functions.
5819 (defimage-speedbar): Image loading abstraction.
5820 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
5821 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
5822 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
5823 (speedbar-tag-type, speedbar-tag-mail): New images.
5824 (speedbar-expand-image-button-alist): New variable.
5825 (speedbar-insert-image-button-maybe): Insert an image over some
5826 buttons.
5827
5828 2000-05-13 Kenichi Handa <handa@etl.go.jp>
5829
5830 * international/mule-cmds.el (encode-coding-char): An ASCII
5831 character is always encodable.
5832
5833 * international/mule-conf.el: Add more information in descriptions
5834 of character sets.
5835
5836 * international/mule-diag.el (describe-char-after): New function.
5837 (describe-font-internal): Adjusted for the change of font-info.
5838 (describe-font): Likewise.
5839 (print-fontset): Rewritten for the new fontset implementation.
5840 (describe-fontset): Include fontset alias names in completion.
5841 (list-fontsets): Adjusted for the change of print-fontset.
5842
5843 * simple.el (what-cursor-position): If DETAIL is non-nil, call
5844 describe-char-after instead of displaying the detail in the echo
5845 area.
5846 (syntax-code-table): Format changed.
5847 (string-to-syntax): Adjusted for the above change.
5848
5849 2000-05-12 Stefan Monnier <monnier@cs.yale.edu>
5850
5851 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
5852
5853 2000-05-12 Dave Love <fx@gnu.org>
5854
5855 * calendar/todo-mode.el: Remove some compatibility stuff and CL
5856 dependence. Use line-{beginning,end}-position, not
5857 point-at{b,e}ol. Some doc fixes.
5858 (todo-position): New function. Fix callers of position to use it.
5859 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
5860
5861 2000-05-12 Gerd Moellmann <gerd@gnu.org>
5862
5863 * time.el (display-time-mail-icon): Use `:ascent center'.
5864
5865 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
5866 handling FTP security extensions.
5867
5868 2000-05-11 Dave Love <fx@gnu.org>
5869
5870 * calendar/todo-mode.el: New file.
5871
5872 2000-05-11 Gerd Moellmann <gerd@gnu.org>
5873
5874 * comint.el (comint-read-input-ring): Move reference to
5875 comint-input-ring-size outside of the save-excursion. It was
5876 causing the default value to be the only one ever seen.
5877
5878 * font-lock.el: Update copyright. Remove Simon Marshall's email
5879 address on request from him.
5880
5881 * subr.el (substitute-key-definition): Add comment describing
5882 the meaning of PREFIX.
5883
5884 2000-05-10 Stefan Monnier <monnier@cs.yale.edu>
5885
5886 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
5887
5888 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
5889 (add-minor-mode): Don't make the variable buffer-local and add a
5890 reference to define-minor-mode in the docstring.
5891
5892 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
5893 HEADER/FOOTER and fix bug with trailing empty directory.
5894 (cvs-append-to-ignore): Use vc-editable-p if available.
5895 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
5896 (vc-do-command): Tweak advice to handle the new VC.
5897
5898 * log-view.el (log-view-goto-rev): New function for the new VC.
5899 (log-view-minor-wrap): Use mark-active.
5900
5901 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
5902 (log-edit-changelog-full-paragraphs): New var.
5903 (log-edit-insert-changelog): Remove a lonely leading `* file'.
5904 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
5905 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
5906 (log-edit-changelog-ours-p, log-edit-changelog-entries)
5907 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
5908 Replace the `cvs' prefix with `log-edit'.
5909
5910 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
5911
5912 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
5913 (diff-font-lock-defaults): Explicitly turn off multiline.
5914 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
5915 (diff-ediff-patch): Fix call to ediff-patch-file.
5916 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
5917 Handle comments.
5918
5919 * frame.el (automatic-hscrolling): Typo.
5920
5921 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
5922
5923 2000-05-09 Sam Steingold <sds@goems.com>
5924
5925 * apropos.el (apropos-print): use `describe-face' instead of
5926 `customize-face-other-window'.
5927
5928 2000-05-09 Dave Love <fx@gnu.org>
5929
5930 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
5931
5932 * help.el (describe-variable): Have customize button pop the
5933 help-xref stack when invoked.
5934 (help-xref-symbol-regexp): Add `face'.
5935 (help-make-xrefs): Check for quoted face names and adapt regexp
5936 submatch numbers to cope.
5937 (help-xref-interned): Maybe insert face doc too. Separate
5938 sections with a line of hyphens.
5939
5940 * faces.el: Some doc fixes. Declare some functions obsolete.
5941 (describe-face): Add customize button. Return the help
5942 text. Fix prompt.
5943
5944 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
5945
5946 * term/internal.el (IT-character-translations): Fix last change.
5947
5948 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
5949
5950 * woman.el: New file
5951 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
5952
5953 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
5954
5955 * term/internal.el (IT-character-translations): Update ASCII
5956 simulations for greek-iso8859-7, add latin-iso8859-14 and
5957 latin-iso8859-15.
5958
5959 * international/mule-cmds.el (set-language-info-alist): Call
5960 define-prefix-command with 3 arguments, to make the map suitable
5961 for a menu.
5962
5963 2000-05-07 Dave Love <fx@gnu.org>
5964
5965 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
5966
5967 2000-05-05 Dave Love <fx@gnu.org>
5968
5969 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
5970 list in doc string. Don't quote keyword symbols.
5971 * emacs-lisp/cl.el: Likewise
5972 * emacs-lisp/cl-seq.el: Likewise
5973
5974 2000-05-05 Gerd Moellmann <gerd@gnu.org>
5975
5976 * abbrev.el (abbrev-mode): Make ARG optional.
5977
5978 2000-05-04 Gerd Moellmann <gerd@gnu.org>
5979
5980 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
5981
5982 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
5983
5984 * subr.el (substitute-key-definition): Clarify documentation.
5985
5986 2000-05-04 Milan Zamazal <pdm@freesoft.cz>
5987
5988 * glasses.el (glasses-convert-to-unreadable): Use
5989 `glasses-separator' instead of the hard-wired "_".
5990 (glasses-mode): Call `glasses-make-unreadable' only in a single
5991 place.
5992
5993 2000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
5994
5995 * term/internal.el (cjk-codepages-alist): Add associations for
5996 Chinese and Korean codepages. Remove FIXME comment.
5997
5998 2000-05-03 Dave Love <fx@gnu.org>
5999
6000 * time.el (display-time-mail-face, display-time-use-mail-icon):
6001 New option.
6002 (display-time-mail-icon): New variable.
6003 (display-time-string-forms): Use the above. Fix the local-map.
6004
6005 2000-05-03 Gerd Moellmann <gerd@gnu.org>
6006
6007 * replace.el (query-replace-map): Add binding for `E'.
6008 (query-replace-help): Extend help text.
6009 (perform-replace): Allow editing the replacement string.
6010
6011 * make-mode.el (makefile-mode-abbrev-table): New variable.
6012 (makefile-mode): Set local abbrev table to
6013 makefile-mode-abbrev-table.
6014 (makefile-font-lock-keywords): Fontify includes and conditionals.
6015
6016 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
6017 set TOGGLE's value.
6018
6019 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
6020 mail-interactive-insert-alias.
6021 (mail-abbrev-complete-alias): New command.
6022 (mail-mode-map): Bind it to `M-TAB'.
6023
6024 2000-05-03 Kenichi Handa <handa@etl.go.jp>
6025
6026 * language/lao-util.el (lao-compose-region): New function.
6027
6028 2000-05-02 Gerd Moellmann <gerd@gnu.org>
6029
6030 * files.el (recover-session): Make directories as necessary
6031 if they don't exist yet.
6032
6033 * calendar/cal-french.el
6034 (french-calendar-multibyte-special-days-array)
6035 (french-calendar-special-days-array): Change French text.
6036 (calendar-french-date-string): Change output.
6037 (calendar-goto-french-date): Likewise.
6038
6039 2000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
6040
6041 * wid-edit.el (widget-default-active): Obey `:always-active'.
6042 (widget-documentation-string-value-create): Set `:always-active'.
6043
6044 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
6045
6046 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
6047 default prefix to `~/_emacs.d/auto-save.list/_s'.
6048 (normal-top-level): Create the directory for auto-save files, if
6049 it doesn't already exist (in the ms-dos case only).
6050
6051 2000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
6052
6053 * international/mule-cmds.el (set-language-environment): Don't
6054 concat an integer (dos-codepage), use format instead.
6055
6056 2000-05-02 Dave Love <fx@gnu.org>
6057
6058 * help.el (help-xref-on-pp): Check for constant symbols.
6059
6060 2000-04-29 Gerd Moellmann <gerd@gnu.org>
6061
6062 * startup.el (normal-top-level): Put a condition-case around
6063 the code loading subdirs.el.
6064
6065 2000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6066
6067 * ps-print.el: Upside-down and face background color printing,
6068 line number step, doc fix.
6069 (ps-print-version): New version number (5.2).
6070 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
6071 (ps-face-attribute-list, ps-plot-with-face): Code fix.
6072 (ps-spool-config): Var fix.
6073 (ps-printer-name-option): Const fix.
6074 (ps-print-upside-down, ps-use-face-background)
6075 (ps-line-number-step): New vars.
6076 (ps-window-system, ps-lp-system): New consts.
6077 (ps-face-background): New fun.
6078
6079 2000-04-28 Richard Stallman <rms@gnu.org>
6080
6081 * files.el (make-auto-save-file-name):
6082 Apply auto-save-file-name-transforms to visited file name
6083 before generating auto save file name.
6084 (auto-save-file-name-transforms): New variable.
6085
6086 * files.el (backup-enable-predicate):
6087 Correctly test for a file under a temporary directory.
6088
6089 2000-04-28 Gerd Moellmann <gerd@gnu.org>
6090
6091 * subr.el (add-minor-mode): Rewritten.
6092
6093 2000-04-28 Kenichi Handa <handa@etl.go.jp>
6094
6095 * mail/sendmail.el (sendmail-send-it): Set
6096 buffer-file-coding-system to the selected coding system for MIME
6097 header.
6098
6099 2000-04-27 Gerd Moellmann <gerd@gnu.org>
6100
6101 * dired.el (dired-move-to-filename-regexp): Allow format where
6102 YYYY is followed by two spaces.
6103
6104 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
6105 in the second character class of the regexp.
6106
6107 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
6108 mh-etc, too.
6109
6110 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
6111 nil.
6112
6113 * subr.el (add-minor-mode): Use `set' instead of `setq'.
6114
6115 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
6116 argument.
6117
6118 2000-04-27 Sen Nagata <sen@eccosys.com>
6119
6120 * emacs-lisp/crm.el (crm-completion-table): New variable.
6121 (crm-collection-fn, crm-test-completion)
6122 (completing-read-multiple): Use it.
6123
6124 2000-04-27 Dave Love <fx@gnu.org>
6125
6126 * help.el (locate-library): Use mapc.
6127 (help-manyarg-func-alist): Add call-process-region.
6128
6129 2000-04-26 Gerd Moellmann <gerd@gnu.org>
6130
6131 * subr.el (add-minor-mode): Make argument MAP optional.
6132
6133 * desktop.el (desktop-save): Save list of minor modes.
6134 (desktop-create-buffer): Restore minor modes.
6135 (desktop-minor-mode-table): New user-option.
6136
6137 * subr.el (add-minor-mode): New function.
6138
6139 * image.el (find-image): New function.
6140 (defimage): Rewritten to find image at load time.
6141
6142 * startup.el (normal-top-level-add-to-load-path): Handle
6143 case that the default directory is not in load-path.
6144
6145 * help.el: Old patch from Stefan Monnier.
6146 (help-xref-on-pp): New function.
6147 (describe-variable): Use it to display xrefs in a symbol's value.
6148
6149 2000-04-26 Stefan Monnier <monnier@cs.yale.edu>
6150
6151 * cus-edit.el (custom-face): Fix parenthesis.
6152
6153 2000-04-26 Kenichi Handa <handa@etl.go.jp>
6154
6155 * mail/rmail.el (rmail-expunge): When there are no deleted
6156 messages, do nothing.
6157
6158 2000-04-26 Dave Love <fx@gnu.org>
6159
6160 * international/mule-cmds.el (locale-translation-file-name):
6161 Defvar to nil.
6162 (set-locale-environment): Set it here (at runtime).
6163
6164 2000-04-25 Gerd Moellmann <gerd@gnu.org>
6165
6166 * replace.el (perform-replace): Add parameters START and END. Use
6167 them instead of the check for a region in Transient Mark mode.
6168 (query-replace-read-args): Return two more list elements for the
6169 start and end of the region in Transient Mark mode.
6170 (query-replace, query-replace-regexp, query-replace-regexp-eval)
6171 (map-query-replace-regexp, replace-string, replace-regexp): Add
6172 optional last arguments START and END and pass them to
6173 perform-replace.
6174
6175 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
6176 form with additional arguments for perform-replace.
6177
6178 * progmodes/etags.el (tags-query-replace): Add parameters START
6179 and END. Construct a form with additional arguments for
6180 perform-replace.
6181
6182 * simple.el (shell-command): Set default directory for "*Shell
6183 Command Output" buffer.
6184
6185 * language/european.el (iso-latin-4): Fix typo.
6186
6187 * emacs-lisp/crm.el: New file.
6188
6189 2000-04-24 Dave Love <fx@gnu.org>
6190
6191 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
6192 (Custom-reset-saved, Custom-reset-standard)
6193 (custom-group-value-create, custom-group-set, custom-group-save)
6194 (custom-group-reset-current, custom-group-reset-saved)
6195 (custom-group-reset-standard): Use mapc.
6196 (custom-buffer-create-internal): Disable undo when creating items.
6197 Use mapc.
6198 (custom-face): Avoid redundant lambda.
6199
6200 2000-04-24 Gerd Moellmann <gerd@gnu.org>
6201
6202 * startup.el (auto-save-list-file-prefix): Set default to
6203 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
6204
6205 2000-04-24 Sam Steingold <sds@gnu.org>
6206
6207 * time-stamp.el (time-stamp-string-preprocess): Always convert
6208 `field-result' to a string.
6209
6210 2000-04-24 Gerd Moellmann <gerd@gnu.org>
6211
6212 * frame.el (scrolling): New group.
6213 (automatic-hscrolling): New user-option.
6214
6215 * startup.el (command-line-x-option-alist): Add `-lsp' and
6216 `--line-spacing'.
6217
6218 2000-04-19 Dave Love <fx@gnu.org>
6219
6220 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
6221 (cl-mapc): Rename from mapc. Fix the funcall.
6222
6223 2000-04-19 Gerd Moellmann <gerd@gnu.org>
6224
6225 * simple.el (clone-indirect-buffer-other-window): New command.
6226 (clone-indirect-buffer): Add optional arg NORECROD.
6227 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
6228
6229 * help.el (resize-temp-buffer-window): Use count-screen-lines.
6230
6231 * window.el (count-screen-lines): New function.
6232 (shrink-window-if-larger-than-buffer): Use count-screen-lines
6233 instead of window-buffer-height.
6234
6235 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
6236 non-existing variable comint-input-sentinel.
6237 (inferior-lisp-args-to-list): Removed.
6238 (inferior-lisp): Use split-string instead of
6239 inferior-lisp-args-to-list.
6240
6241 * hexl.el (hexl-insert-hex-string): New command.
6242
6243 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
6244 instead of concat.
6245
6246 2000-04-18 Gerd Moellmann <gerd@gnu.org>
6247
6248 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
6249 at the start of an existing but empty folder.
6250
6251 2000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6252
6253 * ps-mule.el: Customization fix, doc fix.
6254 (ps-multibyte-buffer): Customization fix.
6255
6256 2000-04-17 Richard M. Stallman <rms@gnu.org>
6257
6258 * subr.el (read-passwd): Use read-char-exclusive.
6259
6260 2000-04-17 Gerd Moellmann <gerd@gnu.org>
6261
6262 * textmodes/texinfo.el (texinfo-insert-@email)
6263 (texinfo-insert-@emph, texinfo-insert-@quotation)
6264 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
6265 (texinfo-mode-map): Add key bindings for them.
6266
6267 * files.el (basic-save-buffer-2): Use a template with `$'
6268 instead of `#' for VMS.
6269
6270 * simple.el (clone-indirect-buffer): New function.
6271
6272 2000-04-16 Stephen Eglen <stephen@gnu.org>
6273
6274 * iswitchb.el (iswitchb-case): New function. If the user input
6275 contains any upper-case characters, the search is made
6276 case-sensitive.
6277
6278 2000-04-17 Stefan Monnier <monnier@cs.yale.edu>
6279
6280 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
6281 comment-end.
6282 (texinfo-font-lock-syntactic-keywords): New var.
6283 (texinfo-font-lock-keywords): Remove comment regexp.
6284 (texinfo-insert-block): New function.
6285 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
6286 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
6287 and font-lock-defaults. Use regexp-opt for outline-regexp.
6288 (texinfo-environments): New var.
6289 (texinfo-environment-regexp): Use regexp-opt and
6290 texinfo-environments.
6291
6292 * textmodes/ispell.el (ispell-menu-map-needed): Check that
6293 ispell-process is bound since this might be eval'd before ispell
6294 is loaded.
6295 (ispell-message): Use a tiny bit less magic and a bit more hard
6296 data to figure out what kind of sc-cite-regexp to use.
6297
6298 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
6299
6300 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
6301 (insert-cyclic-diary-entry): Unquote the lambda.
6302
6303 * gud.el (gud-jdb-build-source-files-list): Fix typo.
6304
6305 * files.el (backup-enable-predicate): Unquote the lambda.
6306
6307 * cus-edit.el (custom-face, face): Unquote the lambda.
6308
6309 2000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6310
6311 * ps-print.el: Check for line-beginning-position definition.
6312
6313 * ps-print.el: Fix counting lines in a region.
6314 (ps-print-version): New version number (5.1.5).
6315 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
6316 (ps-printing-region): Fun code fix.
6317
6318 2000-04-15 Gerd Moellmann <gerd@gnu.org>
6319
6320 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
6321 to file-directory-p.
6322
6323 2000-04-14 Gerd Moellmann <gerd@gnu.org>
6324
6325 * gud.el (gud-jdb-build-source-files-list): Check that directory
6326 exists before calling directory-files.
6327
6328 2000-04-13 Dave Love <fx@gnu.org>
6329
6330 * emacs-lisp/trace.el: Change maintainer. Use new backquote
6331 syntax.
6332
6333 * emacs-lisp/cl-specs.el: Remove when, unless.
6334
6335 * emacs-lisp/cl-extra.el: Don't quote keywords.
6336 (cl-old-mapc): New variable.
6337 (mapc): Use it.
6338 (cl-map-intervals): Use with-current-buffer. Don't check for
6339 next-property-change.
6340 (cl-map-overlays): Use with-current-buffer.
6341 (cl-expt): Remove.
6342 (copy-tree, remprop): Define unconditionally.
6343
6344 * emacs-lisp/cl-compat.el (keywordp): Remove.
6345
6346 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
6347 to use keywordp.
6348 (edebug-spec): Enable keywordp.
6349
6350 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
6351 string-lessp.
6352
6353 * cus-start.el: Use keywordp.
6354
6355 2000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
6356
6357 * diary-lib.el (include-other-diary-files): Fix the fix of
6358 2000-02-18 by doing a save-excursion.
6359
6360 2000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6361
6362 * ps-print.el: Customization fix, doc fix.
6363 (ps-print-version): New version number (5.1.4).
6364 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
6365 (ps-print-preprint): Adjust code.
6366 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
6367 (ps-print-prologue-header, ps-print-control-characters)
6368 (ps-spool-config): Customization fix.
6369
6370 2000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
6371
6372 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
6373 converted to the new menu-item format, names silightly changed,
6374 help strings added.
6375
6376 Support for spelling without async subprocesses:
6377
6378 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
6379 (ispell-session-buffer): New variables.
6380 (ispell-start-process, ispell-process-status,
6381 ispell-accept-output, ispell-send-string): New functions, for
6382 Ispell invocation when async subprocesses aren't supported.
6383 (ispell-word, ispell-pdict-save, ispell-command-loop,
6384 ispell-process-line, ispell-buffer-local-parsing): Replace calls
6385 to process-send-string with calls to ispell-send-string, and
6386 accept-process-output with ispell-accept-output.
6387 (ispell-init-process): Call ispell-process-status instead of
6388 process-status with.
6389 (ispell-init-process): Call ispell-start-process. Call
6390 ispell-accept-output and ispell-send-string. Don't call
6391 process-kill-without-query and kill-process if they are unbound.
6392 (ispell-async-processp): New function.
6393
6394 2000-04-12 Dave Love <fx@gnu.org>
6395
6396 * info.el: Add debug-ignored-errors.
6397 (Info-mode-menu): Add some items.
6398 (Info-directory): Add autoload cookie.
6399
6400 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
6401 Modify `truncate-lines'. Make `describe-language-environment'
6402 always visible and add help. Modify `describe-key' help. Invoke
6403 Info-directory from `info'. New entry `emacs-manual'.
6404
6405 2000-04-10 Gerd Moellmann <gerd@gnu.org>
6406
6407 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
6408 propertized-buffer-identification.
6409 (ebrowse-update-member-buffer-mode-line): Likewise.
6410 (ebrowse--mode-strings): Removed.
6411 (ebrowse--mode-line-props): Removed.
6412
6413 * files.el (auto-mode-alist): Add `EBROWSE'.
6414
6415 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
6416 space before testing for end of buffer.
6417 (ebrowse-load): Removed.
6418 (ebrowse-revert-tree-buffer-from-file): Rewritten.
6419 (ebrowse-create-tree-buffer): Rewritten.
6420 (ebrowse-tree-mode): Read tree from buffer.
6421
6422 * progmodes/ebrowse-ffh.el: Removed.
6423
6424 2000-04-10 Kenichi Handa <handa@etl.go.jp>
6425
6426 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
6427
6428 2000-04-10 Gerd Moellmann <gerd@gnu.org>
6429
6430 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
6431 at the wrong place.
6432
6433 2000-04-09 Dave Love <fx@gnu.org>
6434
6435 * files.el (backup-enable-predicate): Use
6436 temporary-file-directory, small-temporary-file-directory.
6437 (make-backup-file-name-function, backup-directory-alist): New
6438 variables.
6439 (make-backup-file-name-1): New function.
6440 (make-backup-file-name): Use it.
6441 (find-backup-file-name): Likewise. Use format for clarity, not
6442 concat.
6443 (file-newest-backup): Use make-backup-file-name.
6444
6445 2000-04-09 Gerd Moellmann <gerd@gnu.org>
6446
6447 * progmodes/ebrowse-ffh.el: New file.
6448
6449 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
6450 to ebrowse-ffh.el.
6451 (ebrowse-load): Add autoload.
6452
6453 * finder.el (finder-commentary): Add autoload cookie.
6454
6455 * mail/rfc2368.el: Correct author's email address.
6456
6457 * progmodes/ebrowse.el: New file.
6458
6459 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
6460 item help string.
6461 (easy-menu-do-add-item): Ditto.
6462 (easy-menu-define): Extend doc string.
6463
6464 * jit-lock.el (with-buffer-unmodified): Use
6465 restore-buffer-modified-p.
6466 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
6467 (jit-lock-function, jit-lock-stealth-fontify): Don't use
6468 with-buffer-unmodified.
6469
6470 2000-04-08 Dave Love <fx@gnu.org>
6471
6472 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
6473 unless, when.
6474
6475 2000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
6476
6477 * viper-util.el (viper-put-on-search-overlay): New subroutine.
6478 (viper-flash-search-pattern): No operation when using Emacs
6479 doesn't support face.
6480 Use `viper-put-on-search-overlay'.
6481
6482 2000-04-04 Gerd Moellmann <gerd@gnu.org>
6483
6484 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
6485 like C-r.
6486
6487 * progmodes/make-mode.el: Some doc fixes.
6488 (makefile-mode-abbrev-table): New variable.
6489 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
6490 (makefile-font-lock-keywords): Fontify includes and conditionals.
6491 (toplevel): Require `dabbrev' and `add-log' when compiling.
6492
6493 * replace.el (perform-replace): Don't move forward one char
6494 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
6495 to do that because it leaves point 1 position after the last
6496 replacement, after everything has been replaced.
6497
6498 * jit-lock.el (with-buffer-unmodified): New macro.
6499 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
6500 modified state.
6501 (jit-lock-function-1): Extracted from jit-lock-function; not
6502 preserving buffer's modified state.
6503 (jit-lock-function, jit-lock-stealth-fontify): Call
6504 jit-lock-function-1.
6505
6506 * mail/rfc2368.el: Remove supernumerary copyright line.
6507
6508 2000-04-04 Milan Zamazal <pdm@freesoft.cz>
6509
6510 * glasses.el: Provide facilities for inserting space before left
6511 parentheses and uncapitalization of identifiers.
6512 (glasses-mode): Try to remove old overlays in all cases.
6513
6514 2000-04-03 Gerd Moellmann <gerd@gnu.org>
6515
6516 * progmodes/compile.el (compile-internal): Display the compilation
6517 buffer in a different frame, if it's already displayed there.
6518
6519 * mail/rfc2368.el: New file.
6520
6521 * simple.el (sendmail-user-agent-compose): Recognize a `body'
6522 header and insert its value as mail body.
6523
6524 * subr.el (member-ignore-case): New function.
6525
6526 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
6527 (dabbrev--find-expansion): Ignore buffers matching a regexp
6528 from dabbrev-ignored-regexps.
6529
6530 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
6531 to extensions handled by gzip.
6532
6533 2000-04-03 Richard M. Stallman <rms@gnu.org>
6534
6535 * files.el (insert-directory): List the total free space
6536 along with the used space.
6537
6538 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
6539 line is followed by one that matches CITATION-REGEXP, end the
6540 paragraph.
6541
6542 2000-04-03 Markus Rost <rost@delysid.gnu.org>
6543
6544 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
6545 (rmail-make-basic-summary-line): Use that option.
6546
6547 2000-04-03 Kenichi Handa <handa@etl.go.jp>
6548
6549 * international/mule-cmds.el (encoded-string-description):
6550 Rewritten. Try pretty description for ISO 2022 escape sequences
6551 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
6552 for hexadecimal format.
6553
6554 2000-04-01 Dave Love <fx@gnu.org>
6555
6556 * cpp.el: Change customization group to `c' from `C'.
6557
6558 * vcursor.el (vcursor-move): Use display-color-p.
6559
6560 * international/mule-util.el: Provide mule-utils.
6561 (string-to-sequence): Simplify and speed up.
6562
6563 * international/mule.el (make-coding-system): Purecopy doc-string.
6564
6565 * international/mule-cmds.el: Various menu changes.
6566 (describe-specified-language-support): Handle `Default'.
6567 (set-language-info): Purecopy `info'.
6568
6569 2000-03-31 Andrew Innes <andrewi@gnu.org>
6570
6571 * vc.el (vc-backend-diff): Return the correct status if we had to
6572 retry the rcsdiff command without the --brief option.
6573
6574 2000-03-31 Dave Love <fx@gnu.org>
6575
6576 * help.el (help-manyarg-func-alist): Correct several omissions.
6577
6578 * add-log.el: Don't require cl, fortran.
6579 (add-log-current-defun-function): Doc fix.
6580 (change-log-version-number-regexp-list): Remove SCCS part. Doc
6581 fix.
6582 (change-log-version-rcs): Function deleted.
6583 (change-log-version-number-search): Doc fix. Use
6584 vc-workfile-version. Avoid CL dolist.
6585 (add-change-log-entry): Just call add-log-current-defun to get
6586 defun. Simplify somewhat.
6587 (change-log-get-method-definition-1): Likewise.
6588 (add-log-current-defun): Return nil if calling
6589 add-log-current-defun-function does so. Move Fortran stuff to
6590 fortran.el. Return string without properties.
6591
6592 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
6593 and :alpha: char classes.
6594
6595 * mail/supercite.el: Defvar curline when compiling.
6596 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
6597 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
6598 rather than a-zA-Z0-9 to allow non-ASCII characters.
6599
6600 2000-03-31 Gerd Moellmann <gerd@gnu.org>
6601
6602 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
6603
6604 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
6605 Re-enable new code.
6606
6607 * lpr.el (print-region-1): Use -d to specify printer name for
6608 systems `usg-unix-v*, `dgux', `hpux', `irix'.
6609
6610 2000-03-31 Dave Love <fx@gnu.org>
6611
6612 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
6613 for function definition in symbol's function value slot first
6614 instead of first consulting byte-compile-function-environment.
6615
6616 2000-03-31 Kenichi Handa <handa@etl.go.jp>
6617
6618 * language/european.el ("Polish"): New language environment.
6619 (setup-polish-environment): New function.
6620
6621 2000-03-30 Gerd Moellmann <gerd@gnu.org>
6622
6623 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
6624 Disable new code.
6625
6626 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
6627 trying to `load' the symbol of an autoload instead of the file
6628 recorded in the autoload. Fix error messages.
6629
6630 2000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6631
6632 * ps-print.el: PostScript programming fix for ghostview, doc fix.
6633 (ps-print-version): New version number (5.1.3).
6634 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
6635 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
6636 (ps-generate-postscript-with-faces): Code fix.
6637 (ps-color-values): XEmacs compatibility.
6638 (ps-print-background-image, ps-print-background-text, ps-printer-name)
6639 (ps-default-fg, ps-default-bg): Adjust customization.
6640 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
6641 (ps-color-scale): Renaming old ps-color-value fun.
6642 (ps-print-headers): Replace ps-print-header group to avoid conflict
6643 with ps-print-header variable.
6644 (ps-print-miscellany): New group.
6645 (ps-format-color, ps-rgb-color): New funs.
6646 (ps-default-foreground): New var.
6647 (ps-printer-name-option): New const.
6648
6649 2000-03-30 Peter Breton <pbreton@ne.mediaone.net>
6650
6651 * net/net-utils.el:
6652 (network-connection-host, network-connection-service): New variables
6653 (network-connection-mode): New mode, derived from comint-mode
6654 (network-connection-mode-setup): New function, saves host and
6655 service information in local variables.
6656
6657 * lisp/locate.el:
6658 (locate-word-at-point): Added this function
6659 (locate): Default to using locate-word-at-point as input
6660 Run dired-mode-hook
6661
6662 2000-03-29 Dave Love <fx@gnu.org>
6663
6664 * calendar/appt.el: Doc fixes.
6665 (appt-check): Convert min-to-app to a string before passing to
6666 appt-disp-window-function or concat.
6667 (appt-delete-window): Remove test for frame-root-window.
6668 (appt-select-lowest-window, appt-convert-time): Simplify.
6669
6670 * emacs-lisp/bytecomp.el: Doc fixes.
6671 (byte-compile-file-form-autoload): Update
6672 byte-compile-function-environment.
6673
6674 2000-03-29 Andreas Schwab <schwab@suse.de>
6675
6676 * emacs-lisp/autoload.el: Also print defsubst doc string
6677 specially.
6678
6679 * dired.el (dired-insert-directory): If dired-free-space-program
6680 failed just delete its output.
6681
6682 2000-03-29 Dave Love <fx@gnu.org>
6683
6684 * international/iso-cvt.el: Move provide to end. Doc fixes.
6685 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
6686 (iso-iso2sgml, iso-sgml2iso): New functions.
6687 (iso-cvt-define-menu): Fix some entries and use backquote for
6688 clarity.
6689
6690 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
6691
6692 2000-03-28 Gerd Moellmann <gerd@gnu.org>
6693
6694 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
6695 ISO-DATE. If non-nil, return date in ISO 8601 format.
6696
6697 2000-03-26 Stefan Monnier <monnier@cs.yale.edu>
6698
6699 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
6700 if it ever becomes used.
6701 (log-edit-mode-hook): Default to vc-log-mode-hook.
6702 (log-edit-mode): Fix the docstring.
6703
6704 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
6705 the code.
6706
6707 2000-03-26 Dave Love <fx@gnu.org>
6708
6709 * net/browse-url.el (browse-url): Re-fix case of
6710 browse-url-browser-function being an alist.
6711 (browse-url): Add :link to defgroup.
6712
6713 * files.el: Doc fixes.
6714 (file-truename): Include `[' in wildcard characters.
6715 (automount-dir-prefix): Customize.
6716 (find-file-wildcards): Add :version.
6717 (find-file-noselect): Simplify a mapcar call.
6718
6719 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
6720 compatible with inf-lisp version.
6721 (eval-defun-1): Fix custom-declare-variable case.
6722
6723 2000-03-25 Stefan Monnier <monnier@cs.yale.edu>
6724
6725 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
6726
6727 2000-03-24 Gerd Moellmann <gerd@gnu.org>
6728
6729 * Makefile (COMPILE_FIRST): New macro.
6730 (compile-files): Compile files from COMPILE_FIRST first.
6731
6732 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
6733 code.
6734
6735 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
6736 matching open parenthesis in column 0 to defun-prompt-regexp
6737 only if open-paren-in-column-0-is-defun-start is set.
6738
6739 * sun-curs.el: Require CL at compile-time only.
6740
6741 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
6742 instead of copy-list which is a function from CL.
6743 (msb--choose-menu, msb--mode-menu-cond)
6744 (msb--create-buffer-menu-2): Use dolist instead of mapc.
6745 (msb--init-file-alist): Use mapcar instead of mapcan.
6746 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
6747 `(' in column 0 in doc string.
6748 (msb--add-separators): Use mapcar instead of mapcan.
6749
6750 * cus-dep.el: Require CL at compile-time only.
6751
6752 2000-03-24 Stefan Monnier <monnier@cs.yale.edu>
6753
6754 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
6755 (byte-compile-warnings): New warning `noruntime'.
6756 (byte-compile-constants, byte-compile-variables): Fix docstring.
6757 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
6758 execute `eval-whenc-compile's body.
6759 (byte-compile-unresolved-functions): Fix docstring.
6760 (byte-compile-eval): New function.
6761 (byte-compile-callargs-warn): Check if the function will be available
6762 at runtime (via property `byte-compile-noruntime').
6763 (byte-compile-print-syms): New function.
6764 (byte-compile-warn-about-unresolved-functions): Also warn about
6765 `noruntime' functions (and use `byte-compile-print-syms').
6766 (byte-compile-file): Capitalize the message.
6767
6768 2000-03-24 Gerd Moellmann <gerd@gnu.org>
6769
6770 * mail/rmail.el (rmail-confirm-expunge): New user-option.
6771 (rmail-expunge): Ask for confirmation depending on the setting
6772 of rmail-confirm-expunge.
6773
6774 2000-03-23 Gerd Moellmann <gerd@gnu.org>
6775
6776 * Makefile (bootstrap-clean): If $(emacs) exists, build
6777 loaddefs.el first. A loaddefs.el that's not up-to-date might
6778 cause a bootstrap failure because things don't autoload as
6779 expected.
6780
6781 2000-03-23 Dave Love <fx@gnu.org>
6782
6783 * net/browse-url.el: Restore previous use of
6784 browse-url-maybe-new-window.
6785
6786 2000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6787
6788 * ps-print.el: Skip banner page fix.
6789 (ps-print-version): New version number (5.1.2).
6790 (ps-begin-file, ps-end-file, ps-generate): Code fix.
6791
6792 2000-03-23 Dave Pearson <davep@davep.org>
6793
6794 * net/quickurl.el Changed the type of parameter passed to the
6795 function defined by `quickurl-format-function'. Before only the
6796 text of the URL was passed. Now the whole URL structure is passed
6797 and the function is responsible for extracting the parts it
6798 requires. Changed the default of `quickurl-format-function'
6799 accordingly.
6800 (quickurl-insert): Changed the `funcall' of
6801 `quickurl-format-function' to match the above change.
6802 (quickurl-list-insert): Changed the `url' case so that it makes
6803 use of `quickurl-format-function', previous to this the format was
6804 hard wired.
6805
6806 2000-03-22 Gerd Moellmann <gerd@gnu.org>
6807
6808 * startup.el: Change some spellings for the X Window System.
6809
6810 2000-03-22 Stefan Monnier <monnier@cs.yale.edu>
6811
6812 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
6813 up the code and the regexp and make sure the cursor is temporarily
6814 moved to the suspicious line while querying the user.
6815
6816 2000-03-22 Jason Rumney <jasonr@gnu.org>
6817
6818 * w32-fns.el (w32-charset-info-alist): Initialize.
6819
6820 2000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6821
6822 * ps-print.el: N-up last page fix.
6823 (ps-print-version): New version number (5.1.1).
6824 (ps-end-file, ps-end-job, ps-generate): Code fix.
6825
6826 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
6827
6828 * files.el (find-file-run-dired): Update docstring.
6829 (find-directory-functions): New hook.
6830 (find-file-noselect): Run find-directory-functions rather than
6831 calling dired directly.
6832
6833 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
6834
6835 * pcvs.el: Add a minimal leading commentary.
6836 (cvs-make-cvs-buffer): Change the header part by removing the startup
6837 message and adding a `Module' entry. Also replace the FOOTER and
6838 HEADER special fileinfos with the new support in ewoc for updating
6839 its own footer and header.
6840 (cvs-update-header): Update to use the header/footer of the ewoc.
6841 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
6842 (cvs-is-within-p): New function.
6843 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
6844 to only examine some subset of the buffers.
6845
6846 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
6847 `format' instead of our own ad-hoc functions.
6848 Remove HEADER and FOOTER cases, now handled in the EWOC.
6849 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
6850
6851 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
6852 output to avoid scaring the user.
6853 (cvs-parse-table): Catch message for non-up-to-date commits.
6854
6855 * pcvs-defs.el (cvs-startup-message): Remove.
6856 (cvs-global-menu): New autoloaded menu.
6857
6858 * pcvs-util.el (cvs-string-fill): Remove.
6859
6860 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
6861 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
6862 PP part of it and also make it work for footers and headers.
6863 (ewoc-create): Drop POS and BUFFER arguments.
6864 Use the DLL's dummy node to store the end-of-footer position.
6865 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
6866 (ewoc-refresh): Remove unused `header' variable.
6867 (ewoc-(get|set)-hf): New functions.
6868
6869 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
6870 log-view-*-(message|file) and use easy-mmode-define-navigation.
6871 (log-view-message-re): Match SCCS format as well.
6872 And match the revision line rather than the dashed separator line.
6873 (log-view-mode): Use the new define-derived-mode.
6874 (log-view-current-tag): Fill in with an actual implementation.
6875
6876 * cvs-status.el (cvs-status-(prev|next)): Rename from
6877 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
6878 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
6879 to let the output "breathe" a little more (more readable).
6880 (cvs-status-mode): Use the new define-derived-mode.
6881
6882 * smerge-mode.el (smerge-auto-leave): New function and variable.
6883 (smerge-basic-map): Rename from smerge-basic-keymap.
6884 Change the bindings for smerge-diff-*.
6885 (smerge-*-map): Use easy-mmode-defmap.
6886 (smerge-(next|prev)): Use easy-mmode-define-navigation.
6887 (smerge-keep-*): Use smerge-auto-leave.
6888
6889 2000-03-21 Jason Rumney <jasonr@gnu.org>
6890
6891 * cus-edit.el (custom-button-face): Use 3D look for w32.
6892 (custom-button-pressed-face): Likewise.
6893
6894 2000-03-21 Gerd Moellmann <gerd@gnu.org>
6895
6896 * progmodes/etags.el (tags-case-fold-search): New user-option.
6897 (tags-loop-eval): New function. Bind case-fold-search around eval
6898 depending on the value of tags-case-fold-search.
6899 (tags-loop-continue): Use tags-loop-eval.
6900 (find-tag-in-order): Bind case-fold-search depending on the value
6901 of tags-case-fold-search.
6902
6903 2000-03-21 Stefan Monnier <monnier@cs.yale.edu>
6904
6905 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
6906 (diff-end-of-hunk): Return the end position for use in
6907 `easy-mmode-define-navigation'.
6908 (diff-recenter): Remove.
6909 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
6910 of `easy-mmode-define-navigation'.
6911 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
6912 previous renaming) and fix to use new names.
6913 (diff-merge-strings): Use \n as separator: simpler, faster.
6914 (diff-mode): Use `define-derived-mode'.
6915
6916 * derived.el (define-derived-mode): Don't autoload anymore.
6917 Prefer the macro-only version provided by easy-mmode.el.
6918
6919 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
6920 `easy-mmode-define-derived-mode'.
6921 Use `combine-run-hooks'.
6922 (easy-mmode-define-navigation): New macro.
6923
6924 * subr.el (combine-run-hooks): New function.
6925
6926 2000-03-21 Kenichi HANDA <handa@etl.go.jp>
6927
6928 * term/x-win.el: Fontsets related initialization is simplified.
6929
6930 * international/mule-diag.el (describe-font): Don't refer to
6931 global-fontset-alist, instead call font-list.
6932 (describe-fontset, list-fontsets, mule-diag): Likewise.
6933 (print-fontset): Adjusted for the change of fontset
6934 implementation.
6935
6936 * international/fontset.el (x-charset-registries): Variable
6937 removed, instead the corresponding data is stored in the default
6938 fontset.
6939 (register-alternate-fontnames): Function removed.
6940 (resolved-ascii-font): Variable removed.
6941 (x-compose-font-name): Ignore the second argument REDOCE.
6942 (x-complement-fontset-spec): Complement only an ASCII font and
6943 element for those charsets than can use that ASCII font.
6944 (generate-fontset-menu): Don't refer to global-fontset-alist,
6945 instead call fontset-list.
6946 (uninstantiated-fontset-alist): Variable removed.
6947 (x-style-funcs-alist): Likewise.
6948 (fontset-default-styles): Likewise.
6949 (x-modify-font-name): Function removed.
6950 (create-fontset-from-fontset-spec): Ignore the argument
6951 STYLE-VARIANT.
6952 (create-fontset-from-ascii-font): Docsting adjusted for the above
6953 change.
6954 (instantiate-fontset, resolve-fontset-name): Functions removed.
6955 (fontset-list): Now implemented by C code.
6956
6957 * faces.el (read-face-font): Fix TABLE arg to completing-read.
6958 (describe-face): Include `font' attribute in the description.
6959
6960 2000-03-21 Kenichi Handa <handa@etl.go.jp>
6961
6962 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
6963
6964 2000-03-20 Gerd Moellmann <gerd@gnu.org>
6965
6966 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
6967 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
6968 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
6969
6970 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
6971 about behavior of set-buffer-modified-p wrt redisplay.
6972
6973 2000-03-19 Richard M. Stallman <rms@gnu.org>
6974
6975 * view.el (view-mode-disable): Kill local binding of view-read-only.
6976
6977 2000-03-18 Gerd Moellmann <gerd@gnu.org>
6978
6979 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
6980 is a string, convert it to a syntax cell using string-to-syntax.
6981
6982 * simple.el (syntax-code-table, syntax-flag-table): New variables.
6983 (string-to-syntax): New function.
6984
6985 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
6986 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
6987 try to use passive ftp mode.
6988
6989 2000-03-17 Gerd Moellmann <gerd@gnu.org>
6990
6991 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
6992
6993 * simple.el (append-to-buffer): Update point of windows after
6994 insertion.
6995
6996 * abbrev.el (inverse-add-abbrev): Identify word by first moving
6997 forward then moving backward. Reindent.
6998
6999 * frame.el (other-frame): Call x-focus-frame only if
7000 focus-follows-mouse is off.
7001
7002 2000-03-17 Dave Love <fx@gnu.org>
7003
7004 * pcvs-util.el (cvs-strings->string): Rename
7005 replace-regexps-in-string.
7006
7007 2000-03-17 Stefan Monnier <monnier@cs.yale.edu>
7008
7009 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
7010 regexp for labels cannot span several lines.
7011
7012 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
7013 `(setq :<key> ':<key>)' to the macro expansion.
7014
7015 2000-03-16 Dave Love <fx@gnu.org>
7016
7017 * progmodes/f90.el (f90): Put custom group under `languages', not
7018 `fortran'.
7019 (f90-mode-hook): Customize.
7020 (f90-mode): Set add-log-current-defun-function.
7021 (f90-current-defun): New function.
7022
7023 2000-03-16 Gerd Moellmann <gerd@gnu.org>
7024
7025 * cus-edit.el (custom-variable-tag-face): Handle case that
7026 default face's height is not a number.
7027 (custom-face-tag-face, custom-group-tag-face-1)
7028 (custom-group-tag-face): Ditto.
7029 (custom-group-tag-face-1): Add :group.
7030
7031 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
7032
7033 2000-03-15 Gerd Moellmann <gerd@gnu.org>
7034
7035 * pcvs-defs.el (toplevel): Remove autoload cookie for form
7036 requiring easymenu.
7037
7038 2000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7039
7040 * ps-print.el: PostScript user-defined prologue, PostScript error
7041 handler, doc fix.
7042 (ps-print-version): New version number (5.1).
7043 (ps-user-defined-prologue, ps-error-handler-message)
7044 (ps-print-prologue-0, ps-error-handler-alist): New vars.
7045 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
7046 (ps-insert-string): New function.
7047
7048 2000-03-15 Kenichi Handa <handa@etl.go.jp>
7049
7050 * international/ccl.el (ccl-compile-expression): Don't generate
7051 invalid self-assignment code.
7052
7053 2000-03-14 Dave Love <fx@gnu.org>
7054
7055 * subr.el (replace-regexp-in-string): Renamed from
7056 replace-regexps-in-string. Doc fix.
7057
7058 2000-03-12 Dave Love <fx@gnu.org>
7059
7060 * cus-edit.el: Doc fixes.
7061 (customize-set-variable, customize-save-variable): Rename args for
7062 doc.
7063 (custom-variable-tag-face, custom-face-tag-face)
7064 (custom-group-tag-face-1, custom-group-tag-face): Modify from
7065 style which user identify as hyperlink.
7066 (hook): Don't add undefined functions to the hook.
7067 (debug-ignored-errors): Transfer message from bindings.el.
7068
7069 2000-03-12 Gerd Moellmann <gerd@gnu.org>
7070
7071 * recentf.el (recentf-keep-non-readable-files-p): Remove
7072 double/nested definition.
7073
7074 2000-03-12 Dave Love <fx@gnu.org>
7075
7076 * facemenu.el (facemenu-get-face): Use display-color-p.
7077 * enriched.el (enriched-decode-foreground): Likewise.
7078 (enriched-decode-background): Likewise.
7079 * isearch.el (isearch-highlight): Likewise.
7080 * info-look.el (info-lookup): Likewise.
7081 * simple.el (completion-setup-function): Likewise.
7082
7083 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
7084 :options.
7085
7086 * bindings.el (mode-line-format): Fix line-number and
7087 column-number items. Add help-echo for the background.
7088 (mode-line-mule-info): Modify help-echo.
7089
7090 * avoid.el (mouse-avoidance-mode): Add autoload cookie to
7091 defcustom.
7092
7093 * files.el (load-file): Allow completion to .elc.
7094
7095 * man.el: Doc fixes.
7096 (Man-init-defvars): Use display-color-p to set fontification.
7097
7098 * play/hanoi.el (hanoi-internal): Don't use oddp.
7099
7100 2000-03-12 Gerd Moellmann <gerd@gnu.org>
7101
7102 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
7103
7104 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
7105
7106 2000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
7107
7108 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
7109 Fix comment.
7110
7111 2000-03-10 Stefan Monnier <monnier@cs.yale.edu>
7112
7113 * font-lock.el (font-lock-keywords): Fix the doc now that
7114 regexp-opt-depth is unnecessary.
7115 (save-buffer-state): Set an edebug spec.
7116 (font-lock-fontify-anchored-keywords): Properly handle the case when
7117 the matcher goes past the limit.
7118
7119 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
7120 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
7121
7122 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
7123 dll.el and cookie.el (from Elib) with heavy renaming and other
7124 massaging.
7125
7126 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
7127 Autoload the functions used.
7128 (easy-mmode-define-syntax): Fix CL typo.
7129 (easy-mmode-define-derived-mode): Improve the docstring generation.
7130
7131 2000-03-10 Gerd Moellmann <gerd@gnu.org>
7132
7133 * textmodes/texinfo.el (texinfo-version): Variable and function
7134 removed.
7135
7136 2000-03-09 Stefan Monnier <monnier@cs.yale.edu>
7137
7138 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
7139 allow more flexibility.
7140 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
7141 fns.
7142 (easy-mmode-defmap, easy-mmode-defsyntax)
7143 (easy-mmode-define-derived-mode): New macros.
7144
7145 2000-03-09 Didier Verna <didier@xemacs.org>
7146
7147 * rect.el (replace-rectangle): New function.
7148
7149 2000-03-09 Dave Love <fx@gnu.org>
7150
7151 * progmodes/fortran.el (fortran-comment-line-start): Define as
7152 "C".
7153 (fortran-comment-line-start-skip): Don't match cpp stuff.
7154 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
7155 (fortran-mode-map): Remove over-eager custom-menu-create for now.
7156 (fortran-mode): Don't set fortran-comment-line-start-skip,
7157 fortran-comment-line-start here. Set comment-start,
7158 add-log-current-defun.
7159 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
7160 (fortran-current-defun): New function.
7161
7162 2000-03-09 Gerd Moellmann <gerd@gnu.org>
7163
7164 * emacs-lisp/re-builder.el: New file.
7165
7166 * mouse.el (mouse-drag-region): Don't run up-event handler
7167 if hscroll has changed.
7168
7169 * octave-mod.el (octave-font-lock-keywords): To font-lock the
7170 builtin operators, use `font-lock-builtin-face' for Emacs and
7171 `font-lock-preprocessor-face' otherwise.
7172
7173 * font-lock.el (lisp-font-lock-keywords-1): Highlight
7174 `(defun (setf foo)' differently.
7175
7176 2000-03-08 Stefan Monnier <monnier@cs.yale.edu>
7177
7178 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
7179 (regexp-opt): Update comment and adapt the code the new meaning of
7180 the `paren' argument of regex-opt-group for shy-groups.
7181 (regexp-opt-depth): Handle shy groups as well as backslashed
7182 backslashes.
7183 (regexp-opt-group): Turn the leading comment into a docstring.
7184 Allow `paren' to be a string (the string to use to open a group).
7185 Remove open-presuf and close-presuf. Instead of checking for `all
7186 one-char' and then later on check for `several one-char', handle
7187 both cases close together. Also apply a more generic algorithm
7188 for suffixes (the mirror image of the algorithm used for
7189 prefixes). Use shy-groups. Use nreverse rather than reverse.
7190 (regexp-opt-try-suffix): Removed.
7191
7192 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
7193 from comint-mode-map, so we can just inherit from it. Also, move
7194 the initialization into the `defvar' since there's no docstring
7195 anyway and it's fairly short.
7196 (inferior-scheme-mode): Define it as derived-mode: the code is
7197 shorter and this way we inherit from comint-mode-map rather than
7198 copying it.
7199
7200 * subr.el (replace-regexps-in-string): Properly handle the case
7201 where we match an empty string.
7202
7203 * comint.el (comint-exec-1): Add the current-dir to the exec-path
7204 when the command has a directory component (such as "./testml").
7205 Also fix a typo in the comment.
7206
7207 2000-03-08 Gerd Moellmann <gerd@gnu.org>
7208
7209 * Makefile (compile-files): Compile files one by one because
7210 that's the only way to ensure a clean compilation environment for
7211 each individual file.
7212
7213 * frame.el (other-frame): Call x-focus-frame.
7214
7215 2000-03-07 Dave Love <fx@gnu.org>
7216
7217 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
7218 :require to defcustom.
7219
7220 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
7221 lists.
7222
7223 * files.el (auto-mode-alist): Add configure.in.
7224
7225 * progmodes/autoconf.el: New file.
7226
7227 2000-03-07 Gerd Moellmann <gerd@gnu.org>
7228
7229 * mail/mh-e.el: Change maintainer to `none'.
7230
7231 * recentf.el (recentf-keep-non-readable-files-p): Quote args
7232 to remove-hook and add-hook.
7233
7234 2000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
7235
7236 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
7237 it as the default.
7238 (mail-send): Test mail-send-nonascii also for the new `mime' value.
7239 (sendmail-send-it): Conditionally add MIME headers specifying the
7240 used character set.
7241
7242 2000-03-07 Dave Love <fx@gnu.org>
7243
7244 * winner.el: Fix keywords, autoload cookies. Split
7245 eval-when-compile form to avoid compilation failure.
7246
7247 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
7248
7249 * international/mule.el: Modify comment about coding system
7250 property `coding-category'.
7251 (make-coding-system): New argument EOL-TYPE. Pay attention to
7252 coding-category property of PROPERTIES.
7253
7254 * international/mule-conf.el (coding-category-utf-8,
7255 coding-category-utf-16-be, coding-category-utf-16-le): New coding
7256 categories. Include them in the argument for set-coding-priority.
7257
7258 * international/mule-cmds.el (reset-language-environment): Include
7259 coding-category-utf-8, coding-category-utf-16-be, and
7260 coding-category-utf-16-le in the argument for set-coding-priority.
7261 (reset-language-environment): Initialize coding-category-utf-8,
7262 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
7263
7264 2000-03-06 Karl Fogel <kfogel@red-bean.com>
7265
7266 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
7267 code abstracted out of `bookmark-jump-noselect'. Now tries info
7268 extensions as well as compression extensions.
7269 (bookmark-jump-noselect): Use above new func.
7270
7271 2000-03-03 Gerd Moellmann <gerd@gnu.org>
7272
7273 * strokes.el: Change maintainer's mail address.
7274
7275 2000-03-03 Kenichi Handa <handa@etl.go.jp>
7276
7277 * international/mule-diag.el (list-character-sets): Make help-echo
7278 string by substitute-command-keys.
7279 (list-character-sets): Likewise.
7280 (sort-listed-character-sets): Call help-setup-xref.
7281
7282 2000-03-02 Gerd Moellmann <gerd@gnu.org>
7283
7284 * time.el (display-time-mail-file): Add `none' to the list of
7285 choices.
7286
7287 2000-03-01 Dave Love <fx@gnu.org>
7288
7289 * help.el (help-xref-go-back): Don't try to set position.
7290
7291 * international/mule-diag.el (list-character-sets): Call
7292 help-setup-xref. Add help-echo to xrefs.
7293 (list-character-sets-1): Add help-echo to xrefs.
7294
7295 2000-03-02 Gerd Moellmann <gerd@gnu.org>
7296
7297 * frame.el (blink-cursor-mode): Switch cursor on when turning
7298 the mode off.
7299
7300 * add-log.el (add-log-current-defun): Add support for
7301 Autoconf mode.
7302
7303 * mail/rmail.el (rmail-quit-hook): New variable.
7304
7305 2000-03-01 Dave Love <fx@gnu.org>
7306
7307 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
7308
7309 * help.el (help-xref-button): Add help-echo arg.
7310 (describe-function-1, describe-variable, help-make-xrefs): Use it.
7311
7312 * faces.el (list-faces-display): Supply help-echo with
7313 help-make-xrefs.
7314
7315 * facemenu.el (list-text-properties-at): Set help-xref-stack to
7316 nil.
7317
7318 2000-03-01 Gerd Moellmann <gerd@gnu.org>
7319
7320 * image.el (defimage): Look for image files in load-path.
7321
7322 * frame.el (busy-cursor-delay-seconds): Change type to
7323 `number'.
7324
7325 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
7326
7327 * recentf.el (recentf): Added version tag to the defgroup of
7328 recentf.
7329
7330 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
7331
7332 * recentf.el (recentf-cleanup): Changed to remove excluded file
7333 too.
7334 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
7335 action to select/unselect a file.
7336 (recentf-edit-list): Code cleanup and improvement.
7337 (recentf-open-more-files-action): `recentf-open-more-files' button
7338 widget action to open a file.
7339 (recentf-open-more-files): No more use standard completion but
7340 widgets.
7341 (recentf-more-collection): Deleted.
7342 (recentf-more-history): Deleted.
7343 (recentf-setup-more-completion): Deleted.
7344
7345 2000-03-01 David Ponce <david.ponce@wanadoo.fr>
7346
7347 * recentf.el (recentf-mode): No more needs that Emacs is running
7348 under a window-system.
7349
7350 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
7351
7352 * recentf.el (recentf-edit-list): New command to edit the recent
7353 list which allow the user to remove files.
7354 (recentf-edit-selected-items): New global variable, used by
7355 `recentf-edit-list' to hold the list of files to be removed from
7356 the recent list.
7357 (recentf-make-menu-items): Updated to display a "Edit list..."
7358 menu item. Minor code cleanup.
7359
7360 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
7361
7362 * recentf.el (recentf-open-more-files): New command to open files
7363 that are not displayed in the menu.
7364 (recentf-more-collection): New global variable holding the set of
7365 permissible completions used by `recentf-open-more-files'.
7366 (recentf-more-history): New global variable holding the history list
7367 used by `recentf-open-more-files' completion.
7368 (recentf-setup-more-completion): New function to setup completion for
7369 `recentf-open-more-files'.
7370 (recentf-make-menu-items): Updated to display a "More..." menu item.
7371
7372 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
7373
7374 * recentf.el (recentf-menu-action): Doc fixed.
7375
7376 1999-03-01 David Ponce <david.ponce@wanadoo.fr>
7377
7378 * recentf.el (recentf-menu-filter): Doc updated.
7379 (recentf-update-menu-hook): Allow menu filters to force menu update.
7380 (recentf-make-menu-items): New menu filter handling.
7381 (recentf-make-menu-item): New helper function.
7382 (recentf-menu-elements): New menu handling function.
7383 (recentf-sort-ascending): Updated to new menu filter handling.
7384 (recentf-sort-descending): Updated to new menu filter handling.
7385 (recentf-sort-basenames-ascending): New menu filter function.
7386 (recentf-sort-basenames-descending): New menu filter function.
7387 (recentf-show-basenames): New menu filter function.
7388 (recentf-show-basenames-ascending): New menu filter function.
7389 (recentf-show-basenames-descending): New menu filter function.
7390
7391 2000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7392
7393 * diary-lib.el (list-diary-entries): Don't try to go forward at
7394 the end of the buffer.
7395
7396 2000-02-29 Kenichi Handa <handa@etl.go.jp>
7397
7398 * international/mule-diag.el (list-character-sets): Completely
7399 rewritten.
7400 (sort-listed-character-sets): New function.
7401 (list-character-sets-1): Completely rewritten.
7402 (list-character-sets-2): New function.
7403 (non-iso-charset-alist): New variable.
7404 (decode-codepage-char): New function.
7405 (charset-history): New variable.
7406 (read-charset) (list-block-of-chars)
7407 (list-iso-charset-chars)
7408 (list-non-iso-charset-chars)
7409 (list-charset-chars): New functions.
7410 (mule-diag): Call list-character-sets-2, not
7411 list-character-sets-2.
7412 (dump-charsets): Likewise.
7413
7414 2000-02-29 Gerd Moellmann <gerd@gnu.org>
7415
7416 * dired-x.el (dired-filename-at-point): Add `@' to valid
7417 file name characters.
7418 (dired-filename-at-point): Handle ange-ftp file names.
7419
7420 * frame.el (frame-notice-user-settings): Use assq-delete-all
7421 instead of assoc-delete-all.
7422 (frame-notice-user-settings): Ditto.
7423
7424 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
7425 Don't copy alist.
7426
7427 2000-02-28 Eli Barzilay <eli@cs.cornell.edu>
7428
7429 * calculator.el (calculator-use-menu): New option.
7430 (calculator-initial-bindings): Changed some bindings to work as
7431 macros.
7432 (calculator-forced-input): Removed.
7433 (calculator-restart-other-mode): New variable.
7434 (calculator-mode-map): Set up menu.
7435
7436 2000-02-28 Jari Aalto <jari.aalto@poboxes.com>
7437
7438 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
7439 tags.
7440
7441 2000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
7442
7443 * viper-cmd.el (viper-envelop-ESC-key): added the option to
7444 translate all ESC key sequences.
7445 (viper-goto-mark-subr): restore markers for files for which
7446 they were saved.
7447 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
7448 * viper-util.el (viper-set-replace-overlay-glyphs,
7449 viper-set-replace-overlay): always check if the replacement
7450 overlay is live.
7451 * viper.el (viper-vi-state-mode-list): added major modes.
7452 * ediff-wind.el: minor comment changes.
7453 * ediff.el: copyright notice date fix.
7454
7455 2000-02-27 Jason Rumney <jasonr@gnu.org>
7456
7457 * faces.el (face-font-family-alternatives): Add arial to helv.
7458 (mode-line, header-line, tool-bar): Same default as x for w32.
7459 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
7460 face-font-family-alternatives from working.
7461 * term/w32-win.el (mouse-set-font): Do not build fontset from
7462 chosen font.
7463
7464 2000-02-25 Sam Steingold <sds@goems.com>
7465
7466 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
7467 properly.
7468
7469 2000-02-25 Richard M. Stallman <rms@gnu.org>
7470
7471 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
7472
7473 2000-02-25 Gerd Moellmann <gerd@gnu.org>
7474
7475 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
7476 writable.
7477
7478 * frame.el (busy-cursor-delay-seconds): New option.
7479
7480 2000-02-24 Gerd Moellmann <gerd@gnu.org>
7481
7482 * frame.el (show-cursor-in-non-selected-windows): New option.
7483
7484 2000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
7485
7486 * diary-lib.el (include-other-diary-files): Undo the selective
7487 display in any included file and don't kill it.
7488
7489 2000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
7490
7491 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
7492 bar. Menu items converted to (menu-item format, help strings
7493 added.
7494 [downcase, upcase]: Don't enable on MS-DOS.
7495 [symlink, symlinks]: Don't show if make-symbolic-link is not
7496 bound.
7497 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
7498
7499 2000-02-23 Dave Love <fx@gnu.org>
7500
7501 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
7502 (backward-kill-word): Revert addition of * to interactive spec --
7503 it's a feature.
7504
7505 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
7506 (backward-kill-sentence, kill-sentence): Likewise.
7507
7508 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
7509 scratch buffer name.
7510 (gud-format-command): Use int-to-string in ?l case. Simplify
7511 slightly.
7512
7513 * term/w32-win.el (internal-face-interactive): Update prompt for
7514 new read-face-name.
7515
7516 * mail/footnote.el (footnote): Add :version to defgroup.
7517 (footnote-section-tag-regexp): Customize.
7518 (footnote-start-tag, footnote-end-tag): New option.
7519 (footnote-latin-regexp): New variable.
7520 (Footnote-latin): New function.
7521 (footnote-style-alist): Add element for latin style.
7522 (footnote-style): Moved.
7523 (Footnote-goto-footnote): Use eq to test arg.
7524
7525 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
7526
7527 * emacs-lisp/byte-opt.el: Change old backquote syntax.
7528 (byte-compile-trueconstp): Include keywords.
7529 (byte-optimize-quote, byte-optimize-lapcode): Use
7530 byte-compile-const-symbol-p.
7531 (byte-optimize-char-before): New optimization.
7532
7533 * emacs-lisp/bytecomp.el: Change old backquote syntax.
7534 (byte-compile-const-symbol-p): New function.
7535 (byte-compile-constp, byte-compile-out-toplevel)
7536 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
7537 Use it.
7538
7539 * subr.el (define-key-after): Default AFTER to t. Doc fix.
7540
7541 2000-02-23 Kenichi Handa <handa@etl.go.jp>
7542
7543 * international/encoded-kb.el: Be sure to update minor-mode-alist
7544 and minor-mode-map-alist.
7545 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
7546 codes SS2 and SS3 correctly.
7547 (encoded-kbd-self-insert-ccl): New function.
7548 (encoded-kbd-setup-keymap): New function.
7549 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
7550 by calling encoded-kbd-setup-keymap.
7551
7552 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
7553 characters.
7554 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
7555 locally.
7556
7557 2000-02-22 Dave Love <fx@gnu.org>
7558
7559 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
7560 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
7561 defvar.
7562 (lisp-mode-syntax-table): Set up for #|...|# comments.
7563 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
7564 classes. Match `defface'.
7565 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
7566 (eval-defun-1): Fix for defcustom.
7567 (lisp-indent-region): Doc fix.
7568
7569 * subr.el (when, unless, split-string): Doc fix.
7570 (read-passwd): Move call of clear-this-command-keys to the right
7571 place.
7572 (replace-regexps-in-string): New function.
7573
7574 2000-02-22 Gerd Moellmann <gerd@gnu.org>
7575
7576 * help.el (describe-variable): Set syntax table to
7577 emacs-lisp-mode-syntax-table when moving forward over the
7578 symbol's name.
7579
7580 2000-02-22 Dave Love <fx@gnu.org>
7581
7582 * xt-mouse.el: Doc fixes.
7583 (xterm-mouse-position-function): New function, replacing advice of
7584 mouse-position.
7585 (xterm-mouse-mode): Use it. Don't turn on under a window system.
7586
7587 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
7588
7589 2000-02-21 Gerd Moellmann <gerd@gnu.org>
7590
7591 * format.el (format-annotate-single-property-change): Handle
7592 properties.with dotted-list values.
7593 (format-proper-list-p): New function.
7594
7595 * enriched.el (enriched-face-ans): Handle '(foreground-color
7596 . COLOR) and (background-color . COLOR).
7597
7598 2000-02-20 Dave Love <fx@gnu.org>
7599
7600 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
7601 and assignments to it.
7602 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
7603 current local map.
7604 (make-flyspell-overlay): Use it.
7605 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
7606
7607 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
7608 (lm-get-header-re): Defun, not defsubst.
7609 (lm-get-package-name): Defun, not defsubst. Simplify.
7610 (lm-version): Doc fix. Simplify.
7611 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
7612 (lm-crack-address, lm-last-modified-date, lm-commentary)
7613 (lm-verify, lm-synopsis): Simplify.
7614 (lm-report-bug): Require emacsbug. Use compose-mail.
7615
7616 2000-02-20 Gerd Moellmann <gerd@gnu.org>
7617
7618 * dired.el (dired-mode): Call propertized-buffer-identification
7619 to set mode-line-buffer-identification to something having
7620 the right text properties.
7621
7622 * bindings.el (propertized-buffer-identification): New function.
7623
7624 2000-02-20 Dave Love <fx@gnu.org>
7625
7626 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
7627 check for t-mouse too.
7628
7629 * cus-start.el: Make echo-keystrokes `number'.
7630
7631 2000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
7632
7633 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
7634 Don't call ring-empty-p unless tags-location-ring is bound.
7635 From Noah Friedman <friedman@splode.com>.
7636
7637 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
7638
7639 * progmodes/hideshow.el (hs-flag-region): No longer use
7640 `intangible' overlay property.
7641
7642 (hs-toggle-hiding): New command.
7643 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
7644
7645 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
7646 Fix omission bug: Run `hs-minor-mode-hook' for both activation
7647 and deactivation.
7648
7649 2000-02-18 Gerd Moellmann <gerd@gnu.org>
7650
7651 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
7652
7653 2000-02-17 Gerd Moellmann <gerd@gnu.org>
7654
7655 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
7656
7657 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
7658 of `*' to handle `(* ... *)' comments.
7659
7660 2000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
7661
7662 * faces.el (list-faces-display): Use display-mouse-p instead of
7663 window-system.
7664
7665 * menu-bar.el (global-map): Menu-bar items converted to the new
7666 format (menu-item..., rearranged for better CUA compliance, and
7667 their names changed for better clarity. Help strings added.
7668
7669 * international/mule-cmds.el (mule-menu-keymap)
7670 (describe-language-environment-map, set-coding-system-map)
7671 (setup-language-environment-map): Convert to new (menu-item...
7672 form, add help strings. Change names of menu items for better
7673 clarity. "Mule" menu-bar item removed (it's now in the "Options"
7674 submenu).
7675
7676 2000-02-17 Gerd Moellmann <gerd@gnu.org>
7677
7678 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
7679 within the code.
7680
7681 2000-02-16 Dave Love <fx@gnu.org>
7682
7683 * faces.el: Don't require custom. Add more specific :groups to
7684 various deffaces.
7685 (set-face-attribute): Purecopy args.
7686 (read-face-name): Default to name at point and use it in prompt.
7687 Remove colon from arg in all callers.
7688 (list-faces-display): Hyperlink to face descriptions and customize
7689 buffers.
7690
7691 2000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
7692
7693 * wid-edit.el (widget-match-inline): An atom never matches a
7694 list.
7695
7696 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
7697
7698 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
7699 at ':' characters by call to split-string.
7700
7701 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
7702
7703 * textmodes/bibtex.el: Added RCS version identification.
7704
7705 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
7706
7707 * textmodes/bibtex.el: Some temporary comments removed.
7708 (bibtex-field-name, bibtex-entry-type): Made the relationship
7709 explicit.
7710 (bibtex-field-const): Allow capital letters.
7711 (bibtex-start-of-string): Deleted because unused.
7712
7713 * textmodes/bibtex.el: Unified some nomenclature. We no longer
7714 use the term 'reference' to describe a bibtex entry as a whole.
7715 Further, reference keys are no longer called 'labels'.
7716 (bibtex-keys): Renamed to bibtex-reference-keys.
7717 (bibtex-reformat-previous-labels): Renamed to
7718 bibtex-reformat-previous-reference-keys.
7719 (bibtex-reference-type): Renamed to bibtex-entry-type.
7720 (bibtex-reference-head): Renamed to bibtex-entry-head.
7721 (bibtex-reference-maybe-empty-head): Renamed to
7722 bibtex-entry-maybe-empty-head.
7723 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
7724 (bibtex-search-reference): Renamed to bibtex-search-entry.
7725 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
7726 bibtex-enclosing-entry-maybe-empty-head.
7727 (bibtex-entry-field-alist, bibtex-entry-head,
7728 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
7729 bibtex-map-entries, bibtex-search-entry,
7730 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
7731 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
7732 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
7733 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
7734 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
7735 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
7736 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
7737
7738 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
7739
7740 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
7741 comment.
7742 (bibtex-format-field-delimiters): New function, functionality
7743 extracted from bibtex-format-entry.
7744 (bibtex-autokey-get-yearfield-digits): New function, functionality
7745 extracted from bibtex-autokey-get-yearfield.
7746
7747 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
7748 entries in order to avoid stack overflow in the regexp matcher if
7749 field contents become large.
7750 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
7751 bibtex-field-string-part-not-braced,
7752 bibtex-field-string-part-no-inner-braces,
7753 bibtex-field-string-part-1-inner-brace,
7754 bibtex-field-string-part-2-inner-braces,
7755 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
7756 bibtex-field-string-quoted, bibtex-field-string,
7757 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
7758 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
7759 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
7760 as parsing is now performed by the following functions.
7761 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
7762 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
7763 bibtex-parse-field-string, bibtex-search-forward-field-string,
7764 bibtex-parse-association, bibtex-field-name-for-parsing,
7765 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
7766 bibtex-search-forward-field, bibtex-search-backward-field,
7767 bibtex-start-of-field, bibtex-end-of-field,
7768 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
7769 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
7770 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
7771 bibtex-parse-string, bibtex-search-forward-string,
7772 bibtex-search-backward-string, bibtex-start-of-string,
7773 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
7774 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
7775 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
7776 entries. Instead of reporting the results of the parsing by
7777 match-beginning or match-end, these functions return data structures
7778 that hold the corresponding positions.
7779 (bibtex-enclosing-field): Changed to also report field boundaries by
7780 return values rather than by match-beginning or match-end. The
7781 following functions have been adapted to use the new parsing
7782 functions.
7783 (bibtex-skip-to-valid-entry, bibtex-search-reference,
7784 bibtex-enclosing-field, bibtex-format-entry,
7785 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
7786 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
7787 bibtex-print-help-message, bibtex-end-of-entry,
7788 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
7789 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
7790 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
7791 method for parsing.
7792 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
7793 bibtex-map-entries, bibtex-flash-head,
7794 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
7795 bibtex-autokey-change, bibtex-autokey-get-namefield,
7796 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
7797 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
7798 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
7799 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
7800 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
7801 order to make the new binding of case-fold-search immediately
7802 visible.
7803
7804 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
7805
7806 * textmodes/bibtex.el: Copyright notice is up to date.
7807 Added constant 'bibtex-maintainer-salutation.
7808
7809 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
7810 than make-temp-name, use match-string-no-properties and eliminate
7811 a quadratic behavior when building bibtex-strings.
7812
7813 * bibtex.el (bibtex-reference-key): Accept string entries whose
7814 reference key contains upper case letters.
7815
7816 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
7817
7818 * bibtex.el (bibtex-reference-head): Allow entries to start with
7819 a new line.
7820
7821 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
7822
7823 * bibtex.el: Hiding of entry bodies is not longer provided by
7824 bibtex.el directly. Instead the hideshow package can be used.
7825 Added a special bibtex entry to hs-special-modes-alist.
7826 (bibtex-hs-forward-sexp): Added for hideshow.el.
7827
7828 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
7829
7830 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
7831 at ':' characters by call to split-string.
7832
7833 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
7834
7835 * textmodes/bibtex.el: Added RCS version identification.
7836
7837 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
7838
7839 * textmodes/bibtex.el: Some temporary comments removed.
7840 (bibtex-field-name, bibtex-entry-type): Made the relationship
7841 explicit.
7842 (bibtex-field-const): Allow capital letters.
7843 (bibtex-start-of-string): Deleted because unused.
7844
7845 * textmodes/bibtex.el: Unified some nomenclature. We no longer
7846 use the term 'reference' to describe a bibtex entry as a whole.
7847 Further, reference keys are no longer called 'labels'.
7848 (bibtex-keys): Renamed to bibtex-reference-keys.
7849 (bibtex-reformat-previous-labels): Renamed to
7850 bibtex-reformat-previous-reference-keys.
7851 (bibtex-reference-type): Renamed to bibtex-entry-type.
7852 (bibtex-reference-head): Renamed to bibtex-entry-head.
7853 (bibtex-reference-maybe-empty-head): Renamed to
7854 bibtex-entry-maybe-empty-head.
7855 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
7856 (bibtex-search-reference): Renamed to bibtex-search-entry.
7857 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
7858 bibtex-enclosing-entry-maybe-empty-head.
7859 (bibtex-entry-field-alist, bibtex-entry-head,
7860 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
7861 bibtex-map-entries, bibtex-search-entry,
7862 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
7863 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
7864 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
7865 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
7866 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
7867 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
7868 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
7869
7870 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
7871
7872 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
7873 comment.
7874 (bibtex-format-field-delimiters): New function, functionality
7875 extracted from bibtex-format-entry.
7876 (bibtex-autokey-get-yearfield-digits): New function, functionality
7877 extracted from bibtex-autokey-get-yearfield.
7878
7879 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
7880 entries in order to avoid stack overflow in the regexp matcher if
7881 field contents become large.
7882 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
7883 bibtex-field-string-part-not-braced,
7884 bibtex-field-string-part-no-inner-braces,
7885 bibtex-field-string-part-1-inner-brace,
7886 bibtex-field-string-part-2-inner-braces,
7887 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
7888 bibtex-field-string-quoted, bibtex-field-string,
7889 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
7890 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
7891 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
7892 as parsing is now performed by the following functions.
7893 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
7894 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
7895 bibtex-parse-field-string, bibtex-search-forward-field-string,
7896 bibtex-parse-association, bibtex-field-name-for-parsing,
7897 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
7898 bibtex-search-forward-field, bibtex-search-backward-field,
7899 bibtex-start-of-field, bibtex-end-of-field,
7900 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
7901 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
7902 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
7903 bibtex-parse-string, bibtex-search-forward-string,
7904 bibtex-search-backward-string, bibtex-start-of-string,
7905 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
7906 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
7907 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
7908 entries. Instead of reporting the results of the parsing by
7909 match-beginning or match-end, these functions return data structures
7910 that hold the corresponding positions.
7911 (bibtex-enclosing-field): Changed to also report field boundaries by
7912 return values rather than by match-beginning or match-end. The
7913 following functions have been adapted to use the new parsing
7914 functions.
7915 (bibtex-skip-to-valid-entry, bibtex-search-reference,
7916 bibtex-enclosing-field, bibtex-format-entry,
7917 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
7918 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
7919 bibtex-print-help-message, bibtex-end-of-entry,
7920 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
7921 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
7922 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
7923 method for parsing.
7924 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
7925 bibtex-map-entries, bibtex-flash-head,
7926 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
7927 bibtex-autokey-change, bibtex-autokey-get-namefield,
7928 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
7929 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
7930 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
7931 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
7932 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
7933 order to make the new binding of case-fold-search immediately
7934 visible.
7935
7936 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
7937
7938 * textmodes/bibtex.el: Copyright notice is up to date.
7939 Added constant 'bibtex-maintainer-salutation.
7940
7941 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
7942 than make-temp-name, use match-string-no-properties and eliminate
7943 a quadratic behavior when building bibtex-strings.
7944
7945 * bibtex.el (bibtex-reference-key): Accept string entries whose
7946 reference key contains upper case letters.
7947
7948 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
7949
7950 * bibtex.el (bibtex-reference-head): Allow entries to start with
7951 a new line.
7952
7953 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
7954
7955 * bibtex.el: Hiding of entry bodies is not longer provided by
7956 bibtex.el directly. Instead the hideshow package can be used.
7957 Added a special bibtex entry to hs-special-modes-alist.
7958 (bibtex-hs-forward-sexp): Added for hideshow.el.
7959
7960 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
7961
7962 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
7963 proceedings entry type (for cross referencing). Thanks to Wagner
7964 Toledo Correa for the suggestion.
7965
7966 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
7967
7968 2000-02-14 Kenichi Handa <handa@etl.go.jp>
7969
7970 * international/characters.el: Setup case table for Vietnamese.
7971
7972 2000-02-12 Gerd Moellmann <gerd@gnu.org>
7973
7974 * uniquify.el (toplevel): Require CL at compile time.
7975 (uniquify-push): Removed.
7976
7977 * shadowfile.el (shadow-when): Removed.
7978
7979 * tempo.el (tempo-dolist, tempo-mapc): Removed.
7980 (tempo-process-and-insert-string): Use dolist instead of
7981 tempo-dolist.
7982
7983 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
7984 regexp for paragraph-start.
7985
7986 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
7987 commas as well.
7988
7989 2000-02-10 Dave Love <fx@gnu.org>
7990
7991 * wid-edit.el: (widgets) [defgroup]: Remove url link.
7992 (widget-color-choice-list, widget-color-history, widget-mouse-help):
7993 Deleted.
7994 (widget-specify-field, widget-specify-button): Don't use
7995 widget-mouse-help as help-echo property.
7996 (default): Use #'ignore for :validate and :mouse-down-action.
7997 (checkbox): Add help-echo.
7998 (widget-sexp-validate): Rewritten to clarify error messages.
7999 (character): Use char-valid-p in :match function.
8000 (widget-color-complete): Use facemenu-color-alist.
8001 (widget-color-action): Use facemenu-read-color.
8002
8003 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
8004 set up `caar' &c that we now have.
8005
8006 2000-02-09 Ray Blaak <blaak@gnu.org>
8007
8008 * delphi.el: Make resourcestring a declaration region, like const
8009 and var.
8010
8011 2000-02-09 Dave Love <fx@gnu.org>
8012
8013 * bindings.el (mode-line-input-method-map): New variable.
8014 (mode-line-mule-info): Use it; fix last change.
8015 (mode-line-mode-menu): Move definition.
8016 (mode-line-mouse-sensitive-p): Deleted.
8017 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
8018 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
8019 level.
8020
8021 * startup.el (command-line-1): Don't call
8022 make-mode-line-mouse-sensitive.
8023
8024 2000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
8025
8026 * mail/rmail.el (rmail-retry-failure): Use
8027 rmail-beginning-of-message before rmail-toggle-header, because the
8028 former toggles headers.
8029
8030 2000-02-06 Stefan Monnier <monnier@cs.yale.edu>
8031
8032 * diff-mode.el (diff-kill-junk): New interactive function.
8033 (diff-reverse-direction): Use delete-and-extract-region.
8034 (diff-post-command-hook): Restrict the area so that the hook also works
8035 outside of any diff hunk. This is necessary for the minor-mode.
8036 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
8037 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
8038
8039 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
8040 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
8041 so that it can be used more easily in <foo>-mode-hook. Also make sure
8042 to avoid duplicate entries.
8043 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
8044 (font-lock-remove-keywords): Just as was done for `add', allow it to
8045 work even if font-lock-mode is nil. Also make sure we don't modify
8046 any pre-existing list by forcing a copy-sequence. Finally rename
8047 `major-mode' to `mode'.
8048 (font-lock-fontify-syntactic-anchored-keywords)
8049 (font-lock-fontify-anchored-keywords)
8050 (font-lock-fontify-keywords-region): Use line-end-position.
8051 Don't make `font-lock-multiline' local (it's now done in
8052 font-lock-set-defaults).
8053 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
8054 move the `font-lock-fontified' creation to inside the `unless'.
8055
8056 2000-02-06 Andrew Innes <andrewi@gnu.org>
8057
8058 * term/w32-win.el (x-handle-args): Comment out call to message,
8059 which occurs before window system is initialized.
8060
8061 * makefile.nt: Add support for recompiling lisp code.
8062
8063 2000-02-04 Dave Love <fx@gnu.org>
8064
8065 * bindings.el (mode-line-mule-info): Fix/extend last change.
8066
8067 * completion.el: Replace completion-dolist with dolist.
8068
8069 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
8070 dotimes.
8071
8072 2000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
8073
8074 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
8075 environment names before they go into the section regexp.
8076
8077 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
8078 char class in regexp.
8079
8080 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
8081 `case-fold-search' to nil.
8082
8083 * progmodes/idlwave.el (idlwave-template): Respect
8084 `idlwave-abbrev-change-case'.
8085 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
8086 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
8087 idlwave-while): respect `idlwave-reserved-word-upcase'.
8088 (idlwave-rw-case): New function.
8089 (idlwave-statement-match): Fixed problem with assignment regexp.
8090 (idlwave-font-lock-keywords): Improved regexp for keyword
8091 parameters.
8092 (idlwave-surround): New argument LENGTH to support padding of
8093 operators longer than 1 char.
8094
8095 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
8096 idlwave-shell-expression-overlay. Implemented printing of
8097 expressions on higher levels of the calling stack.
8098 (idlwave-shell-display-level-in-calling-stack): Restore stack
8099 level.
8100 (idlwave-retrieve-expression-from-level): New function.
8101 (idlwave-shell-last-calling-stack): Variable removed.
8102 (idlwave-shell-reset): Argument action reversed (`visible' to
8103 `hidden'). Also remove stop-line overlay.
8104 (idlwave-shell-calling-stack-routine): New variable.
8105 (idlwave-shell-parse-stack-and-display): Messages now display
8106 negative level numbers.
8107 (idlwave-shell-mode): Set `modeline-format'.
8108 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
8109 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
8110 21.
8111 (idlwave-shell-print-expression-function): New option.
8112
8113 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
8114 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
8115 `tool-bar' instead of `toolbar'.
8116
8117 2000-02-02 Dave Love <fx@gnu.org>
8118
8119 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
8120 emacs-lisp-mode-hook. Don't check for defalias being defined.
8121
8122 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
8123 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
8124 the new builtins directly.
8125
8126 * whitespace.el (whitespace): Add :version to defgroup.
8127
8128 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
8129 Doc fix.
8130
8131 * thingatpt.el (sexp-at-point, symbol-at-point)
8132 (number-at-point, list-at-point): Add autoload cookie.
8133
8134 * recentf.el (recentf): Add :version to defgroup.
8135
8136 * quickurl.el (quickurl): Add :version to defgroup.
8137
8138 * elide-head.el (elide-head): Use point-marker more.
8139
8140 * bs.el (bs): Add :version to defgroup.
8141
8142 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
8143
8144 * progmodes/delphi.el (delphi): Add :version to defgroup.
8145
8146 2000-02-02 Gerd Moellmann <gerd@gnu.org>
8147
8148 * ange-ftp.el (ange-ftp-write-region): Handle case that
8149 succeeding process operation sets a different coding system.
8150
8151 * calculator.el: New file.
8152
8153 2000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
8154
8155 * frame.el (frames-on-display-list, framep-on-display): New
8156 functions.
8157 (display-mouse-p, display-popup-menus-p, display-graphic-p)
8158 (display-selections-p, display-screens, display-pixel-width)
8159 (display-pixel-height, display-mm-width, display-mm-height)
8160 (display-backing-store, display-save-under, display-planes)
8161 (display-color-cells, display-visual-class): New functions.
8162
8163 * term/tty-colors.el (tty-color-gray-shades): New function.
8164
8165 * faces.el (display-color-p): Use framep-on-display.
8166 (display-grayscale-p): New function.
8167
8168 2000-01-31 Dave Love <fx@gnu.org>
8169
8170 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
8171 (create-fontset-from-x-resource): Don't concat integers.
8172
8173 2000-01-31 Inge Frick <inge@nada.kth.se>
8174
8175 * view.el: Some changes in documentation. Removed some trailing
8176 whitespace. Changed some parameter names to agree with
8177 documentation.
8178 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
8179 window is not deleted. Modifies change 1998-04-26.
8180
8181 2000-01-31 Gerd Moellmann <gerd@gnu.org>
8182
8183 * windmove.el: New file.
8184
8185 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
8186 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
8187 progmodes/ebnf-yac.el: Update copyright and license info.
8188
8189 * jit-lock.el (jit-lock-function): Widen before calculating end
8190 position.
8191 (jit-lock-stealth-chunk-start): Rewritten.
8192
8193 * info.el (Info-title-face-alist): Removed.
8194 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
8195 faces.
8196 (Info-fontify-node): Use these faces.
8197
8198 2000-01-30 Gerd Moellmann <gerd@gnu.org>
8199
8200 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
8201 (cl-macro-list1): Recognize `&allow-other-keys' instead of
8202 `&allow-other-keywords'.
8203
8204 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
8205 the list of directories scanned heuristically.
8206
8207 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
8208 exist.
8209
8210 2000-01-30 Jason Rumney <jasonr@gnu.org>
8211
8212 * w32-fns.el: Define w32-tty-standard-colors.
8213
8214 * startup.el (command-line): Use w32-tty-standard-colors when in
8215 w32 console mode.
8216
8217 2000-01-30 Dave Love <fx@gnu.org>
8218
8219 * jka-compr.el (jka-compr-load): Fix up load-history.
8220
8221 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
8222
8223 * emacs-lisp/cl-macs.el: Revert previous change.
8224
8225 2000-01-29 Dave Love <fx@gnu.org>
8226
8227 * facemenu.el: Purecopy various strings.
8228
8229 * timezone.el (timezone-fix-time): Window against 69 for two-digit
8230 years. Deal with three-digit years.
8231
8232 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
8233 defconst, purecopy.
8234 (help-back-label): Purecopy it.
8235
8236 2000-01-18 Gerd Moellmann <gerd@gnu.org>
8237
8238 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
8239 variable. If non-nil, order the buffer list according to the
8240 currently selected frame.
8241 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
8242 non-nil, pass the selected frame to function buffer-list.
8243
8244 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8245
8246 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
8247
8248 2000-01-28 Dave Love <fx@gnu.org>
8249
8250 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
8251
8252 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
8253 Don't use lisp-indent-hook property.
8254 (cl-abs): Remove.
8255
8256 * subr.el: Move out indent and edebug specs for when and unless.
8257
8258 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
8259 when, unless.
8260
8261 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
8262 unless, when.
8263
8264 2000-01-28 Gerd Moellmann <gerd@gnu.org>
8265
8266 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
8267 `collecting' as synonym for `collect'.
8268
8269 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
8270 for the case it contains spaces.
8271
8272 * simple.el (what-cursor-position): Change formatting of
8273 messages.
8274
8275 * frame.el (delete-other-frames): New function.
8276 (toplevel): Bind it to C-x 5 1.
8277
8278 * sort.el (sort-numeric-base): New option.
8279 (sort-numeric-fields): If number starts with `0' or `0[xX[',
8280 interpret it as octal or hexadecimal. Use sort-numeric-base
8281 as default base.
8282
8283 * progmodes/glasses.el: New file.
8284
8285 2000-01-27 Gerd Moellmann <gerd@gnu.org>
8286
8287 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
8288 userids differently.
8289
8290 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
8291 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
8292 progmodes/ebnf-yac.el: New files.
8293
8294 2000-01-26 Dave Love <fx@gnu.org>
8295
8296 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
8297 on a function with an empty body. [From Eric Ludlam.]
8298
8299 2000-01-25 Andre Spiegel <spiegel@gnu.org>
8300
8301 * vc.el (vc-version-diff): Make sure file name is expanded.
8302
8303 2000-01-25 Gerd Moellmann <gerd@gnu.org>
8304
8305 * scroll-bar.el (scroll-bar-timer): Variable removed.
8306 (scroll-bar-toolkit-scroll): Don't use a timer.
8307
8308 2000-01-25 Kenichi Handa <handa@etl.go.jp>
8309
8310 * language/thai-util.el (thai-composition-function): Delete
8311 superfluous `a'.
8312
8313 2000-01-24 Dave Love <fx@gnu.org>
8314
8315 * fortran.el (fortran-mode): Use beginning-of-defun-function,
8316 end-of-defun-function.
8317
8318 * font-lock.el (turn-on-font-lock): Don't depend on window-system
8319 &c.
8320
8321 2000-01-22 Jason Rumney <jasonr@gnu.org>
8322
8323 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
8324 conflicts with new face support.
8325
8326 2000-01-22 Richard M. Stallman <rms@gnu.org>
8327
8328 * replace.el (query-replace): Rename last arg to DELIMITED.
8329 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
8330 (query-replace-regexp): Likewise.
8331
8332 2000-01-20 Richard M. Stallman <rms@gnu.org>
8333
8334 * subr.el (with-syntax-table): Use make-symbol, not gensym.
8335
8336 * emacs-lisp/lisp.el (beginning-of-defun-function):
8337 Variable renamed from beginning-of-defun.
8338 Do not call make-variable-buffer-local.
8339 (beginning-of-defun-raw): Use new variable name; doc fix.
8340 (beginning-of-defun): Doc fix.
8341 (end-of-defun-function): Variable renamed from end-of-defun.
8342 Do not call make-variable-buffer-local.
8343 (end-of-defun): Use new variable name; doc fix.
8344
8345 * subr.el (dolist, dotimes): Copied from cl-macs.el
8346 and made to work.
8347
8348 * mail/undigest.el (rmail-digest-end-regexps):
8349 Variable replaces rmail-digest-end-regexp.
8350 Allows multiple regexps for detecting the end line.
8351 (undigestify-rmail-message): Corresponding changes.
8352
8353 2000-01-19 Dave Love <fx@gnu.org>
8354
8355 * files.el (user-init-file): Don't declare here -- is primitive.
8356
8357 * startup.el (command-line): Check for compiled user-init-file and
8358 set to uncompiled version if necessary.
8359
8360 2000-01-18 Gerd Moellmann <gerd@gnu.org>
8361
8362 * mail/undigest.el (rmail-digest-end-regexp): New user option.
8363 (undigestify-rmail-message): Use it.
8364
8365 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
8366
8367 2000-01-17 Gerd Moellmann <gerd@gnu.org>
8368
8369 * tmm.el (tmm-goto-completions): Adapt to prompt being part
8370 of mini-buffer.
8371
8372 2000-01-14 Gerd Moellmann <gerd@gnu.org>
8373
8374 * emacs-lisp/copyright.el (copyright-update): Removed the
8375 requirement for a trailing space from `copyright-regexp', to
8376 support copyrights with owner specified on a separate line..
8377
8378 * align.el: New file.
8379
8380 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
8381
8382 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
8383
8384 2000-01-13 Dave Love <fx@gnu.org>
8385
8386 * ph.el: Removed. (Obsoleted by EUDC.)
8387
8388 2000-01-13 Gerd Moellmann <gerd@gnu.org>
8389
8390 * net/eudc.el (toplevel): Remove autoloaded code installing
8391 menu with easymenu, because that causes build problems.
8392
8393 * frame.el (frame-notice-user-settings): New variable.
8394 (frame-notice-user-settings): Don't modify frame parameters
8395 if called a second time.
8396
8397 2000-01-13 Richard M. Stallman <rms@gnu.org>
8398
8399 * frame.el (frame-notice-user-settings):
8400 Notice default-frame-parameters even for non-window frames.
8401
8402 2000-01-13 Gerd Moellmann <gerd@gnu.org>
8403
8404 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
8405 for Emacs.
8406 (eudc-bob-can-display-inline-images): Extend for Emacs.
8407 (eudc-bob-toggle-inline-display): Ditto.
8408 (eudc-bob-display-jpeg): Ditto.
8409
8410 2000-01-12 Gerd Moellmann <gerd@gnu.org>
8411
8412 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
8413 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
8414 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
8415
8416 * add-log.el (add-change-log-entry): Fix error trying an `(insert
8417 nil)'.
8418
8419 * subdirs.el: Add `net' directory.
8420
8421 * net: New directory.
8422
8423 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
8424 eval-last-sexp. Don't bind debug-on-error here.
8425 (eval-last-sexp): New function. Bind debug-on-error if
8426 eval-expression-debug-on-error is non-nil.
8427 (eval-defun-2, eval-defun): Likewise.
8428
8429 * simple.el (eval-expression): Don't bind debug-on-error if
8430 eval-expression-debug-on-error is nil. Detect changed
8431 debug-on-error, and propagate new value to global binding, if
8432 eval-expression-debug-on-error is non-nil,
8433 (eval-expression-debug-on-error): Change doc string.
8434
8435 2000-01-11 Richard M. Stallman <rms@gnu.org>
8436
8437 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
8438
8439 * emacs-lisp/lisp-mode.el (with-syntax-table):
8440 Set up lisp-indent-function property.
8441
8442 * subr.el (with-syntax-table): Moved from simple.el.
8443
8444 * simple.el (with-syntax-table): Moved to subr.el.
8445
8446 2000-01-11 Gerd Moellmann <gerd@gnu.org>
8447
8448 * tmm.el (tmm-shortcut): Delete region after prompt instead
8449 of erasing buffer.
8450
8451 * textmodes/fill.el (fill-common-string-prefix): New function.
8452 (fill-context-prefix): Use the longest common prefix of first
8453 and second line fill prefix, if there is one.
8454
8455 2000-01-11 Richard M. Stallman <rms@gnu.org>
8456
8457 * array.el (array-mode): Don't use make-variable-buffer-local.
8458 Use make-local-variable for `truncate-lines'.
8459
8460 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
8461
8462 * add-log.el (add-log-current-defun): Handle user-defined
8463 add-log-current-function returning nil,
8464
8465 * add-log.el (add-change-log-entry): Insert version number
8466 if having found a current function
8467
8468 * add-log.el (add-log-current-defun): Call
8469 `add-log-current-defun-function'. Try matches at level 0 and
8470 level 1. Strip whitespace from defun found.
8471
8472 2000-01-10 John Wiegley <johnw@gnu.org>
8473
8474 * allout.el (isearch-done/outline-provisions): Added `edit'
8475 argument to correspond with the current definition of
8476 `isearch-done'.
8477
8478 2000-01-10 Dave Love <fx@gnu.org>
8479
8480 * elide-head.el (elide-head): Use point-marker, not point.
8481
8482 2000-01-10 Gerd Moellmann <gerd@gnu.org>
8483
8484 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
8485 before and after the year 2000.
8486
8487 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
8488 Add ispell- prefix.
8489
8490 2000-01-10 Ken Stevens <k.stevens@ieee.org>
8491
8492 * ispell.el: Only define dictionaries in menus when they exist.
8493 (version18p): New variable.
8494 (version20p): New variable.
8495 (xemacsp): New variable.
8496 (ispell-choices-win-default-height): Fix for XEmacs visibility.
8497 (ispell-dictionary-alist1): Added Brasileiro dictionary.
8498 (ispell-dictionary-alist6): Russian command lines no longer accept
8499 run-together words.
8500 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
8501 (ispell-dictionary-alist): Add koi8-r to customize definition.
8502 (check-ispell-version): Added documentation string. Returns
8503 library path when called non-interactively.
8504 (ispell-menu-map-needed): Uses new variables.
8505 (ispell-library-path): New variable.
8506 (ispell-decode-string): XEmacs fix for bogus variable bindings.
8507 (ispell-word): Improved documentation string. Test for valid
8508 character mappings. Correctly check typed in word changes that can
8509 result in single words split into multiple words. Returns
8510 replacement word.
8511 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
8512 replace in recursive query replace mode. Help message for
8513 recursive edit mode.
8514 (ispell-show-choices): Protect against bad framepop bindings.
8515 (ispell-help): Fix to work with XEmacs.
8516 (ispell-highlight-spelling-error): Use new variables.
8517 (ispell-overlay-window): Fix to work with XEmacs.
8518 (ispell-parse-output): Passed and returns location information
8519 tracking spelling corrections. Doesn't recheck same word on
8520 current line.
8521 (ispell-init-process): Protect against bogus XEmacs variable binding.
8522 Fix call to single argument in sleep-for. Use new variables.
8523 (ispell-region): Passed and returns location information tracking
8524 spelling corrections. Doesn't check same word on current line.
8525 Improved documentation string. Doesn't resend a line already
8526 checked to the ispell process - fixes bug in LaTeX parsing.
8527 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
8528 (ispell-skip-region): No longer skips <TT> in SGML.
8529 (ispell-process-line): Tracks location information with spelling
8530 corrections. Added documentation string. Accounts for words
8531 already accepted on this line. Don't allow query-replace on line
8532 starting with math characters. Doesn't resend a line already sent
8533 to ispell process. Fixes alignment error bug.
8534
8535 2000-01-10 Richard M. Stallman <rms@gnu.org>
8536
8537 * dired-x.el (dired-guess-shell-alist-default):
8538 Suggest xloadimage, which is free, not xv, which isn't.
8539
8540 * ange-ftp.el (ange-ftp-file-name-nondirectory):
8541 Don't ever include the host name or user name in the value.
8542
8543 2000-01-09 Gerd Moellmann <gerd@gnu.org>
8544
8545 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
8546 of a real newline.
8547
8548 2000-01-09 Stephen Eglen <stephen@gnu.org>
8549
8550 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
8551 for .png files.
8552
8553 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
8554
8555 * cus-edit.el (custom-hook-convert-widget): Fix comment.
8556
8557 2000-01-09 Gerd Moellmann <gerd@gnu.org>
8558
8559 * progmodes/cperl-mode.el: Replace ^F with ^L.
8560
8561 * sendmail.el (toplevel): Provide `sendmail' when compiling
8562 before `require'ing rmail and mailalias to prevent infinite
8563 recursion.
8564
8565 2000-01-08 Dave Love <fx@gnu.org>
8566
8567 * emacs-lisp/backquote.el: Remove inappropriate customization
8568 (allowing custom.el to use backquote).
8569
8570 2000-01-07 Dave Love <fx@gnu.org>
8571
8572 * add-log.el (add-log-debugging): Deleted.
8573 (add-change-log-entry): Treat a backup FILE-NAME as its parent
8574 file. Remove debugging code.
8575 (change-log-get-method-definition, change-log-name): Add doc.
8576 (change-log-sortable-date-at): New function.
8577 (change-log-merge): New command.
8578
8579 * time.el (display-time-string-forms): Make the Mail string active.
8580 (display-time-update): Provide help-echo for load average.
8581
8582 * bindings.el (make-mode-line-mouse2-map): New function.
8583 (mode-line-modified): Use it and simplify.
8584 (mode-line-mule-info): Provide help-echo info.
8585 (minor-mode-alist): Activate the strings.
8586 (make-mode-line-mouse-sensitive): Simplify for
8587 mode-line-buffer-identification.
8588
8589 2000-01-07 Gerd Moellmann <gerd@gnu.org>
8590
8591 * play/pong.el: New file.
8592
8593 2000-01-06 Dave Love <fx@gnu.org>
8594
8595 * array.el: Assorted cleanups for compiler warnings, doc strings,
8596 `array-' prefix for symbols.
8597
8598 2000-01-05 Dave Love <fx@gnu.org>
8599
8600 * textmodes/outline.el (outline-mode-menu-bar-map): Add
8601 outline-headers-as-kill.
8602 (outline-mode): Define imenu-generic-expression.
8603 (outline-headers-as-kill): New command.
8604
8605 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
8606 from paragraph-start.
8607 (paragraph-indent-minor-mode): New command.
8608
8609 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
8610 M-C-e, M-C-h, C-j, C-xnd, TAB.
8611 (fortran-mode): Set beginning-of-defun, end-of-defun.
8612 (fortran-column-ruler): Simplify.
8613 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
8614 (fortran-with-subprogram-narrowing): Likewise.
8615 (fortran-indent-subprogram): Call mark-defun.
8616 (fortran-check-for-matching-do): Change narrowing.
8617
8618 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
8619 (cl-lucid-hash-tag): Delete.
8620 (cl-hash-table-p): Correct test for native table.
8621 (cl-hash-table-count): Use hash-table-count.
8622
8623 * browse-url.el (browse-url): Fix case of
8624 browse-url-browser-function being an alist.
8625
8626 2000-01-05 Carsten Dominik <cd@gnu.org>
8627
8628 * textmodes/reftex-vars.el (reftex-parse-file-extension)
8629 (reftex-index-phrase-file-extension): New options.
8630
8631 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
8632 Use new option `reftex-index-phrase-file-extension'.
8633
8634 * textmodes/reftex.el (reftex-access-parse-file): Use new option
8635 `reftex-parse-file-extension'.
8636
8637 2000-01-05 Dave Love <fx@gnu.org>
8638
8639 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
8640 (beginning-of-defun-raw): Use it.
8641 (end-of-defun): New variable.
8642 (end-of-defun): Use it.
8643 (check-parens): New command.
8644
8645 2000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
8646
8647 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
8648 (hs-show-block): Don't use `mapcar' when not accumulating.
8649
8650 Fix buglet in local variables initialization.
8651
8652 2000-01-05 Andreas Schwab <schwab@suse.de>
8653
8654 * hscroll.el (hscroll): Doc fix.
8655
8656 2000-01-05 Carsten Dominik <cd@gnu.org>
8657
8658 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
8659 idlw-toolbar.
8660
8661 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
8662 file idlw-rinfo.el.
8663 (idlwave-customize): load must read file idlw-shell.el.
8664 (idlwave-create-customize-menu): load must read file idlw-shell.el.
8665
8666 2000-01-05 Carsten Dominik <dominik@astro.uva.nl>
8667
8668 * progmodes/idlw-shell.el: Also provide idlwave-shell
8669 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
8670 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
8671
8672 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
8673 both reftex-dcr and reftex-vcr.
8674
8675 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
8676
8677 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8678
8679 * ps-print.el: PostScript code now is in separate files, doc fix.
8680 (ps-print-version): New version number (5.0.3).
8681 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
8682 local.
8683 (ps-spool-config): Initialization fix.
8684 (ps-print-prologue-1, ps-print-prologue-2)
8685 (ps-print-duplex-feature): PostScript code moved to separated file.
8686 (ps-background-image): Little code reformating.
8687 (ps-begin-file, ps-begin-job): Fix code.
8688 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
8689 (ps-prologue-file): New fun.
8690
8691 2000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8692
8693 * ps-vars.el: Eliminated.
8694
8695 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
8696 `;;;###autoload'.
8697
8698 * ps-print.el: ps-vars eliminated, doc fix.
8699 (ps-print-version): New version number (5.0.2).
8700 (ps-spool-config): Initialization fix.
8701 (ps-print-customize): New fun.
8702
8703 2000-01-04 Gerd Moellmann <gerd@gnu.org>
8704
8705 * autorevert.el (auto-revert-mode): Return value of
8706 auto-revert-mode.
8707
8708 2000-01-04 Dave Love <fx@gnu.org>
8709
8710 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
8711 menu items.
8712
8713 2000-01-03 Dave Love <fx@gnu.org>
8714
8715 * elide-head.el (elide-head) [defgroup]: Add :version.
8716
8717 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
8718 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
8719 `cl-hash-table-p', not `hash-table-p'.
8720 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
8721
8722 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
8723
8724 * faces.el (face-read-integer, read-face-attribute)
8725 (color-defined-p, color-values): unspecified-{f,b}g are now
8726 strings.
8727
8728 2000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
8729
8730 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
8731 at comment end, and re-insert them after filling.
8732
8733 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
8734
8735 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
8736 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
8737 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
8738
8739 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
8740
8741 * term/x-win.el (xw-defined-colors): Call color-supported-p,
8742 the new name of face-color-supported-p.
8743
8744 * term/w32-win.el (xw-defined-colors): Likewise.
8745
8746 2000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
8747
8748 * simple.el (completion-setup-function): Count completion-size
8749 from minibuffer-prompt-end, not from point-min.
8750
8751 2000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
8752
8753 * faces.el (read-face-attribute, defined-colors, color-defined-p):
8754 Pass the frame to tty-color-* functions.
8755 (display-color-p, frame-set-background-mode): Pass the frame to
8756 tty-display-color-p.
8757
8758 * term/tty-colors.el (tty-defined-color-alist): Renamed from
8759 tty-color-alist.
8760 (tty-color-alist, tty-modify-color-alist): New functions.
8761 (tty-color-define, tty-color-clear, tty-color-approximate)
8762 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
8763 an optional parameter FRAME.
8764
8765 2000-01-01 Gerd Moellmann <gerd@gnu.org>
8766
8767 * image.el (create-image, defimage): Don't assume image data is a
8768 string.
8769
8770 * image.el (defimage): Handle specifications containing :data
8771 instead of :file.
8772 (image-type-from-data): New function.
8773 (image-type-from-file-header): Use it.
8774 (create-image): Add parameter DATA-P.
8775
8776 See ChangeLog.8 for earlier changes.
8777
8778 ;; Local Variables:
8779 ;; coding: iso-2022-7bit-unix
8780 ;; End: